@charset "UTF-8";
/*
Theme Name: Quest Global
Author: Position2
Author URI: http://wordpress.org/
Description: Quest Global WP theme
Version: 1.0
License: GNU General Public License v2 or later
*/
:root,
[data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: rgb(5.2, 44, 101.2);
  --bs-secondary-text-emphasis: rgb(43.2, 46.8, 50);
  --bs-success-text-emphasis: rgb(10, 54, 33.6);
  --bs-info-text-emphasis: rgb(5.2, 80.8, 96);
  --bs-warning-text-emphasis: rgb(102, 77.2, 2.8);
  --bs-danger-text-emphasis: rgb(88, 21.2, 27.6);
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: rgb(206.6, 226, 254.6);
  --bs-secondary-bg-subtle: rgb(225.6, 227.4, 229);
  --bs-success-bg-subtle: rgb(209, 231, 220.8);
  --bs-info-bg-subtle: rgb(206.6, 244.4, 252);
  --bs-warning-bg-subtle: rgb(255, 242.6, 205.4);
  --bs-danger-bg-subtle: rgb(248, 214.6, 217.8);
  --bs-light-bg-subtle: rgb(251.5, 252, 252.5);
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: rgb(158.2, 197, 254.2);
  --bs-secondary-border-subtle: rgb(196.2, 199.8, 203);
  --bs-success-border-subtle: rgb(163, 207, 186.6);
  --bs-info-border-subtle: rgb(158.2, 233.8, 249);
  --bs-warning-border-subtle: rgb(255, 230.2, 155.8);
  --bs-danger-border-subtle: rgb(241, 174.2, 180.6);
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: 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-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: rgb(10.4, 88, 202.4);
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: rgb(255, 242.6, 205.4);
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

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

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

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

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

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

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

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

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

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

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

h5, .h5 {
  font-size: 1.25rem;
}

h6, .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, .small {
  font-size: 0.875em;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

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

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

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

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

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

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

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

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

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

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

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

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

textarea {
  resize: vertical;
}

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

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

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

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

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

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

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

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: var(--bs-body-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

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

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

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

.col {
  flex: 1 0 0%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.table {
  --bs-table-color-type: initial;
  --bs-table-bg-type: initial;
  --bs-table-color-state: initial;
  --bs-table-bg-state: initial;
  --bs-table-color: var(--bs-emphasis-color);
  --bs-table-bg: var(--bs-body-bg);
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-emphasis-color);
  --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
  --bs-table-active-color: var(--bs-emphasis-color);
  --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
  --bs-table-hover-color: var(--bs-emphasis-color);
  --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
  background-color: var(--bs-table-bg);
  border-bottom-width: var(--bs-border-width);
  box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}

.table-group-divider {
  border-top: calc(var(--bs-border-width) * 2) solid currentcolor;
}

.caption-top {
  caption-side: top;
}

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

.table-bordered > :not(caption) > * {
  border-width: var(--bs-border-width) 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 var(--bs-border-width);
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.table-borderless > :not(:first-child) {
  border-top-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}

.table-striped-columns > :not(caption) > tr > :nth-child(even) {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}

.table-active {
  --bs-table-color-state: var(--bs-table-active-color);
  --bs-table-bg-state: var(--bs-table-active-bg);
}

.table-hover > tbody > tr:hover > * {
  --bs-table-color-state: var(--bs-table-hover-color);
  --bs-table-bg-state: var(--bs-table-hover-bg);
}

.table-primary {
  --bs-table-color: #000;
  --bs-table-bg: rgb(206.6, 226, 254.6);
  --bs-table-border-color: rgb(165.28, 180.8, 203.68);
  --bs-table-striped-bg: rgb(196.27, 214.7, 241.87);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(185.94, 203.4, 229.14);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(191.105, 209.05, 235.505);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-secondary {
  --bs-table-color: #000;
  --bs-table-bg: rgb(225.6, 227.4, 229);
  --bs-table-border-color: rgb(180.48, 181.92, 183.2);
  --bs-table-striped-bg: rgb(214.32, 216.03, 217.55);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(203.04, 204.66, 206.1);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(208.68, 210.345, 211.825);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-success {
  --bs-table-color: #000;
  --bs-table-bg: rgb(209, 231, 220.8);
  --bs-table-border-color: rgb(167.2, 184.8, 176.64);
  --bs-table-striped-bg: rgb(198.55, 219.45, 209.76);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(188.1, 207.9, 198.72);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(193.325, 213.675, 204.24);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-info {
  --bs-table-color: #000;
  --bs-table-bg: rgb(206.6, 244.4, 252);
  --bs-table-border-color: rgb(165.28, 195.52, 201.6);
  --bs-table-striped-bg: rgb(196.27, 232.18, 239.4);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(185.94, 219.96, 226.8);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(191.105, 226.07, 233.1);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-warning {
  --bs-table-color: #000;
  --bs-table-bg: rgb(255, 242.6, 205.4);
  --bs-table-border-color: rgb(204, 194.08, 164.32);
  --bs-table-striped-bg: rgb(242.25, 230.47, 195.13);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(229.5, 218.34, 184.86);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(235.875, 224.405, 189.995);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-danger {
  --bs-table-color: #000;
  --bs-table-bg: rgb(248, 214.6, 217.8);
  --bs-table-border-color: rgb(198.4, 171.68, 174.24);
  --bs-table-striped-bg: rgb(235.6, 203.87, 206.91);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(223.2, 193.14, 196.02);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(229.4, 198.505, 201.465);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-light {
  --bs-table-color: #000;
  --bs-table-bg: #f8f9fa;
  --bs-table-border-color: rgb(198.4, 199.2, 200);
  --bs-table-striped-bg: rgb(235.6, 236.55, 237.5);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(223.2, 224.1, 225);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(229.4, 230.325, 231.25);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-dark {
  --bs-table-color: #fff;
  --bs-table-bg: #212529;
  --bs-table-border-color: rgb(77.4, 80.6, 83.8);
  --bs-table-striped-bg: rgb(44.1, 47.9, 51.7);
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: rgb(55.2, 58.8, 62.4);
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: rgb(49.65, 53.35, 57.05);
  --bs-table-hover-color: #fff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}

.col-form-label {
  padding-top: calc(0.375rem + var(--bs-border-width));
  padding-bottom: calc(0.375rem + var(--bs-border-width));
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + var(--bs-border-width));
  padding-bottom: calc(0.5rem + var(--bs-border-width));
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + var(--bs-border-width));
  padding-bottom: calc(0.25rem + var(--bs-border-width));
  font-size: 0.875rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: rgb(134, 182.5, 254);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}
.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
.form-control::-moz-placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: transparent;
  border: solid transparent;
  border-width: var(--bs-border-width) 0;
}
.form-control-plaintext:focus {
  outline: 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

.form-control-color {
  width: 3rem;
  height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}
.form-control-color::-webkit-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}
.form-control-color.form-control-sm {
  height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}
.form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

.form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: rgb(134, 182.5, 254);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: var(--bs-secondary-bg);
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 var(--bs-body-color);
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}

[data-bs-theme=dark] .form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}
.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}

.form-check-input {
  --bs-form-check-bg: var(--bs-body-bg);
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: var(--bs-border-width) solid var(--bs-border-color);
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: rgb(134, 182.5, 254);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.form-check-input:checked[type=checkbox] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  width: 2em;
  margin-left: -2.5em;
  background-image: var(--bs-form-switch-bg);
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgb%28134, 182.5, 254%29'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}
.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus) {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e");
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  -webkit-appearance: none;
          appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: rgb(182.4, 211.5, 254.4);
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  -moz-appearance: none;
       appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: rgb(182.4, 211.5, 254.4);
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: var(--bs-secondary-color);
}
.form-range:disabled::-moz-range-thumb {
  background-color: var(--bs-secondary-color);
}

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: var(--bs-border-width) solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::-moz-placeholder, .form-floating > .form-control-plaintext::-moz-placeholder {
  color: transparent;
}
.form-floating > .form-control::placeholder,
.form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}
.form-floating > .form-control:not(:-moz-placeholder-shown), .form-floating > .form-control-plaintext:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill,
.form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}
.form-floating > .form-control:focus ~ label::after,
.form-floating > .form-control:not(:placeholder-shown) ~ label::after,
.form-floating > .form-control-plaintext ~ label::after,
.form-floating > .form-select ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control-plaintext ~ label {
  border-width: var(--bs-border-width) 0;
}
.form-floating > :disabled ~ label,
.form-floating > .form-control:disabled ~ label {
  color: #6c757d;
}
.form-floating > :disabled ~ label::after,
.form-floating > .form-control:disabled ~ label::after {
  background-color: var(--bs-secondary-bg);
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select,
.input-group > .form-floating {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus,
.input-group > .form-floating:focus-within {
  z-index: 5;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 5;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-tertiary-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(var(--bs-border-width) * -1);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-valid-color);
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-success);
  border-radius: var(--bs-border-radius);
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: var(--bs-form-valid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

.was-validated .form-control-color:valid, .form-control-color.is-valid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: var(--bs-form-valid-color);
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: var(--bs-form-valid-color);
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group > .form-control:not(:focus):valid, .input-group > .form-control:not(:focus).is-valid,
.was-validated .input-group > .form-select:not(:focus):valid,
.input-group > .form-select:not(:focus).is-valid,
.was-validated .input-group > .form-floating:not(:focus-within):valid,
.input-group > .form-floating:not(:focus-within).is-valid {
  z-index: 3;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-invalid-color);
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-danger);
  border-radius: var(--bs-border-radius);
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

.was-validated .form-control-color:invalid, .form-control-color.is-invalid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: var(--bs-form-invalid-color);
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: var(--bs-form-invalid-color);
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group > .form-control:not(:focus):invalid, .input-group > .form-control:not(:focus).is-invalid,
.was-validated .input-group > .form-select:not(:focus):invalid,
.input-group > .form-select:not(:focus).is-invalid,
.was-validated .input-group > .form-floating:not(:focus-within):invalid,
.input-group > .form-floating:not(:focus-within).is-invalid {
  z-index: 4;
}

.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn-check + .btn:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:focus-visible + .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
.btn-check:checked + .btn:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(11.05, 93.5, 215.05);
  --bs-btn-hover-border-color: rgb(10.4, 88, 202.4);
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(10.4, 88, 202.4);
  --bs-btn-active-border-color: rgb(9.75, 82.5, 189.75);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}

.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(91.8, 99.45, 106.25);
  --bs-btn-hover-border-color: rgb(86.4, 93.6, 100);
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(86.4, 93.6, 100);
  --bs-btn-active-border-color: rgb(81, 87.75, 93.75);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6c757d;
  --bs-btn-disabled-border-color: #6c757d;
}

.btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(21.25, 114.75, 71.4);
  --bs-btn-hover-border-color: rgb(20, 108, 67.2);
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(20, 108, 67.2);
  --bs-btn-active-border-color: rgb(18.75, 101.25, 63);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #198754;
  --bs-btn-disabled-border-color: #198754;
}

.btn-info {
  --bs-btn-color: #000;
  --bs-btn-bg: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(49.3, 209.95, 242.25);
  --bs-btn-hover-border-color: rgb(37.2, 207.3, 241.5);
  --bs-btn-focus-shadow-rgb: 11, 172, 204;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(61.4, 212.6, 243);
  --bs-btn-active-border-color: rgb(37.2, 207.3, 241.5);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #0dcaf0;
  --bs-btn-disabled-border-color: #0dcaf0;
}

.btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(255, 202.3, 44.2);
  --bs-btn-hover-border-color: rgb(255, 199.2, 31.8);
  --bs-btn-focus-shadow-rgb: 217, 164, 6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(255, 205.4, 56.6);
  --bs-btn-active-border-color: rgb(255, 199.2, 31.8);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffc107;
  --bs-btn-disabled-border-color: #ffc107;
}

.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(187, 45.05, 58.65);
  --bs-btn-hover-border-color: rgb(176, 42.4, 55.2);
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(176, 42.4, 55.2);
  --bs-btn-active-border-color: rgb(165, 39.75, 51.75);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #dc3545;
  --bs-btn-disabled-border-color: #dc3545;
}

.btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(210.8, 211.65, 212.5);
  --bs-btn-hover-border-color: rgb(198.4, 199.2, 200);
  --bs-btn-focus-shadow-rgb: 211, 212, 213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(198.4, 199.2, 200);
  --bs-btn-active-border-color: rgb(186, 186.75, 187.5);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
}

.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(66.3, 69.7, 73.1);
  --bs-btn-hover-border-color: rgb(55.2, 58.8, 62.4);
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(77.4, 80.6, 83.8);
  --bs-btn-active-border-color: rgb(55.2, 58.8, 62.4);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #212529;
  --bs-btn-disabled-border-color: #212529;
}

.btn-outline-primary {
  --bs-btn-color: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0d6efd;
  --bs-btn-hover-border-color: #0d6efd;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0d6efd;
  --bs-btn-active-border-color: #0d6efd;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0d6efd;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0d6efd;
  --bs-gradient: none;
}

.btn-outline-secondary {
  --bs-btn-color: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #6c757d;
  --bs-btn-hover-border-color: #6c757d;
  --bs-btn-focus-shadow-rgb: 108, 117, 125;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #6c757d;
  --bs-btn-active-border-color: #6c757d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #6c757d;
  --bs-gradient: none;
}

.btn-outline-success {
  --bs-btn-color: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #198754;
  --bs-btn-hover-border-color: #198754;
  --bs-btn-focus-shadow-rgb: 25, 135, 84;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #198754;
  --bs-btn-active-border-color: #198754;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #198754;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #198754;
  --bs-gradient: none;
}

.btn-outline-info {
  --bs-btn-color: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #0dcaf0;
  --bs-btn-hover-border-color: #0dcaf0;
  --bs-btn-focus-shadow-rgb: 13, 202, 240;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #0dcaf0;
  --bs-btn-active-border-color: #0dcaf0;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0dcaf0;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0dcaf0;
  --bs-gradient: none;
}

.btn-outline-warning {
  --bs-btn-color: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffc107;
  --bs-btn-hover-border-color: #ffc107;
  --bs-btn-focus-shadow-rgb: 255, 193, 7;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffc107;
  --bs-btn-active-border-color: #ffc107;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffc107;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffc107;
  --bs-gradient: none;
}

.btn-outline-danger {
  --bs-btn-color: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #dc3545;
  --bs-btn-hover-border-color: #dc3545;
  --bs-btn-focus-shadow-rgb: 220, 53, 69;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #dc3545;
  --bs-btn-active-border-color: #dc3545;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #dc3545;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #dc3545;
  --bs-gradient: none;
}

.btn-outline-light {
  --bs-btn-color: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f8f9fa;
  --bs-btn-hover-border-color: #f8f9fa;
  --bs-btn-focus-shadow-rgb: 248, 249, 250;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f8f9fa;
  --bs-btn-active-border-color: #f8f9fa;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f8f9fa;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f8f9fa;
  --bs-gradient: none;
}

.btn-outline-dark {
  --bs-btn-color: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #212529;
  --bs-btn-hover-border-color: #212529;
  --bs-btn-focus-shadow-rgb: 33, 37, 41;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #212529;
  --bs-btn-active-border-color: #212529;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #212529;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #212529;
  --bs-gradient: none;
}

.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: 0 0 0 #000;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  text-decoration: underline;
}
.btn-link:focus-visible {
  color: var(--bs-btn-color);
}
.btn-link:hover {
  color: var(--bs-btn-hover-color);
}

.btn-lg, .btn-group-lg > .btn {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: var(--bs-border-radius-lg);
}

.btn-sm, .btn-group-sm > .btn {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: var(--bs-border-radius-sm);
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: var(--bs-body-color);
  --bs-dropdown-bg: var(--bs-body-bg);
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: var(--bs-border-radius);
  --bs-dropdown-border-width: var(--bs-border-width);
  --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: var(--bs-box-shadow);
  --bs-dropdown-link-color: var(--bs-body-color);
  --bs-dropdown-link-hover-color: var(--bs-body-color);
  --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}

.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer);
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--bs-dropdown-spacer);
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--bs-dropdown-spacer);
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: var(--bs-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: var(--bs-dropdown-item-border-radius, 0);
}
.dropdown-item:hover, .dropdown-item:focus {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}
.dropdown-item.active, .dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: 0.875rem;
  color: var(--bs-dropdown-header-color);
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color);
}

.dropdown-menu-dark {
  --bs-dropdown-color: #dee2e6;
  --bs-dropdown-bg: #343a40;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: #dee2e6;
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-header-color: #adb5bd;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group {
  border-radius: var(--bs-border-radius);
}
.btn-group > :not(.btn-check:first-child) + .btn,
.btn-group > .btn-group:not(:first-child) {
  margin-left: calc(var(--bs-border-width) * -1);
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn.dropdown-toggle-split:first-child,
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: calc(var(--bs-border-width) * -1);
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn ~ .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  background: none;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}
.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.nav-link.disabled, .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  --bs-nav-tabs-border-width: var(--bs-border-width);
  --bs-nav-tabs-border-color: var(--bs-border-color);
  --bs-nav-tabs-border-radius: var(--bs-border-radius);
  --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
  --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
  --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
  --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}
.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}
.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills {
  --bs-nav-pills-border-radius: var(--bs-border-radius);
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #0d6efd;
}
.nav-pills .nav-link {
  border-radius: var(--bs-nav-pills-border-radius);
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}

.nav-underline {
  --bs-nav-underline-gap: 1rem;
  --bs-nav-underline-border-width: 0.125rem;
  --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
  gap: var(--bs-nav-underline-gap);
}
.nav-underline .nav-link {
  padding-right: 0;
  padding-left: 0;
  border-bottom: var(--bs-nav-underline-border-width) solid transparent;
}
.nav-underline .nav-link:hover, .nav-underline .nav-link:focus {
  border-bottom-color: currentcolor;
}
.nav-underline .nav-link.active,
.nav-underline .show > .nav-link {
  font-weight: 700;
  color: var(--bs-nav-underline-link-active-color);
  border-bottom-color: currentcolor;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius: var(--bs-border-radius);
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}

.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: var(--bs-navbar-active-color);
}
.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-navbar-color);
}
.navbar-text a,
.navbar-text a:hover,
.navbar-text a:focus {
  color: var(--bs-navbar-active-color);
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border: 0 !important;
  transform: none !important;
  transition: none;
}
.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}
.navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

.navbar-dark,
.navbar[data-bs-theme=dark] {
  --bs-navbar-color: rgba(255, 255, 255, 0.55);
  --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color: #fff;
  --bs-navbar-brand-color: #fff;
  --bs-navbar-brand-hover-color: #fff;
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

[data-bs-theme=dark] .navbar-toggler-icon {
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: var(--bs-border-radius);
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: var(--bs-body-bg);
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}

.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
  color: var(--bs-card-title-color);
}

.card-subtitle {
  margin-top: calc(-0.5 * var(--bs-card-title-spacer-y));
  margin-bottom: 0;
  color: var(--bs-card-subtitle-color);
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link + .card-link {
  margin-left: var(--bs-card-spacer-x);
}

.card-header {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  margin-bottom: 0;
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}

.card-footer {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-footer:last-child {
  border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}

.card-header-tabs {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
  border-bottom: 0;
}
.card-header-tabs .nav-link.active {
  background-color: var(--bs-card-bg);
  border-bottom-color: var(--bs-card-bg);
}

.card-header-pills {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: var(--bs-card-img-overlay-padding);
  border-radius: var(--bs-card-inner-border-radius);
}

.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}

.card-group > .card {
  margin-bottom: var(--bs-card-group-margin);
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.accordion {
  --bs-accordion-color: var(--bs-body-color);
  --bs-accordion-bg: var(--bs-body-bg);
  --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: var(--bs-border-width);
  --bs-accordion-border-radius: var(--bs-border-radius);
  --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%285.2, 44, 101.2%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-border-color: rgb(134, 182.5, 254);
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: var(--bs-primary-text-emphasis);
  --bs-accordion-active-bg: var(--bs-primary-bg-subtle);
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}
.accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: var(--bs-accordion-btn-focus-border-color);
  outline: 0;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}
.accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}

.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}

.accordion-flush .accordion-collapse {
  border-width: 0;
}
.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush .accordion-item .accordion-button, .accordion-flush .accordion-item .accordion-button.collapsed {
  border-radius: 0;
}

[data-bs-theme=dark] .accordion-button::after {
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%28109.8, 168, 253.8%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%28109.8, 168, 253.8%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.breadcrumb {
  --bs-breadcrumb-padding-x: 0;
  --bs-breadcrumb-padding-y: 0;
  --bs-breadcrumb-margin-bottom: 1rem;
  --bs-breadcrumb-bg: ;
  --bs-breadcrumb-border-radius: ;
  --bs-breadcrumb-divider-color: var(--bs-secondary-color);
  --bs-breadcrumb-item-padding-x: 0.5rem;
  --bs-breadcrumb-item-active-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
  margin-bottom: var(--bs-breadcrumb-margin-bottom);
  font-size: var(--bs-breadcrumb-font-size);
  list-style: none;
  background-color: var(--bs-breadcrumb-bg);
  border-radius: var(--bs-breadcrumb-border-radius);
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: var(--bs-breadcrumb-item-padding-x);
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: var(--bs-breadcrumb-divider-color);
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
.breadcrumb-item.active {
  color: var(--bs-breadcrumb-item-active-color);
}

.pagination {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-color: var(--bs-link-color);
  --bs-pagination-bg: var(--bs-body-bg);
  --bs-pagination-border-width: var(--bs-border-width);
  --bs-pagination-border-color: var(--bs-border-color);
  --bs-pagination-border-radius: var(--bs-border-radius);
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: var(--bs-tertiary-bg);
  --bs-pagination-hover-border-color: var(--bs-border-color);
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: var(--bs-secondary-bg);
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #0d6efd;
  --bs-pagination-active-border-color: #0d6efd;
  --bs-pagination-disabled-color: var(--bs-secondary-color);
  --bs-pagination-disabled-bg: var(--bs-secondary-bg);
  --bs-pagination-disabled-border-color: var(--bs-border-color);
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: var(--bs-pagination-color);
  text-decoration: none;
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: var(--bs-pagination-hover-color);
  background-color: var(--bs-pagination-hover-bg);
  border-color: var(--bs-pagination-hover-border-color);
}
.page-link:focus {
  z-index: 3;
  color: var(--bs-pagination-focus-color);
  background-color: var(--bs-pagination-focus-bg);
  outline: 0;
  box-shadow: var(--bs-pagination-focus-box-shadow);
}
.page-link.active, .active > .page-link {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: var(--bs-pagination-active-bg);
  border-color: var(--bs-pagination-active-border-color);
}
.page-link.disabled, .disabled > .page-link {
  color: var(--bs-pagination-disabled-color);
  pointer-events: none;
  background-color: var(--bs-pagination-disabled-bg);
  border-color: var(--bs-pagination-disabled-border-color);
}

.page-item:not(:first-child) .page-link {
  margin-left: calc(var(--bs-border-width) * -1);
}
.page-item:first-child .page-link {
  border-top-left-radius: var(--bs-pagination-border-radius);
  border-bottom-left-radius: var(--bs-pagination-border-radius);
}
.page-item:last-child .page-link {
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-radius: var(--bs-pagination-border-radius);
}

.pagination-lg {
  --bs-pagination-padding-x: 1.5rem;
  --bs-pagination-padding-y: 0.75rem;
  --bs-pagination-font-size: 1.25rem;
  --bs-pagination-border-radius: var(--bs-border-radius-lg);
}

.pagination-sm {
  --bs-pagination-padding-x: 0.5rem;
  --bs-pagination-padding-y: 0.25rem;
  --bs-pagination-font-size: 0.875rem;
  --bs-pagination-border-radius: var(--bs-border-radius-sm);
}

.badge {
  --bs-badge-padding-x: 0.65em;
  --bs-badge-padding-y: 0.35em;
  --bs-badge-font-size: 0.75em;
  --bs-badge-font-weight: 700;
  --bs-badge-color: #fff;
  --bs-badge-border-radius: var(--bs-border-radius);
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius);
}
.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
  --bs-alert-border-radius: var(--bs-border-radius);
  --bs-alert-link-color: inherit;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
  color: var(--bs-alert-link-color);
}

.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

.alert-primary {
  --bs-alert-color: var(--bs-primary-text-emphasis);
  --bs-alert-bg: var(--bs-primary-bg-subtle);
  --bs-alert-border-color: var(--bs-primary-border-subtle);
  --bs-alert-link-color: var(--bs-primary-text-emphasis);
}

.alert-secondary {
  --bs-alert-color: var(--bs-secondary-text-emphasis);
  --bs-alert-bg: var(--bs-secondary-bg-subtle);
  --bs-alert-border-color: var(--bs-secondary-border-subtle);
  --bs-alert-link-color: var(--bs-secondary-text-emphasis);
}

.alert-success {
  --bs-alert-color: var(--bs-success-text-emphasis);
  --bs-alert-bg: var(--bs-success-bg-subtle);
  --bs-alert-border-color: var(--bs-success-border-subtle);
  --bs-alert-link-color: var(--bs-success-text-emphasis);
}

.alert-info {
  --bs-alert-color: var(--bs-info-text-emphasis);
  --bs-alert-bg: var(--bs-info-bg-subtle);
  --bs-alert-border-color: var(--bs-info-border-subtle);
  --bs-alert-link-color: var(--bs-info-text-emphasis);
}

.alert-warning {
  --bs-alert-color: var(--bs-warning-text-emphasis);
  --bs-alert-bg: var(--bs-warning-bg-subtle);
  --bs-alert-border-color: var(--bs-warning-border-subtle);
  --bs-alert-link-color: var(--bs-warning-text-emphasis);
}

.alert-danger {
  --bs-alert-color: var(--bs-danger-text-emphasis);
  --bs-alert-bg: var(--bs-danger-bg-subtle);
  --bs-alert-border-color: var(--bs-danger-border-subtle);
  --bs-alert-link-color: var(--bs-danger-text-emphasis);
}

.alert-light {
  --bs-alert-color: var(--bs-light-text-emphasis);
  --bs-alert-bg: var(--bs-light-bg-subtle);
  --bs-alert-border-color: var(--bs-light-border-subtle);
  --bs-alert-link-color: var(--bs-light-text-emphasis);
}

.alert-dark {
  --bs-alert-color: var(--bs-dark-text-emphasis);
  --bs-alert-bg: var(--bs-dark-bg-subtle);
  --bs-alert-border-color: var(--bs-dark-border-subtle);
  --bs-alert-link-color: var(--bs-dark-text-emphasis);
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress,
.progress-stacked {
  --bs-progress-height: 1rem;
  --bs-progress-font-size: 0.75rem;
  --bs-progress-bg: var(--bs-secondary-bg);
  --bs-progress-border-radius: var(--bs-border-radius);
  --bs-progress-box-shadow: var(--bs-box-shadow-inset);
  --bs-progress-bar-color: #fff;
  --bs-progress-bar-bg: #0d6efd;
  --bs-progress-bar-transition: width 0.6s ease;
  display: flex;
  height: var(--bs-progress-height);
  overflow: hidden;
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius);
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: var(--bs-progress-bar-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-progress-bar-bg);
  transition: var(--bs-progress-bar-transition);
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: var(--bs-progress-height) var(--bs-progress-height);
}

.progress-stacked > .progress {
  overflow: visible;
}

.progress-stacked > .progress > .progress-bar {
  width: 100%;
}

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.list-group {
  --bs-list-group-color: var(--bs-body-color);
  --bs-list-group-bg: var(--bs-body-bg);
  --bs-list-group-border-color: var(--bs-border-color);
  --bs-list-group-border-width: var(--bs-border-width);
  --bs-list-group-border-radius: var(--bs-border-radius);
  --bs-list-group-item-padding-x: 1rem;
  --bs-list-group-item-padding-y: 0.5rem;
  --bs-list-group-action-color: var(--bs-secondary-color);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-tertiary-bg);
  --bs-list-group-action-active-color: var(--bs-body-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-bg);
  --bs-list-group-disabled-color: var(--bs-secondary-color);
  --bs-list-group-disabled-bg: var(--bs-body-bg);
  --bs-list-group-active-color: #fff;
  --bs-list-group-active-bg: #0d6efd;
  --bs-list-group-active-border-color: #0d6efd;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--bs-list-group-border-radius);
}

.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.list-group-numbered > .list-group-item::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

.list-group-item-action {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: var(--bs-list-group-action-hover-color);
  text-decoration: none;
  background-color: var(--bs-list-group-action-hover-bg);
}
.list-group-item-action:active {
  color: var(--bs-list-group-action-active-color);
  background-color: var(--bs-list-group-action-active-bg);
}

.list-group-item {
  position: relative;
  display: block;
  padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
  color: var(--bs-list-group-color);
  text-decoration: none;
  background-color: var(--bs-list-group-bg);
  border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: var(--bs-list-group-disabled-color);
  pointer-events: none;
  background-color: var(--bs-list-group-disabled-bg);
}
.list-group-item.active {
  z-index: 2;
  color: var(--bs-list-group-active-color);
  background-color: var(--bs-list-group-active-bg);
  border-color: var(--bs-list-group-active-border-color);
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: calc(-1 * var(--bs-list-group-border-width));
  border-top-width: var(--bs-list-group-border-width);
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--bs-list-group-border-radius);
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--bs-list-group-border-width));
  border-left-width: var(--bs-list-group-border-width);
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 var(--bs-list-group-border-width);
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  --bs-list-group-color: var(--bs-primary-text-emphasis);
  --bs-list-group-bg: var(--bs-primary-bg-subtle);
  --bs-list-group-border-color: var(--bs-primary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-primary-border-subtle);
  --bs-list-group-active-color: var(--bs-primary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-primary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-primary-text-emphasis);
}

.list-group-item-secondary {
  --bs-list-group-color: var(--bs-secondary-text-emphasis);
  --bs-list-group-bg: var(--bs-secondary-bg-subtle);
  --bs-list-group-border-color: var(--bs-secondary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-active-color: var(--bs-secondary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-secondary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-secondary-text-emphasis);
}

.list-group-item-success {
  --bs-list-group-color: var(--bs-success-text-emphasis);
  --bs-list-group-bg: var(--bs-success-bg-subtle);
  --bs-list-group-border-color: var(--bs-success-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-success-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-success-border-subtle);
  --bs-list-group-active-color: var(--bs-success-bg-subtle);
  --bs-list-group-active-bg: var(--bs-success-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-success-text-emphasis);
}

.list-group-item-info {
  --bs-list-group-color: var(--bs-info-text-emphasis);
  --bs-list-group-bg: var(--bs-info-bg-subtle);
  --bs-list-group-border-color: var(--bs-info-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-info-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-info-border-subtle);
  --bs-list-group-active-color: var(--bs-info-bg-subtle);
  --bs-list-group-active-bg: var(--bs-info-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-info-text-emphasis);
}

.list-group-item-warning {
  --bs-list-group-color: var(--bs-warning-text-emphasis);
  --bs-list-group-bg: var(--bs-warning-bg-subtle);
  --bs-list-group-border-color: var(--bs-warning-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-warning-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-warning-border-subtle);
  --bs-list-group-active-color: var(--bs-warning-bg-subtle);
  --bs-list-group-active-bg: var(--bs-warning-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-warning-text-emphasis);
}

.list-group-item-danger {
  --bs-list-group-color: var(--bs-danger-text-emphasis);
  --bs-list-group-bg: var(--bs-danger-bg-subtle);
  --bs-list-group-border-color: var(--bs-danger-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-danger-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-danger-border-subtle);
  --bs-list-group-active-color: var(--bs-danger-bg-subtle);
  --bs-list-group-active-bg: var(--bs-danger-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-danger-text-emphasis);
}

.list-group-item-light {
  --bs-list-group-color: var(--bs-light-text-emphasis);
  --bs-list-group-bg: var(--bs-light-bg-subtle);
  --bs-list-group-border-color: var(--bs-light-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-light-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-light-border-subtle);
  --bs-list-group-active-color: var(--bs-light-bg-subtle);
  --bs-list-group-active-bg: var(--bs-light-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-light-text-emphasis);
}

.list-group-item-dark {
  --bs-list-group-color: var(--bs-dark-text-emphasis);
  --bs-list-group-bg: var(--bs-dark-bg-subtle);
  --bs-list-group-border-color: var(--bs-dark-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-dark-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-dark-border-subtle);
  --bs-list-group-active-color: var(--bs-dark-bg-subtle);
  --bs-list-group-active-bg: var(--bs-dark-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-dark-text-emphasis);
}

.btn-close {
  --bs-btn-close-color: #000;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
  --bs-btn-close-opacity: 0.5;
  --bs-btn-close-hover-opacity: 0.75;
  --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  border: 0;
  border-radius: 0.375rem;
  opacity: var(--bs-btn-close-opacity);
}
.btn-close:hover {
  color: var(--bs-btn-close-color);
  text-decoration: none;
  opacity: var(--bs-btn-close-hover-opacity);
}
.btn-close:focus {
  outline: 0;
  box-shadow: var(--bs-btn-close-focus-shadow);
  opacity: var(--bs-btn-close-focus-opacity);
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: var(--bs-btn-close-disabled-opacity);
}

.btn-close-white {
  filter: var(--bs-btn-close-white-filter);
}

[data-bs-theme=dark] .btn-close {
  filter: var(--bs-btn-close-white-filter);
}

.toast {
  --bs-toast-zindex: 1090;
  --bs-toast-padding-x: 0.75rem;
  --bs-toast-padding-y: 0.5rem;
  --bs-toast-spacing: 1.5rem;
  --bs-toast-max-width: 350px;
  --bs-toast-font-size: 0.875rem;
  --bs-toast-color: ;
  --bs-toast-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-border-width: var(--bs-border-width);
  --bs-toast-border-color: var(--bs-border-color-translucent);
  --bs-toast-border-radius: var(--bs-border-radius);
  --bs-toast-box-shadow: var(--bs-box-shadow);
  --bs-toast-header-color: var(--bs-secondary-color);
  --bs-toast-header-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-header-border-color: var(--bs-border-color-translucent);
  width: var(--bs-toast-max-width);
  max-width: 100%;
  font-size: var(--bs-toast-font-size);
  color: var(--bs-toast-color);
  pointer-events: auto;
  background-color: var(--bs-toast-bg);
  background-clip: padding-box;
  border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
  box-shadow: var(--bs-toast-box-shadow);
  border-radius: var(--bs-toast-border-radius);
}
.toast.showing {
  opacity: 0;
}
.toast:not(.show) {
  display: none;
}

.toast-container {
  --bs-toast-zindex: 1090;
  position: absolute;
  z-index: var(--bs-toast-zindex);
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: var(--bs-toast-spacing);
}

.toast-header {
  display: flex;
  align-items: center;
  padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
  color: var(--bs-toast-header-color);
  background-color: var(--bs-toast-header-bg);
  background-clip: padding-box;
  border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
  border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
  border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
}
.toast-header .btn-close {
  margin-right: calc(-0.5 * var(--bs-toast-padding-x));
  margin-left: var(--bs-toast-padding-x);
}

.toast-body {
  padding: var(--bs-toast-padding-x);
  word-wrap: break-word;
}

.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: var(--bs-body-bg);
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: var(--bs-border-width);
  --bs-modal-border-radius: var(--bs-border-radius-lg);
  --bs-modal-box-shadow: var(--bs-box-shadow-sm);
  --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: var(--bs-border-width);
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: var(--bs-border-width);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}

.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
  margin: calc(-0.5 * var(--bs-modal-header-padding-y)) calc(-0.5 * var(--bs-modal-header-padding-x)) calc(-0.5 * var(--bs-modal-header-padding-y)) auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
  max-height: 85vh;
  overflow: auto;
}

.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}
.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * 0.5);
}

@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: var(--bs-box-shadow);
  }
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  .modal-sm {
    --bs-modal-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    --bs-modal-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    --bs-modal-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header,
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header,
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header,
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header,
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header,
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
.tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: 0.5rem;
  --bs-tooltip-padding-y: 0.25rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size: 0.875rem;
  --bs-tooltip-color: var(--bs-body-bg);
  --bs-tooltip-bg: var(--bs-emphasis-color);
  --bs-tooltip-border-radius: var(--bs-border-radius);
  --bs-tooltip-opacity: 0.9;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  margin: var(--bs-tooltip-margin);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}
.tooltip .tooltip-arrow {
  display: block;
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-top-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-right-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-bottom-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-left-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
.tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  color: var(--bs-tooltip-color);
  text-align: center;
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius);
}

.popover {
  --bs-popover-zindex: 1070;
  --bs-popover-max-width: 276px;
  --bs-popover-font-size: 0.875rem;
  --bs-popover-bg: var(--bs-body-bg);
  --bs-popover-border-width: var(--bs-border-width);
  --bs-popover-border-color: var(--bs-border-color-translucent);
  --bs-popover-border-radius: var(--bs-border-radius-lg);
  --bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));
  --bs-popover-box-shadow: var(--bs-box-shadow);
  --bs-popover-header-padding-x: 1rem;
  --bs-popover-header-padding-y: 0.5rem;
  --bs-popover-header-font-size: 1rem;
  --bs-popover-header-color: inherit;
  --bs-popover-header-bg: var(--bs-secondary-bg);
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: 1rem;
  --bs-popover-body-color: var(--bs-body-color);
  --bs-popover-arrow-width: 1rem;
  --bs-popover-arrow-height: 0.5rem;
  --bs-popover-arrow-border: var(--bs-popover-border-color);
  z-index: var(--bs-popover-zindex);
  display: block;
  max-width: var(--bs-popover-max-width);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-popover-font-size);
  word-wrap: break-word;
  background-color: var(--bs-popover-bg);
  background-clip: padding-box;
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-radius: var(--bs-popover-border-radius);
}
.popover .popover-arrow {
  display: block;
  width: var(--bs-popover-arrow-width);
  height: var(--bs-popover-arrow-height);
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before, .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-top-color: var(--bs-popover-arrow-border);
}
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: var(--bs-popover-border-width);
  border-top-color: var(--bs-popover-bg);
}

/* rtl:begin:ignore */
.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before, .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-right-color: var(--bs-popover-arrow-border);
}
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: var(--bs-popover-border-width);
  border-right-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  border-width: 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-bottom-color: var(--bs-popover-arrow-border);
}
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: var(--bs-popover-border-width);
  border-bottom-color: var(--bs-popover-bg);
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: var(--bs-popover-arrow-width);
  margin-left: calc(-0.5 * var(--bs-popover-arrow-width));
  content: "";
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
}

/* rtl:begin:ignore */
.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before, .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-left-color: var(--bs-popover-arrow-border);
}
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: var(--bs-popover-border-width);
  border-left-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
.popover-header {
  padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
  margin-bottom: 0;
  font-size: var(--bs-popover-header-font-size);
  color: var(--bs-popover-header-color);
  background-color: var(--bs-popover-header-bg);
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-top-left-radius: var(--bs-popover-inner-border-radius);
  border-top-right-radius: var(--bs-popover-inner-border-radius);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
  color: var(--bs-popover-body-color);
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
  .carousel-fade .active.carousel-item-end {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}
.carousel-dark .carousel-caption {
  color: #000;
}

[data-bs-theme=dark] .carousel .carousel-control-prev-icon,
[data-bs-theme=dark] .carousel .carousel-control-next-icon, [data-bs-theme=dark].carousel .carousel-control-prev-icon,
[data-bs-theme=dark].carousel .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
[data-bs-theme=dark] .carousel .carousel-indicators [data-bs-target], [data-bs-theme=dark].carousel .carousel-indicators [data-bs-target] {
  background-color: #000;
}
[data-bs-theme=dark] .carousel .carousel-caption, [data-bs-theme=dark].carousel .carousel-caption {
  color: #000;
}

.spinner-grow,
.spinner-border {
  display: inline-block;
  width: var(--bs-spinner-width);
  height: var(--bs-spinner-height);
  vertical-align: var(--bs-spinner-vertical-align);
  border-radius: 50%;
  animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}
.spinner-border {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-border-width: 0.25em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-border;
  border: var(--bs-spinner-border-width) solid currentcolor;
  border-right-color: transparent;
}

.spinner-border-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
  --bs-spinner-border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-grow;
  background-color: currentcolor;
  opacity: 0;
}

.spinner-grow-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    --bs-spinner-animation-speed: 1.5s;
  }
}
.offcanvas, .offcanvas-xxl, .offcanvas-xl, .offcanvas-lg, .offcanvas-md, .offcanvas-sm {
  --bs-offcanvas-zindex: 1045;
  --bs-offcanvas-width: 400px;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 1rem;
  --bs-offcanvas-padding-y: 1rem;
  --bs-offcanvas-color: var(--bs-body-color);
  --bs-offcanvas-bg: var(--bs-body-bg);
  --bs-offcanvas-border-width: var(--bs-border-width);
  --bs-offcanvas-border-color: var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow: var(--bs-box-shadow-sm);
  --bs-offcanvas-transition: transform 0.3s ease-in-out;
  --bs-offcanvas-title-line-height: 1.5;
}

@media (max-width: 575.98px) {
  .offcanvas-sm {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-sm {
    transition: none;
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-sm.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-sm.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-sm.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-sm.showing, .offcanvas-sm.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-sm.showing, .offcanvas-sm.hiding, .offcanvas-sm.show {
    visibility: visible;
  }
}
@media (min-width: 576px) {
  .offcanvas-sm {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-sm .offcanvas-header {
    display: none;
  }
  .offcanvas-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 767.98px) {
  .offcanvas-md {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-md {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-md.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-md.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-md.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-md.showing, .offcanvas-md.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-md.showing, .offcanvas-md.hiding, .offcanvas-md.show {
    visibility: visible;
  }
}
@media (min-width: 768px) {
  .offcanvas-md {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-md .offcanvas-header {
    display: none;
  }
  .offcanvas-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 991.98px) {
  .offcanvas-lg {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-lg {
    transition: none;
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-lg.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-lg.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-lg.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-lg.showing, .offcanvas-lg.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-lg.showing, .offcanvas-lg.hiding, .offcanvas-lg.show {
    visibility: visible;
  }
}
@media (min-width: 992px) {
  .offcanvas-lg {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-lg .offcanvas-header {
    display: none;
  }
  .offcanvas-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1199.98px) {
  .offcanvas-xl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xl {
    transition: none;
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xl.showing, .offcanvas-xl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xl.showing, .offcanvas-xl.hiding, .offcanvas-xl.show {
    visibility: visible;
  }
}
@media (min-width: 1200px) {
  .offcanvas-xl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xl .offcanvas-header {
    display: none;
  }
  .offcanvas-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1399.98px) {
  .offcanvas-xxl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xxl {
    transition: none;
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xxl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xxl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xxl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xxl.showing, .offcanvas-xxl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xxl.showing, .offcanvas-xxl.hiding, .offcanvas-xxl.show {
    visibility: visible;
  }
}
@media (min-width: 1400px) {
  .offcanvas-xxl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xxl .offcanvas-header {
    display: none;
  }
  .offcanvas-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  transition: var(--bs-offcanvas-transition);
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}
.offcanvas.offcanvas-start {
  top: 0;
  left: 0;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(-100%);
}
.offcanvas.offcanvas-end {
  top: 0;
  right: 0;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(100%);
}
.offcanvas.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(-100%);
}
.offcanvas.offcanvas-bottom {
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(100%);
}
.offcanvas.showing, .offcanvas.show:not(.hiding) {
  transform: none;
}
.offcanvas.showing, .offcanvas.hiding, .offcanvas.show {
  visibility: visible;
}

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

.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}
.offcanvas-header .btn-close {
  padding: calc(var(--bs-offcanvas-padding-y) * 0.5) calc(var(--bs-offcanvas-padding-x) * 0.5);
  margin-top: calc(-0.5 * var(--bs-offcanvas-padding-y));
  margin-right: calc(-0.5 * var(--bs-offcanvas-padding-x));
  margin-bottom: calc(-0.5 * var(--bs-offcanvas-padding-y));
}

.offcanvas-title {
  margin-bottom: 0;
  line-height: var(--bs-offcanvas-title-line-height);
}

.offcanvas-body {
  flex-grow: 1;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  overflow-y: auto;
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}
.placeholder.btn::before {
  display: inline-block;
  content: "";
}

.placeholder-xs {
  min-height: 0.6em;
}

.placeholder-sm {
  min-height: 0.8em;
}

.placeholder-lg {
  min-height: 1.2em;
}

.placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite;
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
.placeholder-wave {
  -webkit-mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
          mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  -webkit-mask-size: 200% 100%;
          mask-size: 200% 100%;
  animation: placeholder-wave 2s linear infinite;
}

@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
            mask-position: -200% 0%;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

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

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

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

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

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

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

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

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

.link-primary {
  color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-primary:hover, .link-primary:focus {
  color: RGBA(10, 88, 202, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(10, 88, 202, var(--bs-link-underline-opacity, 1)) !important;
}

.link-secondary {
  color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-secondary:hover, .link-secondary:focus {
  color: RGBA(86, 94, 100, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important;
}

.link-success {
  color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-success:hover, .link-success:focus {
  color: RGBA(20, 108, 67, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity, 1)) !important;
}

.link-info {
  color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-info:hover, .link-info:focus {
  color: RGBA(61, 213, 243, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important;
}

.link-warning {
  color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-warning:hover, .link-warning:focus {
  color: RGBA(255, 205, 57, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important;
}

.link-danger {
  color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-danger:hover, .link-danger:focus {
  color: RGBA(176, 42, 55, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important;
}

.link-light {
  color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-light:hover, .link-light:focus {
  color: RGBA(249, 250, 251, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important;
}

.link-dark {
  color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-dark:hover, .link-dark:focus {
  color: RGBA(26, 30, 33, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important;
}

.link-body-emphasis {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-body-emphasis:hover, .link-body-emphasis:focus {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
}

.focus-ring:focus {
  outline: 0;
  box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
}

.icon-link {
  display: inline-flex;
  gap: 0.375rem;
  align-items: center;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
  text-underline-offset: 0.25em;
  backface-visibility: hidden;
}
.icon-link > .bi {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  transition: 0.2s ease-in-out transform;
}
@media (prefers-reduced-motion: reduce) {
  .icon-link > .bi {
    transition: none;
  }
}

.icon-link-hover:hover > .bi, .icon-link-hover:focus-visible > .bi {
  transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
}

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

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

.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

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

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

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

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

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

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

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

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

.vr {
  display: inline-block;
  align-self: stretch;
  width: var(--bs-border-width);
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}

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

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

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

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

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

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

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

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

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

.object-fit-contain {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

.object-fit-cover {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.object-fit-fill {
  -o-object-fit: fill !important;
     object-fit: fill !important;
}

.object-fit-scale {
  -o-object-fit: scale-down !important;
     object-fit: scale-down !important;
}

.object-fit-none {
  -o-object-fit: none !important;
     object-fit: 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;
}

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

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

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

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

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

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

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

.overflow-y-scroll {
  overflow-y: 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-inline-grid {
  display: inline-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: var(--bs-box-shadow) !important;
}

.shadow-sm {
  box-shadow: var(--bs-box-shadow-sm) !important;
}

.shadow-lg {
  box-shadow: var(--bs-box-shadow-lg) !important;
}

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

.focus-ring-primary {
  --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-secondary {
  --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-success {
  --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-info {
  --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-warning {
  --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-danger {
  --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-light {
  --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-dark {
  --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
}

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

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

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

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

.position-sticky {
  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-black {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-black-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-primary-subtle {
  border-color: var(--bs-primary-border-subtle) !important;
}

.border-secondary-subtle {
  border-color: var(--bs-secondary-border-subtle) !important;
}

.border-success-subtle {
  border-color: var(--bs-success-border-subtle) !important;
}

.border-info-subtle {
  border-color: var(--bs-info-border-subtle) !important;
}

.border-warning-subtle {
  border-color: var(--bs-warning-border-subtle) !important;
}

.border-danger-subtle {
  border-color: var(--bs-danger-border-subtle) !important;
}

.border-light-subtle {
  border-color: var(--bs-light-border-subtle) !important;
}

.border-dark-subtle {
  border-color: var(--bs-dark-border-subtle) !important;
}

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

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

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

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

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

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

.row-gap-0 {
  row-gap: 0 !important;
}

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

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

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

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

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

.column-gap-0 {
  -moz-column-gap: 0 !important;
       column-gap: 0 !important;
}

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

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

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

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

.column-gap-5 {
  -moz-column-gap: 3rem !important;
       column-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-lighter {
  font-weight: lighter !important;
}

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

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

.fw-medium {
  font-weight: 500 !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-primary-emphasis {
  color: var(--bs-primary-text-emphasis) !important;
}

.text-secondary-emphasis {
  color: var(--bs-secondary-text-emphasis) !important;
}

.text-success-emphasis {
  color: var(--bs-success-text-emphasis) !important;
}

.text-info-emphasis {
  color: var(--bs-info-text-emphasis) !important;
}

.text-warning-emphasis {
  color: var(--bs-warning-text-emphasis) !important;
}

.text-danger-emphasis {
  color: var(--bs-danger-text-emphasis) !important;
}

.text-light-emphasis {
  color: var(--bs-light-text-emphasis) !important;
}

.text-dark-emphasis {
  color: var(--bs-dark-text-emphasis) !important;
}

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

.link-opacity-10-hover:hover {
  --bs-link-opacity: 0.1;
}

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

.link-opacity-25-hover:hover {
  --bs-link-opacity: 0.25;
}

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

.link-opacity-50-hover:hover {
  --bs-link-opacity: 0.5;
}

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

.link-opacity-75-hover:hover {
  --bs-link-opacity: 0.75;
}

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

.link-opacity-100-hover:hover {
  --bs-link-opacity: 1;
}

.link-offset-1 {
  text-underline-offset: 0.125em !important;
}

.link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}

.link-offset-2 {
  text-underline-offset: 0.25em !important;
}

.link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}

.link-offset-3 {
  text-underline-offset: 0.375em !important;
}

.link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}

.link-underline-primary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
}

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

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

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

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

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

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

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

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

.link-underline-opacity-0 {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-0-hover:hover {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-10 {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-10-hover:hover {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-25 {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-50 {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-75 {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-100 {
  --bs-link-underline-opacity: 1;
}

.link-underline-opacity-100-hover:hover {
  --bs-link-underline-opacity: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-body-tertiary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !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-primary-subtle {
  background-color: var(--bs-primary-bg-subtle) !important;
}

.bg-secondary-subtle {
  background-color: var(--bs-secondary-bg-subtle) !important;
}

.bg-success-subtle {
  background-color: var(--bs-success-bg-subtle) !important;
}

.bg-info-subtle {
  background-color: var(--bs-info-bg-subtle) !important;
}

.bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle) !important;
}

.bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle) !important;
}

.bg-light-subtle {
  background-color: var(--bs-light-bg-subtle) !important;
}

.bg-dark-subtle {
  background-color: var(--bs-dark-bg-subtle) !important;
}

.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-xxl) !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-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.rounded-top-1 {
  border-top-left-radius: var(--bs-border-radius-sm) !important;
  border-top-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-top-2 {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-3 {
  border-top-left-radius: var(--bs-border-radius-lg) !important;
  border-top-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-top-4 {
  border-top-left-radius: var(--bs-border-radius-xl) !important;
  border-top-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-top-5 {
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
}

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

.rounded-top-pill {
  border-top-left-radius: var(--bs-border-radius-pill) !important;
  border-top-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

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

.rounded-end-1 {
  border-top-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-end-2 {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-3 {
  border-top-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-end-4 {
  border-top-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-end-5 {
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}

.rounded-end-pill {
  border-top-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

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

.rounded-bottom-1 {
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-bottom-2 {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-3 {
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-bottom-4 {
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-bottom-5 {
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
}

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

.rounded-bottom-pill {
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}

.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

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

.rounded-start-1 {
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  border-top-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-start-2 {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-3 {
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  border-top-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-start-4 {
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  border-top-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-start-5 {
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}

.rounded-start-pill {
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  border-top-left-radius: var(--bs-border-radius-pill) !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.z-n1 {
  z-index: -1 !important;
}

.z-0 {
  z-index: 0 !important;
}

.z-1 {
  z-index: 1 !important;
}

.z-2 {
  z-index: 2 !important;
}

.z-3 {
  z-index: 3 !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .object-fit-sm-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-sm-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-sm-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-sm-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-sm-none {
    -o-object-fit: none !important;
       object-fit: 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-inline-grid {
    display: inline-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;
  }
  .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  .row-gap-sm-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-sm-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-sm-3 {
    row-gap: 1rem !important;
  }
  .row-gap-sm-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-sm-5 {
    row-gap: 3rem !important;
  }
  .column-gap-sm-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-sm-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .column-gap-sm-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .column-gap-sm-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .column-gap-sm-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .column-gap-sm-5 {
    -moz-column-gap: 3rem !important;
         column-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;
  }
  .object-fit-md-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-md-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-md-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-md-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-md-none {
    -o-object-fit: none !important;
       object-fit: 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-inline-grid {
    display: inline-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;
  }
  .row-gap-md-0 {
    row-gap: 0 !important;
  }
  .row-gap-md-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-md-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-md-3 {
    row-gap: 1rem !important;
  }
  .row-gap-md-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-md-5 {
    row-gap: 3rem !important;
  }
  .column-gap-md-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-md-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .column-gap-md-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .column-gap-md-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .column-gap-md-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .column-gap-md-5 {
    -moz-column-gap: 3rem !important;
         column-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;
  }
  .object-fit-lg-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-lg-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-lg-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-lg-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-lg-none {
    -o-object-fit: none !important;
       object-fit: 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-inline-grid {
    display: inline-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;
  }
  .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  .row-gap-lg-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-lg-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-lg-3 {
    row-gap: 1rem !important;
  }
  .row-gap-lg-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-lg-5 {
    row-gap: 3rem !important;
  }
  .column-gap-lg-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-lg-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .column-gap-lg-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .column-gap-lg-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .column-gap-lg-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .column-gap-lg-5 {
    -moz-column-gap: 3rem !important;
         column-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;
  }
  .object-fit-xl-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-xl-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-xl-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-xl-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-xl-none {
    -o-object-fit: none !important;
       object-fit: 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-inline-grid {
    display: inline-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;
  }
  .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xl-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-xl-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .column-gap-xl-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .column-gap-xl-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .column-gap-xl-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .column-gap-xl-5 {
    -moz-column-gap: 3rem !important;
         column-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;
  }
  .object-fit-xxl-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-xxl-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-xxl-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-xxl-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-xxl-none {
    -o-object-fit: none !important;
       object-fit: 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-inline-grid {
    display: inline-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;
  }
  .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xxl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xxl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xxl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xxl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xxl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xxl-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-xxl-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .column-gap-xxl-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .column-gap-xxl-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .column-gap-xxl-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .column-gap-xxl-5 {
    -moz-column-gap: 3rem !important;
         column-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-inline-grid {
    display: inline-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;
  }
}
body {
  font-family: "Proxima Nova" !important;
}

@font-face {
  font-display: swap;
  font-family: "Proxima Nova";
  font-style: normal;
  font-weight: 100;
  src: url("fonts/ProximaNovaLight.woff") format("woff"), url("fonts/ProximaNovaLight.woff2") format("woff2"), url("fonts/ProximaNovaLight.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Proxima Nova";
  font-style: italic;
  font-weight: 100;
  src: url("fonts/ProximaNovaLightItalic.woff") format("woff"), url("fonts/ProximaNovaLightItalic.woff2") format("woff2"), url("fonts/ProximaNovaLightItalic.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Proxima Nova";
  font-style: normal;
  font-weight: 200;
  src: url("fonts/ProximaNovaThin.woff") format("woff"), url("fonts/ProximaNovaThin.woff2") format("woff2"), url("fonts/ProximaNovaThin.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Proxima Nova";
  font-style: italic;
  font-weight: 200;
  src: url("fonts/ProximaNovaThinItalic.woff") format("woff"), url("fonts/ProximaNovaThinItalic.woff2") format("woff2"), url("fonts/ProximaNovaThinItalic.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Proxima Nova";
  font-style: normal;
  font-weight: 300;
  src: url("fonts/ProximaNovaLight.woff") format("woff"), url("fonts/ProximaNovaLight.woff2") format("woff2"), url("fonts/ProximaNovaLight.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Proxima Nova";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/ProximaNovaRegular.woff") format("woff"), url("fonts/ProximaNovaRegular.woff2") format("woff2"), url("fonts/ProximaNovaRegular.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Proxima Nova";
  font-style: italic;
  font-weight: 400;
  src: url("fonts/ProximaNovaRegularItalic.woff") format("woff"), url("fonts/ProximaNovaRegularItalic.woff2") format("woff2"), url("fonts/ProximaNovaRegularItalic.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Proxima Nova";
  font-style: normal;
  font-weight: 500;
  src: url("fonts/ProximaNovaMedium.woff") format("woff"), url("fonts/ProximaNovaMedium.woff2") format("woff2"), url("fonts/ProximaNovaMedium.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Proxima Nova";
  font-style: italic;
  font-weight: 500;
  src: url("fonts/ProximaNovaMediumItalic.woff") format("woff"), url("fonts/ProximaNovaMediumItalic.woff2") format("woff2"), url("fonts/ProximaNovaMediumItalic.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Proxima Nova";
  font-style: normal;
  font-weight: 600;
  src: url("fonts/ProximaNovaSemibold.woff") format("woff"), url("fonts/ProximaNovaSemibold.woff2") format("woff2"), url("fonts/ProximaNovaSemibold.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Proxima Nova";
  font-style: italic;
  font-weight: 600;
  src: url("fonts/ProximaNovaSemiboldItalic.woff") format("woff"), url("fonts/ProximaNovaSemiboldItalic.woff2") format("woff2"), url("fonts/ProximaNovaSemiboldItalic.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Proxima Nova";
  font-style: normal;
  font-weight: 700;
  src: url("fonts/ProximaNovaBold.woff") format("woff"), url("fonts/ProximaNovaBold.woff2") format("woff2"), url("fonts/ProximaNovaBold.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Proxima Nova";
  font-style: italic;
  font-weight: 700;
  src: url("fonts/ProximaNovaBoldItalic.woff") format("woff"), url("fonts/ProximaNovaBoldItalic.woff2") format("woff2"), url("fonts/ProximaNovaBoldItalic.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Proxima Nova";
  font-style: normal;
  font-weight: 800;
  src: url("fonts/ProximaNovaExtrabold.woff") format("woff"), url("fonts/ProximaNovaExtrabold.woff2") format("woff2"), url("fonts/ProximaNovaExtrabold.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Proxima Nova";
  font-style: italic;
  font-weight: 800;
  src: url("fonts/ProximaNovaExtraboldItalic.woff") format("woff"), url("fonts/ProximaNovaExtraboldItalic.woff2") format("woff2"), url("fonts/ProximaNovaExtraboldItalic.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Proxima Nova";
  font-style: normal;
  font-weight: 900;
  src: url("fonts/ProximaNovaBlack.woff") format("woff"), url("fonts/ProximaNovaBlack.woff2") format("woff2"), url("fonts/ProximaNovaBlack.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Proxima Nova";
  font-style: italic;
  font-weight: 900;
  src: url("fonts/ProximaNovaBlackItalic.woff") format("woff"), url("fonts/ProximaNovaBlackItalic.woff2") format("woff2"), url("fonts/ProximaNovaBlackItalic.ttf") format("truetype");
}
body {
  background-color: #662a53 !important;
  overflow-x: hidden;
}
@media (max-width: 1199.98px) {
  body.menu-active {
    overflow-y: hidden;
    position: relative;
    transition: 0.5s;
  }
  body.menu-active::before {
    content: "";
    background: rgba(102, 42, 83, 0.9);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 99;
    transition: 0.5s;
  }
  body.menu-active .mobile-menu-wrap ul li img {
    display: none !important;
  }
  body.menu-active .mobile-menu-wrap ul li i {
    display: none;
  }
  body.menu-active #Header {
    z-index: 99999;
  }
}

#Header {
  background-color: #662a53;
  padding: 25px 0;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.15);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  transition: 0.3s all;
}
#Header .header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#Header .header-wrapper.search-wrapper {
  position: relative;
  top: -28px;
}
#Header .header-wrapper .logo {
  max-width: 132px;
}
@media (max-width: 767.98px) {
  #Header .header-wrapper .logo {
    max-width: 120px;
  }
}
@media (min-width: 1599.98px) {
  #Header .header-wrapper .logo {
    max-width: 150px;
  }
}
#Header .header-wrapper .logo img {
  width: 100%;
  height: auto;
  display: block;
}
#Header .header-wrapper .menu-main-menu-container {
  width: 70%;
}
@media (max-width: 1199.98px) {
  #Header .header-wrapper .menu-main-menu-container {
    position: absolute;
    top: 100px;
    right: -140%;
    width: 40%;
    height: 80vh;
    background-color: white;
    border-radius: 4px;
    padding: 80px 0px 0;
    overflow-x: hidden;
    overflow-y: auto;
    transition: right 0.5s ease;
    scrollbar-width: none;
    z-index: 999999;
  }
  #Header .header-wrapper .menu-main-menu-container::-webkit-scrollbar {
    display: none;
  }
  #Header .header-wrapper .menu-main-menu-container.active {
    right: 0;
    display: block;
    transition: right 0.5s ease;
  }
}
@media (max-width: 767.98px) {
  #Header .header-wrapper .menu-main-menu-container {
    width: 96%;
    overflow-x: hidden;
    height: calc(100vh - 95px);
  }
  #Header .header-wrapper .menu-main-menu-container.active {
    right: 2%;
  }
}
#Header .header-wrapper .menu-main-menu-container #menu-main-menu {
  display: flex;
  align-items: center;
  justify-content: end;
  padding: 0;
  margin: 0;
}
@media (max-width: 1199.98px) {
  #Header .header-wrapper .menu-main-menu-container #menu-main-menu {
    flex-wrap: wrap;
    position: relative;
    padding: 0 40px;
  }
}
#Header .header-wrapper .menu-main-menu-container #menu-main-menu li {
  list-style-type: none;
}
#Header .header-wrapper .menu-main-menu-container #menu-main-menu li .submenu-toggle {
  height: 20px;
  width: 20px;
  margin: 0;
  opacity: 0;
  position: absolute;
  top: 8px;
  right: -30px;
  background-color: transparent;
  border: 0;
  display: flex;
  padding: 0;
}
#Header .header-wrapper .menu-main-menu-container #menu-main-menu li .submenu-toggle i {
  font-size: 16px;
  color: white;
  transform: rotate(90deg);
}
#Header .header-wrapper .menu-main-menu-container #menu-main-menu li .submenu-toggle.open,
#Header .header-wrapper .menu-main-menu-container #menu-main-menu li .submenu-toggle:focus {
  opacity: 1;
}
#Header .header-wrapper .menu-main-menu-container #menu-main-menu li .submenu-toggle.open,
#Header .header-wrapper .menu-main-menu-container #menu-main-menu li .submenu-toggle:focus,
#Header .header-wrapper .menu-main-menu-container #menu-main-menu li .submenu-toggle:hover {
  background-color: transparent;
  transition: opacity 0.3s ease-in-out;
}
#Header .header-wrapper .menu-main-menu-container #menu-main-menu li.active {
  transition: 1s ease;
}
#Header .header-wrapper .menu-main-menu-container #menu-main-menu li.active .each-menu-dropdown {
  left: 0 !important;
  transition: left 0.5s ease;
}
#Header .header-wrapper .menu-main-menu-container #menu-main-menu li.no-child .each-menu-dropdown {
  display: none !important;
}
#Header .header-wrapper .menu-main-menu-container #menu-main-menu li.no-child:hover .each-menu-dropdown, #Header .header-wrapper .menu-main-menu-container #menu-main-menu li.no-child:focus .each-menu-dropdown {
  display: none !important;
}
#Header .header-wrapper .menu-main-menu-container #menu-main-menu li.menu-item-depth-0 {
  padding: 0 60px 0 0;
  margin: 0;
  transition: 0.5s;
}
@media (min-width: 1600px) {
  #Header .header-wrapper .menu-main-menu-container #menu-main-menu li.menu-item-depth-0 {
    padding: 0 50px 0 0;
  }
}
@media (max-width: 1199.98px) {
  #Header .header-wrapper .menu-main-menu-container #menu-main-menu li.menu-item-depth-0 {
    flex-wrap: wrap;
    width: 100%;
    padding: 0;
  }
}
#Header .header-wrapper .menu-main-menu-container #menu-main-menu li.menu-item-depth-0.mobile-hide .intro-text a.back-button {
  margin-bottom: 0;
}
#Header .header-wrapper .menu-main-menu-container #menu-main-menu li.menu-item-depth-0.mobile-hide .intro-text .menu-sub-heading {
  opacity: 0;
  height: 0;
  margin: 0;
}
#Header .header-wrapper .menu-main-menu-container #menu-main-menu li.menu-item-depth-0.join-our-team-menu .campus-hidden-menu a {
  display: none !important;
}
#Header .header-wrapper .menu-main-menu-container #menu-main-menu li.menu-item-depth-0.join-our-team-menu .campus-hidden-menu .submenu-wrap .sub-menu li.campus-program-sub-menu a {
  font-family: "Proxima Nova" !important;
  font-size: 24px !important;
  line-height: 1.2 !important;
  color: #000000 !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  transition: 0.4s !important;
  display: inline-block !important;
  margin-bottom: 20px !important;
  padding: 0 !important;
  position: relative !important;
}
@media (max-width: 767.98px) {
  #Header .header-wrapper .menu-main-menu-container #menu-main-menu li.menu-item-depth-0.join-our-team-menu .campus-hidden-menu .submenu-wrap .sub-menu li.campus-program-sub-menu a {
    font-size: 20px !important;
  }
}
#Header .header-wrapper .menu-main-menu-container #menu-main-menu li.menu-item-depth-0.join-our-team-menu .campus-hidden-menu .submenu-wrap .sub-menu li.campus-program-sub-menu a::before {
  content: none !important;
}
#Header .header-wrapper .menu-main-menu-container #menu-main-menu li.menu-item-depth-0.join-our-team-menu .campus-hidden-menu .submenu-wrap .sub-menu li.campus-program-sub-menu a::after {
  position: absolute !important;
  content: "\f011" !important;
  font-family: "Quest" !important;
  font-size: 24px !important;
  line-height: 24px !important;
  background-color: #ffd100 !important;
  border-radius: 50% !important;
  padding: 3px !important;
  transform: rotate(-45deg) !important;
  color: #471d3b !important;
  transition: 0.4s !important;
  margin-left: 10px !important;
  opacity: 1 !important;
  top: unset !important;
  left: unset !important;
  width: 30px !important;
  height: 30px !important;
  font-weight: 400 !important;
}
#Header .header-wrapper .menu-main-menu-container #menu-main-menu li.menu-item-depth-0.join-our-team-menu .campus-hidden-menu .submenu-wrap .sub-menu li.campus-program-sub-menu a:hover {
  color: #bf4c96 !important;
  transition: 0.4s !important;
}
#Header .header-wrapper .menu-main-menu-container #menu-main-menu li.menu-item-depth-0.join-our-team-menu .campus-hidden-menu .submenu-wrap .sub-menu li.campus-program-sub-menu a:hover::after {
  color: #471d3b !important;
  transform: rotate(-90deg) !important;
  transition: 0.4s !important;
}
#Header .header-wrapper .menu-main-menu-container #menu-main-menu li.menu-item-depth-0:hover, #Header .header-wrapper .menu-main-menu-container #menu-main-menu li.menu-item-depth-0:focus {
  transition: 0.5s;
}
@media (min-width: 1200px) {
  #Header .header-wrapper .menu-main-menu-container #menu-main-menu li.menu-item-depth-0:hover span, #Header .header-wrapper .menu-main-menu-container #menu-main-menu li.menu-item-depth-0:focus span {
    color: #ffd100;
    transition: 0.5s;
  }
}
#Header .header-wrapper .menu-main-menu-container #menu-main-menu li.menu-item-depth-0:hover .sub-menu span, #Header .header-wrapper .menu-main-menu-container #menu-main-menu li.menu-item-depth-0:focus .sub-menu span {
  border: unset !important;
}
@media (min-width: 1200px) {
  #Header .header-wrapper .menu-main-menu-container #menu-main-menu li.menu-item-depth-0:hover .each-menu-dropdown, #Header .header-wrapper .menu-main-menu-container #menu-main-menu li.menu-item-depth-0:focus .each-menu-dropdown {
    display: flex;
    transition: 0.5s;
  }
}
#Header .header-wrapper .menu-main-menu-container #menu-main-menu li.menu-item-depth-0 span {
  font-family: "Proxima Nova";
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  font-weight: 500;
  padding: 0 0 36px;
  transition: 0.5s;
  text-decoration: none;
  border-bottom: 4px solid transparent;
  position: relative;
}
@media (min-width: 1600px) {
  #Header .header-wrapper .menu-main-menu-container #menu-main-menu li.menu-item-depth-0 span {
    font-size: 20px;
  }
}
@media (max-width: 1199.98px) {
  #Header .header-wrapper .menu-main-menu-container #menu-main-menu li.menu-item-depth-0 span {
    color: #000;
    padding: 0;
    margin-bottom: 30px;
    display: block;
  }
  #Header .header-wrapper .menu-main-menu-container #menu-main-menu li.menu-item-depth-0 span.top-menu-item {
    font-family: "Proxima Nova";
    font-weight: 500;
    font-size: 26px;
    line-height: 40px;
    color: #662a53;
    position: relative;
  }
  #Header .header-wrapper .menu-main-menu-container #menu-main-menu li.menu-item-depth-0 span.top-menu-item::before {
    content: "\f026";
    position: absolute;
    font-family: "Quest";
    font-size: 20px;
    line-height: 20px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 400;
  }
}
#Header .header-wrapper .menu-main-menu-container #menu-main-menu li.menu-item-depth-0 a {
  font-family: "Proxima Nova";
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  font-weight: 500;
  padding: 0 0 36px;
  transition: 0.5s;
  cursor: pointer;
  text-decoration: none;
}
@media (min-width: 1600px) {
  #Header .header-wrapper .menu-main-menu-container #menu-main-menu li.menu-item-depth-0 a {
    font-size: 20px;
  }
}
@media (max-width: 1199.98px) {
  #Header .header-wrapper .menu-main-menu-container #menu-main-menu li.menu-item-depth-0 a {
    padding: 0;
    margin-bottom: 30px;
    display: block;
    font-family: "Proxima Nova";
    font-weight: 500;
    font-size: 26px;
    line-height: 40px;
    color: #662a53;
    position: relative;
  }
}
#Header .header-wrapper .menu-main-menu-container #menu-main-menu li.menu-item-depth-0 a:hover {
  color: #ffd100;
}
#Header .header-wrapper .menu-main-menu-container #menu-main-menu li.menu-item-depth-0 .each-menu-dropdown {
  position: absolute;
  width: calc(100% - 40px);
  min-height: 400px;
  left: 0;
  top: 100px;
  background-color: #d1d1d1;
  margin: 0 20px;
  transition: 0.5s;
  display: none;
  border-radius: 4px;
  z-index: 99;
}
@media (min-width: 1200px) and (max-width: 1299.98px) {
  #Header .header-wrapper .menu-main-menu-container #menu-main-menu li.menu-item-depth-0 .each-menu-dropdown {
    max-height: 440px;
  }
}
@media (min-width: 1300px) and (max-width: 1399.98px) {
  #Header .header-wrapper .menu-main-menu-container #menu-main-menu li.menu-item-depth-0 .each-menu-dropdown {
    max-height: 510px;
  }
}
@media (min-width: 1400px) {
  #Header .header-wrapper .menu-main-menu-container #menu-main-menu li.menu-item-depth-0 .each-menu-dropdown {
    max-height: 550px;
  }
}
@media (min-width: 1600px) {
  #Header .header-wrapper .menu-main-menu-container #menu-main-menu li.menu-item-depth-0 .each-menu-dropdown {
    top: 108px;
  }
}
@media (min-width: 1200px) {
  #Header .header-wrapper .menu-main-menu-container #menu-main-menu li.menu-item-depth-0 .each-menu-dropdown::before {
    content: "";
    background-color: #662a53;
    width: calc(100% + 40px);
    height: 24px;
    top: -24px;
    left: -20px;
    position: absolute;
  }
}
@media (max-width: 1199.98px) {
  #Header .header-wrapper .menu-main-menu-container #menu-main-menu li.menu-item-depth-0 .each-menu-dropdown {
    top: -80px;
    left: 120%;
    margin: 0;
    flex-wrap: wrap;
    background: #ffffff;
    display: none;
    border-radius: 4px;
    padding: 0 40px 100px;
    transition: left 0.5s ease;
    min-height: unset;
    max-height: 80vh;
    overflow: scroll;
    scrollbar-width: none;
  }
}
@media (max-width: 1199.98px) {
  #Header .header-wrapper .menu-main-menu-container #menu-main-menu li.menu-item-depth-0 .each-menu-dropdown {
    display: block;
  }
}
@media (max-width: 767.98px) {
  #Header .header-wrapper .menu-main-menu-container #menu-main-menu li.menu-item-depth-0 .each-menu-dropdown {
    height: calc(100vh - 95px);
  }
}
#Header .header-wrapper .menu-main-menu-container #menu-main-menu li.menu-item-depth-0 .each-menu-dropdown .intro-text {
  width: 30%;
  background-color: #dadada;
  padding: 50px;
}
@media (min-width: 1400px) {
  #Header .header-wrapper .menu-main-menu-container #menu-main-menu li.menu-item-depth-0 .each-menu-dropdown .intro-text {
    width: 25%;
  }
}
@media (max-width: 1199.98px) {
  #Header .header-wrapper .menu-main-menu-container #menu-main-menu li.menu-item-depth-0 .each-menu-dropdown .intro-text {
    width: 100%;
    background-color: #ffffff;
    position: sticky;
    top: 0;
    z-index: 9;
    padding: 40px 0 0 0;
  }
  #Header .header-wrapper .menu-main-menu-container #menu-main-menu li.menu-item-depth-0 .each-menu-dropdown .intro-text p {
    display: none;
  }
}
#Header .header-wrapper .menu-main-menu-container #menu-main-menu li.menu-item-depth-0 .each-menu-dropdown .intro-text h3, #Header .header-wrapper .menu-main-menu-container #menu-main-menu li.menu-item-depth-0 .each-menu-dropdown .intro-text .h3,
#Header .header-wrapper .menu-main-menu-container #menu-main-menu li.menu-item-depth-0 .each-menu-dropdown .intro-text span {
  font-family: "Proxima Nova";
  font-size: 30px;
  line-height: 1.5;
  color: #471d3b;
  font-weight: 700;
  text-decoration: unset;
  padding: 0;
  border: 0 !important;
  display: inline-block;
  margin-bottom: 10px;
}
#Header .header-wrapper .menu-main-menu-container #menu-main-menu li.menu-item-depth-0 .each-menu-dropdown .intro-text h3:hover, #Header .header-wrapper .menu-main-menu-container #menu-main-menu li.menu-item-depth-0 .each-menu-dropdown .intro-text .h3:hover, #Header .header-wrapper .menu-main-menu-container #menu-main-menu li.menu-item-depth-0 .each-menu-dropdown .intro-text h3:focus, #Header .header-wrapper .menu-main-menu-container #menu-main-menu li.menu-item-depth-0 .each-menu-dropdown .intro-text .h3:focus,
#Header .header-wrapper .menu-main-menu-container #menu-main-menu li.menu-item-depth-0 .each-menu-dropdown .intro-text span:hover,
#Header .header-wrapper .menu-main-menu-container #menu-main-menu li.menu-item-depth-0 .each-menu-dropdown .intro-text span:focus {
  text-decoration: unset;
  border: 0 !important;
}
@media (max-width: 1199.98px) {
  #Header .header-wrapper .menu-main-menu-container #menu-main-menu li.menu-item-depth-0 .each-menu-dropdown .intro-text h3, #Header .header-wrapper .menu-main-menu-container #menu-main-menu li.menu-item-depth-0 .each-menu-dropdown .intro-text .h3,
  #Header .header-wrapper .menu-main-menu-container #menu-main-menu li.menu-item-depth-0 .each-menu-dropdown .intro-text span {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 22px;
    font-family: 600 !important;
  }
}
#Header .header-wrapper .menu-main-menu-container #menu-main-menu li.menu-item-depth-0 .each-menu-dropdown .intro-text p.menu-item-description {
  font-family: "Proxima Nova";
  font-size: 20px;
  line-height: 1.3;
  color: #000000;
  font-weight: 500;
}
#Header .header-wrapper .menu-main-menu-container #menu-main-menu li.menu-item-depth-0 .each-menu-dropdown .intro-text a.back-button {
  display: none;
  font-family: "Proxima Nova";
  font-size: 18px;
  line-height: 1.5;
  color: #471d3b;
  font-weight: 400;
  text-decoration: unset;
  padding: 0;
  border: 0 !important;
  margin-bottom: 24px;
}
#Header .header-wrapper .menu-main-menu-container #menu-main-menu li.menu-item-depth-0 .each-menu-dropdown .intro-text a.back-button i {
  font-size: 18px;
  background: #ffd100;
  padding: 7px;
  border-radius: 50%;
  transform: rotate(90deg);
  font-weight: 500;
  margin-right: 5px;
}
@media (max-width: 1199.98px) {
  #Header .header-wrapper .menu-main-menu-container #menu-main-menu li.menu-item-depth-0 .each-menu-dropdown .intro-text a.back-button {
    display: block;
  }
}
#Header .header-wrapper .menu-main-menu-container #menu-main-menu li.menu-item-depth-0 .each-menu-dropdown .submenu-wrap {
  width: 70%;
  padding: 40px 0 40px 60px;
  background-color: #ffffff;
}
@media (max-width: 1199.98px) {
  #Header .header-wrapper .menu-main-menu-container #menu-main-menu li.menu-item-depth-0 .each-menu-dropdown .submenu-wrap {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 1400px) {
  #Header .header-wrapper .menu-main-menu-container #menu-main-menu li.menu-item-depth-0 .each-menu-dropdown .submenu-wrap {
    width: 75%;
  }
}
@media (min-width: 1200px) and (max-width: 1299.98px) {
  #Header .header-wrapper .menu-main-menu-container #menu-main-menu li.menu-item-depth-0 .each-menu-dropdown .submenu-wrap {
    max-height: 440px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #ffd100 rgba(209, 209, 209, 0.1);
  }
}
@media (min-width: 1300px) and (max-width: 1399.98px) {
  #Header .header-wrapper .menu-main-menu-container #menu-main-menu li.menu-item-depth-0 .each-menu-dropdown .submenu-wrap {
    max-height: 510px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #ffd100 rgba(209, 209, 209, 0.1);
  }
}
#Header .header-wrapper .menu-main-menu-container #menu-main-menu li.menu-item-depth-0 .each-menu-dropdown .submenu-wrap ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
}
@media (max-width: 1199.98px) {
  #Header .header-wrapper .menu-main-menu-container #menu-main-menu li.menu-item-depth-0 .each-menu-dropdown .submenu-wrap ul {
    flex: wrap;
  }
}
@media (min-width: 1200px) {
  #Header .header-wrapper .menu-main-menu-container #menu-main-menu li.menu-item-depth-0 .each-menu-dropdown .submenu-wrap ul {
    gap: 30px;
    height: 100%;
    overflow: auto;
    scrollbar-width: thin;
    scrollbar-color: #ffd100 rgba(255, 209, 0, 0);
  }
}
#Header .header-wrapper .menu-main-menu-container #menu-main-menu li.menu-item-depth-0 .each-menu-dropdown .submenu-wrap ul .menu-item-depth-1 {
  width: 33%;
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  #Header .header-wrapper .menu-main-menu-container #menu-main-menu li.menu-item-depth-0 .each-menu-dropdown .submenu-wrap ul .menu-item-depth-1 {
    width: calc(33% - 30px);
  }
}
@media (max-width: 1199.98px) {
  #Header .header-wrapper .menu-main-menu-container #menu-main-menu li.menu-item-depth-0 .each-menu-dropdown .submenu-wrap ul .menu-item-depth-1 {
    width: 100%;
  }
}
#Header .header-wrapper .menu-main-menu-container #menu-main-menu li.menu-item-depth-0 .each-menu-dropdown .submenu-wrap ul .menu-item-depth-1 a {
  font-family: "Proxima Nova";
  font-size: 24px;
  line-height: 1.2;
  color: #000000;
  font-weight: 700;
  text-decoration: none;
  transition: 0.4s;
  display: inline-block;
  margin-bottom: 20px;
  padding: 0;
}
#Header .header-wrapper .menu-main-menu-container #menu-main-menu li.menu-item-depth-0 .each-menu-dropdown .submenu-wrap ul .menu-item-depth-1 a i {
  font-size: 24px;
  background-color: #ffd100;
  border-radius: 50%;
  padding: 3px;
  transform: rotate(-45deg);
  color: #471d3b;
  transition: 0.4s;
  margin-left: 7px;
}
@media (max-width: 1199.98px) {
  #Header .header-wrapper .menu-main-menu-container #menu-main-menu li.menu-item-depth-0 .each-menu-dropdown .submenu-wrap ul .menu-item-depth-1 a i {
    transform: rotate(-90deg);
  }
}
@media (max-width: 767.98px) {
  #Header .header-wrapper .menu-main-menu-container #menu-main-menu li.menu-item-depth-0 .each-menu-dropdown .submenu-wrap ul .menu-item-depth-1 a i {
    font-size: 18px;
    padding: 5px;
  }
}
#Header .header-wrapper .menu-main-menu-container #menu-main-menu li.menu-item-depth-0 .each-menu-dropdown .submenu-wrap ul .menu-item-depth-1 a:hover, #Header .header-wrapper .menu-main-menu-container #menu-main-menu li.menu-item-depth-0 .each-menu-dropdown .submenu-wrap ul .menu-item-depth-1 a:focus {
  color: #bf4c96;
  transition: 0.4s;
}
@media (min-width: 1200px) {
  #Header .header-wrapper .menu-main-menu-container #menu-main-menu li.menu-item-depth-0 .each-menu-dropdown .submenu-wrap ul .menu-item-depth-1 a:hover i, #Header .header-wrapper .menu-main-menu-container #menu-main-menu li.menu-item-depth-0 .each-menu-dropdown .submenu-wrap ul .menu-item-depth-1 a:focus i {
    color: #471d3b;
    transform: rotate(-90deg);
    transition: 0.4s;
  }
}
#Header .header-wrapper .menu-main-menu-container #menu-main-menu li.menu-item-depth-0 .each-menu-dropdown .submenu-wrap ul .menu-item-depth-1 .submenu-wrap {
  width: 100%;
  padding: 0;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  #Header .header-wrapper .menu-main-menu-container #menu-main-menu li.menu-item-depth-0 .each-menu-dropdown .submenu-wrap ul .menu-item-depth-1 .submenu-wrap {
    max-height: unset;
    overflow-y: unset;
    scrollbar-width: none;
    scrollbar-color: unset;
  }
}
#Header .header-wrapper .menu-main-menu-container #menu-main-menu li.menu-item-depth-0 .each-menu-dropdown .submenu-wrap ul .menu-item-depth-1 .submenu-wrap li a {
  font-family: "Proxima Nova";
  font-size: 16px;
  line-height: 20px;
  color: #471d3b;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 16px;
  transition: 0.5s;
  position: relative;
  padding: 0;
}
@media (max-width: 1199.98px) {
  #Header .header-wrapper .menu-main-menu-container #menu-main-menu li.menu-item-depth-0 .each-menu-dropdown .submenu-wrap ul .menu-item-depth-1 .submenu-wrap li a {
    color: #525252;
  }
}
#Header .header-wrapper .menu-main-menu-container #menu-main-menu li.menu-item-depth-0 .each-menu-dropdown .submenu-wrap ul .menu-item-depth-1 .submenu-wrap li a::before {
  position: absolute;
  content: "\f011";
  font-family: "Quest";
  font-size: 14px;
  line-height: 14px;
  color: #471d3b;
  background-color: #ffd100;
  padding: 3px;
  border-radius: 50%;
  transform: rotate(270deg);
  opacity: 0;
  z-index: 1;
  width: 20px;
  height: 20px;
  top: calc(50% - 10px);
  left: 0;
  transition: 0.5s;
}
@media (max-width: 1199.98px) {
  #Header .header-wrapper .menu-main-menu-container #menu-main-menu li.menu-item-depth-0 .each-menu-dropdown .submenu-wrap ul .menu-item-depth-1 .submenu-wrap li a::before {
    content: none;
  }
}
#Header .header-wrapper .menu-main-menu-container #menu-main-menu li.menu-item-depth-0 .each-menu-dropdown .submenu-wrap ul .menu-item-depth-1 .submenu-wrap li a:hover, #Header .header-wrapper .menu-main-menu-container #menu-main-menu li.menu-item-depth-0 .each-menu-dropdown .submenu-wrap ul .menu-item-depth-1 .submenu-wrap li a:focus {
  padding-left: 24px;
  transition: 0.5s;
  color: #bf4c96;
}
@media (max-width: 1199.98px) {
  #Header .header-wrapper .menu-main-menu-container #menu-main-menu li.menu-item-depth-0 .each-menu-dropdown .submenu-wrap ul .menu-item-depth-1 .submenu-wrap li a:hover, #Header .header-wrapper .menu-main-menu-container #menu-main-menu li.menu-item-depth-0 .each-menu-dropdown .submenu-wrap ul .menu-item-depth-1 .submenu-wrap li a:focus {
    padding-left: 0;
  }
}
#Header .header-wrapper .menu-main-menu-container #menu-main-menu li.menu-item-depth-0 .each-menu-dropdown .submenu-wrap ul .menu-item-depth-1 .submenu-wrap li a:hover::before, #Header .header-wrapper .menu-main-menu-container #menu-main-menu li.menu-item-depth-0 .each-menu-dropdown .submenu-wrap ul .menu-item-depth-1 .submenu-wrap li a:focus::before {
  display: block;
  transition: 0.5s;
  opacity: 1;
}
#Header .header-wrapper .menu-main-menu-container #menu-main-menu li.menu-item-depth-0 .each-menu-dropdown .submenu-wrap ul .menu-item-depth-1 .submenu-wrap li ul {
  padding: 0;
  margin: 0;
}
#Header .header-wrapper .menu-main-menu-container #menu-main-menu li.menu-item-depth-0 .each-menu-dropdown .submenu-wrap ul .menu-item-depth-1 .submenu-wrap li ul li a {
  font-weight: 400;
}
#Header .header-wrapper .menu-main-menu-container #menu-main-menu li.menu-item-depth-0 .each-menu-dropdown .submenu-wrap ul li ul {
  padding: 0;
  margin: 0;
  display: block;
}
#Header .header-wrapper .menu-main-menu-container #menu-main-menu li.menu-item-depth-0 .each-menu-dropdown .submenu-wrap ul li ul li a {
  font-weight: 400;
}
#Header .header-wrapper .menu-main-menu-container #menu-main-menu li.each-icon {
  padding: 0 35px 0 0;
  margin: 0;
  cursor: pointer;
  line-height: 1;
}
@media (max-width: 1199.98px) {
  #Header .header-wrapper .menu-main-menu-container #menu-main-menu li.each-icon {
    display: none;
  }
}
#Header .header-wrapper .menu-main-menu-container #menu-main-menu li.each-icon i {
  color: #fff;
  font-size: 22px;
  line-height: 1;
}
#Header .header-wrapper .menu-main-menu-container #menu-main-menu li.each-icon:last-child {
  padding: 0;
}
#Header .header-wrapper .menu-main-menu-container #menu-main-menu li.flag-link {
  position: relative;
  padding: 0 35px 0 0;
}
#Header .header-wrapper .menu-main-menu-container #menu-main-menu li.flag-link .nav-link {
  padding-bottom: 40px;
  display: initial;
}
#Header .header-wrapper .menu-main-menu-container #menu-main-menu li.flag-link .nav-link img {
  width: 22px;
  height: auto;
  margin-top: -4px;
}
#Header .header-wrapper .menu-main-menu-container #menu-main-menu li.flag-link:hover ul {
  display: block;
}
#Header .header-wrapper .menu-main-menu-container #menu-main-menu li.flag-link ul {
  padding: 0;
  display: none;
  position: absolute;
  background-color: #ffffff;
  padding: 30px;
  top: 60px;
  left: 11px;
  transform: translateX(-50%);
  min-width: 200px;
  z-index: 99;
}
@media (min-width: 1600px) {
  #Header .header-wrapper .menu-main-menu-container #menu-main-menu li.flag-link ul {
    top: 63px;
  }
}
@media (min-width: 1200px) {
  #Header .header-wrapper .menu-main-menu-container #menu-main-menu li.flag-link ul::before {
    content: "";
    background-color: #662a53;
    position: absolute;
    top: -13px;
    left: 0;
    width: 100%;
    height: 13px;
  }
}
#Header .header-wrapper .menu-main-menu-container #menu-main-menu li.flag-link ul li {
  margin: 0 auto;
  margin-bottom: 10px;
}
#Header .header-wrapper .menu-main-menu-container #menu-main-menu li.flag-link ul li:last-child {
  margin-bottom: 0;
}
#Header .header-wrapper .menu-main-menu-container #menu-main-menu li.flag-link ul li a {
  color: #000000;
  text-decoration: none;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  transition: 0.3s all;
  position: relative;
}
#Header .header-wrapper .menu-main-menu-container #menu-main-menu li.flag-link ul li a::before {
  position: absolute;
  content: "\f011";
  font-family: "Quest";
  font-size: 14px;
  line-height: 14px;
  color: #471d3b;
  background-color: #ffd100;
  padding: 3px;
  border-radius: 50%;
  transform: rotate(270deg);
  opacity: 0;
  z-index: 1;
  width: 20px;
  height: 20px;
  top: calc(50% - 10px);
  left: 0;
  transition: 0.5s;
}
@media (max-width: 1199.98px) {
  #Header .header-wrapper .menu-main-menu-container #menu-main-menu li.flag-link ul li a::before {
    content: none;
  }
}
#Header .header-wrapper .menu-main-menu-container #menu-main-menu li.flag-link ul li a:hover {
  color: #bf4c96;
  transition: 0.3s all;
  padding-left: 24px;
}
#Header .header-wrapper .menu-main-menu-container #menu-main-menu li.flag-link ul li a:hover::before {
  opacity: 1;
  transition: 0.5s;
}
@media (min-width: 1200px) {
  #Header .header-wrapper .menu-main-menu-container #menu-main-menu .current-menu-ancestor .top-menu-item,
  #Header .header-wrapper .menu-main-menu-container #menu-main-menu .current-menu-item .top-menu-item,
  #Header .header-wrapper .menu-main-menu-container #menu-main-menu .active-menu.top-menu-item,
  #Header .header-wrapper .menu-main-menu-container #menu-main-menu .current-menu-parent .top-menu-item {
    color: #ffd100;
  }
}
#Header .header-wrapper .mobile-menu-wrap {
  display: none;
}
#Header .header-wrapper .mobile-menu-wrap .menuicon {
  margin-left: 40px;
}
@media (max-width: 1199.98px) {
  #Header .header-wrapper .mobile-menu-wrap .menuicon {
    transition: 0.5s;
    width: 28px;
    position: relative;
  }
  #Header .header-wrapper .mobile-menu-wrap .menuicon img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #Header .header-wrapper .mobile-menu-wrap .menuicon .close-icon {
    display: none;
    opacity: 0;
    transition: 0.5s;
    cursor: pointer;
  }
  #Header .header-wrapper .mobile-menu-wrap .menuicon .menu-icon {
    cursor: pointer;
  }
  #Header .header-wrapper .mobile-menu-wrap .menuicon.open {
    z-index: 9999999;
    transition: 0.5s;
  }
  #Header .header-wrapper .mobile-menu-wrap .menuicon.open .menu-icon {
    display: none;
    opacity: 0;
    transition: 0.5s;
  }
  #Header .header-wrapper .mobile-menu-wrap .menuicon.open .close-icon {
    transition: 0.5s;
    opacity: 1;
    display: block;
    width: 23px;
  }
}
#Header .header-wrapper .mobile-menu-wrap .menuicon span {
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 2px;
  background-color: #ffffff;
  right: 0;
  transition: right 0.5s ease;
}
#Header .header-wrapper .mobile-menu-wrap .menuicon span:before, #Header .header-wrapper .mobile-menu-wrap .menuicon span:after {
  content: "";
  display: inline-block;
  width: 28px;
  height: 3px;
  border-radius: 2px;
  background-color: #fff;
  position: absolute;
}
#Header .header-wrapper .mobile-menu-wrap .menuicon span:before {
  top: 8px;
  transform: rotate(0deg);
  transition: transform 0.25s ease, top 0.25s ease 0.25s;
}
#Header .header-wrapper .mobile-menu-wrap .menuicon span:after {
  bottom: 8px;
  transform: rotate(0deg);
  transition: transform 0.25s ease, bottom 0.25s ease 0.25s;
}
#Header .header-wrapper .mobile-menu-wrap .menuicon a {
  background-color: #fff;
  width: 28px;
  height: 1px;
}
#Header .header-wrapper .mobile-menu-wrap ul {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
}
#Header .header-wrapper .mobile-menu-wrap ul li {
  list-style-type: none;
  padding-left: 40px;
  margin: 0;
  line-height: 1;
}
#Header .header-wrapper .mobile-menu-wrap ul li i {
  color: #fff;
  font-size: 22px;
  line-height: 1;
}
#Header .header-wrapper .mobile-menu-wrap ul li.flag-link {
  position: relative;
  padding: 0;
}
#Header .header-wrapper .mobile-menu-wrap ul li.flag-link .nav-link {
  padding-bottom: 40px;
  display: initial;
}
#Header .header-wrapper .mobile-menu-wrap ul li.flag-link .nav-link img {
  width: 22px;
  height: auto;
  display: block;
}
#Header .header-wrapper .mobile-menu-wrap ul li.flag-link.active ul {
  display: block;
}
#Header .header-wrapper .mobile-menu-wrap ul li.flag-link ul {
  display: none;
  position: absolute;
  background-color: #ffffff;
  padding: 10px;
  top: 60px;
  left: 11px;
  transform: translateX(-50%);
}
@media (max-width: 767.98px) {
  #Header .header-wrapper .mobile-menu-wrap ul li.flag-link ul {
    width: 120px;
  }
}
#Header .header-wrapper .mobile-menu-wrap ul li.flag-link ul li {
  margin: 0 auto;
  margin-bottom: 10px;
  padding-left: 0;
}
#Header .header-wrapper .mobile-menu-wrap ul li.flag-link ul li:last-child {
  margin-bottom: 0;
}
#Header .header-wrapper .mobile-menu-wrap ul li.flag-link ul li a {
  color: #000000;
  text-decoration: none;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  transition: 0.3s all;
}
#Header .header-wrapper .mobile-menu-wrap ul li.flag-link ul li a:hover {
  color: #bf4c96;
  transition: 0.3s all;
}
@media (max-width: 1199.98px) {
  #Header .header-wrapper .mobile-menu-wrap {
    display: flex;
  }
}
#Header .header-wrapper .overlay-content {
  width: 70%;
  background-color: #fff;
  position: absolute;
  opacity: 0;
  right: 0;
  z-index: -1;
  visibility: hidden;
}
@media (min-width: 0) and (max-width: 767.98px) {
  #Header .header-wrapper .overlay-content {
    width: 100%;
    top: 50px;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  #Header .header-wrapper .overlay-content {
    width: 70%;
  }
}
#Header .header-wrapper .overlay-content.active {
  opacity: 1;
  z-index: 9;
  visibility: visible;
}
#Header .header-wrapper .overlay-content .search-input {
  width: 80%;
  height: 50px;
  padding: 10px;
  border: unset;
}
#Header .header-wrapper .overlay-content button {
  right: 40px;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
  background-color: #ffd100;
  border: unset;
  padding: 10px 25px;
}
@media (min-width: 0) and (max-width: 1199.98px) {
  #Header .header-wrapper .overlay-content button {
    padding: 5px 10px;
  }
}
#Header .header-wrapper .overlay-content .closeSearch {
  position: absolute;
  font-size: 40px;
  top: calc(50% - 8px);
  right: 10px;
  line-height: 16px;
  font-weight: 500;
  cursor: pointer;
}

#Header .header-wrapper .menu-main-menu-container #menu-main-menu li.menu-item-depth-0 .each-menu-dropdown .submenu-wrap ul .menu-item-depth-1 span.menu-sub-heading {
  font-family: "Proxima Nova";
  font-size: 24px;
  line-height: 1.2;
  color: #000000;
  font-weight: 700;
  text-decoration: none;
  transition: 0.4s;
  display: inline-block;
  margin-bottom: 20px;
  padding: 0;
  border: 0 !important;
}
#Header .header-wrapper .menu-main-menu-container #menu-main-menu li.menu-item-depth-0 .each-menu-dropdown .submenu-wrap ul .menu-item-depth-1 span.menu-sub-heading:hover {
  border: unset !important;
}
@media (max-width: 1199.98px) {
  #Header .header-wrapper .menu-main-menu-container #menu-main-menu li.menu-item-depth-0 .each-menu-dropdown .submenu-wrap ul .menu-item-depth-1 span.menu-sub-heading {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 16px;
  }
}

.droparrow i {
  font-size: 16px;
  line-height: 16px;
  width: 50px;
  height: 50px;
  background-color: transparent;
  border-radius: 50%;
  color: #ffd100;
  position: relative;
  border: 1px solid #ffd100;
}
.droparrow i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.progress-container {
  width: 100%;
  height: 2px;
  background: transparent;
  position: absolute;
  bottom: -2px;
}
.progress-container .progress-bar {
  height: 2px;
  background: #ffd100;
  width: 0%;
}

@media (min-width: 1200px) {
  body.site-5 #Header .header-wrapper .menu-main-menu-container {
    width: 80%;
  }
}
@media (min-width: 1200px) {
  body.site-5 #Header .header-wrapper .menu-main-menu-container #menu-main-menu li.menu-item-depth-0 {
    padding: 0 25px 0 0;
  }
}
@media (min-width: 1400px) {
  body.site-5 #Header .header-wrapper .menu-main-menu-container #menu-main-menu li.menu-item-depth-0 .each-menu-dropdown .intro-text {
    width: 25%;
  }
}
@media (min-width: 1400px) {
  body.site-5 #Header .header-wrapper .menu-main-menu-container #menu-main-menu li.menu-item-depth-0 .each-menu-dropdown .submenu-wrap {
    width: 75%;
  }
}
@media (min-width: 1200px) and (max-width: 1299.98px) {
  body.site-5 #Header .header-wrapper .menu-main-menu-container #menu-main-menu li.menu-item-depth-0 .each-menu-dropdown .submenu-wrap {
    max-height: 440px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #ffd100 rgba(209, 209, 209, 0.1);
  }
}
@media (min-width: 1200px) {
  body.site-5 #Header .header-wrapper .menu-main-menu-container #menu-main-menu li.menu-item-depth-0 .each-menu-dropdown .submenu-wrap ul {
    gap: 30px;
  }
}
@media (min-width: 1200px) {
  body.site-5 #Header .header-wrapper .menu-main-menu-container #menu-main-menu li.menu-item-depth-0 .each-menu-dropdown .submenu-wrap ul .menu-item-depth-1 {
    width: calc(33% - 30px);
  }
}

@media (min-width: 1200px) {
  body.site-7 #Header .header-wrapper .menu-main-menu-container {
    width: 80%;
  }
}
@media (min-width: 1200px) {
  body.site-7 #Header .header-wrapper .menu-main-menu-container #menu-main-menu li.menu-item-depth-0 {
    padding: 0 30px 0 0;
  }
}
@media (min-width: 1400px) {
  body.site-7 #Header .header-wrapper .menu-main-menu-container #menu-main-menu li.menu-item-depth-0 .each-menu-dropdown .intro-text {
    width: 25%;
  }
}
@media (min-width: 1400px) {
  body.site-7 #Header .header-wrapper .menu-main-menu-container #menu-main-menu li.menu-item-depth-0 .each-menu-dropdown .submenu-wrap {
    width: 75%;
  }
}
@media (min-width: 1200px) {
  body.site-7 #Header .header-wrapper .menu-main-menu-container #menu-main-menu li.menu-item-depth-0 .each-menu-dropdown .submenu-wrap ul {
    gap: 30px;
  }
}
@media (min-width: 1200px) {
  body.site-7 #Header .header-wrapper .menu-main-menu-container #menu-main-menu li.menu-item-depth-0 .each-menu-dropdown .submenu-wrap ul .menu-item-depth-1 {
    width: calc(33% - 30px);
  }
}

.subpage-menu-item {
  margin-left: 15px;
}

#Footer {
  margin: 0 20px 20px;
  padding: 46px 50px 0;
  background-color: #471d3b;
  border-radius: 4px;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  #Footer {
    margin: 0;
    padding: 50px 20px 0;
  }
}
#Footer .footer-wrap .signup-field {
  margin-bottom: 60px;
}
#Footer .footer-wrap .signup-field p {
  font-family: "Proxima Nova";
  font-weight: 600;
  font-size: 20px;
  color: #ffffff;
  -webkit-text-decoration: none solid rgb(255, 255, 255);
          text-decoration: none solid rgb(255, 255, 255);
  text-align: center;
}
#Footer .footer-wrap .signup-field form {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 565px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 767.98px) {
  #Footer .footer-wrap .signup-field form {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  #Footer .footer-wrap .signup-field form .hs_email {
    width: 60%;
  }
}
#Footer .footer-wrap .signup-field form .hs_email #label-email-dc0446e5-1087-4210-86b9-f8c05eed75e2 {
  display: none;
}
#Footer .footer-wrap .signup-field form .hs_email input[type=email] {
  width: 365px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  background-color: unset;
  height: 50px;
  border: 1px solid rgba(218, 218, 218, 0.3);
  padding: 0 35px;
  font-family: "Proxima Nova";
  font-weight: 400;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.3);
  line-height: 24px;
}
@media (max-width: 767.98px) {
  #Footer .footer-wrap .signup-field form .hs_email input[type=email] {
    width: 100%;
  }
}
#Footer .footer-wrap .signup-field form .hs_email input[type=email]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
#Footer .footer-wrap .signup-field form .hs_email input[type=email]::placeholder {
  color: rgba(255, 255, 255, 0.3);
}
#Footer .footer-wrap .signup-field form .hs_email .hs_error_rollup ul.hs-error-msgs {
  display: block;
}
#Footer .footer-wrap .signup-field form .hs_email ul.hs-error-msgs {
  position: absolute;
  display: block;
}
#Footer .footer-wrap .signup-field form .hs_email ul.hs-error-msgs li {
  list-style-type: none;
}
#Footer .footer-wrap .signup-field form .hs_email ul.hs-error-msgs li label {
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
}
@media (max-width: 767.98px) {
  #Footer .footer-wrap .signup-field form .hs_submit {
    width: 40%;
    background-color: #fff;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
  }
}
#Footer .footer-wrap .signup-field form .hs_submit input[type=submit] {
  width: 200px;
  height: 50px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  border: unset;
  font-family: "Proxima Nova";
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  transition: all 0.3s;
  color: #471d3b;
  background-color: #fff;
}
@media (max-width: 767.98px) {
  #Footer .footer-wrap .signup-field form .hs_submit input[type=submit] {
    width: 100%;
    background-color: #fff;
  }
}
#Footer .footer-wrap .signup-field form .hs_submit input[type=submit]:hover, #Footer .footer-wrap .signup-field form .hs_submit input[type=submit]:focus {
  background-color: #ffd100;
  border: 1px solid rgba(218, 218, 218, 0.3);
  transition: all 0.3s;
}
#Footer .footer-wrap .signup-field form ul.hs-error-msgs {
  position: absolute;
  bottom: -45px;
  left: 0;
  padding: 0;
  margin: 0;
  width: 100%;
  text-align: center;
}
@media (min-width: 0px) and (max-width: 412px) {
  #Footer .footer-wrap .signup-field form ul.hs-error-msgs {
    top: 60px !important;
  }
}
#Footer .footer-wrap .signup-field form ul.hs-error-msgs li {
  list-style-type: none;
}
#Footer .footer-wrap .signup-field form ul.hs-error-msgs li label {
  color: #fff;
}
#Footer .footer-wrap .signup-field .submitted-message {
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #ffffff;
  font-weight: 400;
}
#Footer .footer-wrap .social-share {
  padding: 40px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#Footer .footer-wrap .social-share .social-share-wrap {
  display: flex;
}
@media (max-width: 767.98px) {
  #Footer .footer-wrap .social-share .social-share-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 991.98px) {
  #Footer .footer-wrap .social-share .social-share-wrap {
    display: block;
  }
}
#Footer .footer-wrap .social-share .social-share-wrap .social-share-icon {
  padding: 0 50px 0 0;
  border-right: 1px solid rgba(247, 247, 247, 0.2);
  background-color: #471d3b;
  position: relative;
  z-index: 9;
}
@media (max-width: 991.98px) {
  #Footer .footer-wrap .social-share .social-share-wrap .social-share-icon {
    width: 100%;
    border-right: unset;
    border-bottom: 1px solid rgba(247, 247, 247, 0.2);
    padding: 0 0 40px;
  }
}
#Footer .footer-wrap .social-share .social-share-wrap .social-share-icon::before {
  content: "";
  position: absolute;
  left: -50px;
  top: 0;
  width: 50px;
  height: 100%;
  background-color: #471d3b;
}
#Footer .footer-wrap .social-share .social-share-wrap .social-share-icon p {
  font-family: "Proxima Nova";
  font-weight: 700;
  font-size: 20px;
  color: #ffffff;
  line-height: 32px;
  margin-bottom: 20px;
}
#Footer .footer-wrap .social-share .social-share-wrap .social-share-icon .logos {
  display: flex;
}
@media (max-width: 767.98px) {
  #Footer .footer-wrap .social-share .social-share-wrap .social-share-icon .logos {
    flex-wrap: wrap;
    gap: 20px;
    margin-right: 0;
  }
}
@media (max-width: 480px) {
  #Footer .footer-wrap .social-share .social-share-wrap .social-share-icon .logos {
    gap: unset;
    justify-content: space-between;
  }
}
#Footer .footer-wrap .social-share .social-share-wrap .social-share-icon .logos a {
  margin-right: 17px;
  transition: 0.3s all;
  width: 40px;
  height: 40px;
  background-color: rgba(191, 76, 150, 0.2);
  border-radius: 50%;
  position: relative;
}
@media (max-width: 767.98px) {
  #Footer .footer-wrap .social-share .social-share-wrap .social-share-icon .logos a {
    margin-right: 0;
  }
}
#Footer .footer-wrap .social-share .social-share-wrap .social-share-icon .logos a:last-child {
  margin-right: 0;
}
#Footer .footer-wrap .social-share .social-share-wrap .social-share-icon .logos a:hover {
  transition: 0.3s all;
}
#Footer .footer-wrap .social-share .social-share-wrap .social-share-icon .logos a:hover i {
  transition: 0.3s all;
  color: #ffd100;
}
#Footer .footer-wrap .social-share .social-share-wrap .social-share-icon .logos a:hover svg .cls-1 {
  fill: #ffd100;
}
#Footer .footer-wrap .social-share .social-share-wrap .social-share-icon .logos a svg {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 20px;
  height: 20px;
}
#Footer .footer-wrap .social-share .social-share-wrap .social-share-icon .logos a i {
  font-size: 20px;
  color: #ffffff;
  transition: 0.3s all;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#Footer .footer-wrap .social-share .social-share-wrap .followers {
  padding-left: 40px;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  #Footer .footer-wrap .social-share .social-share-wrap .followers {
    width: 100%;
    padding-left: 0;
    padding-top: 35px;
  }
}
#Footer .footer-wrap .social-share .social-share-wrap .followers .owl-carousel {
  position: relative;
  display: block;
}
#Footer .footer-wrap .social-share .social-share-wrap .followers .owl-carousel .owl-stage a {
  text-decoration: none !important;
}
#Footer .footer-wrap .social-share .social-share-wrap .followers .owl-carousel .owl-stage a:hover .deafault-card {
  background-color: rgba(218, 218, 218, 0.1);
  transition: 0.3s;
}
#Footer .footer-wrap .social-share .social-share-wrap .followers .owl-carousel .owl-stage a:hover .deafault-card p.count {
  color: #ffd100;
}
#Footer .footer-wrap .social-share .social-share-wrap .followers .owl-carousel .owl-stage .deafault-card {
  width: 100%;
  height: 120px;
  background-color: rgba(218, 218, 218, 0.05);
  padding: 28px 10px 28px 50px;
  border-radius: 4px;
  transition: 0.3s;
}
@media (max-width: 575.98px) {
  #Footer .footer-wrap .social-share .social-share-wrap .followers .owl-carousel .owl-stage .deafault-card {
    width: 100%;
    padding: 25px 60px;
    height: auto;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #Footer .footer-wrap .social-share .social-share-wrap .followers .owl-carousel .owl-stage .deafault-card {
    width: 100%;
    padding: 25px 20px 25px 40px;
    height: auto;
  }
}
@media (max-width: 575.98px) {
  #Footer .footer-wrap .social-share .social-share-wrap .followers .owl-carousel .owl-stage .deafault-card {
    padding: 20px 0 20px 40px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #Footer .footer-wrap .social-share .social-share-wrap .followers .owl-carousel .owl-stage .deafault-card {
    padding: 28px 10px 28px 50px;
  }
}
@media (min-width: 1200px) and (max-width: 1300px) {
  #Footer .footer-wrap .social-share .social-share-wrap .followers .owl-carousel .owl-stage .deafault-card {
    padding: 28px 10px 28px 30px;
  }
}
#Footer .footer-wrap .social-share .social-share-wrap .followers .owl-carousel .owl-stage .deafault-card p.tags {
  font-family: "Proxima Nova";
  font-weight: 600;
  font-size: 24px;
  color: #ffffff;
  -webkit-text-decoration: none solid rgb(255, 255, 255);
          text-decoration: none solid rgb(255, 255, 255);
  line-height: 32px;
  position: relative;
  margin-bottom: 0;
}
#Footer .footer-wrap .social-share .social-share-wrap .followers .owl-carousel .owl-stage .deafault-card p.tags span {
  font-family: "Proxima Nova";
  font-weight: 200;
  font-size: 26px;
  line-height: 28px;
  color: #ffffff;
  margin-right: 0px;
}
@media (min-width: 1200px) and (max-width: 1300px) {
  #Footer .footer-wrap .social-share .social-share-wrap .followers .owl-carousel .owl-stage .deafault-card p.tags {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  #Footer .footer-wrap .social-share .social-share-wrap .followers .owl-carousel .owl-stage .deafault-card p.tags {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #Footer .footer-wrap .social-share .social-share-wrap .followers .owl-carousel .owl-stage .deafault-card p.tags {
    font-size: 20px;
  }
}
#Footer .footer-wrap .social-share .social-share-wrap .followers .owl-carousel .owl-stage .deafault-card p.count {
  font-family: "Proxima Nova";
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  -webkit-text-decoration: none solid rgb(255, 255, 255);
          text-decoration: none solid rgb(255, 255, 255);
  line-height: 32px;
  margin-left: 15px;
}
@media (max-width: 767.98px) {
  #Footer .footer-wrap .social-share .social-share-wrap .followers .owl-carousel .owl-stage .deafault-card p.count {
    margin-bottom: 0;
  }
}
#Footer .footer-wrap .social-share .social-share-wrap .followers .owl-carousel .owl-nav {
  display: none;
}
#Footer .footer-wrap #FooterMenu {
  padding: 40px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  #Footer .footer-wrap #FooterMenu {
    padding: 40px 0 10px;
  }
}
#Footer .footer-wrap #FooterMenu .footer-meu-wrap .each-footer-menu {
  display: flex;
  align-items: start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
@media (min-width: 1200px) {
  #Footer .footer-wrap #FooterMenu .footer-meu-wrap .each-footer-menu {
    flex-wrap: unset;
    gap: 50px;
  }
}
@media (max-width: 1199.98px) {
  #Footer .footer-wrap #FooterMenu .footer-meu-wrap .each-footer-menu {
    gap: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #Footer .footer-wrap #FooterMenu .footer-meu-wrap .each-footer-menu {
    justify-content: flex-start;
  }
}
@media (min-width: 1200px) {
  #Footer .footer-wrap #FooterMenu .footer-meu-wrap .each-footer-menu .each-footer-list {
    width: 20%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #Footer .footer-wrap #FooterMenu .footer-meu-wrap .each-footer-menu .each-footer-list {
    width: 50%;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #Footer .footer-wrap #FooterMenu .footer-meu-wrap .each-footer-menu .each-footer-list {
    width: 33.33%;
  }
}
@media (max-width: 1199.98px) {
  #Footer .footer-wrap #FooterMenu .footer-meu-wrap .each-footer-menu .each-footer-list {
    margin-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  #Footer .footer-wrap #FooterMenu .footer-meu-wrap .each-footer-menu .each-footer-list {
    width: 100%;
    margin-bottom: 0px;
  }
}
#Footer .footer-wrap #FooterMenu .footer-meu-wrap .each-footer-menu .each-footer-list span {
  font-family: "Proxima Nova";
  font-weight: 800;
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
  margin-bottom: 15px;
  display: block;
  text-decoration: none;
  transition: 0.3s;
  position: relative;
}
@media (min-width: 1600px) {
  #Footer .footer-wrap #FooterMenu .footer-meu-wrap .each-footer-menu .each-footer-list span {
    font-size: 24px;
    line-height: 26px;
  }
}
@media (max-width: 767.98px) {
  #Footer .footer-wrap #FooterMenu .footer-meu-wrap .each-footer-menu .each-footer-list span {
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 0;
  }
  #Footer .footer-wrap #FooterMenu .footer-meu-wrap .each-footer-menu .each-footer-list span::before {
    position: absolute;
    content: "\f026";
    font-family: "Quest";
    font-size: 16px;
    line-height: 16px;
    top: calc(50% - 8px);
    font-weight: 400;
    right: 5px;
    color: rgba(255, 209, 0, 0.5);
    transform: rotate(90deg);
    border-radius: 50%;
    transition: 0.5s;
  }
}
#Footer .footer-wrap #FooterMenu .footer-meu-wrap .each-footer-menu .each-footer-list ul.sub-menu {
  padding: 0;
  margin-top: 10px;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  #Footer .footer-wrap #FooterMenu .footer-meu-wrap .each-footer-menu .each-footer-list ul.sub-menu {
    display: none;
  }
  #Footer .footer-wrap #FooterMenu .footer-meu-wrap .each-footer-menu .each-footer-list ul.sub-menu .sub-menu {
    display: block !important;
  }
}
@media (min-width: 768px) {
  #Footer .footer-wrap #FooterMenu .footer-meu-wrap .each-footer-menu .each-footer-list ul.sub-menu {
    display: block !important;
  }
}
#Footer .footer-wrap #FooterMenu .footer-meu-wrap .each-footer-menu .each-footer-list ul.sub-menu:last-child {
  margin-bottom: 0;
}
#Footer .footer-wrap #FooterMenu .footer-meu-wrap .each-footer-menu .each-footer-list ul.sub-menu span {
  font-family: "Proxima Nova";
  font-weight: 800;
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
  margin-bottom: 15px;
  display: block;
}
#Footer .footer-wrap #FooterMenu .footer-meu-wrap .each-footer-menu .each-footer-list ul.sub-menu li {
  padding: 0;
  margin-bottom: 15px;
  list-style-type: none;
}
#Footer .footer-wrap #FooterMenu .footer-meu-wrap .each-footer-menu .each-footer-list ul.sub-menu li:last-child {
  margin-bottom: 0;
}
#Footer .footer-wrap #FooterMenu .footer-meu-wrap .each-footer-menu .each-footer-list ul.sub-menu li:last-child a {
  margin-bottom: 0;
}
#Footer .footer-wrap #FooterMenu .footer-meu-wrap .each-footer-menu .each-footer-list ul.sub-menu li a {
  font-family: "Proxima Nova";
  font-weight: 600;
  font-size: 16px;
  color: #dadada;
  text-decoration: none;
  line-height: 20px;
  transition: 0.3s;
  display: inline-block;
  margin-bottom: 0;
}
@media (min-width: 1600px) {
  #Footer .footer-wrap #FooterMenu .footer-meu-wrap .each-footer-menu .each-footer-list ul.sub-menu li a {
    font-size: 18px;
    line-height: 20px;
  }
}
#Footer .footer-wrap #FooterMenu .footer-meu-wrap .each-footer-menu .each-footer-list ul.sub-menu li a::before {
  content: none;
}
#Footer .footer-wrap #FooterMenu .footer-meu-wrap .each-footer-menu .each-footer-list ul.sub-menu li a:hover, #Footer .footer-wrap #FooterMenu .footer-meu-wrap .each-footer-menu .each-footer-list ul.sub-menu li a:focus {
  color: #ffd100;
  transition: 0.3s;
}
#Footer .footer-wrap #FooterMenu .footer-meu-wrap .each-footer-menu .each-footer-list ul.sub-menu li.inner-menu-item {
  margin-bottom: 5px;
}
#Footer .footer-wrap #FooterMenu .footer-meu-wrap .each-footer-menu .each-footer-list ul.sub-menu li.inner-menu-item:last-child {
  margin-bottom: 0;
}
#Footer .footer-wrap #FooterMenu .footer-meu-wrap .each-footer-menu .each-footer-list ul.sub-menu li.inner-menu-item a {
  font-size: 14px;
  font-weight: 400;
  color: #bababa;
  transition: 0.3s;
}
@media (min-width: 1600px) {
  #Footer .footer-wrap #FooterMenu .footer-meu-wrap .each-footer-menu .each-footer-list ul.sub-menu li.inner-menu-item a {
    font-size: 16px;
    line-height: 18px;
  }
}
#Footer .footer-wrap #FooterMenu .footer-meu-wrap .each-footer-menu .each-footer-list ul.sub-menu li.inner-menu-item a:hover {
  color: #ffd100;
  transition: 0.3s;
}
#Footer .footer-wrap #FooterMenu .footer-meu-wrap .each-footer-menu .each-footer-list ul.sub-menu ul.inner-sub-list {
  margin: 0;
  padding: 0;
}
#Footer .footer-wrap #FooterMenu .footer-meu-wrap .each-footer-menu .each-footer-list ul.sub-menu ul.inner-sub-list li {
  margin-top: 7px;
  margin-bottom: 0;
}
#Footer .footer-wrap #FooterMenu .footer-meu-wrap .each-footer-menu .each-footer-list ul.sub-menu ul.inner-sub-list li a {
  width: 56px;
  height: 21px;
  font-family: "Proxima Nova";
  font-weight: 800;
  font-size: 14px;
  line-height: 16px;
  color: #bababa;
  transition: 0.3s;
}
#Footer .footer-wrap #FooterMenu .footer-meu-wrap .each-footer-menu .each-footer-list ul.sub-menu ul.inner-sub-list li a:hover, #Footer .footer-wrap #FooterMenu .footer-meu-wrap .each-footer-menu .each-footer-list ul.sub-menu ul.inner-sub-list li a:focus {
  color: #ffd100;
  transition: 0.3s;
}
#Footer .footer-wrap #FooterMenu .footer-meu-wrap .each-footer-menu .each-footer-list .each-list {
  margin: 0;
  padding: 0;
}
#Footer .footer-wrap #FooterMenu .footer-meu-wrap .each-footer-menu .each-footer-list .each-list li.footer-menu-header .footer-menu-each-title.active::before {
  color: #ffd100;
  transform: rotate(270deg);
  transition: 0.5s;
}
@media (max-width: 1199.98px) {
  #Footer .footer-wrap #FooterMenu .footer-meu-wrap .each-footer-menu .each-footer-list .each-list {
    margin-right: 20px;
  }
}
@media (max-width: 767.98px) {
  #Footer .footer-wrap #FooterMenu .footer-meu-wrap .each-footer-menu .each-footer-list .each-list {
    margin-right: 0;
  }
}
#Footer .footer-wrap #FooterMenu .footer-meu-wrap .each-footer-menu .each-footer-list .each-list li {
  list-style-type: none;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  #Footer .footer-wrap #FooterMenu .footer-meu-wrap .each-footer-menu .each-footer-list .each-list li:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 767.98px) {
  #Footer .footer-wrap #FooterMenu .footer-meu-wrap .each-footer-menu .each-footer-list .each-list li {
    margin-bottom: 26px;
  }
}
@media (min-width: 1200px) {
  #Footer .footer-wrap #FooterMenu .footer-meu-wrap .each-footer-menu .each-footer-list .each-list li.menu-item-border {
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
}
#Footer .footer-wrap #FooterMenu .footer-meu-wrap .each-footer-menu .each-footer-list .each-list li a {
  font-family: "Proxima Nova";
  font-weight: 800;
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
  margin-bottom: 15px;
  display: block;
  text-decoration: none;
  transition: 0.3s;
  position: relative;
}
@media (min-width: 1600px) {
  #Footer .footer-wrap #FooterMenu .footer-meu-wrap .each-footer-menu .each-footer-list .each-list li a {
    font-size: 24px;
    line-height: 26px;
  }
}
@media (max-width: 767.98px) {
  #Footer .footer-wrap #FooterMenu .footer-meu-wrap .each-footer-menu .each-footer-list .each-list li a {
    font-weight: 700;
    position: relative;
    font-size: 22px;
  }
  #Footer .footer-wrap #FooterMenu .footer-meu-wrap .each-footer-menu .each-footer-list .each-list li a::before {
    position: absolute;
    content: "\f026";
    font-family: "Quest";
    font-size: 16px;
    line-height: 16px;
    top: calc(50% - 8px);
    font-weight: 400;
    right: 5px;
    color: rgba(255, 209, 0, 0.5);
    transform: rotate(90deg);
    border-radius: 50%;
    transition: 0.3s;
  }
}
@media (min-width: 768px) {
  #Footer .footer-wrap #FooterMenu .footer-meu-wrap .each-footer-menu .each-footer-list .each-list li a:hover, #Footer .footer-wrap #FooterMenu .footer-meu-wrap .each-footer-menu .each-footer-list .each-list li a:focus {
    color: #ffd100;
    transition: 0.3s;
  }
}
#Footer .footer-wrap .footer-text {
  padding: 30px 0;
}
#Footer .footer-wrap .footer-text p {
  font-family: "Proxima Nova";
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
  color: #ffffff;
  -webkit-text-decoration: none solid rgb(255, 255, 255);
          text-decoration: none solid rgb(255, 255, 255);
  text-align: center;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  #Footer .footer-wrap .footer-text p {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  body.single-leadership #Footer,
  body.page-id-1955 #Footer {
    margin: 20px;
  }
}

body .uwy {
  z-index: 9999 !important;
}

body .uwy.userway_p1 .userway_buttons_wrapper {
  top: auto !important;
  bottom: 15px !important;
  right: 50px !important;
  left: auto !important;
}

.cky-consent-bar .cky-banner-btn-close {
  position: absolute;
  right: 10px !important;
  top: 10px !important;
}

.cky-consent-bar .cky-banner-btn-close img {
  height: 13px !important;
  width: 13px !important;
  margin: 0 !important;
}

@media (max-width: 767.98px) {
  .cky-btn-revisit-wrapper {
    z-index: 999 !important;
  }
  body .uwy {
    z-index: 9999 !important;
  }
  body #hubspot-messages-iframe-container {
    z-index: 99999 !important;
  }
}
.sliderwithcards {
  padding: 20px 20px 0;
  background-color: #662a53;
  display: flex;
  align-items: start;
  justify-content: space-between;
  flex-direction: unset !important;
  align-items: stretch;
}
@media (min-width: 1200px) {
  .sliderwithcards {
    min-height: 550px !important;
    height: 80vh !important;
    max-height: 750px !important;
    overflow: hidden !important;
  }
}
@media (min-width: 1600px) {
  .sliderwithcards {
    max-height: unset !important;
    height: 85vh !important;
  }
}
@media (max-width: 767.98px) {
  .sliderwithcards {
    background: #471d3b;
    margin-top: 90px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1299.98px) {
  .sliderwithcards.top-home-banner {
    min-height: 400px !important;
  }
}
@media (max-width: 767.98px) {
  .sliderwithcards.color-card-slider {
    margin-top: 0 !important;
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .sliderwithcards.color-card-slider {
    padding: 0 20px !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .sliderwithcards {
    width: 100%;
    flex-wrap: wrap;
    flex-direction: row !important;
  }
}
.sliderwithcards .description-cta {
  display: none;
}
.sliderwithcards .description-cta p {
  font-family: "Proxima Nova";
  font-weight: 400;
  font-size: 24px;
  color: #ffffff;
  margin-bottom: 45px;
}
.sliderwithcards .description-cta a {
  min-width: 200px;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #ffd100;
  border-radius: 30px;
  background-size: cover;
  font-family: "Proxima Nova";
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  color: #ffffff !important;
  -webkit-text-decoration: none solid rgb(255, 255, 255);
          text-decoration: none solid rgb(255, 255, 255);
  text-align: center;
  padding: 17px 30px;
  display: block;
  transition: 0.3s;
}
.sliderwithcards .description-cta a:hover, .sliderwithcards .description-cta a:focus {
  transition: 0.3s;
  color: #471d3b !important;
  background-color: #ffd100;
}
@media (max-width: 767.98px) {
  .sliderwithcards .description-cta a {
    margin: 0 auto;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .sliderwithcards .description-cta {
    display: block;
    padding: 40px 15px;
  }
}
.sliderwithcards .colorCards {
  height: 100%;
  display: flex;
  align-items: stretch;
}
@media (max-width: 767.98px) {
  .sliderwithcards .colorCards {
    padding: 0 20px !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .sliderwithcards .colorCards {
    width: 100%;
  }
}
@media (min-width: 1200px) and (max-width: 1299.98px) {
  .sliderwithcards .colorCards {
    height: auto;
  }
}
.sliderwithcards .colorCards .cards-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.sliderwithcards .colorCards .cards-wrap .each-card {
  position: relative;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 28px;
  width: 100%;
  padding: 22px 32px 24px 32px;
  min-height: 100px;
}
.sliderwithcards .colorCards .cards-wrap .each-card a {
  text-decoration: unset;
  cursor: pointer;
  display: block;
}
.sliderwithcards .colorCards .cards-wrap .each-card .eyebrow p {
  font-family: "Proxima Nova";
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: #ffffff;
  -webkit-text-decoration: none solid rgb(255, 255, 255);
          text-decoration: none solid rgb(255, 255, 255);
  margin-bottom: 10px;
}
.sliderwithcards .colorCards .cards-wrap .each-card h3, .sliderwithcards .colorCards .cards-wrap .each-card .h3 {
  font-family: "Proxima Nova";
  font-weight: 500;
  font-size: 32px;
  line-height: 36px;
  color: #000000;
  margin-bottom: 14px;
}
@media (max-width: 991.98px) {
  .sliderwithcards .colorCards .cards-wrap .each-card h3, .sliderwithcards .colorCards .cards-wrap .each-card .h3 {
    font-size: 22px;
    line-height: 26px;
  }
}
.sliderwithcards .colorCards .cards-wrap .each-card p {
  font-family: "Proxima Nova";
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  margin-bottom: 10px;
}
@media (min-width: 1600px) {
  .sliderwithcards .colorCards .cards-wrap .each-card p {
    font-size: 20px;
    line-height: 26px;
  }
}
.sliderwithcards .colorCards .cards-wrap .each-card .arrow {
  position: absolute;
  width: 54px;
  height: 54px;
  bottom: 0;
  right: 0;
  background-color: #ffd100;
  border-radius: 50%;
  transition: 0.3s;
}
@media (max-width: 1199.98px) {
  .sliderwithcards .colorCards .cards-wrap .each-card .arrow {
    transform: rotate(-45deg) !important;
  }
}
.sliderwithcards .colorCards .cards-wrap .each-card .arrow i {
  position: relative;
  top: 50%;
  left: 50%;
  font-size: 32px;
  border-radius: 50%;
  color: #471d3b;
  transition: 0.3s;
  transform: translate(-50%, -50%) !important;
}
.sliderwithcards .colorCards .cards-wrap .each-card:hover, .sliderwithcards .colorCards .cards-wrap .each-card:focus {
  cursor: pointer;
}
.sliderwithcards .colorCards .cards-wrap .each-card:hover .arrow, .sliderwithcards .colorCards .cards-wrap .each-card:focus .arrow {
  transition: 0.3s;
  transform: rotate(-45deg);
}
@media (max-width: 767.98px) {
  .sliderwithcards .colorCards .cards-wrap .each-card {
    width: 100%;
    min-height: 310px;
    display: block;
  }
}
@media (min-width: 1200px) {
  .sliderwithcards .colorCards .cards-wrap .each-card {
    height: calc(50% - 10px);
  }
}
@media (min-width: 1200px) and (max-width: 1299.98px) {
  .sliderwithcards .colorCards .cards-wrap .each-card {
    min-height: 200px;
    padding: 15px;
  }
}
@media (min-width: 1300px) and (max-width: 1365.98px) {
  .sliderwithcards .colorCards .cards-wrap .each-card {
    min-height: 200px;
    padding: 20px;
  }
}
.sliderwithcards .colorCards .cards-wrap .each-card h3, .sliderwithcards .colorCards .cards-wrap .each-card .h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
}
@media (max-width: 1299.98px) {
  .sliderwithcards .colorCards .cards-wrap .each-card h3, .sliderwithcards .colorCards .cards-wrap .each-card .h3 {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (min-width: 1200px) and (max-width: 1365.98px) {
  .sliderwithcards .colorCards .cards-wrap .each-card p {
    margin-bottom: 6px;
  }
}
@media (max-width: 991.98px) {
  .sliderwithcards .colorCards .cards-wrap .owl-dots .owl-dot {
    width: 30px;
    height: 10px;
    background-color: rgba(218, 218, 218, 0.4);
    border-radius: 4px;
    border: unset;
    margin-right: 16px;
    transition: all 0.5s;
  }
  .sliderwithcards .colorCards .cards-wrap .owl-dots .owl-dot:last-child {
    margin-right: 0;
  }
  .sliderwithcards .colorCards .cards-wrap .owl-dots .owl-dot.active, .sliderwithcards .colorCards .cards-wrap .owl-dots .owl-dot:hover, .sliderwithcards .colorCards .cards-wrap .owl-dots .owl-dot:focus {
    background-color: #ffd100;
    transition: all 0.5s;
  }
}

.home .elementor-widget-qg-carousel,
.home .elementor-widget-home-carousel {
  width: 69%;
}
@media (min-width: 1200px) {
  .home .elementor-widget-qg-carousel,
  .home .elementor-widget-home-carousel {
    margin-right: 18px;
  }
}
@media (min-width: 1600px) {
  .home .elementor-widget-qg-carousel,
  .home .elementor-widget-home-carousel {
    width: 80%;
  }
}
@media (min-width: 0) and (max-width: 1199.98px) {
  .home .elementor-widget-qg-carousel,
  .home .elementor-widget-home-carousel {
    width: 100%;
  }
}

.elementor-widget-color-card,
.top-home-banner .elementor-widget-qg-color-card {
  width: 30%;
}
@media (min-width: 1600px) {
  .elementor-widget-color-card,
  .top-home-banner .elementor-widget-qg-color-card {
    width: 20%;
  }
}
.elementor-widget-color-card .elementor-widget-container,
.top-home-banner .elementor-widget-qg-color-card .elementor-widget-container {
  height: 100%;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .elementor-widget-color-card,
  .top-home-banner .elementor-widget-qg-color-card {
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  .sliderwithcards.color-card-slider .e-con-inner {
    padding: 50px 0;
  }
  .sliderwithcards.color-card-slider .e-con-inner .owl-stage-outer {
    padding-left: 0px;
  }
  .sliderwithcards.color-card-slider .e-con-inner .owl-dots {
    margin: auto 0;
    width: 100%;
    text-align: center;
  }
}

@media (min-width: 1200px) {
  .hidden-card-slider {
    display: none !important;
  }
}
@media (max-width: 767.98px) {
  .hidden-card-slider {
    overflow: hidden !important;
  }
}
.hidden-card-slider.sliderwithcards.color-card-slider .e-con-inner {
  display: none;
}
@media (max-width: 767.98px) {
  .hidden-card-slider.sliderwithcards.color-card-slider .e-con-inner .owl-stage-outer {
    overflow: unset !important;
  }
}
@media (max-width: 1199.98px) {
  .hidden-card-slider.sliderwithcards.color-card-slider .e-con-inner {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .hidden-card-slider.sliderwithcards.color-card-slider .e-con-inner {
    display: block;
    margin: 0 !important;
  }
  .hidden-card-slider.sliderwithcards.color-card-slider .e-con-inner .colorCards .cards-wrap .each-card {
    min-height: 250px;
    width: 100%;
    display: block;
  }
}

@media (max-width: 1199.98px) {
  .elementor-hidden-tablet .colorCards {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .sliderwithcards .elementor-hidden-tablet {
    width: 0;
  }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .sliderwithcards.e-con {
    width: 100% !important;
    max-width: 100% !important;
  }
  .sliderwithcards .e-con-inner {
    width: 100% !important;
    max-width: 100% !important;
  }
  .sliderwithcards .owl-item:last-child {
    margin-right: 0 !important;
  }
}

@media (min-width: 1200px) {
  .sliderwithcards .heroSlider .owl-carousel .owl-stage .heroSlider-wrap {
    min-height: 550px !important;
    height: 80vh !important;
    max-height: 750px !important;
    overflow: hidden;
  }
}
@media (min-width: 1600px) {
  .sliderwithcards .heroSlider .owl-carousel .owl-stage .heroSlider-wrap {
    max-height: unset !important;
    height: 85vh !important;
  }
}

.home .cardssliders .cards-slider .owl-stage .each-card .eyebrow p,
.home .cardssliders .owl-carousel .owl-stage .each-card .eyebrow p {
  font-size: 24px;
}

.layout-30-70 {
  padding: 60px 0;
}
@media (max-width: 767.98px) {
  .layout-30-70 {
    padding: 40px 0;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .layout-30-70 {
    width: 100% !important;
  }
}
.layout-30-70 iframe {
  width: 100%;
  height: 420px;
}
@media (max-width: 767.98px) {
  .layout-30-70 iframe {
    height: 200px;
  }
}
.layout-30-70 .wrapper {
  display: flex;
  align-items: start;
}
@media (max-width: 767.98px) {
  .layout-30-70 .wrapper {
    flex-wrap: wrap;
  }
}
.layout-30-70 .wrapper .lhs {
  width: 30%;
}
@media (max-width: 767.98px) {
  .layout-30-70 .wrapper .lhs {
    width: 100%;
    display: none;
  }
}
.layout-30-70 .wrapper .lhs p {
  font-family: "Proxima Nova";
  font-weight: 400;
  font-size: 24px;
  color: #ffffff;
  margin-bottom: 45px;
}
.layout-30-70 .wrapper .lhs a {
  min-width: 200px;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #ffd100;
  border-radius: 30px;
  background-size: cover;
  font-family: "Proxima Nova";
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  color: #ffffff !important;
  -webkit-text-decoration: none solid rgb(255, 255, 255);
          text-decoration: none solid rgb(255, 255, 255);
  text-align: center;
  padding: 17px 30px;
  display: block;
  transition: 0.3s;
}
.layout-30-70 .wrapper .lhs a:hover, .layout-30-70 .wrapper .lhs a:focus {
  transition: 0.3s;
  color: #471d3b !important;
  background-color: #ffd100;
}
@media (max-width: 767.98px) {
  .layout-30-70 .wrapper .lhs a {
    margin: 0 auto;
  }
}
.layout-30-70 .wrapper .rhs {
  margin-left: 45px;
}
@media (max-width: 767.98px) {
  .layout-30-70 .wrapper .rhs {
    width: 100%;
    margin-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .layout-30-70 .wrapper .rhs {
    margin-left: 0;
  }
}
.layout-30-70 .wrapper .rhs .video-wrap {
  position: relative;
  transition: 0.4s;
}
@media (min-width: 1200px) {
  .layout-30-70 .wrapper .rhs .video-wrap {
    min-height: 400px;
    margin-top: 10px;
  }
}
.layout-30-70 .wrapper .rhs .video-wrap::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  transition: 0.4s;
  border-radius: 4px;
  border-bottom-right-radius: 28px;
}
.layout-30-70 .wrapper .rhs .video-wrap:hover::before {
  transition: 0.4s;
  background-color: rgba(0, 0, 0, 0.3);
}
@media (max-width: 767.98px) {
  .layout-30-70 .wrapper .rhs .video-wrap {
    margin-bottom: 20px;
  }
}
.layout-30-70 .wrapper .rhs .video-wrap img {
  width: 100%;
  height: auto;
  border-radius: 4px;
  border-bottom-right-radius: 28px;
}
.layout-30-70 .wrapper .rhs .video-wrap .quest-icon {
  position: absolute;
  right: 0;
  bottom: 0;
  color: rgba(255, 255, 255, 0.3);
  z-index: 9;
  width: 54px;
  line-height: 54px;
}
.layout-30-70 .wrapper .rhs .video-wrap .quest-icon img {
  border-radius: 50%;
  background-color: #471d3b;
}
.layout-30-70 .wrapper .rhs .video-wrap .quest-icon i {
  font-size: 116px;
  line-height: 116px;
}
.layout-30-70 .wrapper .rhs .video-wrap .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.layout-30-70 .wrapper .rhs .video-wrap .play-button i {
  font-size: 64px;
  line-height: 64px;
  color: #ffd100;
}
.layout-30-70 .wrapper .rhs .defaultcards {
  margin-bottom: 80px;
  margin-top: 40px;
}
@media (max-width: 767.98px) {
  .layout-30-70 .wrapper .rhs .defaultcards {
    margin-bottom: 0px;
    margin-top: 0px;
  }
}
.layout-30-70 .wrapper .rhs .defaultcards .card-wrap {
  display: flex;
  align-items: start;
  justify-content: space-between;
  align-items: stretch;
}
@media (max-width: 767.98px) {
  .layout-30-70 .wrapper .rhs .defaultcards .card-wrap {
    flex-wrap: wrap;
  }
}
.layout-30-70 .wrapper .rhs .defaultcards .card-wrap .each-card {
  width: 48%;
  min-height: 200px;
  padding: 25px;
  background-color: rgba(71, 29, 59, 0.4);
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .layout-30-70 .wrapper .rhs .defaultcards .card-wrap .each-card {
    width: 100%;
    margin-top: 20px;
  }
}
.layout-30-70 .wrapper .rhs .defaultcards .card-wrap .each-card::after {
  content: "\f016";
  position: absolute;
  font-family: "Quest";
  font-size: 200px;
  line-height: 200px;
  color: rgba(255, 255, 255, 0.05);
  bottom: -100px;
  right: -100px;
}
.layout-30-70 .wrapper .rhs .defaultcards .card-wrap .each-card h4, .layout-30-70 .wrapper .rhs .defaultcards .card-wrap .each-card .h4 {
  font-family: "Proxima Nova";
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: #ffd100;
}
.layout-30-70 .wrapper .rhs .defaultcards .card-wrap .each-card p {
  font-family: "Proxima Nova";
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
  color: #ffffff;
  margin-bottom: 0;
}
.layout-30-70 .wrapper .rhs .counts-section .countup-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  .layout-30-70 .wrapper .rhs .counts-section .countup-wrap {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .layout-30-70 .wrapper .rhs .counts-section .countup-wrap {
    justify-content: space-around;
  }
}
@media (max-width: 1199.98px) {
  .layout-30-70 .wrapper .rhs .counts-section .countup-wrap .each-counts {
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  .layout-30-70 .wrapper .rhs .counts-section .countup-wrap .each-counts {
    width: 48%;
    position: relative;
  }
  .layout-30-70 .wrapper .rhs .counts-section .countup-wrap .each-counts:nth-child(1), .layout-30-70 .wrapper .rhs .counts-section .countup-wrap .each-counts:nth-child(2) {
    padding-bottom: 25px;
  }
  .layout-30-70 .wrapper .rhs .counts-section .countup-wrap .each-counts:nth-child(3), .layout-30-70 .wrapper .rhs .counts-section .countup-wrap .each-counts:nth-child(4) {
    padding-top: 25px;
  }
  .layout-30-70 .wrapper .rhs .counts-section .countup-wrap .each-counts:nth-child(odd)::before {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 1px;
    content: "";
    height: 85%;
    background-color: rgba(218, 218, 218, 0.2);
  }
  .layout-30-70 .wrapper .rhs .counts-section .countup-wrap .each-counts:first-child::after {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 85%;
    content: "";
    height: 1px;
    background-color: rgba(218, 218, 218, 0.2);
  }
  .layout-30-70 .wrapper .rhs .counts-section .countup-wrap .each-counts:nth-child(2)::before {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 85%;
    content: "";
    height: 1px;
    background-color: rgba(218, 218, 218, 0.2);
  }
}
@media (max-width: 767.98px) {
  .layout-30-70 .wrapper .rhs .counts-section .countup-wrap .each-counts .numbers {
    text-align: center;
  }
}
.layout-30-70 .wrapper .rhs .counts-section .countup-wrap .each-counts .numbers p {
  font-family: "Proxima Nova";
  font-weight: 600;
  font-family: Proxima Nova;
  font-size: 72px;
  color: #ffd100;
  line-height: 60px;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .layout-30-70 .wrapper .rhs .counts-section .countup-wrap .each-counts .numbers p {
    font-size: 56px;
    line-height: 62px;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .layout-30-70 .wrapper .rhs .counts-section .countup-wrap .each-counts .numbers p {
    font-size: 60px;
  }
}
.layout-30-70 .wrapper .rhs .counts-section .countup-wrap .each-counts p.sub-text {
  font-family: "Proxima Nova";
  font-weight: 500;
  font-size: 24px;
  line-height: 1.5;
  color: #ffffff;
  -webkit-text-decoration: none solid rgb(255, 255, 255);
          text-decoration: none solid rgb(255, 255, 255);
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .layout-30-70 .wrapper .rhs .counts-section .countup-wrap .each-counts p.sub-text {
    text-align: center;
  }
}

.cardssliders {
  overflow: hidden;
  padding: 48px 0 60px;
}
@media (max-width: 767.98px) {
  .cardssliders {
    padding: 40px 0 50px;
  }
}
.cardssliders h2, .cardssliders .h2 {
  font-size: 54px;
  color: #ffd100;
  line-height: 1;
  font-family: "Proxima Nova";
  font-weight: 400;
  margin-bottom: 45px;
}
@media (max-width: 767.98px) {
  .cardssliders h2, .cardssliders .h2 {
    font-size: 40px;
    line-height: 44px !important;
    margin-bottom: 40px;
  }
}
@media (max-width: 767.98px) {
  .cardssliders h2, .cardssliders .h2 {
    margin-bottom: 36px;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .cardssliders h2, .cardssliders .h2 {
    padding: 0;
  }
}
.cardssliders .cards-slider,
.cardssliders .owl-carousel {
  position: relative;
  display: block;
}
.cardssliders .cards-slider .owl-stage-outer,
.cardssliders .owl-carousel .owl-stage-outer {
  overflow: unset;
}
.cardssliders .cards-slider .owl-stage .each-card,
.cardssliders .owl-carousel .owl-stage .each-card {
  position: relative;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 28px;
  padding: 70px 40px 40px 40px;
  width: 100%;
  height: 400px;
}
.cardssliders .cards-slider .owl-stage .each-card a,
.cardssliders .owl-carousel .owl-stage .each-card a {
  text-decoration: unset;
  cursor: pointer;
  display: block;
}
.cardssliders .cards-slider .owl-stage .each-card .eyebrow p,
.cardssliders .owl-carousel .owl-stage .each-card .eyebrow p {
  font-family: "Proxima Nova";
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: #ffffff;
  -webkit-text-decoration: none solid rgb(255, 255, 255);
          text-decoration: none solid rgb(255, 255, 255);
  margin-bottom: 10px;
}
.cardssliders .cards-slider .owl-stage .each-card h3, .cardssliders .cards-slider .owl-stage .each-card .h3,
.cardssliders .owl-carousel .owl-stage .each-card h3,
.cardssliders .owl-carousel .owl-stage .each-card .h3 {
  font-family: "Proxima Nova";
  font-weight: 500;
  font-size: 32px;
  line-height: 36px;
  color: #000000;
  margin-bottom: 14px;
}
@media (max-width: 991.98px) {
  .cardssliders .cards-slider .owl-stage .each-card h3, .cardssliders .cards-slider .owl-stage .each-card .h3,
  .cardssliders .owl-carousel .owl-stage .each-card h3,
  .cardssliders .owl-carousel .owl-stage .each-card .h3 {
    font-size: 22px;
    line-height: 26px;
  }
}
.cardssliders .cards-slider .owl-stage .each-card p,
.cardssliders .owl-carousel .owl-stage .each-card p {
  font-family: "Proxima Nova";
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  margin-bottom: 10px;
}
@media (min-width: 1600px) {
  .cardssliders .cards-slider .owl-stage .each-card p,
  .cardssliders .owl-carousel .owl-stage .each-card p {
    font-size: 20px;
    line-height: 26px;
  }
}
.cardssliders .cards-slider .owl-stage .each-card .arrow,
.cardssliders .owl-carousel .owl-stage .each-card .arrow {
  position: absolute;
  width: 54px;
  height: 54px;
  bottom: 0;
  right: 0;
  background-color: #ffd100;
  border-radius: 50%;
  transition: 0.3s;
}
@media (max-width: 1199.98px) {
  .cardssliders .cards-slider .owl-stage .each-card .arrow,
  .cardssliders .owl-carousel .owl-stage .each-card .arrow {
    transform: rotate(-45deg) !important;
  }
}
.cardssliders .cards-slider .owl-stage .each-card .arrow i,
.cardssliders .owl-carousel .owl-stage .each-card .arrow i {
  position: relative;
  top: 50%;
  left: 50%;
  font-size: 32px;
  border-radius: 50%;
  color: #471d3b;
  transition: 0.3s;
  transform: translate(-50%, -50%) !important;
}
.cardssliders .cards-slider .owl-stage .each-card:hover, .cardssliders .cards-slider .owl-stage .each-card:focus,
.cardssliders .owl-carousel .owl-stage .each-card:hover,
.cardssliders .owl-carousel .owl-stage .each-card:focus {
  cursor: pointer;
}
.cardssliders .cards-slider .owl-stage .each-card:hover .arrow, .cardssliders .cards-slider .owl-stage .each-card:focus .arrow,
.cardssliders .owl-carousel .owl-stage .each-card:hover .arrow,
.cardssliders .owl-carousel .owl-stage .each-card:focus .arrow {
  transition: 0.3s;
  transform: rotate(-45deg);
}
@media (max-width: 1199.98px) {
  .cardssliders .cards-slider .owl-stage .each-card,
  .cardssliders .owl-carousel .owl-stage .each-card {
    width: 100%;
    height: 420px;
    padding: 50px 30px;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .cardssliders .cards-slider .owl-stage .each-card,
  .cardssliders .owl-carousel .owl-stage .each-card {
    width: 100%;
    height: 400px;
  }
}
.cardssliders .cards-slider .owl-nav,
.cardssliders .owl-carousel .owl-nav {
  position: absolute;
  right: 0;
  top: -80px;
}
@media (max-width: 991.98px) {
  .cardssliders .cards-slider .owl-nav,
  .cardssliders .owl-carousel .owl-nav {
    display: none;
  }
}
.cardssliders .cards-slider .owl-nav .owl-prev,
.cardssliders .owl-carousel .owl-nav .owl-prev {
  transform: rotate(180deg);
  margin-right: 20px;
}
.cardssliders .cards-slider .owl-nav .owl-prev,
.cardssliders .cards-slider .owl-nav .owl-next,
.cardssliders .owl-carousel .owl-nav .owl-prev,
.cardssliders .owl-carousel .owl-nav .owl-next {
  background-color: transparent;
  border: unset;
  padding: 0;
  border-radius: 50%;
  width: 54px;
  height: 54px;
}
.cardssliders .cards-slider .owl-nav .owl-prev span,
.cardssliders .cards-slider .owl-nav .owl-next span,
.cardssliders .owl-carousel .owl-nav .owl-prev span,
.cardssliders .owl-carousel .owl-nav .owl-next span {
  display: flex;
}
.cardssliders .cards-slider .owl-nav .owl-prev i,
.cardssliders .cards-slider .owl-nav .owl-next i,
.cardssliders .owl-carousel .owl-nav .owl-prev i,
.cardssliders .owl-carousel .owl-nav .owl-next i {
  font-size: 16px;
  color: #ffd100;
  border: 1px solid rgba(255, 209, 0, 0.3);
  border-radius: 50%;
  width: 54px;
  height: 54px;
  transition: 0.3s;
  position: relative;
}
.cardssliders .cards-slider .owl-nav .owl-prev i::before,
.cardssliders .cards-slider .owl-nav .owl-next i::before,
.cardssliders .owl-carousel .owl-nav .owl-prev i::before,
.cardssliders .owl-carousel .owl-nav .owl-next i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cardssliders .cards-slider .owl-nav .owl-prev i:hover, .cardssliders .cards-slider .owl-nav .owl-prev i:focus,
.cardssliders .cards-slider .owl-nav .owl-next i:hover,
.cardssliders .cards-slider .owl-nav .owl-next i:focus,
.cardssliders .owl-carousel .owl-nav .owl-prev i:hover,
.cardssliders .owl-carousel .owl-nav .owl-prev i:focus,
.cardssliders .owl-carousel .owl-nav .owl-next i:hover,
.cardssliders .owl-carousel .owl-nav .owl-next i:focus {
  transition: 0.3s;
  background-color: #ffd100;
  color: #471d3b;
}
.cardssliders .cards-slider .owl-nav button.owl-prev:first-child,
.cardssliders .owl-carousel .owl-nav button.owl-prev:first-child {
  margin-right: 20px !important;
}
.cardssliders .cards-slider .owl-dots,
.cardssliders .owl-carousel .owl-dots {
  text-align: center;
  padding-top: 30px;
}
@media (max-width: 767.98px) {
  .cardssliders .cards-slider .owl-dots,
  .cardssliders .owl-carousel .owl-dots {
    padding-top: 20px;
  }
}
.cardssliders .cards-slider .owl-dots .owl-dot,
.cardssliders .owl-carousel .owl-dots .owl-dot {
  width: 30px;
  height: 10px;
  background-color: rgba(218, 218, 218, 0.4);
  border-radius: 4px;
  border: unset;
  margin-right: 16px;
  transition: all 0.5s;
}
.cardssliders .cards-slider .owl-dots .owl-dot:last-child,
.cardssliders .owl-carousel .owl-dots .owl-dot:last-child {
  margin-right: 0;
}
.cardssliders .cards-slider .owl-dots .owl-dot.active, .cardssliders .cards-slider .owl-dots .owl-dot:hover, .cardssliders .cards-slider .owl-dots .owl-dot:focus,
.cardssliders .owl-carousel .owl-dots .owl-dot.active,
.cardssliders .owl-carousel .owl-dots .owl-dot:hover,
.cardssliders .owl-carousel .owl-dots .owl-dot:focus {
  background-color: #ffd100;
  transition: all 0.5s;
}
.cardssliders .owl-carousel {
  height: 400px;
}
.cardssliders .owl-carousel .each-card {
  opacity: 0;
}
.cardssliders .owl-carousel.owl-loaded {
  height: auto;
}
.cardssliders .owl-carousel.owl-loaded .each-card {
  opacity: 1;
}

.resourcessliders {
  overflow: hidden;
  padding: 48px 0 60px;
}
@media (max-width: 767.98px) {
  .resourcessliders {
    padding: 40px 0 50px;
  }
}
.resourcessliders h2, .resourcessliders .h2 {
  font-size: 54px;
  color: #ffd100;
  line-height: 1;
  font-family: "Proxima Nova";
  font-weight: 400;
  margin-bottom: 45px;
}
@media (max-width: 767.98px) {
  .resourcessliders h2, .resourcessliders .h2 {
    font-size: 40px;
    line-height: 44px !important;
    margin-bottom: 40px;
  }
}
@media (max-width: 767.98px) {
  .resourcessliders h2, .resourcessliders .h2 {
    margin-bottom: 36px;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .resourcessliders h2, .resourcessliders .h2 {
    padding: 0;
  }
}
.resourcessliders .owl-carousel {
  position: relative;
  display: block;
}
.resourcessliders .owl-carousel .owl-stage-outer {
  overflow: unset;
}
.resourcessliders .owl-carousel .owl-stage .each-card {
  position: relative;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 28px;
  padding: 70px 40px 40px 40px;
  width: 100%;
  height: 400px;
}
.resourcessliders .owl-carousel .owl-stage .each-card a {
  text-decoration: unset;
  cursor: pointer;
  display: block;
}
.resourcessliders .owl-carousel .owl-stage .each-card .eyebrow p {
  font-family: "Proxima Nova";
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: #ffffff;
  -webkit-text-decoration: none solid rgb(255, 255, 255);
          text-decoration: none solid rgb(255, 255, 255);
  margin-bottom: 10px;
}
.resourcessliders .owl-carousel .owl-stage .each-card h3, .resourcessliders .owl-carousel .owl-stage .each-card .h3 {
  font-family: "Proxima Nova";
  font-weight: 500;
  font-size: 32px;
  line-height: 36px;
  color: #000000;
  margin-bottom: 14px;
}
@media (max-width: 991.98px) {
  .resourcessliders .owl-carousel .owl-stage .each-card h3, .resourcessliders .owl-carousel .owl-stage .each-card .h3 {
    font-size: 22px;
    line-height: 26px;
  }
}
.resourcessliders .owl-carousel .owl-stage .each-card p {
  font-family: "Proxima Nova";
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  margin-bottom: 10px;
}
@media (min-width: 1600px) {
  .resourcessliders .owl-carousel .owl-stage .each-card p {
    font-size: 20px;
    line-height: 26px;
  }
}
.resourcessliders .owl-carousel .owl-stage .each-card .arrow {
  position: absolute;
  width: 54px;
  height: 54px;
  bottom: 0;
  right: 0;
  background-color: #ffd100;
  border-radius: 50%;
  transition: 0.3s;
}
@media (max-width: 1199.98px) {
  .resourcessliders .owl-carousel .owl-stage .each-card .arrow {
    transform: rotate(-45deg) !important;
  }
}
.resourcessliders .owl-carousel .owl-stage .each-card .arrow i {
  position: relative;
  top: 50%;
  left: 50%;
  font-size: 32px;
  border-radius: 50%;
  color: #471d3b;
  transition: 0.3s;
  transform: translate(-50%, -50%) !important;
}
.resourcessliders .owl-carousel .owl-stage .each-card:hover, .resourcessliders .owl-carousel .owl-stage .each-card:focus {
  cursor: pointer;
}
.resourcessliders .owl-carousel .owl-stage .each-card:hover .arrow, .resourcessliders .owl-carousel .owl-stage .each-card:focus .arrow {
  transition: 0.3s;
  transform: rotate(-45deg);
}
@media (max-width: 1199.98px) {
  .resourcessliders .owl-carousel .owl-stage .each-card {
    width: 100%;
    height: 380px;
    padding: 50px 30px;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .resourcessliders .owl-carousel .owl-stage .each-card {
    width: 100%;
    height: 400px;
  }
}
@media (max-width: 374.98px) {
  .resourcessliders .owl-carousel .owl-stage .each-card {
    height: 450px;
  }
}
.resourcessliders .owl-carousel .owl-nav {
  position: absolute;
  right: 0;
  top: -100px;
}
@media (max-width: 991.98px) {
  .resourcessliders .owl-carousel .owl-nav {
    display: none;
  }
}
.resourcessliders .owl-carousel .owl-nav .owl-prev {
  transform: rotate(180deg);
  margin-right: 20px;
}
.resourcessliders .owl-carousel .owl-nav .owl-prev,
.resourcessliders .owl-carousel .owl-nav .owl-next {
  background-color: transparent;
  border: unset;
  padding: 0;
  border-radius: 50%;
  width: 54px;
  height: 54px;
}
.resourcessliders .owl-carousel .owl-nav .owl-prev span,
.resourcessliders .owl-carousel .owl-nav .owl-next span {
  display: flex;
}
.resourcessliders .owl-carousel .owl-nav .owl-prev i,
.resourcessliders .owl-carousel .owl-nav .owl-next i {
  font-size: 16px;
  color: #ffd100;
  border: 1px solid rgba(255, 209, 0, 0.3);
  border-radius: 50%;
  width: 54px;
  height: 54px;
  transition: 0.3s;
  position: relative;
}
.resourcessliders .owl-carousel .owl-nav .owl-prev i::before,
.resourcessliders .owl-carousel .owl-nav .owl-next i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.resourcessliders .owl-carousel .owl-nav .owl-prev i:hover, .resourcessliders .owl-carousel .owl-nav .owl-prev i:focus,
.resourcessliders .owl-carousel .owl-nav .owl-next i:hover,
.resourcessliders .owl-carousel .owl-nav .owl-next i:focus {
  transition: 0.3s;
  background-color: #ffd100;
  color: #471d3b;
}
.resourcessliders .owl-carousel .owl-nav button.owl-prev:first-child {
  margin-right: 20px !important;
}
.resourcessliders .owl-carousel .owl-dots {
  text-align: center;
  padding-top: 30px;
}
@media (max-width: 767.98px) {
  .resourcessliders .owl-carousel .owl-dots {
    padding-top: 20px;
  }
}
.resourcessliders .owl-carousel .owl-dots .owl-dot {
  width: 30px;
  height: 10px;
  background-color: rgba(218, 218, 218, 0.4);
  border-radius: 4px;
  border: unset;
  margin-right: 16px;
  transition: all 0.5s;
}
.resourcessliders .owl-carousel .owl-dots .owl-dot:last-child {
  margin-right: 0;
}
.resourcessliders .owl-carousel .owl-dots .owl-dot.active, .resourcessliders .owl-carousel .owl-dots .owl-dot:hover, .resourcessliders .owl-carousel .owl-dots .owl-dot:focus {
  background-color: #ffd100;
  transition: all 0.5s;
}

.elementor-element.service-carousel-container {
  padding: 0;
}

@media (max-width: 767.98px) {
  .description-cta {
    padding: 50px 20px 48px 20px !important;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .description-cta {
    padding: 50px 20px !important;
  }
}
@media (max-width: 767.98px) {
  .description-cta .e-con-inner {
    padding: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .description-cta .e-con-inner {
    padding: 0 !important;
    margin: 0 !important;
  }
}
.description-cta p {
  font-family: "Proxima Nova";
  font-weight: 400;
  font-size: 24px;
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 767.98px) {
  .description-cta p {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
.description-cta a {
  background-color: unset !important;
}
@media (max-width: 767.98px) {
  .description-cta a {
    padding: 0;
  }
}
.description-cta span.elementor-button-text {
  min-width: 200px;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #ffd100;
  border-radius: 30px;
  background-size: cover;
  font-family: "Proxima Nova";
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  color: #ffffff !important;
  -webkit-text-decoration: none solid rgb(255, 255, 255);
          text-decoration: none solid rgb(255, 255, 255);
  text-align: center;
  padding: 17px 30px;
  display: block;
  transition: 0.3s;
}
.description-cta span.elementor-button-text:hover, .description-cta span.elementor-button-text:focus {
  transition: 0.3s;
  color: #471d3b !important;
  background-color: #ffd100;
}
@media (max-width: 767.98px) {
  .description-cta span.elementor-button-text {
    margin: 0 auto;
  }
}

#hide {
  display: none;
}

.statistics-details .layout-30-70 {
  padding: 0px 0px 55px 0px;
}
@media (max-width: 767.98px) {
  .statistics-details .layout-30-70 {
    padding: 0px;
  }
}
.statistics-details .layout-30-70 .wrapper {
  justify-content: end;
  align-items: end;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .statistics-details .layout-30-70 .wrapper {
    justify-content: flex-start;
    align-items: self-start;
  }
}
.statistics-details .layout-30-70 .wrapper .rhs {
  width: 62%;
}
@media (max-width: 767.98px) {
  .statistics-details .layout-30-70 .wrapper .rhs {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .statistics-details .layout-30-70 .wrapper .rhs {
    width: 100%;
  }
}

@media (max-width: 1199.98px) {
  .elementor-element.layout-30-70 {
    padding: 0 20px;
  }
}

@media (max-width: 767.98px) {
  .elementor-element.elementor-element-aaf687f.e-flex.e-con-boxed.e-con.e-parent .description-cta {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .home-page-maincontent .rhs {
    padding: 0 20px;
  }
}
@media (max-width: 767.98px) {
  .home-page-maincontent .e-con-inner {
    padding-left: 0;
    padding-right: 0;
  }
}
.home-page-maincontent .elementor-element {
  padding: 0;
}

@media (max-width: 1199.98px) {
  .home .statistics-details-container .e-con-inner {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media (max-width: 767.98px) {
  .home .statistics-details-container .e-con-inner {
    padding-top: 0 !important;
    margin-bottom: 0 !important;
  }
}
.home .statistics-details-container .layout-30-70 {
  padding: 50px 0 60px;
}
.home .statistics-details-container .layout-30-70 .wrapper {
  flex-wrap: wrap;
}
.home .statistics-details-container .layout-30-70 .wrapper .rhs {
  margin-left: 0;
}
.home .intro-paragraph.end-to-end {
  padding: 0 !important;
}
.home .intro-paragraph.end-to-end .e-con-inner {
  gap: unset !important;
}
@media (max-width: 1199.98px) {
  .home .intro-paragraph.end-to-end .e-con-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.home .intro-paragraph.end-to-end .e-con-inner h2, .home .intro-paragraph.end-to-end .e-con-inner .h2 {
  line-height: 1.2;
  margin-bottom: 20px;
}
@media (max-width: 1199.98px) {
  .home .image-text-container .e-con-inner {
    padding: 0 !important;
  }
}

.statistics-details-container .layout-30-70 .wrapper {
  flex-wrap: wrap;
}
.statistics-details-container .layout-30-70 .wrapper .statistics-cta {
  width: 100%;
  margin: 50px auto 0;
}
@media (max-width: 1199.98px) {
  .statistics-details-container .layout-30-70 .wrapper .statistics-cta {
    margin: 50px 20px 0;
  }
}

.intro-paragraph {
  padding: 0px 0 60px;
}
.intro-paragraph.bottom-space-zero {
  padding-bottom: 0 !important;
}
.intro-paragraph.bottom-space-zero p:last-child {
  margin-bottom: 0 !important;
}
.intro-paragraph.top-space {
  padding-top: 40px !important;
}
.intro-paragraph.paragraph-bottom-zero p {
  margin-bottom: 0;
}
@media (max-width: 1199.98px) {
  .intro-paragraph {
    padding: 40px 20px 50px !important;
  }
}
@media (max-width: 767.98px) {
  .intro-paragraph {
    padding: 40px 20px 50px !important;
  }
}
.intro-paragraph h2, .intro-paragraph .h2 {
  font-size: 54px;
  color: #ffd100;
  line-height: 1;
  font-family: "Proxima Nova";
  font-weight: 400;
  margin-bottom: 45px;
  line-height: 60px;
  margin-bottom: 10px;
}
@media (max-width: 767.98px) {
  .intro-paragraph h2, .intro-paragraph .h2 {
    font-size: 40px;
    line-height: 44px !important;
    margin-bottom: 40px;
  }
}
@media (max-width: 767.98px) {
  .intro-paragraph h2, .intro-paragraph .h2 {
    margin-bottom: 20px;
  }
}
.intro-paragraph p {
  font-family: "Proxima Nova";
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #ffffff;
  -webkit-text-decoration: none solid rgb(255, 255, 255);
          text-decoration: none solid rgb(255, 255, 255);
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .intro-paragraph p {
    font-size: 20px;
  }
}
.intro-paragraph p:last-child {
  margin-bottom: 0;
}
.intro-paragraph p a {
  color: #ffd100;
}
.intro-paragraph p img {
  border-radius: 4px;
}
.intro-paragraph ul li, .intro-paragraph ol li {
  font-family: "Proxima Nova";
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #ffffff;
  -webkit-text-decoration: none solid rgb(255, 255, 255);
          text-decoration: none solid rgb(255, 255, 255);
}
@media (max-width: 767.98px) {
  .intro-paragraph ul li, .intro-paragraph ol li {
    font-size: 20px;
  }
}
.intro-paragraph h3, .intro-paragraph .h3 {
  font-family: "Proxima Nova";
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
  color: #ffd100;
}
@media (max-width: 767.98px) {
  .intro-paragraph h3, .intro-paragraph .h3 {
    font-size: 30px;
    line-height: 1.2;
  }
}
.intro-paragraph h3 strong, .intro-paragraph .h3 strong {
  color: #ffffff;
  font-weight: 700;
}
.intro-paragraph p.additional-intro {
  font-family: "Proxima Nova";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  margin-bottom: 0;
}

a span.secondary-cta {
  min-width: 200px;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #ffd100;
  border-radius: 30px;
  background-size: cover;
  font-family: "Proxima Nova";
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  color: #ffffff !important;
  -webkit-text-decoration: none solid rgb(255, 255, 255);
          text-decoration: none solid rgb(255, 255, 255);
  text-align: center;
  padding: 17px 30px;
  display: block;
  transition: 0.3s;
}
a span.secondary-cta:hover, a span.secondary-cta:focus {
  transition: 0.3s;
  color: #471d3b !important;
  background-color: #ffd100;
}

.resource-cat-events .intro-paragraph {
  padding: 0 0 50px;
}
@media (max-width: 1199.98px) {
  .resource-cat-events .intro-paragraph {
    padding: 40px 0px 50px !important;
  }
}
@media (max-width: 767.98px) {
  .resource-cat-events .intro-paragraph {
    padding: 40px 0px 20px !important;
  }
}

.bottom-space-zero .intro-paragraph {
  padding-bottom: 0 !important;
}
.bottom-space-zero .intro-paragraph p:last-child {
  margin-bottom: 0 !important;
}

.no-space .intro-paragraph {
  padding: 0 0 !important;
}
@media (max-width: 767.98px) {
  .no-space .intro-paragraph {
    padding: 0 0 !important;
  }
}

@media (max-width: 1200px) {
  .intro-paragraph.full-width {
    padding: 25px 0px !important;
  }
  .elementor-widget-image img {
    padding: 0px 20px 20px;
  }
}
.layout-50-50 {
  padding: 49px 0 60px;
}
@media (max-width: 767.98px) {
  .layout-50-50 {
    padding: 40px 0 50px;
  }
}
.layout-50-50.bgquestlogo {
  padding-top: 0;
}
.layout-50-50.bgquestlogo .layout-wrap {
  border-bottom-right-radius: unset;
  border-radius: 4px;
  overflow: hidden;
}
.layout-50-50.bgquestlogo .layout-wrap .rhs {
  position: relative;
}
.layout-50-50.bgquestlogo .layout-wrap .rhs::before {
  content: "\f016";
  position: absolute;
  font-family: "Quest";
  font-size: 350px;
  line-height: 350px;
  color: rgba(255, 255, 255, 0.05);
  bottom: -180px;
  right: -180px;
}
.layout-50-50 .section-heading h2, .layout-50-50 .section-heading .h2 {
  font-size: 54px;
  color: #ffd100;
  line-height: 1;
  font-family: "Proxima Nova";
  font-weight: 400;
  margin-bottom: 45px;
}
@media (max-width: 767.98px) {
  .layout-50-50 .section-heading h2, .layout-50-50 .section-heading .h2 {
    font-size: 40px;
    line-height: 44px !important;
    margin-bottom: 40px;
  }
}
@media (max-width: 767.98px) {
  .layout-50-50 .section-heading h2, .layout-50-50 .section-heading .h2 {
    margin-bottom: 35px;
  }
}
.layout-50-50 .layout-wrap {
  background-color: #471d3b;
  border-radius: 4px;
  border-bottom-right-radius: 28px;
  position: relative;
  display: flex;
  align-items: center;
}
@media (max-width: 991.98px) {
  .layout-50-50 .layout-wrap {
    flex-wrap: wrap;
  }
}
.layout-50-50 .layout-wrap.squareborder {
  border-radius: 4px;
  border-bottom-right-radius: 4px;
}
.layout-50-50 .layout-wrap.squareborder .rhs img {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.layout-50-50 .layout-wrap.squareborder .lhs img {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.layout-50-50 .layout-wrap.primary-bg {
  background-color: #662a53;
}
.layout-50-50 .layout-wrap.secondary-bg {
  background-color: #471d3b;
}
.layout-50-50 .layout-wrap.default-bg {
  background-color: transparent;
}
.layout-50-50 .layout-wrap.default-bg.squareborder .rhs .image-wrap img {
  border-radius: 4px;
}
.layout-50-50 .layout-wrap.default-bg.squareborder .rhs .content-wrap {
  padding: 0 0 0 35px;
}
@media (max-width: 991.98px) {
  .layout-50-50 .layout-wrap.default-bg.squareborder .rhs .content-wrap {
    padding: 20px 0 0;
  }
}
.layout-50-50 .layout-wrap.default-bg.squareborder .lhs .image-wrap img {
  border-radius: 4px;
}
.layout-50-50 .layout-wrap.default-bg.squareborder .lhs .content-wrap {
  padding: 0 35px 0 0px;
}
@media (max-width: 991.98px) {
  .layout-50-50 .layout-wrap.default-bg.squareborder .lhs .content-wrap {
    padding: 0 0 20px;
  }
}
.layout-50-50 .layout-wrap.bg-without-q-icon .rhs::before {
  content: none;
}
.layout-50-50 .layout-wrap.bg-right-q-icon {
  overflow: hidden;
  align-items: stretch;
}
.layout-50-50 .layout-wrap.bg-right-q-icon .rhs::before {
  content: "\f016";
  position: absolute;
  font-family: "Quest";
  font-size: 350px;
  line-height: 350px;
  color: rgba(255, 255, 255, 0.05);
  bottom: -180px;
  right: -180px;
}
.layout-50-50 .layout-wrap.img-right .lhs .image-wrap img {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 28px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.layout-50-50 .layout-wrap .lhs,
.layout-50-50 .layout-wrap .rhs {
  width: 50%;
}
@media (max-width: 991.98px) {
  .layout-50-50 .layout-wrap .lhs,
  .layout-50-50 .layout-wrap .rhs {
    width: 100%;
  }
}
.layout-50-50 .layout-wrap .lhs .wrap {
  padding: 20px 0;
}
@media (max-width: 991.98px) {
  .layout-50-50 .layout-wrap .lhs .wrap {
    padding: 0;
  }
}
.layout-50-50 .layout-wrap .lhs .image-wrap {
  width: auto;
  height: 100%;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .layout-50-50 .layout-wrap .lhs .image-wrap {
    height: 500px;
  }
}
.layout-50-50 .layout-wrap .lhs .image-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
@media (max-width: 991.98px) {
  .layout-50-50 .layout-wrap .lhs .image-wrap img {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: unset;
  }
}
.layout-50-50 .layout-wrap .rhs .wrap {
  padding: 20px 0;
}
@media (max-width: 991.98px) {
  .layout-50-50 .layout-wrap .rhs .wrap {
    padding: 0;
  }
}
.layout-50-50 .layout-wrap .rhs .image-wrap {
  width: auto;
  height: 100%;
}
.layout-50-50 .layout-wrap .rhs .image-wrap img {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 28px;
  border-top-left-radius: unset;
  border-bottom-left-radius: unset;
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media (max-width: 991.98px) {
  .layout-50-50 .layout-wrap .rhs .image-wrap img {
    border-bottom-left-radius: 4px;
    border-top-right-radius: unset;
  }
}
.layout-50-50 .layout-wrap .arrow {
  position: absolute;
  width: 54px;
  height: 54px;
  bottom: 0;
  right: 0;
  background-color: #ffd100;
  border-radius: 50%;
  transition: 0.3s;
}
@media (max-width: 1199.98px) {
  .layout-50-50 .layout-wrap .arrow {
    transform: rotate(-45deg);
  }
}
.layout-50-50 .layout-wrap .arrow i {
  position: relative;
  top: 50%;
  left: 50%;
  font-size: 32px;
  border-radius: 50%;
  color: #471d3b;
  transition: 0.3s;
  transform: translate(-50%, -50%);
}
.layout-50-50 .layout-wrap .align-center {
  align-items: center;
}
.layout-50-50 .layout-wrap .content-wrap {
  padding: 0 35px 0 50px;
}
@media (max-width: 991.98px) {
  .layout-50-50 .layout-wrap .content-wrap {
    padding: 40px 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .layout-50-50 .layout-wrap .content-wrap {
    padding: 0 30px;
  }
}
.layout-50-50 .layout-wrap .content-wrap h2, .layout-50-50 .layout-wrap .content-wrap .h2 {
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .layout-50-50 .layout-wrap .content-wrap h2, .layout-50-50 .layout-wrap .content-wrap .h2 {
    margin-bottom: 20px;
  }
}
.layout-50-50 .layout-wrap .content-wrap h3, .layout-50-50 .layout-wrap .content-wrap .h3 {
  font-size: 40px;
  color: #ffffff;
  line-height: 46px;
  font-family: "Proxima Nova";
  font-weight: 700;
}
@media (max-width: 1199.98px) {
  .layout-50-50 .layout-wrap .content-wrap h3, .layout-50-50 .layout-wrap .content-wrap .h3 {
    font-size: 32px;
    line-height: 38px;
  }
}
.layout-50-50 .layout-wrap .content-wrap h4, .layout-50-50 .layout-wrap .content-wrap .h4 {
  font-weight: 600;
  font-size: 26px;
  line-height: 30px;
  color: #dadada;
  margin-bottom: 20px;
}
.layout-50-50 .layout-wrap .content-wrap p {
  font-family: "Proxima Nova";
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #dadada;
  -webkit-text-decoration: none solid rgb(218, 218, 218);
          text-decoration: none solid rgb(218, 218, 218);
}
@media (min-width: 1600px) {
  .layout-50-50 .layout-wrap .content-wrap p {
    font-size: 20px;
    line-height: 30px;
  }
}
.layout-50-50 .layout-wrap .content-wrap p a {
  color: #10a0cb;
}
.layout-50-50 a {
  text-decoration: unset;
  cursor: pointer;
}
.layout-50-50 a:hover .arrow, .layout-50-50 a:focus .arrow {
  transition: 0.3s;
  transform: rotate(-45deg);
}

@media (max-width: 1199.98px) {
  .elementor-element.elementor-element-da31653.elementor-hidden-desktop.description-cta.e-flex.e-con-boxed.e-con.e-parent {
    display: block;
  }
}

@media (max-width: 1199.98px) {
  .elementor-element.elementor-element-f5ee6a8.e-con-full.description-cta.elementor-hidden-tablet.e-flex.e-con.e-child {
    display: none;
  }
}

.inner-page-layout-50-50 {
  background-color: #471d3b;
}
.inner-page-layout-50-50 .layout-50-50 {
  padding: 60px 0;
}
@media (max-width: 767.98px) {
  .inner-page-layout-50-50 .layout-50-50 {
    padding: 50px 0;
  }
}
.inner-page-layout-50-50 .layout-50-50 .layout-wrap {
  background-color: #662a53;
}
.inner-page-layout-50-50 .layout-50-50 .layout-wrap .content-wrap p {
  font-family: "Proxima Nova";
  font-weight: 400;
  font-size: 32px;
  line-height: 44px;
  color: #ffffff;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .inner-page-layout-50-50 .layout-50-50 .layout-wrap .content-wrap p {
    font-size: 24px;
    line-height: 32px;
  }
}
.inner-page-layout-50-50 .layout-50-50 .layout-wrap .content-wrap p a {
  color: #10a0cb;
}

.awards-50-50 .layout-50-50 {
  padding: 60px 0 !important;
}
@media (max-width: 767.98px) {
  .awards-50-50 .layout-50-50 {
    padding: 50px 0 !important;
  }
}
.awards-50-50 .layout-50-50 .layout-wrap .content-wrap h3, .awards-50-50 .layout-50-50 .layout-wrap .content-wrap .h3 {
  color: #ffd100;
  font-weight: 400;
  margin-bottom: 15px;
}
.awards-50-50 .layout-50-50 .layout-wrap .content-wrap h4, .awards-50-50 .layout-50-50 .layout-wrap .content-wrap .h4 {
  font-weight: 600;
  font-size: 26px;
  line-height: 30px;
  color: #dadada;
  margin-bottom: 20px;
}
.awards-50-50 .layout-50-50 .layout-wrap .rhs::before {
  content: none;
}

.two-column-layout {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .two-column-layout {
    flex-direction: column;
  }
}
@media (max-width: 767.98px) {
  .two-column-layout .column-left {
    order: 1;
  }
}
.two-column-layout .column-left,
.two-column-layout .column-right {
  flex: 1;
}
.two-column-layout .column-left p,
.two-column-layout .column-right p {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #ffffff;
  -webkit-text-decoration: none solid rgb(255, 255, 255);
          text-decoration: none solid rgb(255, 255, 255);
  margin-bottom: 20px;
  font-weight: 400;
}
@media (max-width: 767.98px) {
  .two-column-layout .column-left p,
  .two-column-layout .column-right p {
    font-size: 20px;
  }
}
.two-column-layout .column-left p:last-child,
.two-column-layout .column-right p:last-child {
  margin-bottom: 0;
}
.two-column-layout .column-left ul li,
.two-column-layout .column-left ol li,
.two-column-layout .column-right ul li,
.two-column-layout .column-right ol li {
  font-size: 24px;
  line-height: 1.3;
  color: #ffffff;
  font-weight: 400;
}
.two-column-layout .column-left ul li::marker,
.two-column-layout .column-left ol li::marker,
.two-column-layout .column-right ul li::marker,
.two-column-layout .column-right ol li::marker {
  color: #ffd100;
}
.two-column-layout .column-right {
  text-align: center;
}
@media (min-width: 1200px) {
  .two-column-layout .column-right {
    padding-left: 50px;
  }
}
@media (max-width: 1199.98px) {
  .two-column-layout .column-right {
    padding-left: 30px;
  }
}
@media (max-width: 767.98px) {
  .two-column-layout .column-right {
    order: 0;
    padding-left: 0;
  }
}
.two-column-layout .column-right img {
  max-width: 100%;
  height: auto;
  width: 100%;
  border-radius: 4px;
}
@media (max-width: 767.98px) {
  .two-column-layout .column-right img {
    margin: 0px 0px 20px 0px;
    padding-top: 30px;
  }
}

.fifty-five-fourty-five-layout {
  display: flex;
  gap: 50px;
}
@media (max-width: 767.98px) {
  .fifty-five-fourty-five-layout {
    flex-direction: column;
    gap: 30px;
  }
}
.fifty-five-fourty-five-layout .column-left {
  width: 70%;
}
@media (max-width: 767.98px) {
  .fifty-five-fourty-five-layout .column-left {
    order: 1;
    width: 100%;
  }
  .fifty-five-fourty-five-layout .column-left p {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #ffffff;
    -webkit-text-decoration: none solid rgb(255, 255, 255);
            text-decoration: none solid rgb(255, 255, 255);
    margin-bottom: 20px;
    font-weight: 400;
  }
}
@media (max-width: 767.98px) and (max-width: 767.98px) {
  .fifty-five-fourty-five-layout .column-left p {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  .fifty-five-fourty-five-layout .column-left p:last-child {
    margin-bottom: 0;
  }
}
.fifty-five-fourty-five-layout .column-left p {
  margin-bottom: 20px;
  font-size: 20px;
}
.fifty-five-fourty-five-layout .column-right {
  align-self: center;
  width: 37%;
}
.fifty-five-fourty-five-layout .column-right p {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #ffffff;
  -webkit-text-decoration: none solid rgb(255, 255, 255);
          text-decoration: none solid rgb(255, 255, 255);
  margin-bottom: 20px;
  font-weight: 400;
}
@media (max-width: 767.98px) {
  .fifty-five-fourty-five-layout .column-right p {
    font-size: 20px;
  }
}
.fifty-five-fourty-five-layout .column-right p:last-child {
  margin-bottom: 0;
}
.fifty-five-fourty-five-layout .column-right ul li,
.fifty-five-fourty-five-layout .column-right ol li {
  font-size: 24px;
  line-height: 1.3;
  color: #ffffff;
  font-weight: 400;
}
.fifty-five-fourty-five-layout .column-right ul li::marker,
.fifty-five-fourty-five-layout .column-right ol li::marker {
  color: #ffd100;
}
.fifty-five-fourty-five-layout .column-right {
  text-align: center;
}
@media (min-width: 1200px) {
  .fifty-five-fourty-five-layout .column-right {
    padding-left: 50px;
  }
}
@media (max-width: 1199.98px) {
  .fifty-five-fourty-five-layout .column-right {
    padding-left: 30px;
  }
}
@media (max-width: 767.98px) {
  .fifty-five-fourty-five-layout .column-right {
    order: 0;
    padding-left: 0;
    width: 100%;
    padding-top: 30px;
  }
}
.fifty-five-fourty-five-layout .column-right img {
  max-width: 100%;
  height: auto;
  width: 100%;
  border-radius: 4px;
}
@media (max-width: 767.98px) {
  .single-partner .two-column-layout .column-right img,
  .single-services .two-column-layout .column-right img,
  .single-industries .two-column-layout .column-right img {
    margin: 30px 0;
  }
}

body.single-services .heroSlider .homeslider .owl-nav .owl-prev,
body.single-services .heroSlider .homeslider .owl-nav .owl-next {
  background-color: rgba(0, 0, 0, 0.2);
}
body.single-services #ChallengesWeSolve .layout-50-50 {
  padding-top: 0 !important;
}
body.single-services .layout-50-50 {
  padding: 49px 0 60px;
}
@media (max-width: 767.98px) {
  body.single-services .layout-50-50 {
    padding: 20px 0 50px;
  }
}
@media (max-width: 767.98px) {
  body.single-services .focus-areas {
    padding: 40px 0 20px;
  }
}

.postid-1672 #Careers .layout-50-50,
.postid-174 #Careers .layout-50-50,
.postid-2944 #Careers .layout-50-50 {
  background-color: rgba(71, 29, 59, 0.3);
}

.postid-13293 .two-column-layout .column-right img {
  width: 60%;
}

@media (min-width: 991.98px) {
  .page-id-25707 .video-cta .video-cta-wrapper .cta-wrap {
    width: 50%;
  }
  .page-id-25707 .video-cta .video-cta-wrapper .video-wrap {
    width: 50%;
  }
}
@media (max-width: 991.98px) {
  .postid-548 .layout-50-50 .layout-wrap .content-wrap {
    min-height: 180px;
  }
}
.layout-40-60 {
  padding: 60px 0;
}
@media (max-width: 767.98px) {
  .layout-40-60 {
    padding: 40px 0 50px;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .layout-40-60 {
    width: 100% !important;
  }
}
.layout-40-60 iframe {
  width: 100%;
  height: 420px;
}
@media (max-width: 767.98px) {
  .layout-40-60 iframe {
    height: 200px;
  }
}
.layout-40-60 .wrapper {
  display: flex;
  align-items: start;
}
@media (max-width: 767.98px) {
  .layout-40-60 .wrapper {
    flex-wrap: wrap;
  }
}
.layout-40-60 .wrapper .lhs {
  width: 40%;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .layout-40-60 .wrapper .lhs {
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  .layout-40-60 .wrapper .lhs {
    width: 100%;
    margin-bottom: 30px;
  }
}
.layout-40-60 .wrapper .lhs h2, .layout-40-60 .wrapper .lhs .h2 {
  margin-bottom: 20px;
}
.layout-40-60 .wrapper .lhs p {
  font-size: 18px !important;
  margin-bottom: 30px !important;
}
@media (max-width: 767.98px) {
  .layout-40-60 .wrapper .lhs p {
    margin-bottom: 24px !important;
  }
}
.layout-40-60 .wrapper .lhs p {
  font-family: "Proxima Nova";
  font-weight: 400;
  font-size: 24px;
  color: #ffffff;
  margin-bottom: 45px;
}
.layout-40-60 .wrapper .lhs a {
  min-width: 200px;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #ffd100;
  border-radius: 30px;
  background-size: cover;
  font-family: "Proxima Nova";
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  color: #ffffff !important;
  -webkit-text-decoration: none solid rgb(255, 255, 255);
          text-decoration: none solid rgb(255, 255, 255);
  text-align: center;
  padding: 17px 30px;
  display: block;
  transition: 0.3s;
}
.layout-40-60 .wrapper .lhs a:hover, .layout-40-60 .wrapper .lhs a:focus {
  transition: 0.3s;
  color: #471d3b !important;
  background-color: #ffd100;
}
@media (max-width: 767.98px) {
  .layout-40-60 .wrapper .lhs a {
    margin: 0 auto;
  }
}
.layout-40-60 .wrapper .rhs {
  width: 60%;
  margin-left: 45px;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .layout-40-60 .wrapper .rhs {
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  .layout-40-60 .wrapper .rhs {
    width: 100%;
    margin-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .layout-40-60 .wrapper .rhs {
    margin-left: 30px;
  }
}
.layout-40-60 .wrapper .rhs .video-wrap {
  position: relative;
  transition: 0.4s;
}
@media (min-width: 1200px) {
  .layout-40-60 .wrapper .rhs .video-wrap {
    min-height: 300px;
    margin-top: 10px;
  }
}
.layout-40-60 .wrapper .rhs .video-wrap::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  transition: 0.4s;
  border-radius: 4px;
  border-bottom-right-radius: 28px;
}
.layout-40-60 .wrapper .rhs .video-wrap:hover::before {
  transition: 0.4s;
  background-color: rgba(0, 0, 0, 0.3);
}
@media (max-width: 767.98px) {
  .layout-40-60 .wrapper .rhs .video-wrap {
    margin-bottom: 0px;
  }
}
.layout-40-60 .wrapper .rhs .video-wrap img {
  width: 100%;
  height: auto;
  border-radius: 4px;
  border-bottom-right-radius: 28px;
}
.layout-40-60 .wrapper .rhs .video-wrap .quest-icon {
  position: absolute;
  right: 0;
  bottom: 0;
  color: rgba(255, 255, 255, 0.3);
  z-index: 9;
  width: 54px;
  line-height: 54px;
}
.layout-40-60 .wrapper .rhs .video-wrap .quest-icon img {
  border-radius: 50%;
  background-color: #471d3b;
}
.layout-40-60 .wrapper .rhs .video-wrap .quest-icon i {
  font-size: 116px;
  line-height: 116px;
}
.layout-40-60 .wrapper .rhs .video-wrap .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.layout-40-60 .wrapper .rhs .video-wrap .play-button i {
  font-size: 64px;
  line-height: 64px;
  color: #ffd100;
}

.section50-50slider {
  padding: 60px 0;
}
.section50-50slider .layout50-50slider .layout-50-50 {
  padding: 0;
}
.section50-50slider .layout50-50slider.owl-carousel .owl-nav {
  position: absolute;
  right: 0;
  top: -100px;
}
@media (max-width: 991.98px) {
  .section50-50slider .layout50-50slider.owl-carousel .owl-nav {
    display: none;
  }
}
.section50-50slider .layout50-50slider.owl-carousel .owl-nav .owl-prev {
  transform: rotate(180deg);
  margin-right: 20px;
}
.section50-50slider .layout50-50slider.owl-carousel .owl-nav .owl-prev,
.section50-50slider .layout50-50slider.owl-carousel .owl-nav .owl-next {
  background-color: transparent;
  border: unset;
  padding: 0;
  border-radius: 50%;
  width: 54px;
  height: 54px;
}
.section50-50slider .layout50-50slider.owl-carousel .owl-nav .owl-prev span,
.section50-50slider .layout50-50slider.owl-carousel .owl-nav .owl-next span {
  display: flex;
}
.section50-50slider .layout50-50slider.owl-carousel .owl-nav .owl-prev i,
.section50-50slider .layout50-50slider.owl-carousel .owl-nav .owl-next i {
  font-size: 16px;
  color: #ffd100;
  border: 1px solid rgba(255, 209, 0, 0.3);
  border-radius: 50%;
  width: 54px;
  height: 54px;
  transition: 0.3s;
  position: relative;
}
.section50-50slider .layout50-50slider.owl-carousel .owl-nav .owl-prev i::before,
.section50-50slider .layout50-50slider.owl-carousel .owl-nav .owl-next i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section50-50slider .layout50-50slider.owl-carousel .owl-nav .owl-prev i:hover, .section50-50slider .layout50-50slider.owl-carousel .owl-nav .owl-prev i:focus,
.section50-50slider .layout50-50slider.owl-carousel .owl-nav .owl-next i:hover,
.section50-50slider .layout50-50slider.owl-carousel .owl-nav .owl-next i:focus {
  transition: 0.3s;
  background-color: #ffd100;
  color: #471d3b;
}
.section50-50slider .layout50-50slider.owl-carousel .owl-dots {
  text-align: center;
  padding-top: 30px;
}
.section50-50slider .layout50-50slider.owl-carousel .owl-dots .owl-dot {
  width: 30px;
  height: 10px;
  background-color: rgba(218, 218, 218, 0.4);
  border-radius: 4px;
  border: unset;
  margin-right: 16px;
  transition: all 0.5s;
}
.section50-50slider .layout50-50slider.owl-carousel .owl-dots .owl-dot:last-child {
  margin-right: 0;
}
.section50-50slider .layout50-50slider.owl-carousel .owl-dots .owl-dot.active, .section50-50slider .layout50-50slider.owl-carousel .owl-dots .owl-dot:hover, .section50-50slider .layout50-50slider.owl-carousel .owl-dots .owl-dot:focus {
  background-color: #ffd100;
  transition: all 0.5s;
}

.assets-colorcards {
  padding: 50px 0 60px;
}
@media (max-width: 767.98px) {
  .assets-colorcards {
    position: relative;
    padding: 40px 0 140px;
  }
}
.assets-colorcards .wrapper .section-heading {
  position: relative;
}
@media (max-width: 767.98px) {
  .assets-colorcards .wrapper .section-heading {
    position: static;
  }
}
.assets-colorcards .wrapper .section-heading h2, .assets-colorcards .wrapper .section-heading .h2 {
  font-size: 54px;
  color: #ffd100;
  line-height: 1;
  font-family: "Proxima Nova";
  font-weight: 400;
  margin-bottom: 45px;
}
@media (max-width: 767.98px) {
  .assets-colorcards .wrapper .section-heading h2, .assets-colorcards .wrapper .section-heading .h2 {
    font-size: 40px;
    line-height: 44px !important;
    margin-bottom: 40px;
  }
}
@media (max-width: 767.98px) {
  .assets-colorcards .wrapper .section-heading h2, .assets-colorcards .wrapper .section-heading .h2 {
    margin-bottom: 40px;
  }
}
.assets-colorcards .wrapper .section-heading a {
  min-width: 200px;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #ffd100;
  border-radius: 30px;
  background-size: cover;
  font-family: "Proxima Nova";
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  color: #ffffff !important;
  -webkit-text-decoration: none solid rgb(255, 255, 255);
          text-decoration: none solid rgb(255, 255, 255);
  text-align: center;
  padding: 17px 30px;
  display: block;
  transition: 0.3s;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.assets-colorcards .wrapper .section-heading a:hover, .assets-colorcards .wrapper .section-heading a:focus {
  transition: 0.3s;
  color: #471d3b !important;
  background-color: #ffd100;
}
@media (max-width: 767.98px) {
  .assets-colorcards .wrapper .section-heading a {
    bottom: 50px;
    top: unset;
    transform: translateX(-50%);
    left: 50%;
  }
}
.assets-colorcards .wrapper .asset-card-wrap {
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 767.98px) {
  .assets-colorcards .wrapper .asset-card-wrap {
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .assets-colorcards .wrapper .asset-card-wrap {
    display: block;
  }
}
.assets-colorcards .wrapper .asset-card-wrap .card-wrap-permalink {
  width: 40%;
  text-decoration: unset;
  cursor: pointer;
}
@media (max-width: 1199.98px) {
  .assets-colorcards .wrapper .asset-card-wrap .card-wrap-permalink {
    width: 100%;
  }
}
.assets-colorcards .wrapper .asset-card-wrap .asset-with-image {
  position: relative;
  height: 100%;
  padding: 40px;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 4px;
  border-bottom-right-radius: 28px;
}
@media (max-width: 1199.98px) {
  .assets-colorcards .wrapper .asset-card-wrap .asset-with-image {
    width: 100%;
    min-height: 380px;
  }
}
@media (max-width: 767.98px) {
  .assets-colorcards .wrapper .asset-card-wrap .asset-with-image {
    padding: 32px 50px 32px 22px;
  }
}
.assets-colorcards .wrapper .asset-card-wrap .asset-with-image a {
  text-decoration: unset;
  cursor: pointer;
}
.assets-colorcards .wrapper .asset-card-wrap .asset-with-image:hover .arrow, .assets-colorcards .wrapper .asset-card-wrap .asset-with-image:focus .arrow {
  transition: 0.3s;
  transform: rotate(-45deg);
}
.assets-colorcards .wrapper .asset-card-wrap .asset-with-image::after {
  content: "";
  position: absolute;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 4px;
  opacity: 0.9;
}
.assets-colorcards .wrapper .asset-card-wrap .asset-with-image .eyebrow p {
  font-family: "Proxima Nova";
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #ffd100;
  position: relative;
  z-index: 1;
}
.assets-colorcards .wrapper .asset-card-wrap .asset-with-image .title h3, .assets-colorcards .wrapper .asset-card-wrap .asset-with-image .title .h3 {
  font-family: "Proxima Nova";
  font-weight: 500;
  font-size: 32px;
  color: #ffffff;
  -webkit-text-decoration: none solid rgb(255, 255, 255);
          text-decoration: none solid rgb(255, 255, 255);
  line-height: 40px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .assets-colorcards .wrapper .asset-card-wrap .asset-with-image .title h3, .assets-colorcards .wrapper .asset-card-wrap .asset-with-image .title .h3 {
    font-size: 24px;
    line-height: 30px;
  }
}
.assets-colorcards .wrapper .asset-card-wrap .asset-with-image .arrow {
  position: absolute;
  width: 54px;
  height: 54px;
  bottom: 0;
  right: 0;
  background-color: #ffd100;
  border-radius: 50%;
  transition: 0.3s;
}
@media (max-width: 1199.98px) {
  .assets-colorcards .wrapper .asset-card-wrap .asset-with-image .arrow {
    transform: rotate(-45deg);
  }
}
.assets-colorcards .wrapper .asset-card-wrap .asset-with-image .arrow i {
  position: relative;
  top: 50%;
  left: 50%;
  font-size: 32px;
  border-radius: 50%;
  color: #471d3b;
  transition: 0.3s;
  transform: translate(-50%, -50%);
}
.assets-colorcards .wrapper .asset-card-wrap .asset-cards {
  width: 70%;
  margin-left: 25px;
}
@media (max-width: 767.98px) {
  .assets-colorcards .wrapper .asset-card-wrap .asset-cards {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .assets-colorcards .wrapper .asset-card-wrap .asset-cards {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
}
.assets-colorcards .wrapper .asset-card-wrap .asset-cards .cards-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  .assets-colorcards .wrapper .asset-card-wrap .asset-cards .cards-wrap {
    gap: unset;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .assets-colorcards .wrapper .asset-card-wrap .asset-cards .cards-wrap {
    justify-content: space-between;
    gap: unset;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .assets-colorcards .wrapper .asset-card-wrap .asset-cards .cards-wrap {
    justify-content: space-between;
    gap: unset;
  }
}
.assets-colorcards .wrapper .asset-card-wrap .asset-cards .cards-wrap .each-card {
  width: calc(50% - 12px);
  position: relative;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 28px;
  min-height: 260px;
  padding: 40px 30px 40px 30px;
}
@media (max-width: 767.98px) {
  .assets-colorcards .wrapper .asset-card-wrap .asset-cards .cards-wrap .each-card {
    width: 100%;
    padding: 32px 50px 32px 22px;
    margin-bottom: 20px;
  }
  .assets-colorcards .wrapper .asset-card-wrap .asset-cards .cards-wrap .each-card:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .assets-colorcards .wrapper .asset-card-wrap .asset-cards .cards-wrap .each-card {
    width: 32%;
    min-height: 310px;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .assets-colorcards .wrapper .asset-card-wrap .asset-cards .cards-wrap .each-card {
    width: 49%;
  }
}
.assets-colorcards .wrapper .asset-card-wrap .asset-cards .cards-wrap .each-card:first-child {
  width: 100%;
  margin-bottom: 25px;
}
@media (max-width: 767.98px) {
  .assets-colorcards .wrapper .asset-card-wrap .asset-cards .cards-wrap .each-card:first-child {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .assets-colorcards .wrapper .asset-card-wrap .asset-cards .cards-wrap .each-card:first-child {
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .assets-colorcards .wrapper .asset-card-wrap .asset-cards .cards-wrap .each-card:first-child {
    width: 32%;
    min-height: 310px;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .assets-colorcards .wrapper .asset-card-wrap .asset-cards .cards-wrap .each-card:nth-child(2) {
    margin-right: 12px;
  }
}
@media (min-width: 1200px) {
  .assets-colorcards .wrapper .asset-card-wrap .asset-cards .cards-wrap .each-card:last-child {
    margin-left: 12px;
  }
}
.assets-colorcards .wrapper .asset-card-wrap .asset-cards .cards-wrap .each-card a {
  text-decoration: unset;
  cursor: pointer;
  display: block;
}
.assets-colorcards .wrapper .asset-card-wrap .asset-cards .cards-wrap .each-card .eyebrow p {
  font-family: "Proxima Nova";
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: #ffffff;
  -webkit-text-decoration: none solid rgb(255, 255, 255);
          text-decoration: none solid rgb(255, 255, 255);
  margin-bottom: 10px;
}
.assets-colorcards .wrapper .asset-card-wrap .asset-cards .cards-wrap .each-card h3, .assets-colorcards .wrapper .asset-card-wrap .asset-cards .cards-wrap .each-card .h3 {
  font-family: "Proxima Nova";
  font-weight: 500;
  font-size: 32px;
  line-height: 36px;
  color: #000000;
  margin-bottom: 14px;
}
@media (max-width: 991.98px) {
  .assets-colorcards .wrapper .asset-card-wrap .asset-cards .cards-wrap .each-card h3, .assets-colorcards .wrapper .asset-card-wrap .asset-cards .cards-wrap .each-card .h3 {
    font-size: 22px;
    line-height: 26px;
  }
}
.assets-colorcards .wrapper .asset-card-wrap .asset-cards .cards-wrap .each-card p {
  font-family: "Proxima Nova";
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  margin-bottom: 10px;
}
@media (min-width: 1600px) {
  .assets-colorcards .wrapper .asset-card-wrap .asset-cards .cards-wrap .each-card p {
    font-size: 20px;
    line-height: 26px;
  }
}
.assets-colorcards .wrapper .asset-card-wrap .asset-cards .cards-wrap .each-card .arrow {
  position: absolute;
  width: 54px;
  height: 54px;
  bottom: 0;
  right: 0;
  background-color: #ffd100;
  border-radius: 50%;
  transition: 0.3s;
}
@media (max-width: 1199.98px) {
  .assets-colorcards .wrapper .asset-card-wrap .asset-cards .cards-wrap .each-card .arrow {
    transform: rotate(-45deg) !important;
  }
}
.assets-colorcards .wrapper .asset-card-wrap .asset-cards .cards-wrap .each-card .arrow i {
  position: relative;
  top: 50%;
  left: 50%;
  font-size: 32px;
  border-radius: 50%;
  color: #471d3b;
  transition: 0.3s;
  transform: translate(-50%, -50%) !important;
}
.assets-colorcards .wrapper .asset-card-wrap .asset-cards .cards-wrap .each-card:hover, .assets-colorcards .wrapper .asset-card-wrap .asset-cards .cards-wrap .each-card:focus {
  cursor: pointer;
}
.assets-colorcards .wrapper .asset-card-wrap .asset-cards .cards-wrap .each-card:hover .arrow, .assets-colorcards .wrapper .asset-card-wrap .asset-cards .cards-wrap .each-card:focus .arrow {
  transition: 0.3s;
  transform: rotate(-45deg);
}
@media (max-width: 767.98px) {
  .assets-colorcards .wrapper .asset-card-wrap .asset-cards .cards-wrap .each-card h3, .assets-colorcards .wrapper .asset-card-wrap .asset-cards .cards-wrap .each-card .h3 {
    font-size: 32px;
    line-height: 40px;
  }
}

.home-page-maincontent a.elementor-button {
  padding: 0;
}
@media (max-width: 767.98px) {
  .home-page-maincontent .e-con-inner {
    padding: 50px 0 0 !important;
  }
}
@media (max-width: 767.98px) {
  .home-page-maincontent .image-text-container {
    padding: 0 !important;
  }
  .home-page-maincontent .image-text-container .e-con-inner {
    padding: 0 21px !important;
  }
}

.statistics-details-container .e-con-inner {
  padding: 0 !important;
}
@media (max-width: 767.98px) {
  .statistics-details-container .e-con-inner {
    padding-top: 20px !important;
    margin-bottom: 42px !important;
  }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .statistics-details-container {
    padding: 0 !important;
  }
}
@media (max-width: 1199.98px) {
  .service-carousel-container {
    padding: 0 !important;
  }
}

@media (max-width: 1199.98px) {
  .insights-container .elementor-element {
    padding: 0 !important;
  }
  .insights-container .e-con-inner {
    padding: 0 20px !important;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .elementor-button {
    padding: 0 !important;
  }
}

.asset-testimonial {
  padding: 60px 0;
}
@media (max-width: 767.98px) {
  .asset-testimonial {
    padding: 50px 0;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .asset-testimonial .wrapper .asset-card-wrap {
    display: flex;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .asset-testimonial .wrapper .asset-card-wrap .card-wrap-permalink {
    width: 45%;
  }
}
.asset-testimonial .wrapper .asset-card-wrap .card-wrap-permalink .asset-with-image {
  min-height: 425px;
  position: relative;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .asset-testimonial .wrapper .asset-card-wrap .card-wrap-permalink .asset-with-image {
    min-height: 450px;
  }
}
.asset-testimonial .wrapper .asset-card-wrap .testimonial {
  width: 60%;
  margin-left: 25px;
  align-self: center;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .asset-testimonial .wrapper .asset-card-wrap .testimonial {
    width: 55%;
  }
}
@media (max-width: 991.98px) {
  .asset-testimonial .wrapper .asset-card-wrap .testimonial {
    width: 100%;
    margin-left: 0;
  }
}
.asset-testimonial .wrapper .asset-card-wrap .testimonial .testimonial-carousel .each-slider {
  padding: 20px 45px 65px 150px;
}
@media (max-width: 1199.98px) {
  .asset-testimonial .wrapper .asset-card-wrap .testimonial .testimonial-carousel .each-slider {
    padding: 40px 60px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .asset-testimonial .wrapper .asset-card-wrap .testimonial .testimonial-carousel .each-slider {
    padding: 40px 70px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .asset-testimonial .wrapper .asset-card-wrap .testimonial .testimonial-carousel .each-slider {
    padding: 50px 70px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .asset-testimonial .wrapper .asset-card-wrap .testimonial .testimonial-carousel .each-slider {
    padding: 50px 80px 50px 55px;
  }
}
@media (max-width: 767.98px) {
  .asset-testimonial .wrapper .asset-card-wrap .testimonial .testimonial-carousel .each-slider {
    padding: 50px 80px 30px;
  }
}
@media (max-width: 575.98px) {
  .asset-testimonial .wrapper .asset-card-wrap .testimonial .testimonial-carousel .each-slider {
    padding: 40px 30px 20px;
  }
}
.asset-testimonial .wrapper .asset-card-wrap .testimonial .testimonial-carousel .each-slider p {
  font-family: "Proxima Nova";
  font-weight: 400;
  font-size: 30px;
  color: #ffffff;
  line-height: 38px;
  position: relative;
  margin-bottom: 26px;
}
@media (max-width: 575.98px) {
  .asset-testimonial .wrapper .asset-card-wrap .testimonial .testimonial-carousel .each-slider p {
    font-size: 24px;
    line-height: 30px;
  }
}
.asset-testimonial .wrapper .asset-card-wrap .testimonial .testimonial-carousel .each-slider p:first-child {
  position: relative;
}
.asset-testimonial .wrapper .asset-card-wrap .testimonial .testimonial-carousel .each-slider p:first-child::before {
  content: "";
  position: absolute;
  background: url("images/double-quotes.svg");
  background-size: contain;
  width: 60px;
  height: 47px;
  top: -24px;
  left: -65px;
  opacity: 0.2;
  background-repeat: no-repeat;
}
@media (max-width: 575.98px) {
  .asset-testimonial .wrapper .asset-card-wrap .testimonial .testimonial-carousel .each-slider p:first-child::before {
    width: 40px;
    height: 31px;
    top: -26px;
    left: -30px;
  }
}
.asset-testimonial .wrapper .asset-card-wrap .testimonial .testimonial-carousel .each-slider span {
  font-family: "Proxima Nova";
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  line-height: 30px;
}
@media (max-width: 575.98px) {
  .asset-testimonial .wrapper .asset-card-wrap .testimonial .testimonial-carousel .each-slider span {
    font-size: 16px;
    line-height: 22px;
  }
}
.asset-testimonial .wrapper .asset-card-wrap .testimonial .testimonial-carousel .owl-dots {
  text-align: center;
}
.asset-testimonial .wrapper .asset-card-wrap .testimonial .testimonial-carousel .owl-dots .owl-dot {
  width: 30px;
  height: 10px;
  background-color: rgba(218, 218, 218, 0.4);
  border-radius: 4px;
  border: unset;
  margin-right: 16px;
  transition: all 0.5s;
}
.asset-testimonial .wrapper .asset-card-wrap .testimonial .testimonial-carousel .owl-dots .owl-dot:last-child {
  margin-right: 0;
}
.asset-testimonial .wrapper .asset-card-wrap .testimonial .testimonial-carousel .owl-dots .owl-dot.active, .asset-testimonial .wrapper .asset-card-wrap .testimonial .testimonial-carousel .owl-dots .owl-dot:hover, .asset-testimonial .wrapper .asset-card-wrap .testimonial .testimonial-carousel .owl-dots .owl-dot:focus {
  background-color: #ffd100;
  transition: all 0.5s;
}
@media (min-width: 992px) {
  .asset-testimonial .wrapper .asset-card-wrap .testimonial .testimonial-carousel .owl-dots {
    position: absolute;
    width: 100%;
    bottom: 15px;
  }
}

.partners-logo {
  padding: 50px 0 60px;
}
@media (max-width: 767.98px) {
  .partners-logo {
    padding: 40px 0 20px;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .partners-logo .e-con-inner {
    padding: 0 20px;
  }
}
.partners-logo .section-heading h2, .partners-logo .section-heading .h2 {
  font-size: 54px;
  color: #ffd100;
  line-height: 1;
  font-family: "Proxima Nova";
  font-weight: 400;
  margin-bottom: 45px;
}
@media (max-width: 767.98px) {
  .partners-logo .section-heading h2, .partners-logo .section-heading .h2 {
    font-size: 40px;
    line-height: 44px !important;
    margin-bottom: 40px;
  }
}
@media (max-width: 767.98px) {
  .partners-logo .section-heading h2, .partners-logo .section-heading .h2 {
    margin-bottom: 35px;
  }
}
.partners-logo .logos-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  gap: 12px;
}
@media (max-width: 767.98px) {
  .partners-logo .logos-wrap {
    justify-content: flex-start;
    gap: 34px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .partners-logo .logos-wrap {
    gap: 0;
  }
}
@media (max-width: 575.98px) {
  .partners-logo .logos-wrap {
    justify-content: space-between;
    gap: unset;
  }
}
.partners-logo .logos-wrap .each-logo-card {
  height: 120px;
  width: calc(20% - 10px);
  position: relative;
  background-color: rgba(71, 29, 59, 0.3);
  border-radius: 4px;
  transition: 0.3s all;
}
.partners-logo .logos-wrap .each-logo-card.light-purple {
  background-color: #662a53;
  transition: 0.3s all;
}
@media (max-width: 1199.98px) {
  .partners-logo .logos-wrap .each-logo-card {
    height: 100px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .partners-logo .logos-wrap .each-logo-card {
    width: calc(33.3333333333% - 20px);
    margin-right: 30px;
    margin-bottom: 30px;
  }
  .partners-logo .logos-wrap .each-logo-card:nth-child(3n) {
    margin-right: 0;
  }
}
@media (max-width: 575.98px) {
  .partners-logo .logos-wrap .each-logo-card {
    width: 47%;
    margin-bottom: 30px;
  }
}
.partners-logo .logos-wrap .each-logo-card .logo-card {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.partners-logo .logos-wrap .each-logo-card .logo-card img {
  max-width: 170px;
  max-height: 60px;
  width: 100%;
  height: auto;
}
.partners-logo .logos-wrap a.each-logo-card:hover {
  background-color: rgba(102, 42, 83, 0.5);
  transition: 0.3s all;
}
.partners-logo .logos-wrap a.each-logo-card.light-purple:hover {
  background-color: rgba(102, 42, 83, 0.5);
  transition: 0.3s all;
}

@media (max-width: 1199.98px) {
  .elementor-element.our-partners-section {
    padding: 0 20px;
  }
  .elementor-element.our-partners-section .e-con-inner {
    display: block;
  }
}

.leadership-banner {
  background-color: #dadada;
  margin-top: 100px;
}
@media (max-width: 767.98px) {
  .leadership-banner {
    margin-top: 96px;
  }
}
.leadership-banner .inner-container {
  margin: 0 100px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .leadership-banner .inner-container {
    margin: 0 30px;
  }
}
@media (max-width: 767.98px) {
  .leadership-banner .inner-container {
    margin: 0px;
  }
}
.leadership-banner .inner-container .bio-banner-wrap {
  background-color: #662a53;
  padding: 0 50px;
  display: flex;
  justify-content: space-between;
  position: relative;
  min-height: 378px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .leadership-banner .inner-container .bio-banner-wrap {
    flex-wrap: wrap;
    padding: 0 20px;
    min-height: 300px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .leadership-banner .inner-container .bio-banner-wrap {
    padding: 0 30px;
  }
}
.leadership-banner .inner-container .bio-banner-wrap::before {
  position: absolute;
  content: "";
  left: 70px;
  bottom: 18px;
  background: url("images/leadership-banner-bg-icon.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 500px;
  height: 500px;
  opacity: 0.06;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .leadership-banner .inner-container .bio-banner-wrap::before {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 767.98px) {
  .leadership-banner .inner-container .bio-banner-wrap::before {
    width: 400px;
    height: 400px;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 575.98px) {
  .leadership-banner .inner-container .bio-banner-wrap::before {
    bottom: unset;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    width: 250px;
    height: 250px;
  }
}
.leadership-banner .inner-container .bio-banner-wrap .text-wrap {
  position: relative;
  width: 55%;
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .leadership-banner .inner-container .bio-banner-wrap .text-wrap {
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  .leadership-banner .inner-container .bio-banner-wrap .text-wrap {
    margin: 40px 0;
  }
}
@media (max-width: 575.98px) {
  .leadership-banner .inner-container .bio-banner-wrap .text-wrap {
    width: 100%;
    margin: 40px 0 5px 0;
  }
}
.leadership-banner .inner-container .bio-banner-wrap .text-wrap h1, .leadership-banner .inner-container .bio-banner-wrap .text-wrap .h1 {
  font-size: 54px;
  color: #ffd100;
  line-height: 1;
  font-family: "Proxima Nova";
  font-weight: 400;
  margin-bottom: 45px;
  line-height: 58px;
  margin-bottom: 20px;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .leadership-banner .inner-container .bio-banner-wrap .text-wrap h1, .leadership-banner .inner-container .bio-banner-wrap .text-wrap .h1 {
    font-size: 40px;
    line-height: 44px !important;
    margin-bottom: 40px;
  }
}
@media (max-width: 767.98px) {
  .leadership-banner .inner-container .bio-banner-wrap .text-wrap h1, .leadership-banner .inner-container .bio-banner-wrap .text-wrap .h1 {
    margin-bottom: 20px;
  }
}
.leadership-banner .inner-container .bio-banner-wrap .text-wrap p {
  font-family: "Proxima Nova";
  font-weight: 500;
  font-size: 24px;
  line-height: 26px;
  color: #dadada;
  -webkit-text-decoration: none solid rgb(218, 218, 218);
          text-decoration: none solid rgb(218, 218, 218);
  margin-bottom: 50px;
}
@media (max-width: 767.98px) {
  .leadership-banner .inner-container .bio-banner-wrap .text-wrap p {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .leadership-banner .inner-container .bio-banner-wrap .text-wrap .social-icon {
    margin-bottom: 30px;
  }
}
.leadership-banner .inner-container .bio-banner-wrap .text-wrap .social-icon a {
  position: relative;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: inline-block;
}
.leadership-banner .inner-container .bio-banner-wrap .text-wrap .social-icon a i {
  font-size: 18px;
  color: #ffffff;
  transition: 0.3s all;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.leadership-banner .inner-container .bio-banner-wrap .text-wrap .social-icon a:hover i {
  color: #ffd100;
  transition: 0.3s all;
}
.leadership-banner .inner-container .bio-banner-wrap .image-wrap {
  position: relative;
  width: 43%;
  display: flex;
  align-self: flex-end;
  margin-right: 20px;
}
@media (max-width: 575.98px) {
  .leadership-banner .inner-container .bio-banner-wrap .image-wrap {
    width: 100%;
    margin-right: 0px;
  }
}
.leadership-banner .inner-container .bio-banner-wrap .image-wrap img {
  width: 100%;
  height: auto;
}
.leadership-banner .inner-container .content-section {
  padding: 30px 50px 35px;
}
@media (max-width: 991.98px) {
  .leadership-banner .inner-container .content-section {
    padding: 30px 30px 32px;
  }
}
@media (max-width: 767.98px) {
  .leadership-banner .inner-container .content-section {
    padding: 30px 0px;
  }
}
.leadership-banner .inner-container .content-section .content-wrap p {
  margin-bottom: 24px;
  font-family: "Proxima Nova";
  font-size: 18px;
  line-height: 1.5;
  color: #000000;
  font-weight: 400;
}
@media (max-width: 767.98px) {
  .leadership-banner .inner-container .content-section .content-wrap p {
    margin-bottom: 20px;
  }
}

#Experience {
  background-color: #662a53;
  padding: 60px 0;
}
@media (max-width: 767.98px) {
  #Experience {
    padding: 50px 0;
  }
}
#Experience .section-wrap {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 767.98px) {
  #Experience .section-wrap {
    flex-wrap: wrap;
  }
}
#Experience .section-wrap .lhs {
  width: 550px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #Experience .section-wrap .lhs {
    width: 49%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #Experience .section-wrap .lhs {
    width: 40%;
  }
}
@media (max-width: 767.98px) {
  #Experience .section-wrap .lhs {
    width: 100%;
    margin-bottom: 40px;
  }
}
#Experience .section-wrap .lhs h2, #Experience .section-wrap .lhs .h2 {
  font-size: 54px;
  color: #ffd100;
  line-height: 1;
  font-family: "Proxima Nova";
  font-weight: 400;
  margin-bottom: 45px;
  line-height: 64px;
  margin-bottom: 10px;
}
@media (max-width: 767.98px) {
  #Experience .section-wrap .lhs h2, #Experience .section-wrap .lhs .h2 {
    font-size: 40px;
    line-height: 44px !important;
    margin-bottom: 40px;
  }
}
@media (max-width: 767.98px) {
  #Experience .section-wrap .lhs h2, #Experience .section-wrap .lhs .h2 {
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #Experience .section-wrap .lhs h2, #Experience .section-wrap .lhs .h2 {
    font-size: 44px;
    line-height: 48px;
  }
}
#Experience .section-wrap .lhs p {
  font-family: "Proxima Nova";
  font-weight: 400;
  font-size: 24px;
  color: #ffffff;
  line-height: 24px;
  margin-bottom: 0;
}
#Experience .section-wrap .rhs {
  width: 650px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #Experience .section-wrap .rhs {
    width: 51%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #Experience .section-wrap .rhs {
    width: 60%;
  }
}
@media (max-width: 767.98px) {
  #Experience .section-wrap .rhs {
    width: 100%;
  }
}
#Experience .section-wrap .rhs .each-list {
  text-decoration: unset;
  height: 110px;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: space-between;
  background-color: rgba(71, 29, 59, 0.2);
  border-radius: 4px;
  margin-bottom: 24px;
  padding: 0 27px 0 30px;
}
#Experience .section-wrap .rhs .each-list:last-child {
  margin-bottom: 0;
}
#Experience .section-wrap .rhs .each-list:hover .arrow {
  transition: 0.3s;
  transform: rotate(-45deg);
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #Experience .section-wrap .rhs .each-list {
    height: 120px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #Experience .section-wrap .rhs .each-list {
    height: 150px;
  }
}
#Experience .section-wrap .rhs .each-list .arrow {
  position: absolute;
  width: 54px;
  height: 54px;
  bottom: 0;
  right: 0;
  background-color: #ffd100;
  border-radius: 50%;
  transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
@media (max-width: 1199.98px) {
  #Experience .section-wrap .rhs .each-list .arrow {
    transform: rotate(-45deg);
  }
}
#Experience .section-wrap .rhs .each-list .arrow i {
  position: relative;
  top: 50%;
  left: 50%;
  font-size: 32px;
  border-radius: 50%;
  color: #471d3b;
  transition: 0.3s;
  transform: translate(-50%, -50%);
}
@media (max-width: 1199.98px) {
  #Experience .section-wrap .rhs .each-list .arrow {
    transform: rotate(-45deg);
  }
}
#Experience .section-wrap .rhs .each-list .arrow i {
  position: relative;
}
#Experience .section-wrap .rhs .each-list p {
  margin: 0;
  font-family: "Proxima Nova";
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
  width: 75%;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #Experience .section-wrap .rhs .each-list p {
    margin-right: 30px;
  }
}
@media (max-width: 1199.98px) {
  #Experience .section-wrap .rhs .each-list p {
    margin-right: 50px;
  }
}
@media (max-width: 767.98px) {
  #Experience .section-wrap .rhs .each-list p {
    margin-right: 15px;
    font-size: 18px;
    line-height: 24px;
  }
}

.leadership-article-section .cardssliders {
  padding: 50px 0 60px;
}
.leadership-article-section .cardssliders .owl-carousel .owl-stage a {
  text-decoration: none;
}
.leadership-article-section .cardssliders .owl-carousel .owl-stage .each-card {
  padding: 40px 30px 40px 40px;
  height: 320px;
  width: 100%;
}
@media (max-width: 767.98px) {
  .leadership-article-section .cardssliders .owl-carousel .owl-stage .each-card {
    padding: 40px 30px;
  }
}
.leadership-article-section .cardssliders .owl-carousel .owl-stage .each-card .eyebrow p {
  margin-bottom: 8px;
}
.leadership-article-section .cardssliders .owl-carousel .owl-stage .each-card h3, .leadership-article-section .cardssliders .owl-carousel .owl-stage .each-card .h3 {
  line-height: 1.3;
}

.authors-template-default .leadership-banner .inner-container .bio-banner-wrap .image-wrap {
  position: relative;
  width: 43%;
  display: flex;
  margin-right: 20px;
  align-items: center;
  justify-content: center;
  align-self: center;
}
.authors-template-default .leadership-banner .inner-container .bio-banner-wrap .image-wrap img {
  width: 80%;
  height: 80%;
  border-radius: 50%;
}

.postid-646 .breadcrumb {
  width: 100vw;
}

.postid-646 .leadership-banner .inner-container .bio-banner-wrap .text-wrap h1, .postid-646 .leadership-banner .inner-container .bio-banner-wrap .text-wrap .h1 {
  font-size: 36px;
}

@media (max-width: 370px) {
  .postid-646 .leadership-banner .inner-container .bio-banner-wrap .text-wrap h1, .postid-646 .leadership-banner .inner-container .bio-banner-wrap .text-wrap .h1 {
    font-size: 32px;
  }
}
#BlogInnerContent p em.italic {
  font-size: 22px;
}

@media (max-width: 370px) {
  body.resource-cat-press-releases.postid-29091 .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content h2, body.resource-cat-press-releases.postid-29091 .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content .h2,
  body.resource-cat-press-releases.postid-29091 .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content h1,
  body.resource-cat-press-releases.postid-29091 .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content .h1 {
    font-size: 30px;
    line-height: 36px !important;
  }
}
@font-face {
  font-family: "Quest";
  src: url("icons/icons.eot");
  src: url("icons/icons.eot?#iefix") format("embedded-opentype"), url("icons/icons.woff2") format("woff2"), url("icons/icons.woff") format("woff"), url("icons/icons.ttf") format("truetype"), url("icons/icons.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 "Quest";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eeeeee;
  border-radius: 0.1em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}

.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: "progid: DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.fa-rotate-180 {
  filter: "progid: DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.fa-rotate-270 {
  filter: "progid: DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  filter: "progid: DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  filter: "progid: DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #ffffff;
}

.fa-search:before {
  content: "\f000";
}

.fa-star:before {
  content: "\f001";
}

.fa-user:before {
  content: "\f002";
}

.fa-check:before {
  content: "\f003";
}

.fa-times:before {
  content: "\f004";
}

.fa-home:before {
  content: "\f005";
}

.fa-comment:before {
  content: "\f006";
}

.fa-chevron-up:before {
  content: "\f007";
}

.fa-phone:before {
  content: "\f008";
}

.fa-twitter:before {
  content: "\f009";
}

.fa-bars:before {
  content: "\f00a";
}

.fa-google-plus:before {
  content: "\f00b";
}

.fa-envelope:before {
  content: "\f00c";
}

.fa-facebook-official:before {
  content: "\f00e";
}

.fa-globe:before {
  content: "\f00f";
}

.fa-magnifier:before {
  content: "\f010";
}

.fa-arrow-down:before {
  content: "\f011";
}

.fa-dots-three-horizontal:before {
  content: "\f013";
}

.fa-chevron-small-left:before {
  content: "\f014";
}

.fa-chevron-small-right:before {
  content: "\f015";
}

.fa-quest:before {
  content: "\f016";
}

.fa-play-circle:before {
  content: "\f017";
}

.fa-chevron-down:before {
  content: "\f01e";
}

.fa-chevron-up-entypo:before {
  content: "\f01f";
}

.fa-insta:before {
  content: "\f020";
}

.fa-linkedin:before {
  content: "\f021";
}

.fa-twitter-x:before {
  content: "\f022";
}

.fa-glassdoor:before {
  content: "\f023";
}

.fa-youtube-icon:before {
  content: "\f024";
}

.fa-facebook-icon:before {
  content: "\f025";
}

.fa-dropdown-arrow:before {
  content: "\f026";
}

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

.fa-youtubeicon:before {
  content: "\f028";
}

.fa-minus:before {
  content: "\f029";
}

.fa-arrow-icon:before {
  content: "\f02a";
}

.fa-linkedin-fa:before {
  content: "\f02b";
}

.fa-instagram-fa:before {
  content: "\f02e";
}

.fa-youtube-play:before {
  content: "\f02f";
}

.fa-facebook:before {
  content: "\f030";
}

.fa-twitterx:before {
  content: "\f031";
}

.fa-close-icon:before {
  content: "\f032";
}

.fa-arrow-angle-icon:before {
  content: "\f033";
}

.fa-social-youtube:before {
  content: "\f034";
}

.fa-instagram:before {
  content: "\f035";
}

.fa-progressbar-down-icon:before {
  content: "\f036";
}

.fa-call-icon:before {
  content: "\f037";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

#Industries {
  padding: 60px 0 0;
  background-color: #dadada;
}
@media (max-width: 991.98px) {
  #Industries {
    padding: 60px 0 20px;
  }
}
@media (max-width: 767.98px) {
  #Industries {
    padding: 50px 0 20px;
  }
}
#Industries .industry-cards {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
#Industries .industry-cards .each-card {
  width: 30%;
  margin-right: 5%;
  margin-bottom: 60px;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  #Industries .industry-cards .each-card {
    margin-bottom: 40px;
  }
}
@media (max-width: 767.98px) {
  #Industries .industry-cards .each-card {
    margin-bottom: 30px;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  #Industries .industry-cards .each-card {
    width: 48%;
    margin-right: 4%;
  }
}
@media (max-width: 575.98px) {
  #Industries .industry-cards .each-card {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  #Industries .industry-cards .each-card:hover .content-wrap p, #Industries .industry-cards .each-card:focus .content-wrap p {
    left: 0;
    opacity: 1;
    transition: 1s;
  }
  #Industries .industry-cards .each-card:hover .image-wrap::before, #Industries .industry-cards .each-card:focus .image-wrap::before {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  }
  #Industries .industry-cards .each-card:hover .image-wrap::after, #Industries .industry-cards .each-card:focus .image-wrap::after {
    background: rgba(0, 0, 0, 0.5);
    transition: 1s;
  }
  #Industries .industry-cards .each-card:hover .image-wrap img, #Industries .industry-cards .each-card:focus .image-wrap img {
    transform: scale(1.5);
    transition: 1s;
    filter: blur(20px);
    border-radius: 4px;
    border-bottom-right-radius: 28px;
  }
  #Industries .industry-cards .each-card:hover .arrow, #Industries .industry-cards .each-card:focus .arrow {
    transform: rotate(-45deg);
  }
}
@media (min-width: 992px) {
  #Industries .industry-cards .each-card:nth-child(3n) {
    margin-right: 0;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  #Industries .industry-cards .each-card:nth-child(2n) {
    margin-right: 0;
  }
}
#Industries .industry-cards .each-card .content-wrap {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  padding: 31px 28px 0px 35px;
  z-index: 9;
}
#Industries .industry-cards .each-card .content-wrap h3, #Industries .industry-cards .each-card .content-wrap .h3 {
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 20px;
  font-family: "Proxima Nova";
  font-weight: 600;
  color: #ffffff;
}
@media (max-width: 1199.98px) {
  #Industries .industry-cards .each-card .content-wrap h3, #Industries .industry-cards .each-card .content-wrap .h3 {
    margin-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  #Industries .industry-cards .each-card .content-wrap h3, #Industries .industry-cards .each-card .content-wrap .h3 {
    font-size: 26px;
    line-height: 32px;
  }
}
#Industries .industry-cards .each-card .content-wrap p {
  font-family: "Proxima Nova";
  font-weight: 500;
  font-size: 18px;
  color: #ffffff;
  line-height: 1.5;
  margin-bottom: 20px;
  position: relative;
  left: 50px;
  opacity: 0;
  transition: 1s;
}
@media (max-width: 1199.98px) {
  #Industries .industry-cards .each-card .content-wrap p {
    display: none;
  }
}
#Industries .industry-cards .each-card .image-wrap {
  position: relative;
  border-radius: 4px;
  border-bottom-right-radius: 28px;
  overflow: hidden;
}
#Industries .industry-cards .each-card .image-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  right: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  border-radius: 4px;
  border-bottom-right-radius: 28px;
  z-index: 9;
}
#Industries .industry-cards .each-card .image-wrap::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  border-bottom-right-radius: 28px;
  transition: 1s;
  background: rgba(0, 0, 0, 0);
}
#Industries .industry-cards .each-card .image-wrap img {
  width: 100%;
  height: auto;
  border-radius: 4px;
  border-bottom-right-radius: 28px;
  transition: 1s;
}
#Industries .industry-cards .each-card .arrow {
  position: absolute;
  width: 54px;
  height: 54px;
  bottom: 0;
  right: 0;
  background-color: #ffd100;
  border-radius: 50%;
  transition: 0.3s;
}
@media (max-width: 1199.98px) {
  #Industries .industry-cards .each-card .arrow {
    transform: rotate(-45deg);
  }
}
#Industries .industry-cards .each-card .arrow i {
  position: relative;
  top: 50%;
  left: 50%;
  font-size: 32px;
  border-radius: 50%;
  color: #471d3b;
  transition: 0.3s;
  transform: translate(-50%, -50%);
}

.custom-dots-container {
  display: flex;
  padding-top: 30px;
  text-align: center;
  justify-content: center;
}
.custom-dots-container span.custom-dot {
  display: block;
  width: 30px;
  height: 10px;
  background-color: rgba(218, 218, 218, 0.4);
  border-radius: 4px;
  border: unset;
  margin-right: 16px;
  transition: all 0.5s;
  cursor: pointer;
}
.custom-dots-container span.custom-dot.active, .custom-dots-container span.custom-dot:hover {
  background-color: #ffd100;
  transition: all 0.5s;
}

.cards-without-slider {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 34px;
}
@media (min-width: 0) and (max-width: 767.98px) {
  .cards-without-slider {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 0;
  }
}

.solution-accelerators .defaultcards.cards-without-slider .each-card {
  margin-bottom: 0;
}

.solution-accelerators .defaultcards div.each-card {
  border-bottom-right-radius: 4px;
  cursor: default;
}

#CTA {
  padding: 123px 0 141px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  #CTA {
    padding: 40px 0 50px;
  }
}
#CTA::before, #CTA::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  background: url("images/cta-border-cover.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 375px;
  height: 375px;
  opacity: 0.04;
  transform: rotate(90deg);
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #CTA::before, #CTA::after {
    width: 250px;
    height: 250px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #CTA::before, #CTA::after {
    width: 200px;
    height: 200px;
  }
}
@media (max-width: 575.98px) {
  #CTA::before, #CTA::after {
    width: 150px;
    height: 150px;
  }
}
#CTA::after {
  top: 0;
  bottom: unset;
  left: unset;
  right: 0;
  transform: rotate(270deg);
}
#CTA h2, #CTA .h2 {
  font-size: 54px;
  color: #ffd100;
  line-height: 1;
  font-family: "Proxima Nova";
  font-weight: 400;
  margin-bottom: 45px;
  line-height: 80px;
  margin-bottom: 4px;
  position: relative;
}
@media (max-width: 767.98px) {
  #CTA h2, #CTA .h2 {
    font-size: 40px;
    line-height: 44px !important;
    margin-bottom: 40px;
  }
}
@media (max-width: 767.98px) {
  #CTA h2, #CTA .h2 {
    margin-bottom: 20px;
  }
}
#CTA p {
  font-family: "Proxima Nova";
  font-weight: 500;
  font-size: 18px;
  color: #ffffff;
  line-height: 1.5;
  text-align: center;
  width: 80%;
  margin: 0 auto 33px;
  position: relative;
}
@media (max-width: 991.98px) {
  #CTA p {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  #CTA p {
    margin-bottom: 30px;
  }
}
#CTA a.primary-cta {
  min-width: 200px;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #ffd100;
  border-radius: 30px;
  background-size: cover;
  font-family: "Proxima Nova";
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  color: #ffffff !important;
  -webkit-text-decoration: none solid rgb(255, 255, 255);
          text-decoration: none solid rgb(255, 255, 255);
  text-align: center;
  padding: 17px 30px;
  display: block;
  transition: 0.3s;
  margin: 0 auto;
}
#CTA a.primary-cta:hover, #CTA a.primary-cta:focus {
  transition: 0.3s;
  color: #471d3b !important;
  background-color: #ffd100;
}
#CTA .form-container {
  width: 700px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 767.98px) {
  #CTA .form-container {
    width: 100%;
  }
}
#CTA .form-container .hbspt-form {
  width: 100%;
}
#CTA .form-container .hbspt-form label {
  display: none;
  font-size: 16px;
  color: #fff;
  margin-bottom: 5px;
  font-weight: 400;
  line-height: 1.2;
  text-align: left;
}
#CTA .form-container .hbspt-form label .hs-form-required {
  color: #ffd100;
}
#CTA .form-container .hbspt-form input,
#CTA .form-container .hbspt-form textarea {
  border: unset;
  width: 100%;
  margin-bottom: 20px;
  height: 50px;
  border-radius: 4px;
  padding: 5px 15px;
  font-size: 16px;
  background-color: rgba(71, 29, 59, 0.5);
  color: #ffffff;
  border: unset !important;
}
#CTA .form-container .hbspt-form input::-moz-placeholder, #CTA .form-container .hbspt-form textarea::-moz-placeholder {
  color: #a8a7a7;
}
#CTA .form-container .hbspt-form input::placeholder,
#CTA .form-container .hbspt-form textarea::placeholder {
  color: #a8a7a7;
}
#CTA .form-container .hbspt-form fieldset {
  width: 100%;
  max-width: unset !important;
}
#CTA .form-container .hbspt-form fieldset .hs-fieldtype-textarea {
  width: 100% !important;
}
#CTA .form-container .hbspt-form fieldset .hs-fieldtype-textarea .input {
  margin: 0 !important;
}
#CTA .form-container .hbspt-form fieldset .hs_partner_name {
  width: 100% !important;
}
#CTA .form-container .hbspt-form fieldset .hs_partner_name .input {
  margin: 0 !important;
}
@media (max-width: 767.98px) {
  #CTA .form-container .hbspt-form fieldset .field {
    width: 100% !important;
    margin: 0 !important;
  }
  #CTA .form-container .hbspt-form fieldset .field .input {
    width: 100% !important;
    margin: 0 !important;
  }
  #CTA .form-container .hbspt-form fieldset .field .input input {
    width: 100% !important;
  }
}
#CTA .form-container .hbspt-form fieldset .field .input {
  margin-right: 0;
}
#CTA .form-container .hbspt-form fieldset .field:first-child {
  width: 50%;
}
#CTA .form-container .hbspt-form fieldset .field:first-child .input {
  margin-right: 3%;
}
#CTA .form-container .hbspt-form fieldset .field:last-child {
  width: 50%;
}
#CTA .form-container .hbspt-form fieldset .field:last-child .input {
  margin-left: 3%;
  margin-right: 0;
}
#CTA .form-container .hbspt-form fieldset .field:last-child .hs-error-msgs {
  margin-left: 10px;
}
#CTA .form-container .hbspt-form fieldset .field textarea {
  width: 100%;
}
#CTA .form-container .hbspt-form fieldset label {
  display: none;
}
#CTA .form-container .hbspt-form fieldset .hs-error-msgs label {
  display: block;
}
#CTA .form-container .hbspt-form fieldset .hs-fieldtype-textarea.hs-form-field {
  width: 100%;
}
#CTA .form-container .hbspt-form fieldset .hs-form-field {
  width: 50%;
  display: inline-block;
}
@media (max-width: 767.98px) {
  #CTA .form-container .hbspt-form fieldset .hs-form-field {
    width: 100%;
  }
}
#CTA .form-container .hbspt-form fieldset .hs-form-field:nth-child(odd) {
  margin-right: 0;
}
#CTA .form-container .hbspt-form textarea {
  min-height: 85px;
}
#CTA .form-container .hbspt-form .hs-error-msgs {
  padding: 0;
  margin-top: -18px;
}
#CTA .form-container .hbspt-form .hs-error-msgs li {
  list-style-type: none;
  padding: 0 0 0 8px;
  position: relative;
}
#CTA .form-container .hbspt-form .hs-error-msgs li::before {
  content: "*";
  position: absolute;
  left: 0;
  font-size: 16px;
  color: #ffd100;
}
#CTA .form-container .hbspt-form .hs-error-msgs li label {
  margin-bottom: 0;
}
#CTA .form-container .hbspt-form .hs-fieldtype-textarea.hs-form-field {
  width: 100%;
}
#CTA .form-container .hbspt-form .hs-form-field {
  width: 49%;
  vertical-align: top;
}
@media (max-width: 767.98px) {
  #CTA .form-container .hbspt-form .hs-form-field {
    width: 100%;
  }
}
#CTA .form-container .hbspt-form .hs-form-field:nth-child(odd) {
  margin-right: 2%;
}
@media (max-width: 767.98px) {
  #CTA .form-container .hbspt-form .hs-form-field:nth-child(odd) {
    margin-right: 0;
  }
}
#CTA .form-container .hbspt-form .hs_error_rollup .hs-error-msgs {
  margin-top: 0;
}
#CTA .form-container .hbspt-form .hs-submit .actions input[type=submit] {
  min-width: 200px;
  width: -moz-fit-content;
  width: fit-content;
  height: 50px;
  border-radius: 30px;
  background-color: #ffd100;
  font-size: 16px;
  line-height: 50px;
  color: #000000 !important;
  text-align: center;
  text-decoration: none;
  font-family: "Proxima Nova";
  font-weight: 600;
  padding: 0 30px;
  display: block;
  transition: 0.3s;
  padding: 0;
  margin: 20px auto 0;
}
#CTA .form-container .hbspt-form .hs-submit .actions input[type=submit]:hover, #CTA .form-container .hbspt-form .hs-submit .actions input[type=submit]:focus {
  background-color: #ffffff !important;
  transition: 0.3s;
}
#CTA .form-container .submitted-message.hs-main-font-element {
  padding: 100px 0;
  color: #fff;
  font-size: 26px;
  text-align: left;
  padding: 20px 0 0 0;
  font-weight: 700;
}

.page-id-1584 #CTA {
  box-shadow: 0px -10px 10px rgba(0, 0, 0, 0.15);
}

.focus-areas {
  background-color: #471d3b;
  padding: 35px 0 60px;
}
@media (max-width: 767.98px) {
  .focus-areas {
    overflow: hidden;
    padding: 20px 0 50px;
  }
}
.focus-areas h2, .focus-areas .h2 {
  width: 85%;
  line-height: 62px;
  margin-bottom: 15px;
}
@media (max-width: 767.98px) {
  .focus-areas h2, .focus-areas .h2 {
    margin-bottom: 15px;
    width: 100%;
  }
}
.focus-areas p {
  width: 85%;
  font-family: "Proxima Nova";
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #ffffff;
  -webkit-text-decoration: none solid rgb(255, 255, 255);
  text-decoration: none solid rgb(255, 255, 255);
  margin-bottom: 90px;
}
@media (max-width: 767.98px) {
  .focus-areas p {
    width: 100%;
  }
}

.tab-slider .tabs-wrapper {
  margin-bottom: 21px;
}
.tab-slider .tabs-wrapper ul li {
  list-style-type: none;
  padding: 7px 16px;
  background-color: rgba(102, 42, 83, 0.4);
  border-radius: 20px;
  min-width: 150px;
  text-align: center;
  margin-right: 16px;
}
.tab-slider .tabs-wrapper ul li.active, .tab-slider .tabs-wrapper ul li:hover, .tab-slider .tabs-wrapper ul li:focus {
  background-color: #662a53;
}
.tab-slider .tabs-wrapper ul li.active a, .tab-slider .tabs-wrapper ul li:hover a, .tab-slider .tabs-wrapper ul li:focus a {
  color: #ffd100;
  font-weight: 600;
}
.tab-slider .tabs-wrapper ul li a {
  margin: 0;
  font-family: "Proxima Nova";
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #ffffff;
  text-decoration: unset;
}
.tab-slider .slider .slider-wrapper {
  position: relative;
  display: block;
}
.tab-slider .slider .slider-wrapper .owl-carousel {
  height: 400px;
}
.tab-slider .slider .slider-wrapper .owl-carousel .each-sliders {
  opacity: 0;
}
.tab-slider .slider .slider-wrapper .owl-carousel.owl-loaded {
  height: auto;
}
.tab-slider .slider .slider-wrapper .owl-carousel.owl-loaded .each-sliders {
  opacity: 1;
}
.tab-slider .slider .slider-wrapper .each-sliders {
  border-radius: 4px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  background: #662a53;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .tab-slider .slider .slider-wrapper .each-sliders {
    flex-wrap: wrap;
  }
}
.tab-slider .slider .slider-wrapper .each-sliders .content-wrap {
  width: 52%;
  margin: 40px 50px;
  overflow-y: auto;
  max-height: 280px;
  scrollbar-width: thin;
  scrollbar-color: #ffd100 rgba(209, 209, 209, 0.1);
  padding-right: 15px;
}
.tab-slider .slider .slider-wrapper .each-sliders .content-wrap::-webkit-scrollbar {
  width: 8px;
  background-color: rgba(209, 209, 209, 0.1);
}
.tab-slider .slider .slider-wrapper .each-sliders .content-wrap::-webkit-scrollbar-thumb {
  background: #ffd100;
}
@media (max-width: 1199.98px) {
  .tab-slider .slider .slider-wrapper .each-sliders .content-wrap {
    margin: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .tab-slider .slider .slider-wrapper .each-sliders .content-wrap {
    width: 50%;
    padding-right: 8px;
  }
}
@media (max-width: 767.98px) {
  .tab-slider .slider .slider-wrapper .each-sliders .content-wrap {
    width: 100%;
    margin: 20px 20px 40px;
    min-height: 200px;
    max-height: 200px;
  }
}
.tab-slider .slider .slider-wrapper .each-sliders .content-wrap h3, .tab-slider .slider .slider-wrapper .each-sliders .content-wrap .h3 {
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 15px;
}
.tab-slider .slider .slider-wrapper .each-sliders .content-wrap p {
  font-family: "Proxima Nova";
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 30px;
}
.tab-slider .slider .slider-wrapper .each-sliders .content-wrap ul {
  margin: 0;
  padding: 0;
  height: auto;
  flex-wrap: nowrap;
}
.tab-slider .slider .slider-wrapper .each-sliders .content-wrap ul ul {
  scrollbar-width: none;
  height: unset;
  margin-top: 10px;
}
.tab-slider .slider .slider-wrapper .each-sliders .content-wrap ul ul::-webkit-scrollbar {
  display: none;
}
@media (max-width: 767.98px) {
  .tab-slider .slider .slider-wrapper .each-sliders .content-wrap ul {
    display: block;
    flex-flow: unset;
    height: unset;
  }
}
.tab-slider .slider .slider-wrapper .each-sliders .content-wrap ul li {
  width: 100%;
  font-family: "Proxima Nova";
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 12px;
  color: #dadada;
  list-style-type: none;
  padding-left: 16px;
  position: relative;
}
@media (max-width: 991.98px) {
  .tab-slider .slider .slider-wrapper .each-sliders .content-wrap ul li {
    width: 100%;
  }
}
.tab-slider .slider .slider-wrapper .each-sliders .content-wrap ul li::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  top: 9px;
  left: 0;
  background-color: #ffd100;
}
.tab-slider .slider .slider-wrapper .each-sliders .content-wrap ul.ul-full-height {
  height: auto;
  flex-wrap: nowrap;
}
.tab-slider .slider .slider-wrapper .each-sliders .content-wrap ol {
  margin: 0;
  padding: 0;
  height: auto;
  flex-wrap: nowrap;
}
@media (max-width: 767.98px) {
  .tab-slider .slider .slider-wrapper .each-sliders .content-wrap ol {
    display: block;
    flex-flow: unset;
    height: unset;
  }
}
.tab-slider .slider .slider-wrapper .each-sliders .content-wrap ol li {
  width: 100%;
  font-family: "Proxima Nova";
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 12px;
  color: #dadada;
  list-style-type: decimal;
  padding-left: 16px;
  position: relative;
}
@media (max-width: 991.98px) {
  .tab-slider .slider .slider-wrapper .each-sliders .content-wrap ol li {
    width: 100%;
  }
}
.tab-slider .slider .slider-wrapper .each-sliders .content-wrap ol.ul-full-height {
  height: auto;
  flex-wrap: nowrap;
}
.tab-slider .slider .slider-wrapper .each-sliders .content-wrap a.primary-cta {
  min-width: 200px;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #ffd100;
  border-radius: 30px;
  background-size: cover;
  font-family: "Proxima Nova";
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  color: #ffffff !important;
  -webkit-text-decoration: none solid rgb(255, 255, 255);
          text-decoration: none solid rgb(255, 255, 255);
  text-align: center;
  padding: 17px 30px;
  display: block;
  transition: 0.3s;
}
.tab-slider .slider .slider-wrapper .each-sliders .content-wrap a.primary-cta:hover, .tab-slider .slider .slider-wrapper .each-sliders .content-wrap a.primary-cta:focus {
  transition: 0.3s;
  color: #471d3b !important;
  background-color: #ffd100;
}
.tab-slider .slider .slider-wrapper .each-sliders .image-wrap {
  width: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 360px;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .tab-slider .slider .slider-wrapper .each-sliders .image-wrap {
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  .tab-slider .slider .slider-wrapper .each-sliders .image-wrap {
    width: 100%;
    background: unset;
    background-image: unset !important;
    min-height: unset;
  }
}
.tab-slider .slider .slider-wrapper .each-sliders .image-wrap img {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .tab-slider .slider .slider-wrapper .each-sliders .image-wrap img {
    display: none;
  }
}
.tab-slider .slider .slider-wrapper .owl-nav {
  position: absolute;
  top: -136px;
  right: 0;
}
@media (max-width: 991.98px) {
  .tab-slider .slider .slider-wrapper .owl-nav {
    display: none;
  }
}
.tab-slider .slider .slider-wrapper .owl-nav .owl-prev {
  transform: rotate(180deg);
  margin-right: 20px;
}
.tab-slider .slider .slider-wrapper .owl-nav .owl-prev,
.tab-slider .slider .slider-wrapper .owl-nav .owl-next {
  background-color: transparent;
  border: unset;
  padding: 0;
  border-radius: 50%;
  width: 54px;
  height: 54px;
}
.tab-slider .slider .slider-wrapper .owl-nav .owl-prev span,
.tab-slider .slider .slider-wrapper .owl-nav .owl-next span {
  display: flex;
}
.tab-slider .slider .slider-wrapper .owl-nav .owl-prev i,
.tab-slider .slider .slider-wrapper .owl-nav .owl-next i {
  font-size: 16px;
  color: #ffd100;
  border: 1px solid rgba(255, 209, 0, 0.3);
  border-radius: 50%;
  width: 54px;
  height: 54px;
  transition: 0.3s;
  position: relative;
}
.tab-slider .slider .slider-wrapper .owl-nav .owl-prev i::before,
.tab-slider .slider .slider-wrapper .owl-nav .owl-next i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.tab-slider .slider .slider-wrapper .owl-nav .owl-prev i:hover, .tab-slider .slider .slider-wrapper .owl-nav .owl-prev i:focus,
.tab-slider .slider .slider-wrapper .owl-nav .owl-next i:hover,
.tab-slider .slider .slider-wrapper .owl-nav .owl-next i:focus {
  transition: 0.3s;
  background-color: #ffd100;
  color: #471d3b;
}
.tab-slider .slider .slider-wrapper .owl-dots {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: absolute;
  top: -60px;
  width: 100%;
  overflow-y: hidden;
  overflow-x: scroll;
  scrollbar-width: none;
}
.tab-slider .slider .slider-wrapper .owl-dots::-webkit-scrollbar {
  display: none;
}
@media (max-width: 991.98px) {
  .tab-slider .slider .slider-wrapper .owl-dots {
    overflow: auto;
    width: 100%;
    scrollbar-width: none;
  }
  .tab-slider .slider .slider-wrapper .owl-dots::-webkit-scrollbar {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .tab-slider .slider .slider-wrapper .owl-dots {
    justify-content: space-between;
  }
}
.tab-slider .slider .slider-wrapper .owl-dots .owl-dot {
  list-style-type: none;
  background-color: rgba(102, 42, 83, 0.4);
  border-radius: 20px;
  min-width: -moz-max-content;
  min-width: max-content;
  text-align: center;
  margin-right: 20px;
  transition: 0.3s;
  min-height: 42px;
}
.tab-slider .slider .slider-wrapper .owl-dots .owl-dot:last-child {
  margin-right: 0;
}
.tab-slider .slider .slider-wrapper .owl-dots .owl-dot.active, .tab-slider .slider .slider-wrapper .owl-dots .owl-dot:hover {
  background-color: #662a53;
  transition: 0.3s;
}
.tab-slider .slider .slider-wrapper .owl-dots .owl-dot.active button, .tab-slider .slider .slider-wrapper .owl-dots .owl-dot:hover button {
  color: #ffd100;
  transition: 0.3s;
}
@media (min-width: 1200px) {
  .tab-slider .slider .slider-wrapper .owl-dots .owl-dot:focus {
    background-color: #662a53;
    transition: 0.3s;
  }
  .tab-slider .slider .slider-wrapper .owl-dots .owl-dot:focus button {
    color: #ffd100;
    transition: 0.3s;
  }
}
.tab-slider .slider .slider-wrapper .owl-dots .owl-dot button {
  margin: 0;
  font-family: "Proxima Nova";
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #ffffff;
  text-decoration: unset;
  border: unset;
  background: unset;
  transition: 0.3s;
  padding: 7px 40px;
}

h2, .h2 {
  font-size: 54px;
  color: #ffd100;
  line-height: 1;
  font-family: "Proxima Nova";
  font-weight: 400;
  margin-bottom: 45px;
}
@media (max-width: 767.98px) {
  h2, .h2 {
    font-size: 40px;
    line-height: 44px !important;
    margin-bottom: 40px;
  }
}

.focus-areas.no-title {
  padding: 120px 0 60px;
}
@media (max-width: 767.98px) {
  .focus-areas.no-title {
    padding: 110px 0 50px;
  }
}
.focus-areas.no-title .owl-nav {
  display: none !important;
}

.no-description h2, .no-description .h2 {
  width: 85%;
  line-height: 62px;
  margin-bottom: 80px;
}
@media (max-width: 767.98px) {
  .no-description h2, .no-description .h2 {
    margin-bottom: 80px;
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .heroSlider {
    width: 100%;
  }
}
.heroSlider .homeslider,
.heroSlider .inner-page-banner {
  position: relative;
  display: block;
}
@media (min-width: 1200px) {
  .heroSlider .homeslider,
  .heroSlider .inner-page-banner {
    min-height: 400px;
  }
}
.heroSlider .homeslider .heroSlider-wrap,
.heroSlider .inner-page-banner .heroSlider-wrap {
  position: relative;
}
@media (min-width: 768px) {
  .heroSlider .homeslider .heroSlider-wrap,
  .heroSlider .inner-page-banner .heroSlider-wrap {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 6px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .heroSlider .homeslider .heroSlider-wrap,
  .heroSlider .inner-page-banner .heroSlider-wrap {
    min-height: 450px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .heroSlider .homeslider .heroSlider-wrap,
  .heroSlider .inner-page-banner .heroSlider-wrap {
    min-height: 550px;
  }
}
.heroSlider .homeslider .heroSlider-wrap.video-bg .hero-banner-image,
.heroSlider .inner-page-banner .heroSlider-wrap.video-bg .hero-banner-image {
  display: block;
  height: 85vh;
  overflow: hidden;
  position: relative;
}
.heroSlider .homeslider .heroSlider-wrap.video-bg .hero-banner-image::before,
.heroSlider .inner-page-banner .heroSlider-wrap.video-bg .hero-banner-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 6px;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .heroSlider .homeslider .heroSlider-wrap.video-bg .hero-banner-image,
  .heroSlider .inner-page-banner .heroSlider-wrap.video-bg .hero-banner-image {
    height: 500px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .heroSlider .homeslider .heroSlider-wrap.video-bg .hero-banner-image,
  .heroSlider .inner-page-banner .heroSlider-wrap.video-bg .hero-banner-image {
    height: 450px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .heroSlider .homeslider .heroSlider-wrap.video-bg .hero-banner-image,
  .heroSlider .inner-page-banner .heroSlider-wrap.video-bg .hero-banner-image {
    height: 550px;
  }
}
@media (min-width: 1200px) and (max-width: 1299.98px) {
  .heroSlider .homeslider .heroSlider-wrap.video-bg .hero-banner-image,
  .heroSlider .inner-page-banner .heroSlider-wrap.video-bg .hero-banner-image {
    min-height: 420px;
    height: 420px;
  }
}
@media (min-width: 1300px) {
  .heroSlider .homeslider .heroSlider-wrap.video-bg .hero-banner-image,
  .heroSlider .inner-page-banner .heroSlider-wrap.video-bg .hero-banner-image {
    min-height: 550px;
  }
}
.heroSlider .homeslider .heroSlider-wrap.video-bg .hero-banner-image video,
.heroSlider .inner-page-banner .heroSlider-wrap.video-bg .hero-banner-image video {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  position: relative;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .heroSlider .homeslider .heroSlider-wrap.video-bg .hero-banner-image video,
  .heroSlider .inner-page-banner .heroSlider-wrap.video-bg .hero-banner-image video {
    max-height: 550px;
  }
}
.heroSlider .homeslider .heroSlider-wrap.video-bg .hero-banner-image iframe,
.heroSlider .inner-page-banner .heroSlider-wrap.video-bg .hero-banner-image iframe {
  position: absolute;
  width: 100vw;
  height: 90vh;
  transform: translate(0, -30px);
  pointer-events: none;
}
.heroSlider .homeslider .heroSlider-wrap.video-bg .hero-banner-image iframe .ytp-chrome-top.ytp-show-cards-title,
.heroSlider .inner-page-banner .heroSlider-wrap.video-bg .hero-banner-image iframe .ytp-chrome-top.ytp-show-cards-title {
  display: none !important;
}
.heroSlider .homeslider .heroSlider-wrap.video-bg .hero-banner-image iframe .html5-video-player video,
.heroSlider .inner-page-banner .heroSlider-wrap.video-bg .hero-banner-image iframe .html5-video-player video {
  top: 30px !important;
}
.heroSlider .homeslider .heroSlider-wrap .hero-banner-image,
.heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-image {
  position: relative;
}
@media (min-width: 768px) {
  .heroSlider .homeslider .heroSlider-wrap .hero-banner-image,
  .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-image {
    border-radius: 6px;
    display: none;
  }
}
@media (max-width: 767.98px) {
  .heroSlider .homeslider .heroSlider-wrap .hero-banner-image,
  .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-image {
    max-height: auto;
  }
}
.heroSlider .homeslider .heroSlider-wrap .hero-banner-image.linear-gradient::before,
.heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-image.linear-gradient::before {
  content: "";
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.9) 30%, rgba(0, 0, 0, 0.05) 90%);
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 6px;
}
.heroSlider .homeslider .heroSlider-wrap .hero-banner-image img,
.heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-image img {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .heroSlider .homeslider .heroSlider-wrap .hero-banner-image img,
  .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-image img {
    border-radius: 6px;
  }
}
.heroSlider .homeslider .heroSlider-wrap .hero-banner-content,
.heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  padding: 0 53px;
  z-index: 9;
  width: 100%;
}
@media (max-width: 767.98px) {
  .heroSlider .homeslider .heroSlider-wrap .hero-banner-content,
  .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content {
    padding: 0 20px;
  }
}
.heroSlider .homeslider .heroSlider-wrap .hero-banner-content h1, .heroSlider .homeslider .heroSlider-wrap .hero-banner-content .h1,
.heroSlider .homeslider .heroSlider-wrap .hero-banner-content h2,
.heroSlider .homeslider .heroSlider-wrap .hero-banner-content .h2,
.heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content h1,
.heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content .h1,
.heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content h2,
.heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content .h2 {
  color: #ffffff;
  font-family: "Proxima Nova";
  font-size: 64px;
  line-height: 70px;
  font-weight: 600;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .heroSlider .homeslider .heroSlider-wrap .hero-banner-content h1, .heroSlider .homeslider .heroSlider-wrap .hero-banner-content .h1,
  .heroSlider .homeslider .heroSlider-wrap .hero-banner-content h2,
  .heroSlider .homeslider .heroSlider-wrap .hero-banner-content .h2,
  .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content h1,
  .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content .h1,
  .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content h2,
  .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content .h2 {
    font-size: 40px;
    line-height: 46px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .heroSlider .homeslider .heroSlider-wrap .hero-banner-content h1, .heroSlider .homeslider .heroSlider-wrap .hero-banner-content .h1,
  .heroSlider .homeslider .heroSlider-wrap .hero-banner-content h2,
  .heroSlider .homeslider .heroSlider-wrap .hero-banner-content .h2,
  .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content h1,
  .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content .h1,
  .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content h2,
  .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content .h2 {
    font-size: 60px;
    line-height: 66px;
  }
}
@media (min-width: 1200px) and (max-width: 1299.98px) {
  .heroSlider .homeslider .heroSlider-wrap .hero-banner-content h1, .heroSlider .homeslider .heroSlider-wrap .hero-banner-content .h1,
  .heroSlider .homeslider .heroSlider-wrap .hero-banner-content h2,
  .heroSlider .homeslider .heroSlider-wrap .hero-banner-content .h2,
  .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content h1,
  .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content .h1,
  .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content h2,
  .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content .h2 {
    font-size: 56px;
    line-height: 62px;
  }
}
.heroSlider .homeslider .heroSlider-wrap .hero-banner-content p,
.heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content p {
  font-size: 22px;
  line-height: 1.5;
  font-family: "Proxima Nova";
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 10px;
  width: 65% !important;
}
.heroSlider .homeslider .heroSlider-wrap .hero-banner-content p.thumbnail,
.heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content p.thumbnail {
  color: #ffd100;
  margin-bottom: 8px;
}
@media (max-width: 1199.98px) {
  .heroSlider .homeslider .heroSlider-wrap .hero-banner-content p,
  .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content p {
    width: 100% !important;
    font-size: 20px;
  }
}
.heroSlider .homeslider .heroSlider-wrap .hero-banner-content a,
.heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content a {
  min-width: 200px;
  width: -moz-fit-content;
  width: fit-content;
  height: 50px;
  border-radius: 30px;
  background-color: #ffd100;
  font-size: 16px;
  line-height: 50px;
  color: #000000 !important;
  text-align: center;
  text-decoration: none;
  font-family: "Proxima Nova";
  font-weight: 600;
  padding: 0 30px;
  display: block;
  transition: 0.3s;
}
.heroSlider .homeslider .heroSlider-wrap .hero-banner-content a:hover, .heroSlider .homeslider .heroSlider-wrap .hero-banner-content a:focus,
.heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content a:hover,
.heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content a:focus {
  background-color: #ffffff !important;
  transition: 0.3s;
}
.heroSlider .homeslider .heroSlider-wrap .hero-banner-content .image-wrap,
.heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content .image-wrap {
  display: flex;
  min-height: 80px;
  margin-bottom: 20px;
}
@media (min-width: 0) and (max-width: 767.98px) {
  .heroSlider .homeslider .heroSlider-wrap .hero-banner-content .image-wrap,
  .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content .image-wrap {
    flex-direction: column;
  }
}
.heroSlider .homeslider .heroSlider-wrap .hero-banner-content .image-wrap .quest-logo,
.heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content .image-wrap .quest-logo {
  max-width: 160px;
  max-height: 60px;
  margin-right: 30px;
  align-self: center;
}
@media (min-width: 0) and (max-width: 767.98px) {
  .heroSlider .homeslider .heroSlider-wrap .hero-banner-content .image-wrap .quest-logo,
  .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content .image-wrap .quest-logo {
    margin-right: unset;
    align-self: unset;
    margin-bottom: 30px;
  }
}
.heroSlider .homeslider .heroSlider-wrap .hero-banner-content .image-wrap .mspartners-logo,
.heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content .image-wrap .mspartners-logo {
  max-width: 249px;
  padding-left: 24px;
  border-left: 1px solid #fff;
}
@media (min-width: 0) and (max-width: 767.98px) {
  .heroSlider .homeslider .heroSlider-wrap .hero-banner-content .image-wrap .mspartners-logo,
  .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content .image-wrap .mspartners-logo {
    border-left: unset;
    padding-left: 0px;
  }
}
.heroSlider .homeslider .heroSlider-wrap .hero-banner-content .author-date,
.heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content .author-date {
  display: flex;
  justify-content: start;
}
@media (max-width: 767.98px) {
  .heroSlider .homeslider .heroSlider-wrap .hero-banner-content .author-date,
  .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content .author-date {
    display: block;
  }
}
.heroSlider .homeslider .heroSlider-wrap .hero-banner-content .author-date p,
.heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content .author-date p {
  width: auto !important;
  font-size: 18px;
  line-height: 40px;
  margin-bottom: 0;
}
.heroSlider .homeslider .heroSlider-wrap .hero-banner-content .author-date p span,
.heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content .author-date p span {
  color: #ffd100;
}
@media (min-width: 768px) {
  .heroSlider .homeslider .heroSlider-wrap .hero-banner-content .author-date .date,
  .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content .author-date .date {
    padding-left: 40px;
  }
}
.heroSlider .homeslider .owl-nav,
.heroSlider .inner-page-banner .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px;
}
@media (max-width: 991.98px) {
  .heroSlider .homeslider .owl-nav,
  .heroSlider .inner-page-banner .owl-nav {
    display: none;
  }
}
.heroSlider .homeslider .owl-nav .owl-prev,
.heroSlider .inner-page-banner .owl-nav .owl-prev {
  transform: rotate(180deg);
  margin-right: 20px;
}
.heroSlider .homeslider .owl-nav .owl-prev,
.heroSlider .homeslider .owl-nav .owl-next,
.heroSlider .inner-page-banner .owl-nav .owl-prev,
.heroSlider .inner-page-banner .owl-nav .owl-next {
  background-color: transparent;
  border: unset;
  padding: 0;
  border-radius: 50%;
  width: 54px;
  height: 54px;
}
.heroSlider .homeslider .owl-nav .owl-prev span,
.heroSlider .homeslider .owl-nav .owl-next span,
.heroSlider .inner-page-banner .owl-nav .owl-prev span,
.heroSlider .inner-page-banner .owl-nav .owl-next span {
  display: flex;
}
.heroSlider .homeslider .owl-nav .owl-prev i,
.heroSlider .homeslider .owl-nav .owl-next i,
.heroSlider .inner-page-banner .owl-nav .owl-prev i,
.heroSlider .inner-page-banner .owl-nav .owl-next i {
  font-size: 16px;
  color: #ffd100;
  border: 1px solid rgba(255, 209, 0, 0.3);
  border-radius: 50%;
  width: 54px;
  height: 54px;
  transition: 0.3s;
  position: relative;
}
.heroSlider .homeslider .owl-nav .owl-prev i::before,
.heroSlider .homeslider .owl-nav .owl-next i::before,
.heroSlider .inner-page-banner .owl-nav .owl-prev i::before,
.heroSlider .inner-page-banner .owl-nav .owl-next i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.heroSlider .homeslider .owl-nav .owl-prev i:hover, .heroSlider .homeslider .owl-nav .owl-prev i:focus,
.heroSlider .homeslider .owl-nav .owl-next i:hover,
.heroSlider .homeslider .owl-nav .owl-next i:focus,
.heroSlider .inner-page-banner .owl-nav .owl-prev i:hover,
.heroSlider .inner-page-banner .owl-nav .owl-prev i:focus,
.heroSlider .inner-page-banner .owl-nav .owl-next i:hover,
.heroSlider .inner-page-banner .owl-nav .owl-next i:focus {
  transition: 0.3s;
  background-color: #ffd100;
  color: #471d3b;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .heroSlider .homeslider .owl-nav,
  .heroSlider .inner-page-banner .owl-nav {
    display: flex;
  }
}
@media (max-width: 991.98px) {
  .heroSlider .homeslider .owl-nav,
  .heroSlider .inner-page-banner .owl-nav {
    display: none;
  }
}
.heroSlider .homeslider .owl-dots,
.heroSlider .inner-page-banner .owl-dots {
  position: absolute;
  text-align: center;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
}
.heroSlider .homeslider .owl-dots .owl-dot,
.heroSlider .inner-page-banner .owl-dots .owl-dot {
  width: 30px;
  height: 10px;
  background-color: rgba(218, 218, 218, 0.4);
  border-radius: 4px;
  border: unset;
  margin-right: 16px;
  transition: all 0.5s;
}
.heroSlider .homeslider .owl-dots .owl-dot:last-child,
.heroSlider .inner-page-banner .owl-dots .owl-dot:last-child {
  margin-right: 0;
}
.heroSlider .homeslider .owl-dots .owl-dot.active, .heroSlider .homeslider .owl-dots .owl-dot:hover, .heroSlider .homeslider .owl-dots .owl-dot:focus,
.heroSlider .inner-page-banner .owl-dots .owl-dot.active,
.heroSlider .inner-page-banner .owl-dots .owl-dot:hover,
.heroSlider .inner-page-banner .owl-dots .owl-dot:focus {
  background-color: #ffd100;
  transition: all 0.5s;
}

.inner-carousel {
  padding: 120px 20px 0;
}
@media (max-width: 767.98px) {
  .inner-carousel {
    padding: 96px 0 0;
  }
}
.inner-carousel.heroSlider .owl-carousel .heroSlider-wrap,
.inner-carousel.heroSlider .inner-page-banner .heroSlider-wrap {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 6px;
}
@media (min-width: 992px) {
  .inner-carousel.heroSlider .owl-carousel .heroSlider-wrap,
  .inner-carousel.heroSlider .inner-page-banner .heroSlider-wrap {
    background: unset !important;
    min-height: unset;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .inner-carousel.heroSlider .owl-carousel .heroSlider-wrap,
  .inner-carousel.heroSlider .inner-page-banner .heroSlider-wrap {
    min-height: 500px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .inner-carousel.heroSlider .owl-carousel .heroSlider-wrap,
  .inner-carousel.heroSlider .inner-page-banner .heroSlider-wrap {
    min-height: 400px;
  }
}
@media (max-width: 575.98px) {
  .inner-carousel.heroSlider .owl-carousel .heroSlider-wrap,
  .inner-carousel.heroSlider .inner-page-banner .heroSlider-wrap {
    background: unset !important;
  }
}
.inner-carousel.heroSlider .owl-carousel .heroSlider-wrap .hero-banner-image,
.inner-carousel.heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-image {
  display: block;
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .inner-carousel.heroSlider .owl-carousel .heroSlider-wrap .hero-banner-image,
  .inner-carousel.heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-image {
    display: none;
  }
}
.inner-carousel.heroSlider .owl-carousel .heroSlider-wrap .hero-banner-image.linear-gradient::before,
.inner-carousel.heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-image.linear-gradient::before {
  content: "";
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.6) 60%, rgba(0, 0, 0, 0) 80%);
  position: absolute;
  width: 100%;
  height: 100%;
}
@media (max-width: 767.98px) {
  .inner-carousel.heroSlider .owl-carousel .heroSlider-wrap .hero-banner-image.linear-gradient::before,
  .inner-carousel.heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-image.linear-gradient::before {
    border-radius: 0px;
  }
}
.inner-carousel.heroSlider .owl-carousel .heroSlider-wrap .hero-banner-image.linear-gradient-case-study::before,
.inner-carousel.heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-image.linear-gradient-case-study::before {
  content: "";
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0) 70%);
  position: absolute;
  width: 100%;
  height: 100%;
}
@media (max-width: 767.98px) {
  .inner-carousel.heroSlider .owl-carousel .heroSlider-wrap .hero-banner-image.linear-gradient-case-study::before,
  .inner-carousel.heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-image.linear-gradient-case-study::before {
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.7) 60%, rgba(0, 0, 0, 0) 90%);
  }
}
.inner-carousel.heroSlider .owl-carousel .heroSlider-wrap .hero-banner-content,
.inner-carousel.heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content {
  padding: 0 53px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .inner-carousel.heroSlider .owl-carousel .heroSlider-wrap .hero-banner-content,
  .inner-carousel.heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content {
    padding: 0 20px;
  }
}
@media (min-width: 1400px) {
  .inner-carousel.heroSlider .owl-carousel .heroSlider-wrap .hero-banner-content,
  .inner-carousel.heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content {
    width: 100%;
    padding: 0;
  }
}
@media (max-width: 767.98px) {
  .inner-carousel.heroSlider .owl-carousel .heroSlider-wrap .hero-banner-content,
  .inner-carousel.heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content {
    padding: 0;
  }
}
@media (max-width: 575.98px) {
  .inner-carousel.heroSlider .owl-carousel .heroSlider-wrap .hero-banner-content,
  .inner-carousel.heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content {
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
  }
}
.inner-carousel.heroSlider .owl-carousel .heroSlider-wrap .hero-banner-content h1, .inner-carousel.heroSlider .owl-carousel .heroSlider-wrap .hero-banner-content .h1,
.inner-carousel.heroSlider .owl-carousel .heroSlider-wrap .hero-banner-content h2,
.inner-carousel.heroSlider .owl-carousel .heroSlider-wrap .hero-banner-content .h2,
.inner-carousel.heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content h1,
.inner-carousel.heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content .h1,
.inner-carousel.heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content h2,
.inner-carousel.heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content .h2 {
  margin-bottom: 11px;
  width: 60%;
}
.inner-carousel.heroSlider .owl-carousel .heroSlider-wrap .hero-banner-content h1.width-85, .inner-carousel.heroSlider .owl-carousel .heroSlider-wrap .hero-banner-content .width-85.h1,
.inner-carousel.heroSlider .owl-carousel .heroSlider-wrap .hero-banner-content h2.width-85,
.inner-carousel.heroSlider .owl-carousel .heroSlider-wrap .hero-banner-content .width-85.h2,
.inner-carousel.heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content h1.width-85,
.inner-carousel.heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content .width-85.h1,
.inner-carousel.heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content h2.width-85,
.inner-carousel.heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content .width-85.h2 {
  width: 85%;
}
@media (max-width: 1199.98px) {
  .inner-carousel.heroSlider .owl-carousel .heroSlider-wrap .hero-banner-content h1.width-85, .inner-carousel.heroSlider .owl-carousel .heroSlider-wrap .hero-banner-content .width-85.h1,
  .inner-carousel.heroSlider .owl-carousel .heroSlider-wrap .hero-banner-content h2.width-85,
  .inner-carousel.heroSlider .owl-carousel .heroSlider-wrap .hero-banner-content .width-85.h2,
  .inner-carousel.heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content h1.width-85,
  .inner-carousel.heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content .width-85.h1,
  .inner-carousel.heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content h2.width-85,
  .inner-carousel.heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content .width-85.h2 {
    width: 100% !important;
  }
}
.inner-carousel.heroSlider .owl-carousel .heroSlider-wrap .hero-banner-content h1.width-65, .inner-carousel.heroSlider .owl-carousel .heroSlider-wrap .hero-banner-content .width-65.h1,
.inner-carousel.heroSlider .owl-carousel .heroSlider-wrap .hero-banner-content h2.width-65,
.inner-carousel.heroSlider .owl-carousel .heroSlider-wrap .hero-banner-content .width-65.h2,
.inner-carousel.heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content h1.width-65,
.inner-carousel.heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content .width-65.h1,
.inner-carousel.heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content h2.width-65,
.inner-carousel.heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content .width-65.h2 {
  width: 65%;
}
@media (max-width: 1199.98px) {
  .inner-carousel.heroSlider .owl-carousel .heroSlider-wrap .hero-banner-content h1.width-65, .inner-carousel.heroSlider .owl-carousel .heroSlider-wrap .hero-banner-content .width-65.h1,
  .inner-carousel.heroSlider .owl-carousel .heroSlider-wrap .hero-banner-content h2.width-65,
  .inner-carousel.heroSlider .owl-carousel .heroSlider-wrap .hero-banner-content .width-65.h2,
  .inner-carousel.heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content h1.width-65,
  .inner-carousel.heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content .width-65.h1,
  .inner-carousel.heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content h2.width-65,
  .inner-carousel.heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content .width-65.h2 {
    width: 100% !important;
  }
}
@media (max-width: 1199.98px) {
  .inner-carousel.heroSlider .owl-carousel .heroSlider-wrap .hero-banner-content h1, .inner-carousel.heroSlider .owl-carousel .heroSlider-wrap .hero-banner-content .h1,
  .inner-carousel.heroSlider .owl-carousel .heroSlider-wrap .hero-banner-content h2,
  .inner-carousel.heroSlider .owl-carousel .heroSlider-wrap .hero-banner-content .h2,
  .inner-carousel.heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content h1,
  .inner-carousel.heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content .h1,
  .inner-carousel.heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content h2,
  .inner-carousel.heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content .h2 {
    width: 100%;
    font-size: 60px;
    line-height: 1.1;
  }
}
@media (max-width: 991.98px) {
  .inner-carousel.heroSlider .owl-carousel .heroSlider-wrap .hero-banner-content h1, .inner-carousel.heroSlider .owl-carousel .heroSlider-wrap .hero-banner-content .h1,
  .inner-carousel.heroSlider .owl-carousel .heroSlider-wrap .hero-banner-content h2,
  .inner-carousel.heroSlider .owl-carousel .heroSlider-wrap .hero-banner-content .h2,
  .inner-carousel.heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content h1,
  .inner-carousel.heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content .h1,
  .inner-carousel.heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content h2,
  .inner-carousel.heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content .h2 {
    font-size: 40px;
    line-height: 46px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .inner-carousel.heroSlider .owl-carousel .heroSlider-wrap .hero-banner-content h1, .inner-carousel.heroSlider .owl-carousel .heroSlider-wrap .hero-banner-content .h1,
  .inner-carousel.heroSlider .owl-carousel .heroSlider-wrap .hero-banner-content h2,
  .inner-carousel.heroSlider .owl-carousel .heroSlider-wrap .hero-banner-content .h2,
  .inner-carousel.heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content h1,
  .inner-carousel.heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content .h1,
  .inner-carousel.heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content h2,
  .inner-carousel.heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content .h2 {
    width: 50% !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .inner-carousel.heroSlider .owl-carousel .heroSlider-wrap .hero-banner-content h1, .inner-carousel.heroSlider .owl-carousel .heroSlider-wrap .hero-banner-content .h1,
  .inner-carousel.heroSlider .owl-carousel .heroSlider-wrap .hero-banner-content h2,
  .inner-carousel.heroSlider .owl-carousel .heroSlider-wrap .hero-banner-content .h2,
  .inner-carousel.heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content h1,
  .inner-carousel.heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content .h1,
  .inner-carousel.heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content h2,
  .inner-carousel.heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content .h2 {
    width: 80% !important;
    margin-bottom: 20px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .inner-carousel.heroSlider .owl-carousel .heroSlider-wrap .hero-banner-content h1, .inner-carousel.heroSlider .owl-carousel .heroSlider-wrap .hero-banner-content .h1,
  .inner-carousel.heroSlider .owl-carousel .heroSlider-wrap .hero-banner-content h2,
  .inner-carousel.heroSlider .owl-carousel .heroSlider-wrap .hero-banner-content .h2,
  .inner-carousel.heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content h1,
  .inner-carousel.heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content .h1,
  .inner-carousel.heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content h2,
  .inner-carousel.heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content .h2 {
    width: 85% !important;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .inner-carousel.heroSlider .owl-carousel .heroSlider-wrap .hero-banner-content h1, .inner-carousel.heroSlider .owl-carousel .heroSlider-wrap .hero-banner-content .h1,
  .inner-carousel.heroSlider .owl-carousel .heroSlider-wrap .hero-banner-content h2,
  .inner-carousel.heroSlider .owl-carousel .heroSlider-wrap .hero-banner-content .h2,
  .inner-carousel.heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content h1,
  .inner-carousel.heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content .h1,
  .inner-carousel.heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content h2,
  .inner-carousel.heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content .h2 {
    margin-bottom: 20px;
    width: 80% !important;
  }
}
.inner-carousel.heroSlider .owl-carousel .heroSlider-wrap .hero-banner-content p,
.inner-carousel.heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content p {
  width: 60%;
}
@media (max-width: 1199.98px) {
  .inner-carousel.heroSlider .owl-carousel .heroSlider-wrap .hero-banner-content p,
  .inner-carousel.heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content p {
    width: 100%;
  }
}
.inner-carousel.heroSlider .owl-carousel .owl-nav,
.inner-carousel.heroSlider .inner-page-banner .owl-nav {
  padding: 0 20px;
}
.inner-carousel.heroSlider .owl-carousel .owl-nav i,
.inner-carousel.heroSlider .inner-page-banner .owl-nav i {
  border: 1px solid rgba(255, 209, 0, 0.7);
}
.inner-carousel.heroSlider .owl-carousel.multiple-images .heroSlider-wrap .hero-banner-content {
  padding: 0 90px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .inner-carousel.heroSlider .owl-carousel.multiple-images .heroSlider-wrap .hero-banner-content {
    padding: 0 20px;
  }
}
@media (max-width: 767.98px) {
  .inner-carousel.heroSlider .owl-carousel.multiple-images .heroSlider-wrap .hero-banner-content {
    padding: 0;
  }
}

@media (max-width: 767.98px) {
  .inner-carousel.heroSlider .owl-carousel.multiple-images .heroSlider-wrap .hero-banner-image {
    max-height: 500px;
  }
}

.heroSlider .inner-page-banner .heroSlider-wrap {
  min-height: unset !important;
}
.heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-image {
  display: block !important;
  min-height: unset !important;
}
@media (max-width: 767.98px) {
  .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-image {
    max-height: 700px !important;
    min-height: 500px;
  }
}
@media (max-width: 1399.98px) {
  .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-image {
    overflow: hidden;
  }
}
.heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-image.linear-gradient::before {
  content: "";
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.6) 60%, rgba(0, 0, 0, 0) 80%);
  position: absolute;
  width: 100%;
  height: 100%;
}
.heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content {
  padding: 0 53px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content {
    padding: 0 20px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .postid-1553 .heroSlider-wrap .hero-banner-image img {
    height: 400px !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media (max-width: 575.98px) {
  .page-id-1584 .inner-carousel.heroSlider .owl-carousel .heroSlider-wrap .hero-banner-content {
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
  }
}
.page-id-1584 .inner-carousel.heroSlider .owl-carousel .heroSlider-wrap .hero-banner-content h1, .page-id-1584 .inner-carousel.heroSlider .owl-carousel .heroSlider-wrap .hero-banner-content .h1 {
  width: 85%;
  font-size: 60px;
}
@media (max-width: 1199.98px) {
  .page-id-1584 .inner-carousel.heroSlider .owl-carousel .heroSlider-wrap .hero-banner-content h1, .page-id-1584 .inner-carousel.heroSlider .owl-carousel .heroSlider-wrap .hero-banner-content .h1 {
    width: 100%;
    font-size: 40px;
  }
}
@media (max-width: 575.98px) {
  .page-id-1584 .inner-carousel.heroSlider .owl-carousel .heroSlider-wrap .hero-banner-content h1, .page-id-1584 .inner-carousel.heroSlider .owl-carousel .heroSlider-wrap .hero-banner-content .h1 {
    font-size: 30px;
    line-height: 1.2;
  }
}
@media (max-width: 767.98px) {
  .page-id-1584 .heroSlider .homeslider .owl-dots {
    bottom: 30px;
  }
}

@media (max-width: 575.98px) {
  .page-id-1955 .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content,
  .page-id-2288 .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content {
    top: 30% !important;
  }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .page-id-2023 .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content {
    width: 68%;
  }
}

@media (max-width: 575.98px) {
  .postid-2810 .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content {
    top: 30% !important;
  }
}
.postid-2810 .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content h1, .postid-2810 .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content .h1 {
  margin-bottom: 40px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .postid-2810 .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content h1, .postid-2810 .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content .h1 {
    width: 68%;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .postid-2810 .emp-testimonials .testimonial-wrap .image-wrap {
    width: 40%;
  }
  .postid-2810 .emp-testimonials .testimonial-wrap .content-wrap {
    width: 60%;
  }
}

.page-id-1941 .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content h1, .page-id-1941 .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content .h1 {
  width: 80% !important;
}
@media (max-width: 767.98px) {
  .page-id-1941 .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content h1, .page-id-1941 .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content .h1 {
    width: 100% !important;
  }
}

@media (min-width: 1200px) and (max-width: 1349.98px) {
  .video-banner-equal-height .heroSlider .homeslider .heroSlider-wrap.video-bg .hero-banner-image,
  .video-banner-equal-height .heroSlider .inner-page-banner .heroSlider-wrap.video-bg .hero-banner-image {
    max-height: 430px;
    border-radius: 10px;
    overflow: hidden;
  }
}
@media (min-width: 1350px) and (max-width: 1449.98px) {
  .video-banner-equal-height .heroSlider .homeslider .heroSlider-wrap.video-bg .hero-banner-image,
  .video-banner-equal-height .heroSlider .inner-page-banner .heroSlider-wrap.video-bg .hero-banner-image {
    max-height: 470px;
    border-radius: 10px;
    overflow: hidden;
  }
}
@media (min-width: 1450px) {
  .video-banner-equal-height .heroSlider .homeslider .heroSlider-wrap.video-bg .hero-banner-image,
  .video-banner-equal-height .heroSlider .inner-page-banner .heroSlider-wrap.video-bg .hero-banner-image {
    max-height: 520px;
    border-radius: 10px;
    overflow: hidden;
  }
}
@media (min-width: 1600px) {
  .video-banner-equal-height .heroSlider .homeslider .heroSlider-wrap.video-bg .hero-banner-image,
  .video-banner-equal-height .heroSlider .inner-page-banner .heroSlider-wrap.video-bg .hero-banner-image {
    max-height: 630px;
    border-radius: 10px;
    overflow: hidden;
  }
}
@media (min-width: 1200px) and (max-width: 1349.98px) {
  .video-banner-equal-height .inner-carousel.heroSlider .owl-carousel .heroSlider-wrap {
    max-height: 430px;
    border-radius: 10px;
    overflow: hidden;
  }
}
@media (min-width: 1350px) and (max-width: 1449.98px) {
  .video-banner-equal-height .inner-carousel.heroSlider .owl-carousel .heroSlider-wrap {
    max-height: 470px;
    border-radius: 10px;
    overflow: hidden;
  }
}
@media (min-width: 1450px) {
  .video-banner-equal-height .inner-carousel.heroSlider .owl-carousel .heroSlider-wrap {
    max-height: 520px;
    border-radius: 10px;
    overflow: hidden;
  }
}
@media (min-width: 1600px) {
  .video-banner-equal-height .inner-carousel.heroSlider .owl-carousel .heroSlider-wrap {
    max-height: 550px;
    border-radius: 10px;
    overflow: hidden;
  }
}
@media (min-width: 1200px) and (max-width: 1349.98px) {
  .video-banner-equal-height .heroSlider .homeslider .owl-dots {
    bottom: 20px;
  }
}

br.hide-below-lg {
  display: none;
}
@media (min-width: 1076px) {
  br.hide-below-lg {
    display: block;
  }
}

br.hide-below-md {
  display: none;
}
@media (min-width: 768px) {
  br.hide-below-md {
    display: block;
  }
}

@media (max-width: 575.98px) {
  .page-id-24367 .inner-carousel.heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content {
    top: 25%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .page-id-24367 .inner-carousel.heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content {
    top: 28%;
  }
}
body.postid-23471.resource-cat-thought-leadership .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-image picture img {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

@media (min-width: 576px) and (max-width: 991.98px) {
  .inner-carousel.heroSlider .owl-carousel .heroSlider-wrap.linear-gradient::before {
    content: "";
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.6) 60%, rgba(0, 0, 0, 0) 80%);
    position: absolute;
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 430px) {
  .postid-26202.resource-cat-press-releases .inner-carousel.heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content h1, .postid-26202.resource-cat-press-releases .inner-carousel.heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content .h1 {
    padding-top: 30px;
  }
}
@media (max-width: 767.98px) {
  section#Filter.hided-insights-banner {
    padding-top: 100px;
  }
}
@media (max-width: 410px) {
  body.postid-26779.resource-cat-press-releases .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content h1, body.postid-26779.resource-cat-press-releases .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content .h1 {
    font-size: 30px;
    list-style-type: 1.3;
  }
}
@media (max-width: 991.98px) {
  body.resource-cat-press-releases.postid-27638 .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content h1, body.resource-cat-press-releases.postid-27638 .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content .h1 {
    font-size: 32px;
    line-height: 40px;
  }
}
.postid-28429.resource-cat-press-releases .heroSlider-wrap::before {
  content: unset;
}

body.resource-cat-press-releases .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-image {
  border-radius: 0px 0px 6px 6px;
}

.video-banner-equal-height .inner-carousel.heroSlider .owl-carousel .heroSlider-wrap .hero-banner-image video {
  height: 470px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 0) and (max-width: 991.98px) {
  .video-banner-equal-height .inner-carousel.heroSlider .owl-carousel .heroSlider-wrap .hero-banner-image video {
    height: 500px;
  }
}
@media (min-width: 1200px) and (max-width: 1349.98px) {
  .video-banner-equal-height .inner-carousel.heroSlider .owl-carousel .heroSlider-wrap .hero-banner-image video {
    height: 430px;
    border-radius: 10px;
    overflow: hidden;
  }
}
@media (min-width: 1350px) and (max-width: 1449.98px) {
  .video-banner-equal-height .inner-carousel.heroSlider .owl-carousel .heroSlider-wrap .hero-banner-image video {
    height: 470px;
    border-radius: 10px;
    overflow: hidden;
  }
}
@media (min-width: 1450px) {
  .video-banner-equal-height .inner-carousel.heroSlider .owl-carousel .heroSlider-wrap .hero-banner-image video {
    height: 520px;
    border-radius: 10px;
    overflow: hidden;
  }
}
@media (min-width: 1600px) {
  .video-banner-equal-height .inner-carousel.heroSlider .owl-carousel .heroSlider-wrap .hero-banner-image video {
    height: 630px;
    border-radius: 10px;
    overflow: hidden;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  body.site-5 .inner-carousel.heroSlider .owl-carousel .heroSlider-wrap .hero-banner-content h2, body.site-5 .inner-carousel.heroSlider .owl-carousel .heroSlider-wrap .hero-banner-content .h2 {
    font-size: 40px;
  }
  body.site-5 .inner-carousel.heroSlider .owl-carousel .heroSlider-wrap {
    height: 350px;
  }
}

.breadcrumb,
.breadcrumb-inner,
.breadcrumb-template-inner {
  margin: 30px 0 80px;
  padding: 0;
  color: #fff !important;
}
@media (max-width: 767.98px) {
  .breadcrumb,
  .breadcrumb-inner,
  .breadcrumb-template-inner {
    margin: 30px 0 50px;
    display: none;
  }
}
.breadcrumb span,
.breadcrumb-inner span,
.breadcrumb-template-inner span {
  list-style-type: none;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
}
.breadcrumb span span,
.breadcrumb-inner span span,
.breadcrumb-template-inner span span {
  padding: 0;
}
.breadcrumb span:first-child,
.breadcrumb-inner span:first-child,
.breadcrumb-template-inner span:first-child {
  padding-left: 0;
}
.breadcrumb span a,
.breadcrumb-inner span a,
.breadcrumb-template-inner span a {
  text-decoration: none;
  color: #fff !important;
  font-size: 18px;
  line-height: 20px;
  font-family: "Proxima Nova";
  font-weight: 400;
  transition: 0.3s;
}
@media (max-width: 1199.98px) {
  .breadcrumb span a,
  .breadcrumb-inner span a,
  .breadcrumb-template-inner span a {
    font-size: 14px;
  }
}
.breadcrumb span a span,
.breadcrumb-inner span a span,
.breadcrumb-template-inner span a span {
  color: unset !important;
  font-weight: unset;
}
.breadcrumb span a:hover,
.breadcrumb-inner span a:hover,
.breadcrumb-template-inner span a:hover {
  color: #ffd100 !important;
  transition: 0.3s;
}
.breadcrumb span span,
.breadcrumb-inner span span,
.breadcrumb-template-inner span span {
  font-size: 18px;
  line-height: 20px;
  color: #ffd100 !important;
  font-family: "Proxima Nova";
  font-weight: 700;
  text-align: center;
}
@media (max-width: 1199.98px) {
  .breadcrumb span span,
  .breadcrumb-inner span span,
  .breadcrumb-template-inner span span {
    font-size: 14px;
  }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .breadcrumb {
    width: 200%;
  }
}

.breadcrumb-inner {
  padding: 20px 0 40px;
  margin: 0;
}
@media (max-width: 1199.98px) {
  .breadcrumb-inner {
    padding: 20px 20px 0;
  }
}

.breadcrumb-template-inner {
  padding: 20px 0 40px;
  margin: 0;
}
@media (max-width: 1199.98px) {
  .breadcrumb-template-inner {
    padding: 20px 0px;
  }
}

.breadcrumb-inner h1, .breadcrumb-inner .h1,
.breadcrumb-template-inner h1,
.breadcrumb-template-inner .h1 {
  display: inline-block;
  line-height: 0px;
  margin-left: 15px;
}

span.authors-root.post.post-authors span {
  color: #fff !important;
  font-weight: 400;
}

.postid-26779 .breadcrumb span span,
.breadcrumb-inner span span,
.breadcrumb-template-inner span span {
  font-size: 14px;
}

.single-resources .breadcrumb-template-inner h1, .single-resources .breadcrumb-template-inner .h1 {
  display: inline;
  line-height: 30px;
}

#FAQ .faq-wrapper {
  width: 1000px;
  margin: 0 auto;
}
@media (max-width: 1039.98px) {
  #FAQ .faq-wrapper {
    width: 100%;
  }
}
#FAQ .faq-wrapper .each-faq {
  padding: 0 35px;
  border-radius: none;
  background-color: rgba(102, 42, 83, 0);
  transition: all 0.5s;
  position: relative;
  user-select: none;
  -moz-user-select: none;
  -webkit-text-select: none;
  -webkit-user-select: none;
}
#FAQ .faq-wrapper .each-faq::before {
  position: absolute;
  content: "";
  width: calc(100% - 12px);
  height: 1px;
  background-color: rgb(102, 42, 83);
  z-index: 1;
  text-align: center;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 991.98px) {
  #FAQ .faq-wrapper .each-faq {
    padding: 0 20px;
  }
}
#FAQ .faq-wrapper .each-faq:last-child {
  margin-bottom: 0;
}
#FAQ .faq-wrapper .each-faq.active {
  padding: 0px 35px 50px;
  border-radius: 4px;
  transition: all 0.5s;
  background-color: #471d3b;
  border-bottom: unset;
}
#FAQ .faq-wrapper .each-faq.active::before {
  content: none;
  bottom: 0;
  background-color: rgb(102, 42, 83);
}
@media (max-width: 991.98px) {
  #FAQ .faq-wrapper .each-faq.active {
    padding: 0px 20px 30px;
  }
}
#FAQ .faq-wrapper .each-faq.active .faq-title {
  border-bottom: 1px solid rgba(255, 209, 0, 0.2);
}
#FAQ .faq-wrapper .each-faq.active .faq-title p {
  color: #ffd100;
  transition: 0.3s;
}
#FAQ .faq-wrapper .each-faq.active .faq-title .faq-icons .minus {
  display: block;
  transition: all 0.5s;
}
#FAQ .faq-wrapper .each-faq.active .faq-title .faq-icons .plus {
  display: none;
  transition: all 0.5s;
}
#FAQ .faq-wrapper .each-faq .faq-title {
  display: flex;
  align-items: center;
  padding: 16px 0;
  justify-content: space-between;
  cursor: pointer;
}
#FAQ .faq-wrapper .each-faq .faq-title p {
  width: 90%;
  font-family: "Proxima Nova";
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  color: #000000;
  margin-bottom: 0;
  position: relative;
  margin-right: 20px;
  transition: 0.3s;
}
@media (max-width: 575.98px) {
  #FAQ .faq-wrapper .each-faq .faq-title p {
    font-size: 20px;
    line-height: 24px;
  }
}
#FAQ .faq-wrapper .each-faq .faq-title .faq-icons {
  width: 24px;
}
#FAQ .faq-wrapper .each-faq .faq-title .faq-icons .minus {
  display: none;
  transition: all 0.5s;
}
#FAQ .faq-wrapper .each-faq .faq-description {
  display: none;
  padding-top: 25px;
}
@media (max-width: 767.98px) {
  #FAQ .faq-wrapper .each-faq .faq-description {
    padding-top: 0;
  }
}
#FAQ .faq-wrapper .each-faq .faq-description .faq-description-wrap {
  display: flex;
  transition: all 0.5s;
  align-items: center;
  justify-content: space-between;
  padding-right: 30px;
}
@media (max-width: 575.98px) {
  #FAQ .faq-wrapper .each-faq .faq-description .faq-description-wrap {
    flex-wrap: wrap;
    padding-top: 10px;
  }
}
@media (max-width: 767.98px) {
  #FAQ .faq-wrapper .each-faq .faq-description .faq-description-wrap {
    padding-right: 0;
  }
}
#FAQ .faq-wrapper .each-faq .faq-description .faq-description-wrap .content-wrap {
  width: 400px;
}
@media (max-width: 991.98px) {
  #FAQ .faq-wrapper .each-faq .faq-description .faq-description-wrap .content-wrap {
    width: 48%;
  }
}
@media (max-width: 575.98px) {
  #FAQ .faq-wrapper .each-faq .faq-description .faq-description-wrap .content-wrap {
    width: 100%;
  }
  #FAQ .faq-wrapper .each-faq .faq-description .faq-description-wrap .content-wrap:has(a) {
    margin-bottom: 24px;
  }
}
#FAQ .faq-wrapper .each-faq .faq-description .faq-description-wrap .content-wrap p {
  font-family: "Proxima Nova";
  font-weight: 500;
  font-size: 16px;
  color: #dadada;
  line-height: 1.5;
  margin-bottom: 24px;
}
#FAQ .faq-wrapper .each-faq .faq-description .faq-description-wrap .content-wrap ul li {
  font-family: "Proxima Nova";
  font-weight: 500;
  font-size: 16px;
  color: #dadada;
  line-height: 1.5;
  margin-bottom: 8px;
}
#FAQ .faq-wrapper .each-faq .faq-description .faq-description-wrap .content-wrap a.secondary-cta {
  min-width: 200px;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #ffd100;
  border-radius: 30px;
  background-size: cover;
  font-family: "Proxima Nova";
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  color: #ffffff !important;
  -webkit-text-decoration: none solid rgb(255, 255, 255);
          text-decoration: none solid rgb(255, 255, 255);
  text-align: center;
  padding: 17px 30px;
  display: block;
  transition: 0.3s;
}
#FAQ .faq-wrapper .each-faq .faq-description .faq-description-wrap .content-wrap a.secondary-cta:hover, #FAQ .faq-wrapper .each-faq .faq-description .faq-description-wrap .content-wrap a.secondary-cta:focus {
  transition: 0.3s;
  color: #471d3b !important;
  background-color: #ffd100;
}
#FAQ .faq-wrapper .each-faq .faq-description .faq-description-wrap .image-wrap {
  width: 475px;
}
@media (min-width: 1200px) {
  #FAQ .faq-wrapper .each-faq .faq-description .faq-description-wrap .image-wrap {
    min-height: 292px;
  }
}
@media (max-width: 991.98px) {
  #FAQ .faq-wrapper .each-faq .faq-description .faq-description-wrap .image-wrap {
    width: 48%;
  }
}
@media (max-width: 575.98px) {
  #FAQ .faq-wrapper .each-faq .faq-description .faq-description-wrap .image-wrap {
    width: 100%;
  }
}
#FAQ .faq-wrapper .each-faq .faq-description .faq-description-wrap .image-wrap img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}
#FAQ .faq-wrapper .each-faq .faq-description .faq-description-wrap.image-float .content-wrap {
  width: 100%;
  padding-right: unset;
}
#FAQ .faq-wrapper .each-faq .faq-description .faq-description-wrap.image-float .content-wrap .image-wrap {
  float: right;
  margin: 0 0 10px 20px;
}
#FAQ .faq-wrapper .each-faq .faq-description .faq-description-wrap.image-float .content-wrap p:last-child {
  margin-bottom: 0 !important;
}
#FAQ .faq-wrapper .each-faq .faq-description .faq-description-wrap.image-float .image-wrap {
  width: unset;
}

@media (max-width: 767.98px) {
  .faq-50-50 .faq-lhs .each-faq:last-child,
  .faq-50-50 .faq-rhs .each-faq:last-child {
    margin-bottom: 0 !important;
  }
}

.compliance-faq-sec #FAQ .faq-wrapper .each-faq .faq-title.active {
  transition: 0.3s all;
}
.compliance-faq-sec #FAQ .faq-wrapper .each-faq .faq-title.active p {
  color: #ffd100;
}
.compliance-faq-sec #FAQ .faq-wrapper .each-faq .faq-title.active .faq-icons::before {
  transform: rotate(270deg);
  transition: 0.3s all;
  color: #ffd100;
}
.compliance-faq-sec #FAQ .faq-wrapper .each-faq .faq-title .faq-icons {
  position: relative;
  text-align: center;
}
.compliance-faq-sec #FAQ .faq-wrapper .each-faq .faq-title .faq-icons::before {
  content: "";
  position: absolute;
  content: "\f026";
  font-family: "Quest";
  font-size: 16px;
  line-height: 16px;
  top: calc(50% - 8px);
  font-weight: 400;
  right: 5px;
  color: #ffffff;
  transform: rotate(90deg);
  border-radius: 50%;
  transition: 0.3s;
}
.compliance-faq-sec #FAQ .faq-wrapper .each-faq .faq-title .faq-icons img {
  display: none !important;
}

#FAQ .faq-wrapper .each-faq .faq-title.active {
  transition: 0.3s all;
}
#FAQ .faq-wrapper .each-faq .faq-title.active .faq-icons.toggle-icon.dark-icon::before {
  background-color: #ffd100;
  transition: 0.3s all;
}
#FAQ .faq-wrapper .each-faq .faq-title.active .faq-icons.toggle-icon::after {
  opacity: 0;
  transition: 0.3s all;
}
#FAQ .faq-wrapper .each-faq .faq-title.active .faq-icons.directional-icon::before {
  transform: rotate(270deg);
  transition: 0.3s all;
  color: #ffd100;
}
#FAQ .faq-wrapper .each-faq .faq-title .faq-icons.toggle-icon {
  position: relative;
  text-align: center;
}
#FAQ .faq-wrapper .each-faq .faq-title .faq-icons.toggle-icon.dark-icon::before {
  background-color: #471d3b;
}
#FAQ .faq-wrapper .each-faq .faq-title .faq-icons.toggle-icon.dark-icon::after {
  background-color: #471d3b;
}
#FAQ .faq-wrapper .each-faq .faq-title .faq-icons.toggle-icon::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: #fff;
  top: 0;
  left: 0;
  transition: 0.3s all;
}
#FAQ .faq-wrapper .each-faq .faq-title .faq-icons.toggle-icon::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 20px;
  background-color: #fff;
  top: -9px;
  left: 9px;
  transition: 0.3s all;
}
#FAQ .faq-wrapper .each-faq .faq-title .faq-icons.toggle-icon img {
  display: none;
}
#FAQ .faq-wrapper .each-faq .faq-title .faq-icons.directional-icon {
  position: relative;
  text-align: center;
}
#FAQ .faq-wrapper .each-faq .faq-title .faq-icons.directional-icon::before {
  content: "";
  position: absolute;
  content: "\f026";
  font-family: "Quest";
  font-size: 16px;
  line-height: 16px;
  top: calc(50% - 8px);
  font-weight: 400;
  right: 5px;
  color: #ffffff;
  transform: rotate(90deg);
  border-radius: 50%;
  transition: 0.3s;
}
#FAQ .faq-wrapper .each-faq .faq-title .faq-icons.directional-icon img {
  display: none !important;
}

.talk-to-leaders {
  padding: 35px 0 35px 0;
  background-color: #471d3b;
}
@media (max-width: 767.98px) {
  .talk-to-leaders {
    padding: 40px 0 25px 0;
  }
}
.talk-to-leaders h2, .talk-to-leaders .h2 {
  font-size: 54px;
  color: #ffd100;
  line-height: 1;
  font-family: "Proxima Nova";
  font-weight: 400;
  margin-bottom: 45px;
  line-height: 80px;
  margin-bottom: 30px;
  text-align: center;
}
@media (max-width: 767.98px) {
  .talk-to-leaders h2, .talk-to-leaders .h2 {
    font-size: 40px;
    line-height: 44px !important;
    margin-bottom: 40px;
  }
}
@media (max-width: 767.98px) {
  .talk-to-leaders h2, .talk-to-leaders .h2 {
    margin-bottom: 30px;
  }
}
.talk-to-leaders .leaders-wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 991.98px) {
  .talk-to-leaders .leaders-wrap {
    justify-content: flex-start;
  }
}
.talk-to-leaders .leaders-wrap.multicards {
  justify-content: flex-start;
}
.talk-to-leaders .leaders-wrap .each-person {
  margin: 0 auto;
  width: 850px;
  display: flex;
  align-items: center;
  background-color: rgba(92, 28, 74, 0.5);
  border-radius: 4px;
  margin-bottom: 25px;
}
@media (max-width: 767.98px) {
  .talk-to-leaders .leaders-wrap .each-person {
    width: 100%;
    max-width: 100%;
    flex-wrap: wrap;
  }
}
.talk-to-leaders .leaders-wrap .each-person.multiple {
  display: block;
  position: relative;
  width: 23%;
  min-width: 23.5%;
  margin: 0 2% 0 0;
  margin-bottom: 25px;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .talk-to-leaders .leaders-wrap .each-person.multiple {
    width: 32%;
  }
  .talk-to-leaders .leaders-wrap .each-person.multiple:nth-child(3n) {
    margin-right: 0;
  }
}
@media (max-width: 991.98px) {
  .talk-to-leaders .leaders-wrap .each-person.multiple {
    margin-bottom: 24px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .talk-to-leaders .leaders-wrap .each-person.multiple {
    width: 49%;
  }
  .talk-to-leaders .leaders-wrap .each-person.multiple:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 575.98px) {
  .talk-to-leaders .leaders-wrap .each-person.multiple {
    margin-right: 0;
    width: 100%;
  }
}
.talk-to-leaders .leaders-wrap .each-person.multiple:last-child {
  margin-right: 0;
}
@media (min-width: 1200px) {
  .talk-to-leaders .leaders-wrap .each-person.multiple:nth-child(4n) {
    margin-right: 0;
  }
}
.talk-to-leaders .leaders-wrap .each-person.multiple .image-wrap {
  width: 100%;
  padding: 0 20%;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: unset;
}
.talk-to-leaders .leaders-wrap .each-person.multiple .image-wrap img {
  max-width: 100%;
}
.talk-to-leaders .leaders-wrap .each-person.multiple .content-wrap {
  width: 100%;
  padding: 18px 18px 70px;
}
.talk-to-leaders .leaders-wrap .each-person.multiple .content-wrap a {
  position: absolute;
  bottom: 30px;
}
.talk-to-leaders .leaders-wrap .each-person.triplecard {
  width: 32%;
}
@media (max-width: 767.98px) {
  .talk-to-leaders .leaders-wrap .each-person.triplecard {
    width: 49%;
  }
  .talk-to-leaders .leaders-wrap .each-person.triplecard:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 575.98px) {
  .talk-to-leaders .leaders-wrap .each-person.triplecard {
    width: 100%;
  }
}
.talk-to-leaders .leaders-wrap .each-person.dualcard {
  max-width: 450px;
  width: auto;
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .talk-to-leaders .leaders-wrap .each-person.dualcard {
    width: 49%;
    max-width: unset;
  }
}
@media (max-width: 575.98px) {
  .talk-to-leaders .leaders-wrap .each-person.dualcard {
    width: 100%;
    max-width: unset;
  }
}
.talk-to-leaders .leaders-wrap .each-person .image-wrap {
  width: 45%;
  background-color: #009a8d;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
@media (max-width: 767.98px) {
  .talk-to-leaders .leaders-wrap .each-person .image-wrap {
    width: 100%;
    padding: 0 20%;
    border-top-right-radius: 4px;
    border-bottom-left-radius: unset;
  }
}
.talk-to-leaders .leaders-wrap .each-person .image-wrap img {
  width: 100%;
  height: auto;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.talk-to-leaders .leaders-wrap .each-person .content-wrap {
  width: 55%;
  padding: 30px 24px 30px 29px;
}
@media (max-width: 767.98px) {
  .talk-to-leaders .leaders-wrap .each-person .content-wrap {
    width: 100%;
    padding: 20px 20px 30px;
  }
}
.talk-to-leaders .leaders-wrap .each-person .content-wrap p.name {
  font-family: "Proxima Nova";
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 12px;
  color: #ffd100;
}
.talk-to-leaders .leaders-wrap .each-person .content-wrap p.position {
  font-family: "Proxima Nova";
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #c4c4c4;
  margin-bottom: 14px;
}
.talk-to-leaders .leaders-wrap .each-person .content-wrap p.description {
  font-family: "Proxima Nova";
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #ffffff;
  margin-bottom: 24px;
}
.talk-to-leaders .leaders-wrap .each-person .content-wrap a {
  min-width: 200px;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #ffd100;
  border-radius: 30px;
  background-size: cover;
  font-family: "Proxima Nova";
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  color: #ffffff !important;
  -webkit-text-decoration: none solid rgb(255, 255, 255);
          text-decoration: none solid rgb(255, 255, 255);
  text-align: center;
  padding: 17px 30px;
  display: block;
  transition: 0.3s;
  min-width: 160px;
  padding: 12px 30px;
}
.talk-to-leaders .leaders-wrap .each-person .content-wrap a:hover, .talk-to-leaders .leaders-wrap .each-person .content-wrap a:focus {
  transition: 0.3s;
  color: #471d3b !important;
  background-color: #ffd100;
}

.forms-wrapper-hubspot .hbspt-form fieldset .hs_phone_number_consent .input ul li {
  text-align: left;
}

.forms-wrapper-hubspot .hbspt-form fieldset .hs_phone_number_consent .input ul li label span p span span {
  color: #ffd100 !important;
}

#Boardofdirectors,
#Executiveleadership,
#QGDefense {
  padding: 40px 0 30px;
}
@media (max-width: 767.98px) {
  #Boardofdirectors,
  #Executiveleadership,
  #QGDefense {
    padding: 40px 0 20px;
  }
}
@media (max-width: 767.98px) {
  #Boardofdirectors h2, #Boardofdirectors .h2,
  #Executiveleadership h2,
  #Executiveleadership .h2,
  #QGDefense h2,
  #QGDefense .h2 {
    margin-bottom: 30px;
  }
}
#Boardofdirectors .leaders-wrap,
#Executiveleadership .leaders-wrap,
#QGDefense .leaders-wrap {
  display: flex;
  flex-wrap: wrap;
}
#Boardofdirectors .leaders-wrap .each-person,
#Executiveleadership .leaders-wrap .each-person,
#QGDefense .leaders-wrap .each-person {
  margin: 0 auto;
  width: 32%;
  display: flex;
  align-items: center;
  background-color: rgba(92, 28, 74, 0.5);
  border-radius: 4px;
  margin: 0 2% 30px 0;
  flex-wrap: wrap;
  text-decoration: none;
  position: relative;
  border-radius: 6px;
  border-bottom-right-radius: 28px;
  text-decoration: none;
}
#Boardofdirectors .leaders-wrap .each-person:last-child,
#Executiveleadership .leaders-wrap .each-person:last-child,
#QGDefense .leaders-wrap .each-person:last-child {
  margin-right: 0;
}
@media (min-width: 768px) {
  #Boardofdirectors .leaders-wrap .each-person:nth-child(3n),
  #Executiveleadership .leaders-wrap .each-person:nth-child(3n),
  #QGDefense .leaders-wrap .each-person:nth-child(3n) {
    margin-right: 0;
  }
}
@media (max-width: 767.98px) {
  #Boardofdirectors .leaders-wrap .each-person,
  #Executiveleadership .leaders-wrap .each-person,
  #QGDefense .leaders-wrap .each-person {
    width: 49%;
  }
  #Boardofdirectors .leaders-wrap .each-person:nth-child(2n),
  #Executiveleadership .leaders-wrap .each-person:nth-child(2n),
  #QGDefense .leaders-wrap .each-person:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 575.98px) {
  #Boardofdirectors .leaders-wrap .each-person,
  #Executiveleadership .leaders-wrap .each-person,
  #QGDefense .leaders-wrap .each-person {
    width: 100%;
    margin-right: 0;
  }
}
#Boardofdirectors .leaders-wrap .each-person .image-wrap,
#Executiveleadership .leaders-wrap .each-person .image-wrap,
#QGDefense .leaders-wrap .each-person .image-wrap {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding: 30px 20% 0;
  width: 100%;
}
#Boardofdirectors .leaders-wrap .each-person .image-wrap img,
#Executiveleadership .leaders-wrap .each-person .image-wrap img,
#QGDefense .leaders-wrap .each-person .image-wrap img {
  width: 100%;
  height: auto;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
#Boardofdirectors .leaders-wrap .each-person .content-wrap,
#Executiveleadership .leaders-wrap .each-person .content-wrap,
#QGDefense .leaders-wrap .each-person .content-wrap {
  width: 100%;
  padding: 30px 24px 30px 29px;
  min-height: 150px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #Boardofdirectors .leaders-wrap .each-person .content-wrap,
  #Executiveleadership .leaders-wrap .each-person .content-wrap,
  #QGDefense .leaders-wrap .each-person .content-wrap {
    min-height: 200px;
  }
}
@media (max-width: 767.98px) {
  #Boardofdirectors .leaders-wrap .each-person .content-wrap,
  #Executiveleadership .leaders-wrap .each-person .content-wrap,
  #QGDefense .leaders-wrap .each-person .content-wrap {
    padding: 20px 20px 30px;
  }
}
#Boardofdirectors .leaders-wrap .each-person .content-wrap p.name,
#Executiveleadership .leaders-wrap .each-person .content-wrap p.name,
#QGDefense .leaders-wrap .each-person .content-wrap p.name {
  font-family: "Proxima Nova";
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 12px;
  color: #ffd100;
}
#Boardofdirectors .leaders-wrap .each-person .content-wrap p.position,
#Executiveleadership .leaders-wrap .each-person .content-wrap p.position,
#QGDefense .leaders-wrap .each-person .content-wrap p.position {
  font-family: "Proxima Nova";
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #c4c4c4;
  margin-bottom: 14px;
}
#Boardofdirectors .leaders-wrap .each-person .content-wrap p.description,
#Executiveleadership .leaders-wrap .each-person .content-wrap p.description,
#QGDefense .leaders-wrap .each-person .content-wrap p.description {
  font-family: "Proxima Nova";
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: #ffffff;
  margin-bottom: 24px;
}
#Boardofdirectors .leaders-wrap .each-person .content-wrap a,
#Executiveleadership .leaders-wrap .each-person .content-wrap a,
#QGDefense .leaders-wrap .each-person .content-wrap a {
  min-width: 200px;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #ffd100;
  border-radius: 30px;
  background-size: cover;
  font-family: "Proxima Nova";
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  color: #ffffff !important;
  -webkit-text-decoration: none solid rgb(255, 255, 255);
          text-decoration: none solid rgb(255, 255, 255);
  text-align: center;
  padding: 17px 30px;
  display: block;
  transition: 0.3s;
  min-width: 160px;
  padding: 12px 30px;
}
#Boardofdirectors .leaders-wrap .each-person .content-wrap a:hover, #Boardofdirectors .leaders-wrap .each-person .content-wrap a:focus,
#Executiveleadership .leaders-wrap .each-person .content-wrap a:hover,
#Executiveleadership .leaders-wrap .each-person .content-wrap a:focus,
#QGDefense .leaders-wrap .each-person .content-wrap a:hover,
#QGDefense .leaders-wrap .each-person .content-wrap a:focus {
  transition: 0.3s;
  color: #471d3b !important;
  background-color: #ffd100;
}
#Boardofdirectors .leaders-wrap .each-person .content-wrap .arrow,
#Executiveleadership .leaders-wrap .each-person .content-wrap .arrow,
#QGDefense .leaders-wrap .each-person .content-wrap .arrow {
  position: absolute;
  width: 54px;
  height: 54px;
  bottom: 0;
  right: 0;
  background-color: #ffd100;
  border-radius: 50%;
  transition: 0.3s;
  background-color: transparent;
  border: 2px solid #ffd100;
}
@media (max-width: 1199.98px) {
  #Boardofdirectors .leaders-wrap .each-person .content-wrap .arrow,
  #Executiveleadership .leaders-wrap .each-person .content-wrap .arrow,
  #QGDefense .leaders-wrap .each-person .content-wrap .arrow {
    transform: rotate(-45deg);
  }
}
#Boardofdirectors .leaders-wrap .each-person .content-wrap .arrow i,
#Executiveleadership .leaders-wrap .each-person .content-wrap .arrow i,
#QGDefense .leaders-wrap .each-person .content-wrap .arrow i {
  position: relative;
  top: 50%;
  left: 50%;
  font-size: 32px;
  border-radius: 50%;
  color: #471d3b;
  transition: 0.3s;
  transform: translate(-50%, -50%);
}
#Boardofdirectors .leaders-wrap .each-person .content-wrap .arrow i,
#Executiveleadership .leaders-wrap .each-person .content-wrap .arrow i,
#QGDefense .leaders-wrap .each-person .content-wrap .arrow i {
  color: #ffd100;
  font-size: 30px;
}
@media (min-width: 1200px) {
  #Boardofdirectors .leaders-wrap .each-person:hover .arrow,
  #Executiveleadership .leaders-wrap .each-person:hover .arrow,
  #QGDefense .leaders-wrap .each-person:hover .arrow {
    transform: rotate(-45deg);
    background-color: #ffd100;
  }
  #Boardofdirectors .leaders-wrap .each-person:hover .arrow i,
  #Executiveleadership .leaders-wrap .each-person:hover .arrow i,
  #QGDefense .leaders-wrap .each-person:hover .arrow i {
    color: #471d3b;
  }
}
#Boardofdirectors .leaders-wrap .each-person .image-wrap,
#Executiveleadership .leaders-wrap .each-person .image-wrap,
#QGDefense .leaders-wrap .each-person .image-wrap {
  display: flex;
  align-items: end;
}
@media (min-width: 1200px) {
  #Boardofdirectors .leaders-wrap .each-person .image-wrap,
  #Executiveleadership .leaders-wrap .each-person .image-wrap,
  #QGDefense .leaders-wrap .each-person .image-wrap {
    min-height: 234px;
  }
}
#Boardofdirectors .leaders-wrap .each-person .arrow,
#Executiveleadership .leaders-wrap .each-person .arrow,
#QGDefense .leaders-wrap .each-person .arrow {
  background-color: transparent;
}

#Boardofdirectors .image-wrap {
  background-color: #10a0cb;
}

#Executiveleadership {
  background-color: #471d3b;
}
#Executiveleadership .image-wrap {
  background-color: #009a8d;
}

#QGDefense {
  padding: 40px 0 60px;
}
@media (max-width: 767.98px) {
  #QGDefense {
    padding: 40px 0 50px;
  }
}
#QGDefense h2, #QGDefense .h2 {
  font-size: 54px;
  color: #ffd100;
  line-height: 1;
  font-family: "Proxima Nova";
  font-weight: 400;
  margin-bottom: 45px;
  line-height: 80px;
  margin-bottom: 30px;
  text-align: center;
}
@media (max-width: 767.98px) {
  #QGDefense h2, #QGDefense .h2 {
    font-size: 40px;
    line-height: 44px !important;
    margin-bottom: 40px;
  }
}
@media (max-width: 767.98px) {
  #QGDefense h2, #QGDefense .h2 {
    margin-bottom: 30px;
  }
}
#QGDefense .section-heading p {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #dadada;
  text-align: center;
}
#QGDefense .section-heading p a {
  color: #ffd100;
  text-decoration: none;
}
#QGDefense .leaders-wrap .each-person {
  margin: 0 auto !important;
  width: 790px;
  background-color: rgba(92, 28, 74, 0.5);
  border-radius: 4px;
  border-bottom-right-radius: 22px;
}
@media (max-width: 767.98px) {
  #QGDefense .leaders-wrap .each-person {
    width: 100%;
    max-width: 100%;
    flex-wrap: wrap;
  }
}
#QGDefense .leaders-wrap .each-person .image-wrap {
  width: 48%;
  background-color: #009a8d;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-right-radius: unset;
  padding: 30px 70px 0;
}
@media (max-width: 767.98px) {
  #QGDefense .leaders-wrap .each-person .image-wrap {
    padding: 30px 40px 0;
  }
}
@media (max-width: 575.98px) {
  #QGDefense .leaders-wrap .each-person .image-wrap {
    width: 100%;
    padding: 30px 20% 0;
    border-top-right-radius: 4px;
    border-bottom-left-radius: unset;
  }
}
#QGDefense .leaders-wrap .each-person .image-wrap img {
  width: 100%;
  height: auto;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
#QGDefense .leaders-wrap .each-person .content-wrap {
  width: 52%;
  padding: 30px 100px 30px 29px;
}
@media (max-width: 767.98px) {
  #QGDefense .leaders-wrap .each-person .content-wrap {
    padding: 20px 20px 30px;
  }
}
@media (max-width: 575.98px) {
  #QGDefense .leaders-wrap .each-person .content-wrap {
    width: 100%;
    min-height: 150px;
  }
}
#QGDefense .leaders-wrap .each-person .content-wrap p.name {
  font-family: "Proxima Nova";
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 12px;
  color: #ffd100;
}
#QGDefense .leaders-wrap .each-person .content-wrap p.position {
  font-family: "Proxima Nova";
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #c4c4c4;
  margin-bottom: 14px;
}
#QGDefense .leaders-wrap .each-person .content-wrap p.description {
  font-family: "Proxima Nova";
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: #ffffff;
  margin-bottom: 24px;
}
#QGDefense .leaders-wrap .each-person .content-wrap a {
  min-width: 200px;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #ffd100;
  border-radius: 30px;
  background-size: cover;
  font-family: "Proxima Nova";
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  color: #ffffff !important;
  -webkit-text-decoration: none solid rgb(255, 255, 255);
          text-decoration: none solid rgb(255, 255, 255);
  text-align: center;
  padding: 17px 30px;
  display: block;
  transition: 0.3s;
  min-width: 160px;
  padding: 12px 30px;
}
#QGDefense .leaders-wrap .each-person .content-wrap a:hover, #QGDefense .leaders-wrap .each-person .content-wrap a:focus {
  transition: 0.3s;
  color: #471d3b !important;
  background-color: #ffd100;
}
#QGDefense .leaders-wrap .each-person .leader-permalink {
  display: flex;
  text-decoration: none;
}
@media (max-width: 767.98px) {
  #QGDefense .leaders-wrap .each-person .leader-permalink {
    flex-wrap: wrap;
  }
}
#QGDefense .leaders-wrap .each-person .leader-permalink .content-wrap {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
#QGDefense .leaders-wrap .each-person .image-wrap {
  background-color: #bf4c96;
}

.leaders-overview-intro {
  padding-bottom: 0px !important;
}

#Boardofdirectors,
#Executiveleadership,
#QuestGlobalDefense,
#ShapingTheFuture {
  scroll-margin-top: 120px;
}
@media (max-width: 767.98px) {
  #Boardofdirectors,
  #Executiveleadership,
  #QuestGlobalDefense,
  #ShapingTheFuture {
    scroll-margin-top: 70px;
  }
}

.talk-to-leaders .leaders-wrap .each-person.singlecard .image-wrap {
  width: 45%;
  background-color: #009a8d;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 100%;
  display: flex;
  justify-content: end;
  align-items: end;
}
@media (max-width: 767.98px) {
  .talk-to-leaders .leaders-wrap .each-person.singlecard .image-wrap {
    width: unset;
    height: unset;
  }
}

.talk-to-leaders .leaders-wrap .each-person.singlecard .image-wrap img {
  width: 100%;
  height: auto;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: auto;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

#QGDefense .section-heading h2, #QGDefense .section-heading .h2 {
  margin-bottom: 10px !important;
}

#QGDefense .section-heading p {
  margin-bottom: 30px !important;
}

#ProgressBar {
  background-color: #ffd100;
  height: 2px;
  position: absolute;
  bottom: 0;
  max-width: 100% !important;
}
#ProgressBar .wrap {
  position: absolute;
  right: 0;
}
#ProgressBar .wrap .progress-bar-sections {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 0%;
  right: 0;
  transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
}
#ProgressBar .wrap .progress-bar-sections.active .open-close-wrap .close-wrap {
  opacity: 1;
  display: block;
  transition: 0.3s;
}
#ProgressBar .wrap .progress-bar-sections.active .open-close-wrap .open-wrap {
  opacity: 0;
  height: 0px;
  transition: 0.3s;
}
#ProgressBar .wrap .progress-bar-sections .open-close-wrap {
  background-color: #ffd100;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.15);
  width: 24px;
  height: 24px;
}
#ProgressBar .wrap .progress-bar-sections .open-close-wrap .open-wrap {
  transition: 0.3s;
}
#ProgressBar .wrap .progress-bar-sections .open-close-wrap .open-wrap img {
  width: 15px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#ProgressBar .wrap .progress-bar-sections .open-close-wrap .open-wrap i {
  left: 9px;
  position: relative;
  top: 50%;
  transform: rotate(90deg);
  font-size: 12px;
  color: #471d3b;
  font-weight: 500;
}
#ProgressBar .wrap .progress-bar-sections .open-close-wrap .close-wrap {
  opacity: 0;
  height: 0px;
  transition: 0.3s;
}
#ProgressBar .wrap .progress-bar-sections .open-close-wrap .close-wrap img {
  width: 15px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#ProgressBar .wrap .progress-bar-sections .open-close-wrap .close-wrap i {
  left: 50%;
  position: relative;
  top: 1px;
  transform: translateX(-50%);
  font-size: 20px;
  color: #471d3b;
  line-height: 20px;
  font-weight: 500;
}
#ProgressBar .wrap ul {
  display: none;
  margin: 0;
  padding: 20px;
  background-color: #dadada;
  width: 196px;
  position: relative;
  left: 0px;
  top: 2px;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.15);
  transition: left 0.3s;
}
#ProgressBar .wrap ul.active {
  left: 50%;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  #ProgressBar .wrap ul.active {
    left: 90%;
  }
}
@media (max-width: 767.98px) {
  #ProgressBar .wrap ul {
    width: 90%;
    position: fixed;
    top: 96px;
    left: 50%;
    transform: translate(-50%);
  }
}
#ProgressBar .wrap ul li {
  list-style: none;
  margin: 0;
  padding: 10px 0;
  border-bottom: #662a53 solid 1px;
}
#ProgressBar .wrap ul li:last-child {
  padding-bottom: 0;
  border: 0;
}
#ProgressBar .wrap ul li a {
  color: #471d3b;
  text-decoration: none;
  display: block;
  transition: 0.3s;
  cursor: pointer;
}
#ProgressBar .wrap ul li a:hover {
  color: #bf4c96;
  transition: 0.3s;
}

.lets-connect {
  padding: 100px 0;
}

.cta-with-cards {
  padding: 60px 0;
  background-color: #471d3b;
}
@media (max-width: 767.98px) {
  .cta-with-cards {
    padding: 50px 0;
  }
}
.cta-with-cards .cta-cards-wrap {
  display: flex;
}
@media (max-width: 991.98px) {
  .cta-with-cards .cta-cards-wrap {
    flex-wrap: wrap;
  }
}
.cta-with-cards .cta-cards-wrap .title-cta {
  width: 40%;
  padding-right: 50px;
}
@media (max-width: 991.98px) {
  .cta-with-cards .cta-cards-wrap .title-cta {
    width: 100%;
    margin-bottom: 30px;
    padding-right: 0;
  }
}
.cta-with-cards .cta-cards-wrap .title-cta h2, .cta-with-cards .cta-cards-wrap .title-cta .h2 {
  margin-bottom: 30px;
}
.cta-with-cards .cta-cards-wrap .cards-wrap {
  display: flex;
  justify-content: space-between;
  width: 60%;
}
@media (max-width: 991.98px) {
  .cta-with-cards .cta-cards-wrap .cards-wrap {
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .cta-with-cards .cta-cards-wrap .cards-wrap {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.cta-with-cards .cta-cards-wrap .cards-wrap .each-card {
  width: calc(50% - 20px);
  position: relative;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 28px;
  padding: 30px;
  min-height: 300px;
  text-decoration: none;
}
.cta-with-cards .cta-cards-wrap .cards-wrap .each-card a {
  text-decoration: unset;
  cursor: pointer;
  display: block;
}
.cta-with-cards .cta-cards-wrap .cards-wrap .each-card .eyebrow p {
  font-family: "Proxima Nova";
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: #ffffff;
  -webkit-text-decoration: none solid rgb(255, 255, 255);
          text-decoration: none solid rgb(255, 255, 255);
  margin-bottom: 10px;
}
.cta-with-cards .cta-cards-wrap .cards-wrap .each-card h3, .cta-with-cards .cta-cards-wrap .cards-wrap .each-card .h3 {
  font-family: "Proxima Nova";
  font-weight: 500;
  font-size: 32px;
  line-height: 36px;
  color: #000000;
  margin-bottom: 14px;
}
@media (max-width: 991.98px) {
  .cta-with-cards .cta-cards-wrap .cards-wrap .each-card h3, .cta-with-cards .cta-cards-wrap .cards-wrap .each-card .h3 {
    font-size: 22px;
    line-height: 26px;
  }
}
.cta-with-cards .cta-cards-wrap .cards-wrap .each-card p {
  font-family: "Proxima Nova";
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  margin-bottom: 10px;
}
@media (min-width: 1600px) {
  .cta-with-cards .cta-cards-wrap .cards-wrap .each-card p {
    font-size: 20px;
    line-height: 26px;
  }
}
.cta-with-cards .cta-cards-wrap .cards-wrap .each-card .arrow {
  position: absolute;
  width: 54px;
  height: 54px;
  bottom: 0;
  right: 0;
  background-color: #ffd100;
  border-radius: 50%;
  transition: 0.3s;
}
@media (max-width: 1199.98px) {
  .cta-with-cards .cta-cards-wrap .cards-wrap .each-card .arrow {
    transform: rotate(-45deg) !important;
  }
}
.cta-with-cards .cta-cards-wrap .cards-wrap .each-card .arrow i {
  position: relative;
  top: 50%;
  left: 50%;
  font-size: 32px;
  border-radius: 50%;
  color: #471d3b;
  transition: 0.3s;
  transform: translate(-50%, -50%) !important;
}
.cta-with-cards .cta-cards-wrap .cards-wrap .each-card:hover, .cta-with-cards .cta-cards-wrap .cards-wrap .each-card:focus {
  cursor: pointer;
}
.cta-with-cards .cta-cards-wrap .cards-wrap .each-card:hover .arrow, .cta-with-cards .cta-cards-wrap .cards-wrap .each-card:focus .arrow {
  transition: 0.3s;
  transform: rotate(-45deg);
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .cta-with-cards .cta-cards-wrap .cards-wrap .each-card {
    min-height: 250px;
  }
}
@media (max-width: 991.98px) {
  .cta-with-cards .cta-cards-wrap .cards-wrap .each-card {
    min-height: 200px;
  }
}
@media (max-width: 767.98px) {
  .cta-with-cards .cta-cards-wrap .cards-wrap .each-card {
    width: calc(50% - 10px);
  }
}
@media (max-width: 575.98px) {
  .cta-with-cards .cta-cards-wrap .cards-wrap .each-card {
    width: 100%;
  }
}
.cta-with-cards .cta-cards-wrap .cards-wrap .each-card p {
  font-size: 18px;
}

#Filter {
  padding: 0px 0 100px;
}
@media (max-width: 767.98px) {
  #Filter {
    padding: 50px 0;
  }
}
#Filter .filter-wrap {
  background-color: #662a53;
  padding-top: 40px;
  width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1199.98px) {
  #Filter .filter-wrap {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  #Filter .filter-wrap {
    width: 100%;
    padding-top: 30px;
  }
}
#Filter .filter-wrap .filters-title {
  display: flex;
  align-items: center;
  justify-content: space-around;
  border-bottom: 1px solid rgba(255, 209, 0, 0.3);
}
@media (max-width: 767.98px) {
  #Filter .filter-wrap .filters-title {
    padding: 0 20px;
  }
}
@media (max-width: 575.98px) {
  #Filter .filter-wrap .filters-title {
    padding: 0 5px;
  }
}
#Filter .filter-wrap .filters-title a {
  font-size: 20px;
  line-height: 1.5;
  color: #ffffff;
  font-family: "Proxima Nova";
  font-weight: 700;
  text-decoration: none;
  margin-bottom: 15px;
  transition: 0.5s all;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  #Filter .filter-wrap .filters-title a {
    width: 200px;
    justify-content: center;
  }
}
@media (max-width: 767.98px) {
  #Filter .filter-wrap .filters-title a {
    font-size: 16px;
    font-weight: 500;
  }
}
#Filter .filter-wrap .filters-title a:hover {
  color: #ffd100;
  transition: 0.5s all;
}
#Filter .filter-wrap .filters-title a span {
  width: 16px;
  height: 2px;
  background-color: #ffd100;
  display: block;
  margin-left: 10px;
  position: relative;
}
@media (max-width: 575.98px) {
  #Filter .filter-wrap .filters-title a span {
    margin-left: 5px;
  }
}
#Filter .filter-wrap .filters-title a span.count-type, #Filter .filter-wrap .filters-title a span.count-industry, #Filter .filter-wrap .filters-title a span.count-topic {
  width: unset;
  height: unset;
  font-size: 20px;
  background: unset;
}
@media (max-width: 767.98px) {
  #Filter .filter-wrap .filters-title a span.count-type, #Filter .filter-wrap .filters-title a span.count-industry, #Filter .filter-wrap .filters-title a span.count-topic {
    font-size: 14px;
    margin-left: 3px;
  }
}
#Filter .filter-wrap .filters-title a span.count-type::before, #Filter .filter-wrap .filters-title a span.count-industry::before, #Filter .filter-wrap .filters-title a span.count-topic::before {
  content: none;
}
@media (max-width: 767.98px) {
  #Filter .filter-wrap .filters-title a span {
    width: 12px;
    height: 1px;
  }
}
#Filter .filter-wrap .filters-title a span::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 2px;
  background-color: #ffd100;
  top: 0px;
  left: 0px;
  opacity: 1;
  transition: 0.5s all;
  transform: rotate(90deg);
}
@media (max-width: 767.98px) {
  #Filter .filter-wrap .filters-title a span::before {
    width: 12px;
    height: 1px;
  }
}
#Filter .filter-wrap .filters-title a.active {
  color: #ffd100;
}
#Filter .filter-wrap .filters-title a.active span::before {
  opacity: 0;
  transition: 0.5s all;
}
#Filter .filter-wrap .filters-expands-list {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
#Filter .filter-wrap .filters-expands-list .fe-list {
  display: none;
  background-color: #471d3b;
  height: auto;
}
#Filter .filter-wrap .filters-expands-list .fe-list ul {
  padding: 26px 40px 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767.98px) {
  #Filter .filter-wrap .filters-expands-list .fe-list ul {
    padding: 24px 24px 0;
    max-height: 250px;
    overflow-y: scroll;
    scrollbar-width: thin;
    scrollbar-color: #ffd100 hsla(0, 0%, 82%, 0.1);
  }
}
#Filter .filter-wrap .filters-expands-list .fe-list ul li {
  margin-right: 20px;
  list-style-type: none;
}
#Filter .filter-wrap .filters-expands-list .fe-list ul li a {
  font-family: "Proxima Nova";
  font-weight: 400;
  text-decoration: none;
  font-size: 16px;
  color: #ffffff;
  line-height: 28px;
  text-align: center;
  padding: 6px 22px;
  background-color: transparent;
  border: 1px solid #662a53;
  border-radius: 50px;
  transition: 0.5s all;
  margin-bottom: 20px;
  display: block;
}
#Filter .filter-wrap .filters-expands-list .fe-list ul li a.selected, #Filter .filter-wrap .filters-expands-list .fe-list ul li a:active {
  color: #ffd100;
  background-color: #662a53;
  transition: 0.5s all;
}
#Filter .filter-wrap .filters-expands-list .fe-list ul li a.primary-cta {
  width: -moz-fit-content;
  width: fit-content;
  height: 50px;
  border-radius: 30px;
  background-color: #ffd100;
  font-size: 16px;
  line-height: 50px;
  color: #000000;
  text-align: center;
  text-decoration: none;
  font-family: "Proxima Nova";
  font-weight: 600;
  padding: 0 30px;
  display: block;
  transition: 0.3s;
}
#Filter .filter-wrap .filters-expands-list .fe-list ul li a.primary-cta:hover {
  background-color: #ffffff;
  transition: 0.3s;
}
#Filter .filter-wrap ul.fe-list-close {
  display: none;
  text-align: right;
  margin: 0;
  padding: 0;
  background-color: #471d3b;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 0 0 20px;
}
@media (max-width: 767.98px) {
  #Filter .filter-wrap ul.fe-list-close {
    text-align: center;
    padding: 15px 0 20px;
  }
}
#Filter .filter-wrap ul.fe-list-close li {
  list-style-type: none;
  display: inline-block;
  margin-right: 20px;
}
@media (max-width: 767.98px) {
  #Filter .filter-wrap ul.fe-list-close li {
    margin-right: 0;
  }
  #Filter .filter-wrap ul.fe-list-close li:first-child {
    margin-right: 10px;
  }
}
#Filter .filter-wrap ul.fe-list-close li:last-child a {
  min-width: 200px;
  width: -moz-fit-content;
  width: fit-content;
  height: 50px;
  border-radius: 30px;
  background-color: #ffd100;
  font-size: 16px;
  line-height: 50px;
  color: #000000 !important;
  text-align: center;
  text-decoration: none;
  font-family: "Proxima Nova";
  font-weight: 600;
  padding: 0 30px;
  display: block;
  transition: 0.3s;
  min-width: 150px;
  height: unset;
}
#Filter .filter-wrap ul.fe-list-close li:last-child a:hover, #Filter .filter-wrap ul.fe-list-close li:last-child a:focus {
  background-color: #ffffff !important;
  transition: 0.3s;
}
@media (max-width: 575.98px) {
  #Filter .filter-wrap ul.fe-list-close li:last-child a {
    min-width: 120px;
  }
}
#Filter .filter-wrap ul.fe-list-close li:last-child a:hover, #Filter .filter-wrap ul.fe-list-close li:last-child a:focus {
  color: #471d3b;
}
#Filter .filter-wrap ul.fe-list-close li a {
  min-width: 200px;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #ffd100;
  border-radius: 30px;
  background-size: cover;
  font-family: "Proxima Nova";
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  color: #ffffff !important;
  -webkit-text-decoration: none solid rgb(255, 255, 255);
          text-decoration: none solid rgb(255, 255, 255);
  text-align: center;
  padding: 17px 30px;
  display: block;
  transition: 0.3s;
  min-width: 150px;
  border: 1px solid #662a53;
  line-height: 50px;
  padding: 0;
  height: unset;
}
#Filter .filter-wrap ul.fe-list-close li a:hover, #Filter .filter-wrap ul.fe-list-close li a:focus {
  transition: 0.3s;
  color: #471d3b !important;
  background-color: #ffd100;
}
@media (max-width: 575.98px) {
  #Filter .filter-wrap ul.fe-list-close li a {
    min-width: 120px;
  }
}
#Filter .filter-wrap ul.fe-list-close li a:hover {
  color: #fff;
  background-color: #662a53;
}
#Filter .filter-wrap ul.fe-list-close li a.clear-all-cta {
  color: #fff !important;
}

.pagination {
  margin: 0 auto;
  padding-top: 50px;
}
@media (max-width: 767.98px) {
  .pagination {
    padding-top: 20px;
  }
}
.pagination .universal-pagination {
  text-align: center;
  margin: 0 auto;
}
.pagination .universal-pagination ul {
  display: flex;
  padding: 0;
  margin: 0;
}
@media (max-width: 767.98px) {
  .pagination .universal-pagination ul {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.pagination .universal-pagination ul li {
  list-style-type: none;
  width: 40px;
  line-height: 40px;
  height: 40px;
  border-radius: 50%;
  position: relative;
  background-color: rgba(255, 255, 255, 0.05);
  color: #fff;
  font-weight: 600;
  margin: 0 8px;
  cursor: pointer;
}
@media (max-width: 767.98px) {
  .pagination .universal-pagination ul li {
    margin: 0 0 0 6px;
    width: 35px;
    line-height: 35px;
    height: 35px;
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.pagination .universal-pagination ul li.is-active, .pagination .universal-pagination ul li:hover {
  background-color: #ffd100;
  color: #471d3b;
}
.pagination .universal-pagination ul li.previous_btn {
  transform: rotate(180deg);
  margin: 0 22px 0 0;
}
@media (max-width: 767.98px) {
  .pagination .universal-pagination ul li.previous_btn {
    margin: 0;
  }
}
.pagination .universal-pagination ul li.next_btn {
  margin: 0 0 0 22px;
}
@media (max-width: 767.98px) {
  .pagination .universal-pagination ul li.next_btn {
    margin: 0 0 0 6px;
  }
}
.pagination .universal-pagination ul li.next_btn, .pagination .universal-pagination ul li.previous_btn {
  font-size: 0;
  border: 1px solid rgba(255, 209, 0, 0.3);
  color: #ffd100;
  transition: 0.3s all;
  background-color: transparent !important;
}
.pagination .universal-pagination ul li.next_btn:hover, .pagination .universal-pagination ul li.previous_btn:hover {
  transition: 0.3s all;
  background-color: #ffd100 !important;
  color: rgb(71, 29, 59);
}
.pagination .universal-pagination ul li.next_btn::before, .pagination .universal-pagination ul li.previous_btn::before {
  content: "\f026";
  position: absolute;
  font-family: Quest;
  font-size: 16px;
  top: calc(50% - 8px);
  left: calc(50% - 4px);
  line-height: 16px;
}
@media (max-width: 767.98px) {
  .pagination .universal-pagination ul li.next_btn::before, .pagination .universal-pagination ul li.previous_btn::before {
    font-size: 14px;
    line-height: 14px;
  }
}

#Resources {
  padding-top: 55px;
}
@media (max-width: 1199.98px) {
  #Resources:has(.resource-carousel) {
    padding: 0 20px;
  }
}
#Resources .resources-wrap {
  display: flex;
  flex-wrap: wrap;
  font-size: 20px;
  margin: 0 auto;
  color: #fff;
}
#Resources .resources-wrap.resource-carousel .each-resource {
  width: 100%;
  border-radius: 4px;
}
#Resources .resources-wrap.resource-carousel .owl-nav {
  position: absolute;
  right: 0;
  top: -100px;
}
@media (max-width: 991.98px) {
  #Resources .resources-wrap.resource-carousel .owl-nav {
    display: none;
  }
}
#Resources .resources-wrap.resource-carousel .owl-nav .owl-prev {
  transform: rotate(180deg);
  margin-right: 20px;
}
#Resources .resources-wrap.resource-carousel .owl-nav .owl-prev,
#Resources .resources-wrap.resource-carousel .owl-nav .owl-next {
  background-color: transparent;
  border: unset;
  padding: 0;
  border-radius: 50%;
  width: 54px;
  height: 54px;
}
#Resources .resources-wrap.resource-carousel .owl-nav .owl-prev span,
#Resources .resources-wrap.resource-carousel .owl-nav .owl-next span {
  display: flex;
}
#Resources .resources-wrap.resource-carousel .owl-nav .owl-prev i,
#Resources .resources-wrap.resource-carousel .owl-nav .owl-next i {
  font-size: 16px;
  color: #ffd100;
  border: 1px solid rgba(255, 209, 0, 0.3);
  border-radius: 50%;
  width: 54px;
  height: 54px;
  transition: 0.3s;
  position: relative;
}
#Resources .resources-wrap.resource-carousel .owl-nav .owl-prev i::before,
#Resources .resources-wrap.resource-carousel .owl-nav .owl-next i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#Resources .resources-wrap.resource-carousel .owl-nav .owl-prev i:hover, #Resources .resources-wrap.resource-carousel .owl-nav .owl-prev i:focus,
#Resources .resources-wrap.resource-carousel .owl-nav .owl-next i:hover,
#Resources .resources-wrap.resource-carousel .owl-nav .owl-next i:focus {
  transition: 0.3s;
  background-color: #ffd100;
  color: #471d3b;
}
#Resources .resources-wrap.resource-carousel .owl-nav button.owl-prev:first-child {
  margin-right: 20px !important;
}
#Resources .resources-wrap.resource-carousel .owl-dots {
  text-align: center;
  padding-top: 0px;
  padding-bottom: 60px;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  #Resources .resources-wrap.resource-carousel .owl-dots {
    padding-top: 0px;
    padding-bottom: 50px;
  }
}
#Resources .resources-wrap.resource-carousel .owl-dots .owl-dot {
  width: 30px;
  height: 10px;
  background-color: rgba(218, 218, 218, 0.4);
  border-radius: 4px;
  border: unset;
  margin-right: 16px;
  transition: all 0.5s;
}
#Resources .resources-wrap.resource-carousel .owl-dots .owl-dot:last-child {
  margin-right: 0;
}
#Resources .resources-wrap.resource-carousel .owl-dots .owl-dot.active, #Resources .resources-wrap.resource-carousel .owl-dots .owl-dot:hover, #Resources .resources-wrap.resource-carousel .owl-dots .owl-dot:focus {
  background-color: #ffd100;
  transition: all 0.5s;
}
#Resources .resources-wrap .each-resource {
  width: calc(33.3333333333% - 20px);
  margin-right: 30px;
  margin-bottom: 30px;
  position: relative;
  text-decoration: none;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 28px;
  border-bottom-left-radius: 4px;
  background-color: rgba(71, 29, 59, 0.5);
}
#Resources .resources-wrap .each-resource:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 991.98px) {
  #Resources .resources-wrap .each-resource {
    width: calc(50% - 15px);
    margin-right: 30px;
  }
  #Resources .resources-wrap .each-resource:nth-child(3n) {
    margin-right: auto;
  }
  #Resources .resources-wrap .each-resource:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 575.98px) {
  #Resources .resources-wrap .each-resource {
    width: 100%;
    margin-right: 0px;
  }
}
#Resources .resources-wrap .each-resource:hover {
  transition: 0.5s all;
}
#Resources .resources-wrap .each-resource:hover .image-wrap img {
  scale: 1.05;
  transition: 0.5s all;
}
#Resources .resources-wrap .each-resource:hover .arrow {
  background-color: #ffd100 !important;
  transform: rotate(-45deg);
  transition: 0.5s all;
}
#Resources .resources-wrap .each-resource:hover .arrow i {
  color: #471d3b !important;
}
#Resources .resources-wrap .each-resource .image-wrap {
  overflow: hidden;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  height: 240px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #Resources .resources-wrap .each-resource .image-wrap {
    height: 200px;
  }
}
#Resources .resources-wrap .each-resource .content-wrap {
  min-height: 260px;
  padding: 24px 30px 30px;
  text-align: left;
}
@media (max-width: 575.98px) {
  #Resources .resources-wrap .each-resource .content-wrap {
    min-height: 220px;
  }
}
#Resources .resources-wrap .each-resource .content-wrap p.thumbnail {
  font-family: "Proxima Nova";
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #ffd100;
  margin-bottom: 8px;
}
#Resources .resources-wrap .each-resource .content-wrap p.title {
  font-family: "Proxima Nova";
  font-weight: 600;
  font-size: 22px;
  color: #ffffff;
  line-height: 28px;
  margin-bottom: 0;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #Resources .resources-wrap .each-resource .content-wrap p.title {
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 140px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
  }
}
@media (max-width: 767.98px) {
  #Resources .resources-wrap .each-resource .content-wrap p.title {
    font-size: 20px;
    line-height: 26px;
  }
}
#Resources .resources-wrap .each-resource .content-wrap .arrow {
  position: absolute;
  width: 54px;
  height: 54px;
  bottom: 0;
  right: 0;
  background-color: #ffd100;
  border-radius: 50%;
  transition: 0.3s;
  border: 2px solid #ffd100;
  background-color: transparent;
}
@media (max-width: 1199.98px) {
  #Resources .resources-wrap .each-resource .content-wrap .arrow {
    transform: rotate(-45deg);
  }
}
#Resources .resources-wrap .each-resource .content-wrap .arrow i {
  position: relative;
  top: 50%;
  left: 50%;
  font-size: 32px;
  border-radius: 50%;
  color: #471d3b;
  transition: 0.3s;
  transform: translate(-50%, -50%);
}
#Resources .resources-wrap .each-resource .content-wrap .arrow i {
  color: #ffd100;
}

.elementor-widget-qg-featured-stories #Resources.featured-manual .all-resources .resources-wrap {
  padding: 0 60px;
}
@media (max-width: 767.98px) {
  .elementor-widget-qg-featured-stories #Resources.featured-manual .all-resources .resources-wrap {
    padding: 0;
  }
}
@media (max-width: 991.98px) {
  .elementor-widget-qg-featured-stories #Resources.featured-manual .all-resources .resources-wrap .each-resource .image-wrap {
    height: auto;
  }
}
@media (max-width: 991.98px) {
  .elementor-widget-qg-featured-stories #Resources.featured-manual .all-resources .resources-wrap .each-resource .content-wrap {
    min-height: 200px;
  }
}
.elementor-widget-qg-featured-stories #Resources.featured-manual .all-resources .resources-wrap .owl-nav {
  top: 240px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  left: 0;
  right: unset;
  transform: translateY(-50%);
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .elementor-widget-qg-featured-stories #Resources.featured-manual .all-resources .resources-wrap .owl-nav {
    top: 200px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .elementor-widget-qg-featured-stories #Resources.featured-manual .all-resources .resources-wrap .owl-nav {
    top: 150px;
  }
}
@media (max-width: 767.98px) {
  .elementor-widget-qg-featured-stories #Resources.featured-manual .all-resources .resources-wrap .owl-nav {
    display: none;
  }
}

.each-author-article-image img {
  width: 100%;
}

body.resource-cat-blogs .heroSlider,
body.resource-cat-blogs #BlogInnerContent,
body.resource-cat-blogs .breadcrumb-template-inner,
body.resource-cat-blogs .section-pdf-reader,
.resource-cat-press-releases .heroSlider,
.resource-cat-press-releases #BlogInnerContent,
.resource-cat-press-releases .breadcrumb-template-inner,
.resource-cat-press-releases .section-pdf-reader,
.resource-cat-case-studies.resource-template-old-template .heroSlider,
.resource-cat-case-studies.resource-template-old-template #BlogInnerContent,
.resource-cat-case-studies.resource-template-old-template .breadcrumb-template-inner,
.resource-cat-case-studies.resource-template-old-template .section-pdf-reader,
.resource-cat-events.resource-template-old-template .heroSlider,
.resource-cat-events.resource-template-old-template #BlogInnerContent,
.resource-cat-events.resource-template-old-template .breadcrumb-template-inner,
.resource-cat-events.resource-template-old-template .section-pdf-reader,
body.resource-cat-thought-leadership .heroSlider,
body.resource-cat-thought-leadership #BlogInnerContent,
body.resource-cat-thought-leadership .breadcrumb-template-inner,
body.resource-cat-thought-leadership .section-pdf-reader,
body.resource-cat-media-coverage .heroSlider,
body.resource-cat-media-coverage #BlogInnerContent,
body.resource-cat-media-coverage .breadcrumb-template-inner,
body.resource-cat-media-coverage .section-pdf-reader,
body.resource-cat-brochure .heroSlider,
body.resource-cat-brochure #BlogInnerContent,
body.resource-cat-brochure .breadcrumb-template-inner,
body.resource-cat-brochure .section-pdf-reader,
body.resource-cat-articles .heroSlider,
body.resource-cat-articles #BlogInnerContent,
body.resource-cat-articles .breadcrumb-template-inner,
body.resource-cat-articles .section-pdf-reader,
body.page-template-grey-template .heroSlider,
body.page-template-grey-template #BlogInnerContent,
body.page-template-grey-template .breadcrumb-template-inner,
body.page-template-grey-template .section-pdf-reader,
.grey-bg .heroSlider,
.grey-bg #BlogInnerContent,
.grey-bg .breadcrumb-template-inner,
.grey-bg .section-pdf-reader {
  background-color: #dadada;
}
body.resource-cat-blogs .breadcrumb-template-inner,
.resource-cat-press-releases .breadcrumb-template-inner,
.resource-cat-case-studies.resource-template-old-template .breadcrumb-template-inner,
.resource-cat-events.resource-template-old-template .breadcrumb-template-inner,
body.resource-cat-thought-leadership .breadcrumb-template-inner,
body.resource-cat-media-coverage .breadcrumb-template-inner,
body.resource-cat-brochure .breadcrumb-template-inner,
body.resource-cat-articles .breadcrumb-template-inner,
body.page-template-grey-template .breadcrumb-template-inner,
.grey-bg .breadcrumb-template-inner {
  color: #000000 !important;
}
@media (max-width: 1199.98px) {
  body.resource-cat-blogs .breadcrumb-template-inner,
  .resource-cat-press-releases .breadcrumb-template-inner,
  .resource-cat-case-studies.resource-template-old-template .breadcrumb-template-inner,
  .resource-cat-events.resource-template-old-template .breadcrumb-template-inner,
  body.resource-cat-thought-leadership .breadcrumb-template-inner,
  body.resource-cat-media-coverage .breadcrumb-template-inner,
  body.resource-cat-brochure .breadcrumb-template-inner,
  body.resource-cat-articles .breadcrumb-template-inner,
  body.page-template-grey-template .breadcrumb-template-inner,
  .grey-bg .breadcrumb-template-inner {
    padding: 20px 0 30px;
  }
}
body.resource-cat-blogs .breadcrumb-template-inner span a span,
.resource-cat-press-releases .breadcrumb-template-inner span a span,
.resource-cat-case-studies.resource-template-old-template .breadcrumb-template-inner span a span,
.resource-cat-events.resource-template-old-template .breadcrumb-template-inner span a span,
body.resource-cat-thought-leadership .breadcrumb-template-inner span a span,
body.resource-cat-media-coverage .breadcrumb-template-inner span a span,
body.resource-cat-brochure .breadcrumb-template-inner span a span,
body.resource-cat-articles .breadcrumb-template-inner span a span,
body.page-template-grey-template .breadcrumb-template-inner span a span,
.grey-bg .breadcrumb-template-inner span a span {
  color: #000 !important;
  transition: 0.3s all;
}
body.resource-cat-blogs .breadcrumb-template-inner span a:hover span,
.resource-cat-press-releases .breadcrumb-template-inner span a:hover span,
.resource-cat-case-studies.resource-template-old-template .breadcrumb-template-inner span a:hover span,
.resource-cat-events.resource-template-old-template .breadcrumb-template-inner span a:hover span,
body.resource-cat-thought-leadership .breadcrumb-template-inner span a:hover span,
body.resource-cat-media-coverage .breadcrumb-template-inner span a:hover span,
body.resource-cat-brochure .breadcrumb-template-inner span a:hover span,
body.resource-cat-articles .breadcrumb-template-inner span a:hover span,
body.page-template-grey-template .breadcrumb-template-inner span a:hover span,
.grey-bg .breadcrumb-template-inner span a:hover span {
  color: #662a53 !important;
  transition: 0.3s all;
}
body.resource-cat-blogs .breadcrumb-template-inner span span,
.resource-cat-press-releases .breadcrumb-template-inner span span,
.resource-cat-case-studies.resource-template-old-template .breadcrumb-template-inner span span,
.resource-cat-events.resource-template-old-template .breadcrumb-template-inner span span,
body.resource-cat-thought-leadership .breadcrumb-template-inner span span,
body.resource-cat-media-coverage .breadcrumb-template-inner span span,
body.resource-cat-brochure .breadcrumb-template-inner span span,
body.resource-cat-articles .breadcrumb-template-inner span span,
body.page-template-grey-template .breadcrumb-template-inner span span,
.grey-bg .breadcrumb-template-inner span span {
  color: #662a53 !important;
}
body.resource-cat-blogs .inner-carousel,
.resource-cat-press-releases .inner-carousel,
.resource-cat-case-studies.resource-template-old-template .inner-carousel,
.resource-cat-events.resource-template-old-template .inner-carousel,
body.resource-cat-thought-leadership .inner-carousel,
body.resource-cat-media-coverage .inner-carousel,
body.resource-cat-brochure .inner-carousel,
body.resource-cat-articles .inner-carousel,
body.page-template-grey-template .inner-carousel,
.grey-bg .inner-carousel {
  padding-top: 100px;
}
@media (max-width: 767.98px) {
  body.resource-cat-blogs .inner-carousel,
  .resource-cat-press-releases .inner-carousel,
  .resource-cat-case-studies.resource-template-old-template .inner-carousel,
  .resource-cat-events.resource-template-old-template .inner-carousel,
  body.resource-cat-thought-leadership .inner-carousel,
  body.resource-cat-media-coverage .inner-carousel,
  body.resource-cat-brochure .inner-carousel,
  body.resource-cat-articles .inner-carousel,
  body.page-template-grey-template .inner-carousel,
  .grey-bg .inner-carousel {
    padding-top: 90px;
  }
  body.resource-cat-blogs .inner-carousel .container,
  .resource-cat-press-releases .inner-carousel .container,
  .resource-cat-case-studies.resource-template-old-template .inner-carousel .container,
  .resource-cat-events.resource-template-old-template .inner-carousel .container,
  body.resource-cat-thought-leadership .inner-carousel .container,
  body.resource-cat-media-coverage .inner-carousel .container,
  body.resource-cat-brochure .inner-carousel .container,
  body.resource-cat-articles .inner-carousel .container,
  body.page-template-grey-template .inner-carousel .container,
  .grey-bg .inner-carousel .container {
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  body.resource-cat-blogs .inner-carousel .container,
  .resource-cat-press-releases .inner-carousel .container,
  .resource-cat-case-studies.resource-template-old-template .inner-carousel .container,
  .resource-cat-events.resource-template-old-template .inner-carousel .container,
  body.resource-cat-thought-leadership .inner-carousel .container,
  body.resource-cat-media-coverage .inner-carousel .container,
  body.resource-cat-brochure .inner-carousel .container,
  body.resource-cat-articles .inner-carousel .container,
  body.page-template-grey-template .inner-carousel .container,
  .grey-bg .inner-carousel .container {
    padding: 0;
  }
}
body.resource-cat-blogs .inner-carousel.heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content h1, body.resource-cat-blogs .inner-carousel.heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content .h1,
.resource-cat-press-releases .inner-carousel.heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content h1,
.resource-cat-press-releases .inner-carousel.heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content .h1,
.resource-cat-case-studies.resource-template-old-template .inner-carousel.heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content h1,
.resource-cat-case-studies.resource-template-old-template .inner-carousel.heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content .h1,
.resource-cat-events.resource-template-old-template .inner-carousel.heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content h1,
.resource-cat-events.resource-template-old-template .inner-carousel.heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content .h1,
body.resource-cat-thought-leadership .inner-carousel.heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content h1,
body.resource-cat-thought-leadership .inner-carousel.heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content .h1,
body.resource-cat-media-coverage .inner-carousel.heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content h1,
body.resource-cat-media-coverage .inner-carousel.heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content .h1,
body.resource-cat-brochure .inner-carousel.heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content h1,
body.resource-cat-brochure .inner-carousel.heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content .h1,
body.resource-cat-articles .inner-carousel.heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content h1,
body.resource-cat-articles .inner-carousel.heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content .h1,
body.page-template-grey-template .inner-carousel.heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content h1,
body.page-template-grey-template .inner-carousel.heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content .h1,
.grey-bg .inner-carousel.heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content h1,
.grey-bg .inner-carousel.heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content .h1 {
  width: 100%;
}
body.resource-cat-blogs .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content,
.resource-cat-press-releases .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content,
.resource-cat-case-studies.resource-template-old-template .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content,
.resource-cat-events.resource-template-old-template .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content,
body.resource-cat-thought-leadership .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content,
body.resource-cat-media-coverage .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content,
body.resource-cat-brochure .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content,
body.resource-cat-articles .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content,
body.page-template-grey-template .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content,
.grey-bg .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content {
  padding: 0 140px !important;
}
@media (min-width: 0) and (max-width: 1199.98px) {
  body.resource-cat-blogs .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content,
  .resource-cat-press-releases .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content,
  .resource-cat-case-studies.resource-template-old-template .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content,
  .resource-cat-events.resource-template-old-template .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content,
  body.resource-cat-thought-leadership .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content,
  body.resource-cat-media-coverage .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content,
  body.resource-cat-brochure .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content,
  body.resource-cat-articles .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content,
  body.page-template-grey-template .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content,
  .grey-bg .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content {
    padding: 0 20px !important;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  body.resource-cat-blogs .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-image,
  .resource-cat-press-releases .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-image,
  .resource-cat-case-studies.resource-template-old-template .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-image,
  .resource-cat-events.resource-template-old-template .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-image,
  body.resource-cat-thought-leadership .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-image,
  body.resource-cat-media-coverage .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-image,
  body.resource-cat-brochure .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-image,
  body.resource-cat-articles .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-image,
  body.page-template-grey-template .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-image,
  .grey-bg .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-image {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
body.resource-cat-blogs .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-image img,
.resource-cat-press-releases .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-image img,
.resource-cat-case-studies.resource-template-old-template .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-image img,
.resource-cat-events.resource-template-old-template .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-image img,
body.resource-cat-thought-leadership .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-image img,
body.resource-cat-media-coverage .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-image img,
body.resource-cat-brochure .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-image img,
body.resource-cat-articles .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-image img,
body.page-template-grey-template .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-image img,
.grey-bg .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-image img {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
body.resource-cat-blogs .heroSlider-wrap::before,
.resource-cat-press-releases .heroSlider-wrap::before,
.resource-cat-case-studies.resource-template-old-template .heroSlider-wrap::before,
.resource-cat-events.resource-template-old-template .heroSlider-wrap::before,
body.resource-cat-thought-leadership .heroSlider-wrap::before,
body.resource-cat-media-coverage .heroSlider-wrap::before,
body.resource-cat-brochure .heroSlider-wrap::before,
body.resource-cat-articles .heroSlider-wrap::before,
body.page-template-grey-template .heroSlider-wrap::before,
.grey-bg .heroSlider-wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0.9;
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.9) 30%, rgba(0, 0, 0, 0.05) 90%);
  top: 0;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  background-color: unset !important;
  z-index: 1;
}
body.resource-cat-blogs #CTA,
.resource-cat-press-releases #CTA,
.resource-cat-case-studies.resource-template-old-template #CTA,
.resource-cat-events.resource-template-old-template #CTA,
body.resource-cat-thought-leadership #CTA,
body.resource-cat-media-coverage #CTA,
body.resource-cat-brochure #CTA,
body.resource-cat-articles #CTA,
body.page-template-grey-template #CTA,
.grey-bg #CTA {
  background-color: #662a53;
}
body.resource-cat-blogs #CTA h2, body.resource-cat-blogs #CTA .h2,
.resource-cat-press-releases #CTA h2,
.resource-cat-press-releases #CTA .h2,
.resource-cat-case-studies.resource-template-old-template #CTA h2,
.resource-cat-case-studies.resource-template-old-template #CTA .h2,
.resource-cat-events.resource-template-old-template #CTA h2,
.resource-cat-events.resource-template-old-template #CTA .h2,
body.resource-cat-thought-leadership #CTA h2,
body.resource-cat-thought-leadership #CTA .h2,
body.resource-cat-media-coverage #CTA h2,
body.resource-cat-media-coverage #CTA .h2,
body.resource-cat-brochure #CTA h2,
body.resource-cat-brochure #CTA .h2,
body.resource-cat-articles #CTA h2,
body.resource-cat-articles #CTA .h2,
body.page-template-grey-template #CTA h2,
body.page-template-grey-template #CTA .h2,
.grey-bg #CTA h2,
.grey-bg #CTA .h2 {
  color: #ffd100;
}
body.resource-cat-blogs #CTA p,
.resource-cat-press-releases #CTA p,
.resource-cat-case-studies.resource-template-old-template #CTA p,
.resource-cat-events.resource-template-old-template #CTA p,
body.resource-cat-thought-leadership #CTA p,
body.resource-cat-media-coverage #CTA p,
body.resource-cat-brochure #CTA p,
body.resource-cat-articles #CTA p,
body.page-template-grey-template #CTA p,
.grey-bg #CTA p {
  color: #fff;
}
body.resource-cat-blogs .heroSlider .inner-page-banner,
.resource-cat-press-releases .heroSlider .inner-page-banner,
.resource-cat-case-studies.resource-template-old-template .heroSlider .inner-page-banner,
.resource-cat-events.resource-template-old-template .heroSlider .inner-page-banner,
body.resource-cat-thought-leadership .heroSlider .inner-page-banner,
body.resource-cat-media-coverage .heroSlider .inner-page-banner,
body.resource-cat-brochure .heroSlider .inner-page-banner,
body.resource-cat-articles .heroSlider .inner-page-banner,
body.page-template-grey-template .heroSlider .inner-page-banner,
.grey-bg .heroSlider .inner-page-banner {
  min-height: auto;
}

#BlogInnerContent {
  padding-top: 0;
}
@media (min-width: 0) and (max-width: 1199.98px) {
  #BlogInnerContent .inner-container {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  #BlogInnerContent .inner-container {
    padding-top: 30px;
  }
}
#BlogInnerContent .blog-intro {
  padding: 10px 0 44px;
}
@media (max-width: 767.98px) {
  #BlogInnerContent .blog-intro {
    padding: 40px 0 36px;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  #BlogInnerContent .blog-intro {
    padding-top: 50px;
  }
}
#BlogInnerContent .blog-intro p:last-child {
  margin-bottom: 0;
}
#BlogInnerContent p {
  font-size: 18px;
  color: #000000;
}
#BlogInnerContent h3, #BlogInnerContent .h3,
#BlogInnerContent p,
#BlogInnerContent li {
  color: #000;
}
#BlogInnerContent h2, #BlogInnerContent .h2 {
  color: #471d3b;
  margin-bottom: 20px;
}
#BlogInnerContent h3, #BlogInnerContent .h3 {
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 40px;
  margin-top: 30px;
}
#BlogInnerContent h3.bold, #BlogInnerContent .bold.h3 {
  font-weight: 700;
}
@media (max-width: 767.98px) {
  #BlogInnerContent h3, #BlogInnerContent .h3 {
    font-size: 28px;
    line-height: 34px;
    margin-top: 42px;
  }
}
#BlogInnerContent h4, #BlogInnerContent .h4 {
  font-size: 24px;
  color: #471d3b;
  line-height: 32px;
  font-weight: 500;
  margin-top: 25px;
}
@media (max-width: 767.98px) {
  #BlogInnerContent h4, #BlogInnerContent .h4 {
    line-height: 28px;
  }
}
#BlogInnerContent p {
  font-size: 18px;
  color: #000000;
  line-height: 1.5;
  margin-bottom: 24px;
}
@media (max-width: 767.98px) {
  #BlogInnerContent p {
    margin-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  #BlogInnerContent p img {
    margin-bottom: 0;
  }
}
#BlogInnerContent a {
  color: #10a0cb;
  text-decoration: unset;
  cursor: pointer;
  overflow-wrap: break-word;
}
#BlogInnerContent ul {
  padding: 0 0 0 20px;
  margin: 0 0 20px;
}
#BlogInnerContent ul li {
  list-style-type: none;
  font-size: 18px;
  line-height: 1.5;
  position: relative;
  padding: 0 0 0 16px !important;
  margin-bottom: 24px;
  font-weight: 400;
}
@media (max-width: 767.98px) {
  #BlogInnerContent ul li {
    margin-bottom: 20px;
  }
}
#BlogInnerContent ul li::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #471d3b;
}
#BlogInnerContent ul li ul {
  margin-top: 20px;
  margin-bottom: 36px;
}
#BlogInnerContent ul li ul li {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 300;
}
#BlogInnerContent ul li ul li::before {
  background-color: transparent;
  width: 6px;
  height: 6px;
  border: 1px solid #471d3b;
}
#BlogInnerContent ol {
  padding: 0 0 0 40px;
  margin: 0 0 20px;
}
@media (max-width: 767.98px) {
  #BlogInnerContent ol {
    padding-bottom: 20px;
  }
}
#BlogInnerContent ol li {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 24px;
}
@media (max-width: 767.98px) {
  #BlogInnerContent ol li {
    margin-bottom: 20px;
  }
}
#BlogInnerContent ol li:last-child {
  margin-bottom: 0;
}
#BlogInnerContent img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s all;
  margin-bottom: 0;
  border-radius: 4px;
}
@media (max-width: 767.98px) {
  #BlogInnerContent img {
    margin-bottom: 20px;
  }
}
#BlogInnerContent .section-title h3, #BlogInnerContent .section-title .h3 {
  font-size: 40px !important;
}
@media (max-width: 991.98px) {
  #BlogInnerContent .section-title h3, #BlogInnerContent .section-title .h3 {
    font-size: 34px !important;
  }
}
@media (min-width: 0) and (max-width: 767.98px) {
  #BlogInnerContent .section-title h3, #BlogInnerContent .section-title .h3 {
    font-size: 28px !important;
    margin-bottom: 24px !important;
  }
}
#BlogInnerContent .about-author {
  padding: 0 0 58px 0;
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 0) and (max-width: 1199.98px) {
  #BlogInnerContent .about-author {
    margin: 0 20px;
  }
}
#BlogInnerContent .about-author h3, #BlogInnerContent .about-author .h3 {
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  #BlogInnerContent .about-author {
    padding: 0 0 50px 0;
  }
}
#BlogInnerContent .about-author .authors-wrap {
  padding: 35px 30px;
  background-color: #471d3b;
  border-radius: 4px;
}
#BlogInnerContent .about-author .authors-wrap .each-author {
  display: flex;
  align-items: center;
  margin-top: 45px;
  padding-top: 45px;
  border-top: 1px solid rgba(255, 209, 0, 0.1);
}
@media (max-width: 767.98px) {
  #BlogInnerContent .about-author .authors-wrap .each-author {
    margin-top: 30px;
    padding-top: 30px;
  }
}
@media (max-width: 767.98px) {
  #BlogInnerContent .about-author .authors-wrap .each-author {
    flex-wrap: wrap;
  }
}
#BlogInnerContent .about-author .authors-wrap .each-author:first-child {
  margin-top: unset;
  padding-top: unset;
  border-top: unset;
}
#BlogInnerContent .about-author .authors-wrap .each-author .image-wrap {
  max-width: 100px;
  max-height: 100px;
  position: relative;
  overflow: hidden;
  background: #fff;
  border-radius: 50%;
}
@media (max-width: 767.98px) {
  #BlogInnerContent .about-author .authors-wrap .each-author .image-wrap {
    margin-bottom: 20px;
  }
}
#BlogInnerContent .about-author .authors-wrap .each-author .image-wrap img {
  margin-bottom: unset;
  width: 100%;
  display: block;
}
#BlogInnerContent .about-author .authors-wrap .each-author .content-wrap {
  width: 90%;
  margin-left: 20px;
}
@media (max-width: 767.98px) {
  #BlogInnerContent .about-author .authors-wrap .each-author .content-wrap {
    width: 100%;
    margin-left: 0;
  }
}
#BlogInnerContent .about-author .authors-wrap .each-author .content-wrap p.author-name {
  font-weight: 700;
  font-size: 24px;
  color: #ffd100;
  line-height: 40px;
  margin-bottom: 0;
}
#BlogInnerContent .about-author .authors-wrap .each-author .content-wrap p.author-name:hover {
  text-decoration: underline;
}
@media (max-width: 767.98px) {
  #BlogInnerContent .about-author .authors-wrap .each-author .content-wrap p.author-name {
    line-height: 28px;
  }
}
#BlogInnerContent .about-author .authors-wrap .each-author .content-wrap p.author-detail {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  color: #dadada;
  margin-bottom: 15px;
}
#BlogInnerContent .about-author .authors-wrap .each-author .content-wrap p {
  font-size: 18px;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 0px;
  font-weight: 400;
}
#BlogInnerContent .section-case-download {
  max-width: 1200px;
  margin: 0 auto;
  border-radius: 4px;
}
@media (min-width: 0) and (max-width: 1199.98px) {
  #BlogInnerContent .section-case-download {
    margin: 0 20px;
  }
}
#BlogInnerContent .section-case-download .section-title {
  display: none;
}
#BlogInnerContent .section-case-download .case-study-direct-download-strip {
  max-width: 1100px;
  width: auto;
}
#BlogInnerContent .align-items-center {
  position: relative !important;
}
#BlogInnerContent .submitted-message.hs-main-font-element {
  color: #000;
}
@media (max-width: 767.98px) {
  #BlogInnerContent .submitted-message.hs-main-font-element {
    font-size: 28px;
    line-height: 1.2;
  }
}

#FlipBookPDF {
  display: none;
}

.blog-paragraph {
  padding-bottom: 56px;
  border-bottom: 1px solid rgba(71, 29, 59, 0.3);
}
@media (max-width: 767.98px) {
  .blog-paragraph {
    padding-bottom: 24px;
  }
}

.featured-blogs-overview {
  background: #471d3b;
}
.featured-blogs-overview #Resources {
  padding-bottom: 30px;
  padding-top: 50px;
}
@media (max-width: 767.98px) {
  .featured-blogs-overview #Resources {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 44px;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .featured-blogs-overview #Resources {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.featured-blogs-overview #Resources h2, .featured-blogs-overview #Resources .h2 {
  color: #ffd100;
}
.featured-blogs-overview #Resources .resources-wrap .each-resource {
  background-color: #662a53;
}

body.resource-cat-press-releases #BlogInnerContent {
  padding-bottom: 50px;
}

body.resource-cat-blogs .heroSlider .inner-page-banner .heroSlider-wrap,
body.resource-cat-case-studies .heroSlider .inner-page-banner .heroSlider-wrap,
body.resource-cat-press-releases .heroSlider .inner-page-banner .heroSlider-wrap,
body.resource-cat-media-coverage .heroSlider .inner-page-banner .heroSlider-wrap,
body.resource-cat-articles .heroSlider .inner-page-banner .heroSlider-wrap,
body.resource-cat-thought-leadership .heroSlider .inner-page-banner .heroSlider-wrap,
body.page-template-grey-template .heroSlider .inner-page-banner .heroSlider-wrap {
  border-top-left-radius: unset;
  border-top-right-radius: unset;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
body.resource-cat-blogs .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-image.no-mobile-image,
body.resource-cat-case-studies .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-image.no-mobile-image,
body.resource-cat-press-releases .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-image.no-mobile-image,
body.resource-cat-media-coverage .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-image.no-mobile-image,
body.resource-cat-articles .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-image.no-mobile-image,
body.resource-cat-thought-leadership .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-image.no-mobile-image,
body.page-template-grey-template .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-image.no-mobile-image {
  height: 400px;
}
@media (max-width: 575.98px) {
  body.resource-cat-blogs .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-image.no-mobile-image,
  body.resource-cat-case-studies .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-image.no-mobile-image,
  body.resource-cat-press-releases .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-image.no-mobile-image,
  body.resource-cat-media-coverage .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-image.no-mobile-image,
  body.resource-cat-articles .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-image.no-mobile-image,
  body.resource-cat-thought-leadership .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-image.no-mobile-image,
  body.page-template-grey-template .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-image.no-mobile-image {
    height: 450px;
  }
}
body.resource-cat-blogs .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-image.no-mobile-image img,
body.resource-cat-case-studies .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-image.no-mobile-image img,
body.resource-cat-press-releases .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-image.no-mobile-image img,
body.resource-cat-media-coverage .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-image.no-mobile-image img,
body.resource-cat-articles .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-image.no-mobile-image img,
body.resource-cat-thought-leadership .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-image.no-mobile-image img,
body.page-template-grey-template .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-image.no-mobile-image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body.resource-cat-blogs .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content,
body.resource-cat-case-studies .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content,
body.resource-cat-press-releases .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content,
body.resource-cat-media-coverage .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content,
body.resource-cat-articles .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content,
body.resource-cat-thought-leadership .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content,
body.page-template-grey-template .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content {
  padding: 0 60px !important;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.resource-cat-blogs .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content,
  body.resource-cat-case-studies .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content,
  body.resource-cat-press-releases .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content,
  body.resource-cat-media-coverage .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content,
  body.resource-cat-articles .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content,
  body.resource-cat-thought-leadership .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content,
  body.page-template-grey-template .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content {
    padding: 0 20px !important;
  }
}
@media (max-width: 767.98px) {
  body.resource-cat-blogs .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content,
  body.resource-cat-case-studies .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content,
  body.resource-cat-press-releases .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content,
  body.resource-cat-media-coverage .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content,
  body.resource-cat-articles .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content,
  body.resource-cat-thought-leadership .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content,
  body.page-template-grey-template .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content {
    padding: 0 20px !important;
  }
}
body.resource-cat-blogs .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content h2, body.resource-cat-blogs .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content .h2,
body.resource-cat-case-studies .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content h2,
body.resource-cat-case-studies .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content .h2,
body.resource-cat-press-releases .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content h2,
body.resource-cat-press-releases .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content .h2,
body.resource-cat-media-coverage .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content h2,
body.resource-cat-media-coverage .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content .h2,
body.resource-cat-articles .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content h2,
body.resource-cat-articles .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content .h2,
body.resource-cat-thought-leadership .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content h2,
body.resource-cat-thought-leadership .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content .h2,
body.page-template-grey-template .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content h2,
body.page-template-grey-template .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content .h2 {
  font-size: 56px;
  line-height: 62px;
  width: 100% !important;
}
@media (max-width: 1199.98px) {
  body.resource-cat-blogs .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content h2 br, body.resource-cat-blogs .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content .h2 br,
  body.resource-cat-case-studies .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content h2 br,
  body.resource-cat-case-studies .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content .h2 br,
  body.resource-cat-press-releases .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content h2 br,
  body.resource-cat-press-releases .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content .h2 br,
  body.resource-cat-media-coverage .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content h2 br,
  body.resource-cat-media-coverage .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content .h2 br,
  body.resource-cat-articles .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content h2 br,
  body.resource-cat-articles .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content .h2 br,
  body.resource-cat-thought-leadership .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content h2 br,
  body.resource-cat-thought-leadership .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content .h2 br,
  body.page-template-grey-template .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content h2 br,
  body.page-template-grey-template .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content .h2 br {
    display: none;
  }
}
@media (max-width: 991.98px) {
  body.resource-cat-blogs .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content h2, body.resource-cat-blogs .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content .h2,
  body.resource-cat-case-studies .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content h2,
  body.resource-cat-case-studies .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content .h2,
  body.resource-cat-press-releases .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content h2,
  body.resource-cat-press-releases .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content .h2,
  body.resource-cat-media-coverage .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content h2,
  body.resource-cat-media-coverage .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content .h2,
  body.resource-cat-articles .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content h2,
  body.resource-cat-articles .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content .h2,
  body.resource-cat-thought-leadership .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content h2,
  body.resource-cat-thought-leadership .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content .h2,
  body.page-template-grey-template .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content h2,
  body.page-template-grey-template .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content .h2 {
    font-size: 40px;
    line-height: 46px !important;
  }
}
body.resource-cat-blogs .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content .author-date .author,
body.resource-cat-case-studies .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content .author-date .author,
body.resource-cat-press-releases .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content .author-date .author,
body.resource-cat-media-coverage .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content .author-date .author,
body.resource-cat-articles .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content .author-date .author,
body.resource-cat-thought-leadership .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content .author-date .author,
body.page-template-grey-template .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content .author-date .author {
  margin-right: 20px;
}
body.resource-cat-blogs .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content .author-date .date,
body.resource-cat-case-studies .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content .author-date .date,
body.resource-cat-press-releases .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content .author-date .date,
body.resource-cat-media-coverage .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content .author-date .date,
body.resource-cat-articles .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content .author-date .date,
body.resource-cat-thought-leadership .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content .author-date .date,
body.page-template-grey-template .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content .author-date .date {
  padding-left: unset !important;
}

body.resource-cat-blogs .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-image,
body.resource-cat-thought-leadership .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-image {
  max-height: 345px;
  overflow-y: hidden;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.resource-cat-blogs .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-image,
  body.resource-cat-thought-leadership .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-image {
    max-height: 250px;
  }
}
body.resource-cat-blogs .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-image picture img,
body.resource-cat-thought-leadership .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-image picture img {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
body.resource-cat-blogs .tab-section .row.content-50-50,
body.resource-cat-thought-leadership .tab-section .row.content-50-50 {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
}
body.resource-cat-blogs .tab-section .row.content-50-50 .tab-content-left,
body.resource-cat-thought-leadership .tab-section .row.content-50-50 .tab-content-left {
  width: 50%;
}
@media (max-width: 767.98px) {
  body.resource-cat-blogs .tab-section .row.content-50-50 .tab-content-left,
  body.resource-cat-thought-leadership .tab-section .row.content-50-50 .tab-content-left {
    width: 100%;
    order: 2;
  }
}
body.resource-cat-blogs .tab-section .row.content-50-50 .tab-content-right,
body.resource-cat-thought-leadership .tab-section .row.content-50-50 .tab-content-right {
  width: 50%;
  padding-left: 50px;
}
@media (max-width: 1199.98px) {
  body.resource-cat-blogs .tab-section .row.content-50-50 .tab-content-right,
  body.resource-cat-thought-leadership .tab-section .row.content-50-50 .tab-content-right {
    padding-left: 40px;
  }
}
@media (max-width: 991.98px) {
  body.resource-cat-blogs .tab-section .row.content-50-50 .tab-content-right,
  body.resource-cat-thought-leadership .tab-section .row.content-50-50 .tab-content-right {
    padding-left: 20px;
  }
}
@media (max-width: 767.98px) {
  body.resource-cat-blogs .tab-section .row.content-50-50 .tab-content-right,
  body.resource-cat-thought-leadership .tab-section .row.content-50-50 .tab-content-right {
    padding-left: 0px;
    width: 100%;
  }
}

body.resource-cat-blogs #BlogInnerContent h3, body.resource-cat-blogs #BlogInnerContent .h3 {
  margin-top: 0;
}
body.resource-cat-blogs #BlogInnerContent p img {
  max-width: 400px;
  margin: 0 auto;
  display: block;
}
body.resource-cat-blogs #BlogInnerContent p img.full-img {
  max-width: 800px;
}
body.resource-cat-blogs #BlogInnerContent figure img {
  width: unset !important;
  vertical-align: middle;
}
body.resource-cat-blogs #BlogInnerContent figure img .wp-image-2345 {
  height: 299px;
}

body.resource-cat-case-studies #BlogInnerContent .tab-section .row .tab-content-left {
  max-width: 100%;
  flex: 1 100%;
}
body.resource-cat-case-studies #BlogInnerContent .tab-section .row .tab-content-left p:last-child {
  margin-bottom: 0 !important;
}
body.resource-cat-case-studies #BlogInnerContent .tab-section .row .tab-content-right {
  max-width: 50%;
  flex: 1 50%;
}
body.resource-cat-case-studies #BlogInnerContent .tab-section .row .tab-content-right img {
  width: 100%;
  transform: scale(0.9);
  transition: all 0.45s ease-in-out;
}
body.resource-cat-case-studies #BlogInnerContent .tab-section .row .tab-content-right img:hover {
  transform: scale(1);
  -webkit-box-shadow: 0px 1px 10px 7px rgba(0, 0, 0, 0.05);
}
body.resource-cat-case-studies #BlogInnerContent .full-width-video-sec {
  position: relative;
  padding-bottom: 40%;
}
body.resource-cat-case-studies #BlogInnerContent .full-width-video-sec iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}
body.resource-cat-case-studies #BlogInnerContent .talk-to-leaders h2, body.resource-cat-case-studies #BlogInnerContent .talk-to-leaders .h2 {
  font-size: 54px;
  color: #ffd100;
  line-height: 1;
  font-family: "Proxima Nova";
  font-weight: 400;
  margin-bottom: 45px;
  line-height: 80px;
  margin-bottom: 30px;
  text-align: center;
}
@media (max-width: 767.98px) {
  body.resource-cat-case-studies #BlogInnerContent .talk-to-leaders h2, body.resource-cat-case-studies #BlogInnerContent .talk-to-leaders .h2 {
    font-size: 40px;
    line-height: 44px !important;
    margin-bottom: 40px;
  }
}
@media (max-width: 767.98px) {
  body.resource-cat-case-studies #BlogInnerContent .talk-to-leaders h2, body.resource-cat-case-studies #BlogInnerContent .talk-to-leaders .h2 {
    margin-bottom: 30px;
  }
}
body.resource-cat-case-studies #BlogInnerContent .talk-to-leaders .leaders-wrap .each-person .content-wrap p.name {
  font-family: "Proxima Nova";
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 12px;
  color: #ffd100;
}
body.resource-cat-case-studies #BlogInnerContent .talk-to-leaders .leaders-wrap .each-person .content-wrap p.position {
  font-family: "Proxima Nova";
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #c4c4c4;
  margin-bottom: 14px;
}
body.resource-cat-case-studies #BlogInnerContent .talk-to-leaders .leaders-wrap .each-person .content-wrap p.description {
  font-family: "Proxima Nova";
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #ffffff;
  margin-bottom: 24px;
}
body.resource-cat-case-studies #BlogInnerContent .talk-to-leaders .leaders-wrap .each-person .content-wrap .meet-leader {
  min-width: 200px;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #ffd100;
  border-radius: 30px;
  background-size: cover;
  font-family: "Proxima Nova";
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  color: #ffffff !important;
  -webkit-text-decoration: none solid rgb(255, 255, 255);
          text-decoration: none solid rgb(255, 255, 255);
  text-align: center;
  padding: 17px 30px;
  display: block;
  transition: 0.3s;
  min-width: 160px;
  padding: 12px 30px;
  background-color: transparent;
}
body.resource-cat-case-studies #BlogInnerContent .talk-to-leaders .leaders-wrap .each-person .content-wrap .meet-leader:hover, body.resource-cat-case-studies #BlogInnerContent .talk-to-leaders .leaders-wrap .each-person .content-wrap .meet-leader:focus {
  transition: 0.3s;
  color: #471d3b !important;
  background-color: #ffd100;
}
body.resource-cat-case-studies #BlogInnerContent .talk-to-leaders .modal::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
}
body.resource-cat-case-studies #BlogInnerContent .talk-to-leaders .modal .talk-to-us-form h3, body.resource-cat-case-studies #BlogInnerContent .talk-to-leaders .modal .talk-to-us-form .h3 {
  margin-top: 0;
}
body.resource-cat-case-studies.resource-template-new-template .heroSlider,
body.resource-cat-case-studies.resource-template-new-template .breadcrumb-template-inner {
  background-color: #662a53 !important;
}
body.resource-cat-case-studies.resource-template-new-template .breadcrumb-template-inner {
  color: #ffffff !important;
}
body.resource-cat-case-studies.resource-template-new-template .breadcrumb-template-inner span a span {
  color: #ffffff !important;
  transition: 0.3s all;
}
body.resource-cat-case-studies.resource-template-new-template .breadcrumb-template-inner span a:hover span {
  color: #ffd100 !important;
  transition: 0.3s all;
}
body.resource-cat-case-studies.resource-template-new-template .breadcrumb-template-inner span span {
  color: #ffd100 !important;
}

body.resource-cat-media-coverage .section-pdf-reader {
  padding-bottom: 50px;
}

.section-pdf-reader .pdf-wrapper {
  padding: 60px 0;
}

body.resource-cat-thought-leadership .tab-section {
  margin-bottom: 50px;
}
@media (min-width: 0) and (max-width: 767.98px) {
  body.resource-cat-thought-leadership .tab-section {
    margin-bottom: 30px;
  }
}
body.resource-cat-thought-leadership .tab-section .tab-content-left p:last-child {
  margin-bottom: 0 !important;
}
body.resource-cat-thought-leadership .tab-section .tab-right {
  float: right;
  padding-left: 20px;
  padding-bottom: 20px;
}
@media (min-width: 0) and (max-width: 767.98px) {
  body.resource-cat-thought-leadership .tab-section .tab-right {
    padding-left: 0;
    padding-bottom: 10px;
    margin-top: 15px;
    width: 100%;
  }
}
body.resource-cat-thought-leadership .tab-section .tab-right img {
  width: revert-layer !important;
  border-radius: 4px;
}
@media (min-width: 0) and (max-width: 767.98px) {
  body.resource-cat-thought-leadership .tab-section .tab-right img {
    width: 100% !important;
  }
}
@media (max-width: 575.98px) {
  body.resource-cat-thought-leadership .section-case-download .case-study-direct-download-strip .row div {
    width: 100%;
  }
  body.resource-cat-thought-leadership .section-case-download .case-study-direct-download-strip .row div:first-of-type {
    width: 20%;
  }
  body.resource-cat-thought-leadership .section-case-download .case-study-direct-download-strip .row div p {
    margin-bottom: 30px;
  }
}
body.resource-cat-thought-leadership .section-case-download .case-study-direct-download-strip .offset-md-3 {
  margin-left: 0;
  width: auto;
  position: absolute;
  right: 0;
}
@media (min-width: 0) and (max-width: 767.98px) {
  body.resource-cat-thought-leadership .section-case-download .case-study-direct-download-strip .offset-md-3 {
    margin-left: 0;
    width: 100%;
    position: relative;
  }
}

body.resource-cat-video .video-section-wrap {
  position: relative;
  padding-bottom: 40%;
}
body.resource-cat-video .video-section-wrap iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}

@media (max-width: 767.98px) {
  body.resource-cat-brochure .inner-carousel {
    padding: 120px 0 0;
  }
}
@media (max-width: 1199.98px) {
  body.resource-cat-brochure .breadcrumb-template-inner {
    padding: 20px 0 30px;
  }
}
body.resource-cat-brochure #BlogInnerContent .inner-container {
  padding-bottom: 35px;
}
@media (max-width: 768px) {
  body.resource-cat-brochure #BlogInnerContent .inner-container {
    padding: 0 20px 25px;
  }
}
@media (min-width: 1200px) {
  body.resource-cat-brochure #BlogInnerContent .inner-container {
    width: 1200px;
  }
}
body.resource-cat-brochure #BlogInnerContent .inner-container ul {
  margin-bottom: 24px;
}

body.postid-13073 #BlogInnerContent p img {
  max-width: 70%;
  margin: 0 auto;
  display: block;
}

@media (min-width: 0) and (max-width: 767.98px) {
  body.page-template-grey-template.privacy-policy #BlogInnerContent .inner-container {
    padding-top: 40px;
  }
}
@media (min-width: 0) and (max-width: 767.98px) {
  body.page-template-grey-template.privacy-policy #BlogInnerContent .inner-container ul li {
    margin-bottom: 10px;
  }
}
body.page-template-grey-template #BlogInnerContent .inner-container {
  padding-bottom: 60px;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  body.page-template-grey-template #BlogInnerContent .inner-container {
    padding-bottom: 50px;
  }
}
@media (min-width: 0) and (max-width: 767.98px) {
  body.page-template-grey-template #BlogInnerContent .inner-container {
    padding-bottom: 40px;
  }
}

#BlogInnerContent .img-auto-width {
  width: auto;
}
@media (max-width: 767.98px) {
  #BlogInnerContent .img-auto-width {
    width: 100%;
  }
}

#PeopleStories {
  overflow: hidden;
  background-color: #471d3b;
  padding: 0px 0 60px;
}
#PeopleStories h2, #PeopleStories .h2 {
  line-height: 80px;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  #PeopleStories h2, #PeopleStories .h2 {
    line-height: 44px;
    margin-bottom: 20px;
  }
}
#PeopleStories p.description {
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  color: #ffffff;
  -webkit-text-decoration: none solid rgb(255, 255, 255);
          text-decoration: none solid rgb(255, 255, 255);
  margin-bottom: 0;
  width: 75%;
  margin-bottom: 32px;
}
@media (max-width: 991.98px) {
  #PeopleStories p.description {
    width: 100%;
    line-height: 1.5;
  }
}
#PeopleStories .video-slider {
  padding-bottom: 10px;
}
@media (max-width: 767.98px) {
  #PeopleStories .video-slider {
    padding-bottom: 0px;
  }
}
#PeopleStories .video-slider .each-video {
  position: relative;
  cursor: pointer;
  text-decoration: none;
}
#PeopleStories .video-slider .each-video:hover .thumbnail-image {
  transition: 0.5s all;
}
#PeopleStories .video-slider .each-video:hover .thumbnail-image::before {
  opacity: 0.3;
  transition: 0.5s all;
}
#PeopleStories .video-slider .each-video .thumbnail-image {
  position: relative;
  transition: 0.5s all;
  margin-bottom: 20px;
}
#PeopleStories .video-slider .each-video .thumbnail-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgb(0, 0, 0);
  width: 100%;
  height: 100%;
  border-radius: 4px;
  border-bottom-right-radius: 28px;
  transition: 0.5s all;
  opacity: 0;
}
#PeopleStories .video-slider .each-video .thumbnail-image img {
  border-radius: 4px;
  border-bottom-right-radius: 28px;
}
#PeopleStories .video-slider .each-video .thumbnail-image .play-icon {
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 50%;
}
#PeopleStories .video-slider .each-video .thumbnail-image .play-icon img {
  border-radius: 50%;
}
#PeopleStories .video-slider .each-video .video-description p {
  font-weight: 600;
  font-size: 24px;
  color: #ffffff;
  line-height: 30px;
  margin-bottom: 0;
}
#PeopleStories .video-slider .each-video .video-description p.testifier-name {
  font-weight: 300;
  font-size: 24px;
}

.video-slider.owl-carousel .owl-stage-outer,
.stories-slider.owl-carousel .owl-stage-outer {
  overflow: unset !important;
}
.video-slider.owl-carousel .owl-nav,
.stories-slider.owl-carousel .owl-nav {
  text-align: right;
  position: absolute;
  top: -90px;
  right: 0;
}
@media (max-width: 991.98px) {
  .video-slider.owl-carousel .owl-nav,
  .stories-slider.owl-carousel .owl-nav {
    display: none;
  }
}
.video-slider.owl-carousel .owl-nav .owl-prev,
.stories-slider.owl-carousel .owl-nav .owl-prev {
  transform: rotate(180deg);
  margin-right: 20px;
}
.video-slider.owl-carousel .owl-nav .owl-prev,
.video-slider.owl-carousel .owl-nav .owl-next,
.stories-slider.owl-carousel .owl-nav .owl-prev,
.stories-slider.owl-carousel .owl-nav .owl-next {
  background-color: transparent;
  border: unset;
  padding: 0;
  border-radius: 50%;
  width: 54px;
  height: 54px;
}
.video-slider.owl-carousel .owl-nav .owl-prev span,
.video-slider.owl-carousel .owl-nav .owl-next span,
.stories-slider.owl-carousel .owl-nav .owl-prev span,
.stories-slider.owl-carousel .owl-nav .owl-next span {
  display: flex;
}
.video-slider.owl-carousel .owl-nav .owl-prev i,
.video-slider.owl-carousel .owl-nav .owl-next i,
.stories-slider.owl-carousel .owl-nav .owl-prev i,
.stories-slider.owl-carousel .owl-nav .owl-next i {
  font-size: 16px;
  color: #ffd100;
  border: 1px solid rgba(255, 209, 0, 0.3);
  border-radius: 50%;
  width: 54px;
  height: 54px;
  transition: 0.3s;
  position: relative;
}
.video-slider.owl-carousel .owl-nav .owl-prev i::before,
.video-slider.owl-carousel .owl-nav .owl-next i::before,
.stories-slider.owl-carousel .owl-nav .owl-prev i::before,
.stories-slider.owl-carousel .owl-nav .owl-next i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video-slider.owl-carousel .owl-nav .owl-prev i:hover, .video-slider.owl-carousel .owl-nav .owl-prev i:focus,
.video-slider.owl-carousel .owl-nav .owl-next i:hover,
.video-slider.owl-carousel .owl-nav .owl-next i:focus,
.stories-slider.owl-carousel .owl-nav .owl-prev i:hover,
.stories-slider.owl-carousel .owl-nav .owl-prev i:focus,
.stories-slider.owl-carousel .owl-nav .owl-next i:hover,
.stories-slider.owl-carousel .owl-nav .owl-next i:focus {
  transition: 0.3s;
  background-color: #ffd100;
  color: #471d3b;
}
.video-slider.owl-carousel .owl-dots,
.stories-slider.owl-carousel .owl-dots {
  text-align: center;
  margin: 20px auto 0;
}
.video-slider.owl-carousel .owl-dots .owl-dot,
.stories-slider.owl-carousel .owl-dots .owl-dot {
  width: 30px;
  height: 10px;
  background-color: rgba(218, 218, 218, 0.4);
  border-radius: 4px;
  border: unset;
  margin-right: 16px;
  transition: all 0.5s;
}
.video-slider.owl-carousel .owl-dots .owl-dot:last-child,
.stories-slider.owl-carousel .owl-dots .owl-dot:last-child {
  margin-right: 0;
}
.video-slider.owl-carousel .owl-dots .owl-dot.active, .video-slider.owl-carousel .owl-dots .owl-dot:hover, .video-slider.owl-carousel .owl-dots .owl-dot:focus,
.stories-slider.owl-carousel .owl-dots .owl-dot.active,
.stories-slider.owl-carousel .owl-dots .owl-dot:hover,
.stories-slider.owl-carousel .owl-dots .owl-dot:focus {
  background-color: #ffd100;
  transition: all 0.5s;
}
@media (min-width: 992px) {
  .video-slider.owl-carousel .owl-dots,
  .stories-slider.owl-carousel .owl-dots {
    display: none;
  }
}

.stories-slider.owl-carousel .owl-nav {
  top: 60px;
}

#testimonial-slider {
  overflow: hidden;
  display: block;
}
#testimonial-slider .stories-slider {
  padding-top: 150px;
  position: relative;
  border-top: 1px solid #662a53;
}
@media (max-width: 991.98px) {
  #testimonial-slider .stories-slider {
    padding-top: 60px;
  }
}
@media (max-width: 767.98px) {
  #testimonial-slider .stories-slider {
    padding-top: 50px;
  }
}
#testimonial-slider .stories-slider .each-card {
  text-decoration: unset;
  cursor: pointer;
  position: relative;
  position: relative;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 28px;
  min-height: 320px;
  display: block;
  padding: 49px 27px 37px 41px;
}
#testimonial-slider .stories-slider .each-card a {
  text-decoration: unset;
  cursor: pointer;
  display: block;
}
#testimonial-slider .stories-slider .each-card .eyebrow p {
  font-family: "Proxima Nova";
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: #ffffff;
  -webkit-text-decoration: none solid rgb(255, 255, 255);
          text-decoration: none solid rgb(255, 255, 255);
  margin-bottom: 10px;
}
#testimonial-slider .stories-slider .each-card h3, #testimonial-slider .stories-slider .each-card .h3 {
  font-family: "Proxima Nova";
  font-weight: 500;
  font-size: 32px;
  line-height: 36px;
  color: #000000;
  margin-bottom: 14px;
}
@media (max-width: 991.98px) {
  #testimonial-slider .stories-slider .each-card h3, #testimonial-slider .stories-slider .each-card .h3 {
    font-size: 22px;
    line-height: 26px;
  }
}
#testimonial-slider .stories-slider .each-card p {
  font-family: "Proxima Nova";
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  margin-bottom: 10px;
}
@media (min-width: 1600px) {
  #testimonial-slider .stories-slider .each-card p {
    font-size: 20px;
    line-height: 26px;
  }
}
#testimonial-slider .stories-slider .each-card .arrow {
  position: absolute;
  width: 54px;
  height: 54px;
  bottom: 0;
  right: 0;
  background-color: #ffd100;
  border-radius: 50%;
  transition: 0.3s;
}
@media (max-width: 1199.98px) {
  #testimonial-slider .stories-slider .each-card .arrow {
    transform: rotate(-45deg) !important;
  }
}
#testimonial-slider .stories-slider .each-card .arrow i {
  position: relative;
  top: 50%;
  left: 50%;
  font-size: 32px;
  border-radius: 50%;
  color: #471d3b;
  transition: 0.3s;
  transform: translate(-50%, -50%) !important;
}
#testimonial-slider .stories-slider .each-card:hover, #testimonial-slider .stories-slider .each-card:focus {
  cursor: pointer;
}
#testimonial-slider .stories-slider .each-card:hover .arrow, #testimonial-slider .stories-slider .each-card:focus .arrow {
  transition: 0.3s;
  transform: rotate(-45deg);
}
#testimonial-slider .stories-slider .each-card::before {
  content: "";
  position: absolute;
  background: url("images/double-quotes.svg");
  background-size: contain;
  width: 60px;
  height: 47px;
  top: 30px;
  left: 30px;
  opacity: 0.2;
  background-repeat: no-repeat;
}
@media (max-width: 575.98px) {
  #testimonial-slider .stories-slider .each-card::before {
    width: 40px;
    height: 31px;
    top: 40px;
  }
}
#testimonial-slider .stories-slider .each-card p {
  font-size: 18px;
  line-height: 1.5;
  min-height: 180px;
  color: #000000;
  margin-bottom: 22px;
  font-weight: 600;
  position: relative;
}
#testimonial-slider .stories-slider .each-card .authors p.name {
  line-height: 36px;
  font-size: 24px;
  color: #000000;
  font-weight: 600;
  min-height: unset;
  margin-bottom: 0;
}
#testimonial-slider .stories-slider .each-card .authors p.depart {
  line-height: 26px;
  font-size: 18px;
  color: #000000;
  font-weight: 500;
  min-height: unset;
  margin-bottom: 0;
}

body.page-id-1702 .stories-slider {
  padding-top: 90px !important;
  padding-bottom: 60px;
}
@media (max-width: 767.98px) {
  body.page-id-1702 .stories-slider {
    padding-top: 20px !important;
  }
}
body.page-id-1702 .stories-slider.owl-carousel .owl-nav {
  top: 0;
}

.popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}
.popup-overlay .popup-wrap {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-height: 300px;
  display: flex;
  align-items: center;
  border-radius: 4px;
}
@media (max-width: 767.98px) {
  .popup-overlay .popup-wrap {
    width: 80%;
  }
}
@media (max-width: 575.98px) {
  .popup-overlay .popup-wrap {
    width: 90%;
  }
}
.popup-overlay .popup-wrap .close-button {
  position: fixed;
  top: -50px;
  right: 0px;
  color: #ffffff;
  font-size: 40px;
  cursor: pointer;
}
.popup-overlay .popup-wrap .popup-content {
  padding: 30px;
  min-width: 300px;
}
@media (max-width: 575.98px) {
  .popup-overlay .popup-wrap .popup-content {
    min-width: 100%;
  }
}
.popup-overlay .popup-wrap .popup-content p {
  font-size: 22px;
  line-height: 26px;
  font-weight: 500;
  margin-bottom: 24px;
}
.popup-overlay .popup-wrap .popup-content .authors p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0px;
}
.popup-overlay .popup-wrap .popup-content .arrow {
  display: none;
}

body.popup-text {
  overflow: hidden;
}

.video-cta {
  padding-bottom: 60px;
}
.video-cta .video-cta-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 991.98px) {
  .video-cta .video-cta-wrapper {
    flex-wrap: wrap;
  }
}
.video-cta .video-cta-wrapper.image-right .cta-wrap {
  padding-right: 50px;
  padding-left: 0;
}
@media (max-width: 991.98px) {
  .video-cta .video-cta-wrapper.image-right .cta-wrap {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.video-cta .video-cta-wrapper.image-right .video-wrap {
  margin-bottom: 0;
}
.video-cta .video-cta-wrapper .video-wrap {
  position: relative;
  transition: 0.4s;
  width: 55%;
}
@media (max-width: 991.98px) {
  .video-cta .video-cta-wrapper .video-wrap {
    width: 100%;
    margin-bottom: 24px;
  }
}
.video-cta .video-cta-wrapper .video-wrap .videocta::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  transition: 0.4s;
  border-radius: 4px;
  border-bottom-right-radius: 28px;
}
.video-cta .video-cta-wrapper .video-wrap .videocta:hover::before {
  transition: 0.4s;
  background-color: rgba(0, 0, 0, 0.2);
}
.video-cta .video-cta-wrapper .video-wrap .videocta img {
  width: 100%;
  height: auto;
  border-radius: 4px;
  border-bottom-right-radius: 28px;
}
.video-cta .video-cta-wrapper .video-wrap .videocta .quest-icon {
  position: absolute;
  right: 0;
  bottom: 0;
  color: rgba(255, 255, 255, 0.3);
  z-index: 9;
  width: 54px;
  line-height: 54px;
}
.video-cta .video-cta-wrapper .video-wrap .videocta .quest-icon i {
  font-size: 116px;
  line-height: 116px;
}
.video-cta .video-cta-wrapper .video-wrap .videocta .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video-cta .video-cta-wrapper .video-wrap .videocta .play-button i {
  font-size: 64px;
  line-height: 64px;
  color: #ffd100;
}
.video-cta .video-cta-wrapper .cta-wrap {
  width: 45%;
  padding-left: 50px;
}
@media (max-width: 991.98px) {
  .video-cta .video-cta-wrapper .cta-wrap {
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
}
.video-cta .video-cta-wrapper .cta-wrap h2, .video-cta .video-cta-wrapper .cta-wrap .h2 {
  line-height: 1;
  margin-bottom: 10px;
}
@media (max-width: 991.98px) {
  .video-cta .video-cta-wrapper .cta-wrap h2, .video-cta .video-cta-wrapper .cta-wrap .h2 {
    text-align: left;
  }
}
.video-cta .video-cta-wrapper .cta-wrap p {
  color: #fff;
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 28px;
  font-weight: 400;
}
.video-cta .video-cta-wrapper .cta-wrap p:last-child {
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .video-cta .video-cta-wrapper .cta-wrap p {
    text-align: left;
  }
}
.video-cta .video-cta-wrapper .cta-wrap ul li,
.video-cta .video-cta-wrapper .cta-wrap ol li {
  color: #fff;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 400;
}
.video-cta .video-cta-wrapper .cta-wrap ul li::marker,
.video-cta .video-cta-wrapper .cta-wrap ol li::marker {
  color: #ffd100;
}
.video-cta .video-cta-wrapper .cta-wrap .secondary-cta {
  min-width: 200px;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #ffd100;
  border-radius: 30px;
  background-size: cover;
  font-family: "Proxima Nova";
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  color: #ffffff !important;
  -webkit-text-decoration: none solid rgb(255, 255, 255);
          text-decoration: none solid rgb(255, 255, 255);
  text-align: center;
  padding: 17px 30px;
  display: block;
  transition: 0.3s;
}
.video-cta .video-cta-wrapper .cta-wrap .secondary-cta:hover, .video-cta .video-cta-wrapper .cta-wrap .secondary-cta:focus {
  transition: 0.3s;
  color: #471d3b !important;
  background-color: #ffd100;
}

body .mfp-close {
  width: auto;
  font-size: 40px;
  right: 0;
  top: -45px;
  left: auto;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767.98px) {
  body .mfp-close {
    right: 0 !important;
    top: -40px !important;
  }
}

.video-cta .video-cta-wrapper.image-right .cta-wrap h3, .video-cta .video-cta-wrapper.image-right .cta-wrap .h3 {
  color: #FFD100;
  font-size: 42px;
}

#Awards {
  padding: 44px 0 0px;
  background-color: #471d3b;
}
@media (max-width: 575.98px) {
  #Awards {
    padding: 40px 0 0px;
  }
}
#Awards h2, #Awards .h2 {
  line-height: 66px;
  margin-bottom: 24px;
}
@media (max-width: 767.98px) {
  #Awards h2, #Awards .h2 {
    line-height: 44px;
  }
}
#Awards .awards-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
}
@media (max-width: 575.98px) {
  #Awards .awards-wrap {
    display: block;
  }
}
#Awards .awards-wrap .each-award {
  width: calc(25% - 21px);
  margin-right: 28px;
  margin-bottom: 40px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #Awards .awards-wrap .each-award {
    width: calc(33% - 17px);
  }
  #Awards .awards-wrap .each-award:nth-child(3n) {
    margin-right: 0;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #Awards .awards-wrap .each-award {
    width: calc(50% - 14px);
  }
  #Awards .awards-wrap .each-award:nth-child(2n) {
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  #Awards .awards-wrap .each-award:nth-child(4n) {
    margin-right: 0;
  }
}
@media (max-width: 767.98px) {
  #Awards .awards-wrap .each-award:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 575.98px) {
  #Awards .awards-wrap .each-award {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
#Awards .awards-wrap .each-award .image-wrap {
  border-radius: 4px;
  padding: 0 25px;
  margin: auto;
  background-color: #dadada;
  height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #Awards .awards-wrap .each-award .image-wrap {
    height: 300px;
  }
}
#Awards .awards-wrap .each-award .image-wrap img {
  height: auto;
}
#Awards .awards-wrap .each-award p {
  padding: 20px;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1.5;
  color: #ffffff;
  font-weight: 500;
  text-align: center;
}
#Awards .awards-wrap .each-award a {
  text-decoration: unset;
}
#Awards .awards-wrap .each-award a:hover {
  opacity: 0.8;
}
#Awards .cta {
  padding-bottom: 60px;
}
@media (max-width: 767.98px) {
  #Awards .cta {
    padding-bottom: 50px;
  }
}
#Awards .cta a.secondary-cta {
  min-width: 200px;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #ffd100;
  border-radius: 30px;
  background-size: cover;
  font-family: "Proxima Nova";
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  color: #ffffff !important;
  -webkit-text-decoration: none solid rgb(255, 255, 255);
          text-decoration: none solid rgb(255, 255, 255);
  text-align: center;
  padding: 17px 30px;
  display: block;
  transition: 0.3s;
  margin: 0 auto;
}
#Awards .cta a.secondary-cta:hover, #Awards .cta a.secondary-cta:focus {
  transition: 0.3s;
  color: #471d3b !important;
  background-color: #ffd100;
}
#Awards a.primary-cta {
  min-width: 200px;
  width: -moz-fit-content;
  width: fit-content;
  height: 50px;
  border-radius: 30px;
  background-color: #ffd100;
  font-size: 16px;
  line-height: 50px;
  color: #000000 !important;
  text-align: center;
  text-decoration: none;
  font-family: "Proxima Nova";
  font-weight: 600;
  padding: 0 30px;
  display: block;
  transition: 0.3s;
  display: inline-block;
  margin: 0 auto 60px;
}
#Awards a.primary-cta:hover, #Awards a.primary-cta:focus {
  background-color: #ffffff !important;
  transition: 0.3s;
}
@media (max-width: 767.98px) {
  #Awards a.primary-cta {
    margin: 30px auto 50px;
  }
}

.page-id-1907 .breadcrumb-template-inner {
  padding: 10px 0 20px;
}
@media (max-width: 1199.98px) {
  .page-id-1907 .intro-paragraph {
    padding: 0 0 40px !important;
  }
}
@media (max-width: 767.98px) {
  .page-id-1907 .intro-paragraph .section-header p {
    margin-bottom: 0;
  }
}
.page-id-1907 #Awards {
  padding: 44px 0 1px;
}
@media (max-width: 767.98px) {
  .page-id-1907 #Awards {
    padding: 40px 0 1px;
  }
}
@media (max-width: 991.98px) {
  .page-id-1907 #Awards {
    padding: 50px 0 1px;
  }
}
.page-id-1907 .layout-50-50 {
  padding: 60px 0;
}
@media (max-width: 767.98px) {
  .page-id-1907 .layout-50-50 {
    padding: 30px 0;
  }
}
@media (max-width: 991.98px) {
  .page-id-1907 .layout-50-50 {
    padding: 40px 0;
  }
}
.page-id-1907 .layout-50-50 .layout-wrap.squareborder .lhs img {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
@media (max-width: 991.98px) {
  .page-id-1907 .layout-50-50 .layout-wrap.squareborder .lhs img {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 4px;
  }
}
.page-id-1907 .layout-50-50 .layout-wrap.squareborder .rhs img {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
@media (max-width: 991.98px) {
  .page-id-1907 .layout-50-50 .layout-wrap.squareborder .rhs img {
    border-top-left-radius: 0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 0;
  }
}
.page-id-1907 .layout-50-50 .layout-wrap .content-wrap h2, .page-id-1907 .layout-50-50 .layout-wrap .content-wrap .h2 {
  font-size: 40px;
  margin-bottom: 30px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .page-id-1907 .layout-50-50 .layout-wrap .content-wrap h2, .page-id-1907 .layout-50-50 .layout-wrap .content-wrap .h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .page-id-1907 .layout-50-50 .layout-wrap .content-wrap h4, .page-id-1907 .layout-50-50 .layout-wrap .content-wrap .h4 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 14px;
  }
}

.section-header.esg-page h2, .section-header.esg-page .h2 {
  margin-bottom: 20px;
}

.defaultcards.corporate-driveus .e-con-inner {
  gap: unset;
}
@media (max-width: 767.98px) {
  .defaultcards.corporate-driveus {
    margin-top: 0px;
  }
}
.defaultcards.corporate-driveus h3, .defaultcards.corporate-driveus .h3 {
  font-family: "Proxima Nova";
  font-weight: 400;
  font-size: 32px;
  line-height: 1.3;
  color: #ffd100;
  margin-bottom: 20px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .defaultcards.corporate-driveus h3, .defaultcards.corporate-driveus .h3 {
    padding: 0 20px;
  }
}
.defaultcards.corporate-driveus .rhs {
  margin-left: 0px;
}
.defaultcards.corporate-driveus .rhs .defaultcards {
  margin-top: 0;
  margin-bottom: 0;
}
.defaultcards.corporate-driveus .card-wrap {
  display: flex;
  align-items: start;
  justify-content: space-between;
  align-items: stretch;
}
@media (max-width: 767.98px) {
  .defaultcards.corporate-driveus .card-wrap {
    flex-wrap: wrap;
  }
}
.defaultcards.corporate-driveus .card-wrap .each-card {
  width: 49%;
  min-height: 200px;
  padding: 25px;
  background-color: rgba(71, 29, 59, 0.4);
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  color: white;
}
@media (max-width: 767.98px) {
  .defaultcards.corporate-driveus .card-wrap .each-card {
    width: 100%;
    margin-top: 20px;
  }
  .defaultcards.corporate-driveus .card-wrap .each-card:first-child {
    margin-top: 0;
  }
}
.defaultcards.corporate-driveus .card-wrap .each-card::after {
  content: "\f016";
  position: absolute;
  font-family: "Quest";
  font-size: 250px;
  line-height: 250px;
  color: rgba(255, 255, 255, 0.05);
  bottom: -125px;
  right: -125px;
}
.defaultcards.corporate-driveus .card-wrap .each-card h4, .defaultcards.corporate-driveus .card-wrap .each-card .h4 {
  font-family: "Proxima Nova";
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: #ffd100;
}
.defaultcards.corporate-driveus .card-wrap .each-card p {
  font-family: "Proxima Nova";
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
  color: #ffffff;
  margin-bottom: 0;
}

@media (max-width: 1199.98px) {
  .home .defaultcards.corporate-driveus {
    margin-top: 50px;
  }
}

.worldwide-locations {
  padding: 60px 0 70px;
  background-image: url("../wp-content/uploads/2025/02/Map_full-height.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
@media (max-width: 767.98px) {
  .worldwide-locations {
    padding: 40px 0 50px;
  }
}
.worldwide-locations .section-header {
  display: flex;
  padding-bottom: 96px;
  position: relative;
}
@media (min-width: 0) and (max-width: 767.98px) {
  .worldwide-locations .section-header {
    flex-direction: column;
    padding-bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .worldwide-locations .section-header {
    padding-bottom: 50px;
  }
}
.worldwide-locations .section-header .heading-wrap {
  flex: 1 80%;
  max-width: 80%;
}
@media (min-width: 0) and (max-width: 767.98px) {
  .worldwide-locations .section-header .heading-wrap {
    flex: 1 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
}
.worldwide-locations .section-header .heading-wrap h2, .worldwide-locations .section-header .heading-wrap .h2 {
  margin-bottom: 26px;
}
@media (max-width: 767.98px) {
  .worldwide-locations .section-header .heading-wrap h2, .worldwide-locations .section-header .heading-wrap .h2 {
    margin-bottom: 20px;
  }
}
.worldwide-locations .section-header .heading-wrap p {
  font-family: "Proxima Nova";
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #ffffff;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .worldwide-locations .section-header .heading-wrap p {
    width: 75%;
  }
}
@media (min-width: 0) and (max-width: 767.98px) {
  .worldwide-locations .section-header .cta-wrap {
    flex: 1 100%;
    max-width: 100%;
  }
}
.worldwide-locations .counts-section {
  position: relative;
}
.worldwide-locations .counts-section .countup-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  .worldwide-locations .counts-section .countup-wrap {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .worldwide-locations .counts-section .countup-wrap {
    justify-content: space-around;
  }
}
@media (max-width: 1199.98px) {
  .worldwide-locations .counts-section .countup-wrap .each-counts {
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  .worldwide-locations .counts-section .countup-wrap .each-counts {
    width: 48%;
    position: relative;
  }
  .worldwide-locations .counts-section .countup-wrap .each-counts:nth-child(1), .worldwide-locations .counts-section .countup-wrap .each-counts:nth-child(2) {
    padding-bottom: 25px;
  }
  .worldwide-locations .counts-section .countup-wrap .each-counts:nth-child(3), .worldwide-locations .counts-section .countup-wrap .each-counts:nth-child(4) {
    padding-top: 25px;
  }
  .worldwide-locations .counts-section .countup-wrap .each-counts:nth-child(odd)::before {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 1px;
    content: "";
    height: 85%;
    background-color: rgba(218, 218, 218, 0.2);
  }
  .worldwide-locations .counts-section .countup-wrap .each-counts:first-child::after {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 85%;
    content: "";
    height: 1px;
    background-color: rgba(218, 218, 218, 0.2);
  }
  .worldwide-locations .counts-section .countup-wrap .each-counts:nth-child(2)::before {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 85%;
    content: "";
    height: 1px;
    background-color: rgba(218, 218, 218, 0.2);
  }
}
@media (max-width: 767.98px) {
  .worldwide-locations .counts-section .countup-wrap .each-counts .numbers {
    text-align: center;
  }
}
.worldwide-locations .counts-section .countup-wrap .each-counts .numbers p {
  font-family: "Proxima Nova";
  font-weight: 600;
  font-size: 100px;
  color: #ffd100;
  line-height: 1.1;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .worldwide-locations .counts-section .countup-wrap .each-counts .numbers p {
    font-size: 56px;
    line-height: 62px;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .worldwide-locations .counts-section .countup-wrap .each-counts .numbers p {
    font-size: 60px;
  }
}
.worldwide-locations .counts-section .countup-wrap .each-counts p.sub-text {
  font-family: "Proxima Nova";
  font-weight: 500;
  font-size: 32px;
  line-height: 1.5;
  color: #ffffff;
  -webkit-text-decoration: none solid rgb(255, 255, 255);
          text-decoration: none solid rgb(255, 255, 255);
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .worldwide-locations .counts-section .countup-wrap .each-counts p.sub-text {
    text-align: center;
  }
}

.principles-corevalues {
  padding: 36px 0 25px;
}
@media (max-width: 767.98px) {
  .principles-corevalues {
    padding: 40px 0 15px;
  }
}
.principles-corevalues h2, .principles-corevalues .h2 {
  margin-bottom: 10px;
  line-height: 80px;
}
@media (max-width: 767.98px) {
  .principles-corevalues h2, .principles-corevalues .h2 {
    margin-bottom: 20px;
    line-height: 44px;
  }
}
.principles-corevalues p {
  font-family: "Proxima Nova";
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #ffffff;
  margin-top: 20px;
  margin-bottom: 35px;
}

.faq-50-50 .our-services {
  background-color: transparent;
  padding: 0;
}
.faq-50-50 h3, .faq-50-50 .h3 {
  font-family: "Proxima Nova";
  font-weight: 400;
  font-size: 32px;
  line-height: 36px;
  color: #ffd100;
  margin-bottom: 20px;
}
.faq-50-50 #FAQ .faq-wrapper {
  width: 100%;
}
.faq-50-50 #FAQ .faq-wrapper .each-faq {
  border-radius: 4px;
  margin-bottom: 20px;
}
.faq-50-50 #FAQ .faq-wrapper .each-faq.active {
  padding: 0px 35px;
}
@media (max-width: 991.98px) {
  .faq-50-50 #FAQ .faq-wrapper .each-faq.active {
    padding: 0px 20px;
  }
}
.faq-50-50 #FAQ .faq-wrapper .each-faq.active .faq-title {
  border-bottom: unset;
}
.faq-50-50 #FAQ .faq-wrapper .each-faq .faq-title p {
  color: #fff;
  font-weight: 700;
}
.faq-50-50 #FAQ .faq-wrapper .each-faq .faq-description {
  padding-top: 0;
}
.faq-50-50 #FAQ .faq-wrapper .each-faq .content-wrap {
  width: 100%;
}
.faq-50-50 .faq-lhs h3, .faq-50-50 .faq-lhs .h3 {
  font-family: "Proxima Nova";
  font-weight: 400;
  font-size: 32px;
  line-height: 36px;
  color: #ffd100;
  margin-bottom: 20px;
}
.faq-50-50 .faq-lhs #FAQ .faq-wrapper {
  width: 100%;
}
.faq-50-50 .faq-lhs #FAQ .faq-wrapper .each-faq {
  border-radius: 4px;
  margin-bottom: 20px;
}
.faq-50-50 .faq-lhs #FAQ .faq-wrapper .each-faq.active {
  padding: 0px 35px;
}
@media (max-width: 991.98px) {
  .faq-50-50 .faq-lhs #FAQ .faq-wrapper .each-faq.active {
    padding: 0px 20px;
  }
}
.faq-50-50 .faq-lhs #FAQ .faq-wrapper .each-faq.active .faq-title {
  border-bottom: unset;
}
.faq-50-50 .faq-lhs #FAQ .faq-wrapper .each-faq .faq-title p {
  color: #fff;
  font-weight: 700;
}
.faq-50-50 .faq-lhs #FAQ .faq-wrapper .each-faq .faq-description {
  padding-top: 0;
}
.faq-50-50 .faq-lhs #FAQ .faq-wrapper .each-faq .content-wrap {
  width: 100%;
}
.faq-50-50 .faq-rhs h3, .faq-50-50 .faq-rhs .h3 {
  font-family: "Proxima Nova";
  font-weight: 400;
  font-size: 32px;
  line-height: 36px;
  color: #ffd100;
  margin-bottom: 20px;
}
.faq-50-50 .faq-rhs #FAQ .faq-wrapper {
  width: 100%;
}
.faq-50-50 .faq-rhs #FAQ .faq-wrapper .each-faq {
  border-radius: 4px;
  margin-bottom: 20px;
}
.faq-50-50 .faq-rhs #FAQ .faq-wrapper .each-faq.active {
  padding: 0px 35px;
}
@media (max-width: 991.98px) {
  .faq-50-50 .faq-rhs #FAQ .faq-wrapper .each-faq.active {
    padding: 0px 20px;
  }
}
.faq-50-50 .faq-rhs #FAQ .faq-wrapper .each-faq.active .faq-title {
  border-bottom: unset;
}
.faq-50-50 .faq-rhs #FAQ .faq-wrapper .each-faq .faq-title p {
  color: #fff;
  font-weight: 700;
}
.faq-50-50 .faq-rhs #FAQ .faq-wrapper .each-faq .faq-description {
  padding-top: 0;
}
.faq-50-50 .faq-rhs #FAQ .faq-wrapper .each-faq .content-wrap {
  width: 100%;
}

.compliance-faq-sec {
  background-color: rgba(71, 29, 59, 0.7);
  padding: 50px 0 60px;
}
@media (max-width: 767.98px) {
  .compliance-faq-sec {
    padding: 40px 0 50px;
  }
}
.compliance-faq-sec h2, .compliance-faq-sec .h2 {
  text-align: center;
  margin-bottom: 26px;
}
.compliance-faq-sec #FAQ .faq-wrapper .each-faq {
  background-color: #662a53;
  margin-bottom: 20px;
  border-radius: 4px;
}
.compliance-faq-sec #FAQ .faq-wrapper .each-faq:last-child {
  margin-bottom: 0;
}
.compliance-faq-sec #FAQ .faq-wrapper .each-faq::before {
  display: none;
}
.compliance-faq-sec #FAQ .faq-wrapper .each-faq.active {
  padding-bottom: 0;
}
.compliance-faq-sec #FAQ .faq-wrapper .each-faq.active .faq-title {
  border-bottom: unset;
}
.compliance-faq-sec #FAQ .faq-wrapper .each-faq .faq-title p {
  font-size: 18px;
  color: #ffffff;
}
.compliance-faq-sec #FAQ .faq-wrapper .each-faq .faq-description {
  padding-top: 0;
}
.compliance-faq-sec #FAQ .faq-wrapper .each-faq .faq-description ul.faq-description-wrap {
  list-style-type: none;
  justify-content: unset;
  padding: 0;
  margin-bottom: 0;
  flex-wrap: wrap;
  display: flex;
}
.compliance-faq-sec #FAQ .faq-wrapper .each-faq .faq-description ul.faq-description-wrap li {
  width: 33%;
  padding-bottom: 16px;
}
@media (min-width: 510px) and (max-width: 767.98px) {
  .compliance-faq-sec #FAQ .faq-wrapper .each-faq .faq-description ul.faq-description-wrap li {
    width: 50%;
    text-align: center;
  }
}
@media (max-width: 509.98px) {
  .compliance-faq-sec #FAQ .faq-wrapper .each-faq .faq-description ul.faq-description-wrap li {
    width: 100%;
    text-align: left;
  }
}
.compliance-faq-sec #FAQ .faq-wrapper .each-faq .faq-description ul.faq-description-wrap li a {
  font-family: "Proxima Nova";
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
  margin-bottom: 0;
  position: relative;
  transition: all 0.5s;
  text-decoration: underline;
}
.compliance-faq-sec #FAQ .faq-wrapper .each-faq .faq-description ul.faq-description-wrap li a::before {
  position: absolute;
  content: "\f011";
  font-family: "Quest";
  font-size: 14px;
  line-height: 14px;
  color: #471d3b;
  background-color: #ffd100;
  padding: 3px;
  border-radius: 50%;
  transform: rotate(270deg);
  opacity: 0;
  z-index: 1;
  width: 20px;
  height: 20px;
  top: calc(50% - 10px);
  font-weight: 500;
  left: 0;
  transition: 0.5s;
}
@media (max-width: 1199.98px) {
  .compliance-faq-sec #FAQ .faq-wrapper .each-faq .faq-description ul.faq-description-wrap li a::before {
    content: none;
  }
}
.compliance-faq-sec #FAQ .faq-wrapper .each-faq .faq-description ul.faq-description-wrap li a:hover, .compliance-faq-sec #FAQ .faq-wrapper .each-faq .faq-description ul.faq-description-wrap li a:focus {
  padding-left: 24px;
  transition: 0.5s;
  color: #ffd100;
}
@media (max-width: 1199.98px) {
  .compliance-faq-sec #FAQ .faq-wrapper .each-faq .faq-description ul.faq-description-wrap li a:hover, .compliance-faq-sec #FAQ .faq-wrapper .each-faq .faq-description ul.faq-description-wrap li a:focus {
    padding-left: 0;
  }
}
.compliance-faq-sec #FAQ .faq-wrapper .each-faq .faq-description ul.faq-description-wrap li a:hover::before, .compliance-faq-sec #FAQ .faq-wrapper .each-faq .faq-description ul.faq-description-wrap li a:focus::before {
  display: block;
  transition: 0.5s;
  opacity: 1;
}
.compliance-faq-sec .our-services h2, .compliance-faq-sec .our-services .h2 {
  color: #ffd100;
}

.AwardsSlider {
  padding: 50px 0 60px;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .AwardsSlider {
    padding: 40px 0 50px;
  }
}
.AwardsSlider h2, .AwardsSlider .h2 {
  line-height: 64px;
  margin-bottom: 40px;
}
@media (max-width: 767.98px) {
  .AwardsSlider h2, .AwardsSlider .h2 {
    line-height: 44px;
    margin-bottom: 24px;
  }
}
.AwardsSlider .awards-slider .each-awardcard {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 28px;
  text-decoration: none;
}
.AwardsSlider .awards-slider .each-awardcard .image-wrap img {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  width: 100%;
  height: auto;
}
.AwardsSlider .awards-slider .each-awardcard .content-wrap {
  min-height: 220px;
  padding: 30px 20px;
}
@media (max-width: 767.98px) {
  .AwardsSlider .awards-slider .each-awardcard .content-wrap {
    min-height: 190px;
  }
}
.AwardsSlider .awards-slider .each-awardcard .content-wrap p {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #000000;
  -webkit-text-decoration: none solid rgb(0, 0, 0);
          text-decoration: none solid rgb(0, 0, 0);
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .AwardsSlider .awards-slider .each-awardcard .content-wrap p {
    font-size: 20px;
  }
}
.AwardsSlider .awards-slider .each-awardcard .arrow {
  position: absolute;
  width: 54px;
  height: 54px;
  bottom: 0;
  right: 0;
  background-color: #ffd100;
  border-radius: 50%;
  transition: 0.3s;
}
@media (max-width: 1199.98px) {
  .AwardsSlider .awards-slider .each-awardcard .arrow {
    transform: rotate(-45deg);
  }
}
.AwardsSlider .awards-slider .each-awardcard .arrow i {
  position: relative;
  top: 50%;
  left: 50%;
  font-size: 32px;
  border-radius: 50%;
  color: #471d3b;
  transition: 0.3s;
  transform: translate(-50%, -50%);
}
@media (min-width: 1200px) {
  .AwardsSlider .awards-slider .each-awardcard:hover .arrow {
    transform: rotate(-45deg);
  }
}
.AwardsSlider .awards-slider .each-awardcard .content-wrap p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
.AwardsSlider .awards-slider .owl-stage-outer {
  overflow: unset;
}
.AwardsSlider .awards-slider .owl-nav {
  position: absolute;
  right: 0;
  top: -100px;
}
@media (max-width: 991.98px) {
  .AwardsSlider .awards-slider .owl-nav {
    display: none;
  }
}
.AwardsSlider .awards-slider .owl-nav .owl-prev {
  transform: rotate(180deg);
  margin-right: 20px;
}
.AwardsSlider .awards-slider .owl-nav .owl-prev,
.AwardsSlider .awards-slider .owl-nav .owl-next {
  background-color: transparent;
  border: unset;
  padding: 0;
  border-radius: 50%;
  width: 54px;
  height: 54px;
}
.AwardsSlider .awards-slider .owl-nav .owl-prev span,
.AwardsSlider .awards-slider .owl-nav .owl-next span {
  display: flex;
}
.AwardsSlider .awards-slider .owl-nav .owl-prev i,
.AwardsSlider .awards-slider .owl-nav .owl-next i {
  font-size: 16px;
  color: #ffd100;
  border: 1px solid rgba(255, 209, 0, 0.3);
  border-radius: 50%;
  width: 54px;
  height: 54px;
  transition: 0.3s;
  position: relative;
}
.AwardsSlider .awards-slider .owl-nav .owl-prev i::before,
.AwardsSlider .awards-slider .owl-nav .owl-next i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.AwardsSlider .awards-slider .owl-nav .owl-prev i:hover, .AwardsSlider .awards-slider .owl-nav .owl-prev i:focus,
.AwardsSlider .awards-slider .owl-nav .owl-next i:hover,
.AwardsSlider .awards-slider .owl-nav .owl-next i:focus {
  transition: 0.3s;
  background-color: #ffd100;
  color: #471d3b;
}
.AwardsSlider .description-cta {
  position: relative;
  margin-top: 60px;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .AwardsSlider .description-cta {
    padding: 0 !important;
  }
}
@media (max-width: 767.98px) {
  .AwardsSlider .description-cta {
    padding: 0 !important;
    margin-top: 30px;
  }
}
.AwardsSlider .description-cta p {
  width: 75%;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .AwardsSlider .description-cta p {
    width: 70%;
  }
}
@media (max-width: 767.98px) {
  .AwardsSlider .description-cta p {
    width: 100%;
    margin-bottom: 24px;
  }
}
.AwardsSlider .description-cta a.secondary-cta {
  min-width: 200px;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #ffd100;
  border-radius: 30px;
  background-size: cover;
  font-family: "Proxima Nova";
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  color: #ffffff !important;
  -webkit-text-decoration: none solid rgb(255, 255, 255);
          text-decoration: none solid rgb(255, 255, 255);
  text-align: center;
  padding: 17px 30px;
  display: block;
  transition: 0.3s;
}
@media (min-width: 768px) {
  .AwardsSlider .description-cta a.secondary-cta {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 767.98px) {
  .AwardsSlider .description-cta a.secondary-cta {
    margin: 0 auto;
  }
}
.AwardsSlider .description-cta a.secondary-cta:hover, .AwardsSlider .description-cta a.secondary-cta:focus {
  transition: 0.3s;
  color: #471d3b !important;
  background-color: #ffd100;
}
.AwardsSlider .description-cta a.secondary-cta:hover {
  background-color: #ffd100 !important;
  transition: 0.4s all;
}

.section-header {
  position: relative;
}
.section-header h2, .section-header .h2 {
  margin-bottom: 15px;
}
@media (max-width: 767.98px) {
  .section-header h2, .section-header .h2 {
    margin-bottom: 20px;
  }
}
.section-header p {
  font-family: "Proxima Nova";
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #ffffff;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .section-header p {
    width: 60%;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .section-header p {
    width: 75%;
  }
}
@media (max-width: 767.98px) {
  .section-header p {
    margin-bottom: 24px;
  }
}
.section-header p a {
  color: #ffd100;
  text-decoration: none;
}
.section-header p img {
  border-radius: 4px;
}
.section-header ul li {
  font-size: 18px;
  line-height: 1.3;
  color: #ffffff;
  font-weight: 400;
}
.section-header ul li::marker {
  color: #ffd100;
}
.section-header a.secondary-cta {
  position: absolute;
  right: 0;
  top: 0;
  min-width: 200px;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #ffd100;
  border-radius: 30px;
  background-size: cover;
  font-family: "Proxima Nova";
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  color: #ffffff !important;
  -webkit-text-decoration: none solid rgb(255, 255, 255);
          text-decoration: none solid rgb(255, 255, 255);
  text-align: center;
  padding: 17px 30px;
  display: block;
  transition: 0.3s;
}
.section-header a.secondary-cta:hover, .section-header a.secondary-cta:focus {
  transition: 0.3s;
  color: #471d3b !important;
  background-color: #ffd100;
}
@media (max-width: 991.98px) {
  .section-header a.secondary-cta {
    position: relative;
  }
}

.statistics-details-container .layout-30-70 .wrapper .rhs,
.worldwide-locations .layout-30-70 .wrapper .rhs {
  width: 100%;
}

@media (max-width: 767.98px) {
  .page-id-1955 .intro-paragraph {
    padding: 20px 0px !important;
  }
}
.page-id-1955 #corporate-intro-paragraph .layout-30-70 {
  padding: 0 0 65px;
}
.page-id-1955 .corporate-driveus {
  padding-bottom: 60px;
}
@media (max-width: 991.98px) {
  .page-id-1955 .corporate-driveus {
    padding-bottom: 50px;
  }
}
@media (max-width: 767.98px) {
  .page-id-1955 .corporate-driveus {
    padding-bottom: 40px;
  }
}
.page-id-1955 .corporate-driveus .rhs .defaultcards.corporate-driveus .card-wrap .each-card::after {
  content: "\f016";
  position: absolute;
  font-family: "Quest";
  font-size: 250px;
  line-height: 250px;
  color: rgba(255, 255, 255, 0.05);
  bottom: -125px;
  right: -125px;
}
.page-id-1955 .corporate-faq-50-50 {
  padding-top: 40px;
}
@media (max-width: 991.98px) {
  .page-id-1955 .corporate-faq-50-50 {
    padding-top: 0;
  }
}
@media (max-width: 1199.98px) {
  .page-id-1955 .corporate-faq-50-50 {
    padding: 20px 20px 0;
  }
}
.page-id-1955 .video-cta {
  padding-bottom: 0;
}
.page-id-1955 .corporate-awards-slider .AwardsSlider {
  padding-bottom: 40px;
}
@media (max-width: 991.98px) {
  .page-id-1955 .corporate-awards-slider .AwardsSlider {
    padding-bottom: 20px;
  }
}
.page-id-1955 .layout-30-70 {
  padding: 50px 0;
}
@media (max-width: 991.98px) {
  .page-id-1955 .layout-30-70 {
    padding: 40px 0;
  }
}
@media (max-width: 767.98px) {
  .page-id-1955 .layout-30-70 {
    padding: 30px 0;
  }
}
.page-id-1955 .section-header {
  padding-top: 50px;
}
@media (max-width: 991.98px) {
  .page-id-1955 .section-header {
    padding: 40px 0 0;
  }
}
@media (max-width: 767.98px) {
  .page-id-1955 .section-header {
    padding: 30px 0 0;
  }
}
.page-id-1955 .section-header a {
  top: 60px;
}
@media (max-width: 991.98px) {
  .page-id-1955 .section-header a {
    top: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .page-id-1955 .section-header a {
    right: 20px;
  }
}
.page-id-1955 .section-header-bottom .section-header {
  padding-top: unset;
  padding-bottom: 30px;
}
@media (max-width: 991.98px) {
  .page-id-1955 .section-header-bottom .section-header {
    padding: 0 0 30px;
  }
}
@media (max-width: 767.98px) {
  .page-id-1955 .section-header-bottom .section-header {
    padding: 0 0 20px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .page-id-1955 .section-header-bottom .section-header p {
    margin-bottom: 30px;
  }
}
.page-id-1955 .section-header-bottom .section-header a {
  top: 0;
}
.page-id-1955 .statistics-details-container {
  background-size: contain;
}
.page-id-1955 .statistics-details-container .section-header p {
  margin-bottom: 30px;
}
.page-id-1955 .statistics-details-container .layout-30-70 {
  padding: 80px 0 60px;
}
.page-id-1955 .statistics-details-container .layout-30-70 .wrapper .rhs {
  margin-left: unset;
}
.page-id-1955 .statistics-details-container .layout-30-70 .wrapper .rhs .counts-section .countup-wrap .each-counts p.sub-text {
  font-size: 32px;
  font-family: 700;
}
.page-id-1955 .layout-50-50 {
  padding: 50px 0;
}
@media (max-width: 767.98px) {
  .page-id-1955 .layout-50-50 {
    padding: 30px 0;
  }
}
@media (max-width: 991.98px) {
  .page-id-1955 .layout-50-50 {
    padding: 40px 0;
  }
}
.page-id-1955 #second-bg-50-50 .layout-50-50 .layout-wrap .rhs {
  background-color: #662a53;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 28px;
  border-bottom-left-radius: 4px;
}
.page-id-1955 .compliance-faq-sec .our-services {
  background-color: unset;
  padding: 0;
}
@media (max-width: 1199.98px) {
  .page-id-1955 .compliance-faq-sec .our-services {
    padding: 0 20px;
  }
}
.page-id-1955 #FAQ .faq-wrapper .each-faq::before {
  background-color: unset;
}

@media (max-width: 767.98px) {
  .postid-22099 .intro-paragraph.full-width,
  .postid-12791 .intro-paragraph.full-width {
    padding: 40px 0px !important;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .postid-22099 .intro-paragraph.full-width,
  .postid-12791 .intro-paragraph.full-width {
    padding: 25px 0px 60px !important;
  }
}

@media (min-width: 992px) {
  .postid-12043 br.hide-below-lg {
    display: none;
  }
}

body.site-5 .asset-testimonial .wrapper .asset-card-wrap .testimonial,
body.site-7 .asset-testimonial .wrapper .asset-card-wrap .testimonial {
  width: 100%;
  margin-left: 0;
}
body.site-5 .video-wrap,
body.site-7 .video-wrap {
  position: relative;
  margin-bottom: 60px;
}
@media (max-width: 767.98px) {
  body.site-5 .video-wrap,
  body.site-7 .video-wrap {
    margin-bottom: 50px;
  }
}
body.site-5 .video-wrap img,
body.site-7 .video-wrap img {
  border-radius: 4px;
}
body.site-5 .video-wrap .quest-icon,
body.site-7 .video-wrap .quest-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.site-5 .video-wrap .quest-icon img,
body.site-7 .video-wrap .quest-icon img {
  border-radius: unset;
}

.full-width.section-header p {
  margin-bottom: 20px;
}
.full-width.section-header h3, .full-width.section-header .h3 {
  margin-bottom: 20px;
}

.site-7 .defaultcards.corporate-driveus .card-wrap .each-card {
  font-size: 22px;
  line-height: 30px;
}

.site-7.page-id-994 a {
  color: #10a0cb;
}

.layout-50-50-icons {
  padding: 60px 0;
}
@media (max-width: 767.98px) {
  .layout-50-50-icons {
    padding: 50px 0;
  }
}
.layout-50-50-icons .layout-wrap {
  position: relative;
  display: flex;
  background-color: #471d3b;
  align-items: stretch;
  border-radius: 4px;
}
@media (max-width: 767.98px) {
  .layout-50-50-icons .layout-wrap {
    flex-wrap: wrap;
  }
}
.layout-50-50-icons .layout-wrap .lhs,
.layout-50-50-icons .layout-wrap .rhs {
  width: 50%;
}
@media (max-width: 767.98px) {
  .layout-50-50-icons .layout-wrap .lhs,
  .layout-50-50-icons .layout-wrap .rhs {
    width: 100%;
  }
}
.layout-50-50-icons .layout-wrap .lhs {
  padding-top: 50px;
  position: relative;
}
@media (max-width: 767.98px) {
  .layout-50-50-icons .layout-wrap .lhs {
    padding-top: 40px;
  }
}
.layout-50-50-icons .layout-wrap .lhs h2, .layout-50-50-icons .layout-wrap .lhs .h2 {
  margin-bottom: 0;
  line-height: 80px;
  padding: 0 40px;
}
@media (max-width: 767.98px) {
  .layout-50-50-icons .layout-wrap .lhs h2, .layout-50-50-icons .layout-wrap .lhs .h2 {
    margin-bottom: 10px;
    padding: 0 20px;
  }
}
@media (max-width: 991.98px) {
  .layout-50-50-icons .layout-wrap .lhs h2, .layout-50-50-icons .layout-wrap .lhs .h2 {
    line-height: 1.2;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .layout-50-50-icons .layout-wrap .lhs h2, .layout-50-50-icons .layout-wrap .lhs .h2 {
    padding: 0 30px;
  }
}
.layout-50-50-icons .layout-wrap .lhs p {
  font-family: "Proxima Nova";
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  margin-bottom: 66px;
  padding: 0 78px 0 40px;
}
@media (max-width: 1199.98px) {
  .layout-50-50-icons .layout-wrap .lhs p {
    padding: 0 40px;
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .layout-50-50-icons .layout-wrap .lhs p {
    padding: 0 30px;
  }
}
@media (max-width: 767.98px) {
  .layout-50-50-icons .layout-wrap .lhs p {
    padding: 0 20px;
  }
}
.layout-50-50-icons .layout-wrap .lhs .image-wrap {
  position: absolute;
  width: 100%;
  bottom: 0;
}
@media (max-width: 767.98px) {
  .layout-50-50-icons .layout-wrap .lhs .image-wrap {
    position: relative;
    display: none;
  }
}
.layout-50-50-icons .layout-wrap .lhs .image-wrap img {
  width: 100%;
  height: auto;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
@media (max-width: 991.98px) {
  .layout-50-50-icons .layout-wrap .lhs .image-wrap img {
    border-top-left-radius: 4px;
    border-bottom-left-radius: unset;
    border-top-right-radius: 4px;
  }
}
.layout-50-50-icons .layout-wrap .rhs .image-wrap img {
  width: 100%;
  height: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
@media (max-width: 991.98px) {
  .layout-50-50-icons .layout-wrap .rhs .image-wrap img {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-right-radius: unset;
  }
}
.layout-50-50-icons .layout-wrap .arrow {
  position: absolute;
  width: 54px;
  height: 54px;
  bottom: 0;
  right: 0;
  background-color: #ffd100;
  border-radius: 50%;
  transition: 0.3s;
}
@media (max-width: 1199.98px) {
  .layout-50-50-icons .layout-wrap .arrow {
    transform: rotate(-45deg);
  }
}
.layout-50-50-icons .layout-wrap .arrow i {
  position: relative;
  top: 50%;
  left: 50%;
  font-size: 32px;
  border-radius: 50%;
  color: #471d3b;
  transition: 0.3s;
  transform: translate(-50%, -50%);
}
.layout-50-50-icons .layout-wrap .align-center {
  align-items: center;
}
.layout-50-50-icons .layout-wrap .content-wrap {
  padding: 60px;
}
@media (max-width: 767.98px) {
  .layout-50-50-icons .layout-wrap .content-wrap {
    padding: 40px 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .layout-50-50-icons .layout-wrap .content-wrap {
    padding: 50px 40px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .layout-50-50-icons .layout-wrap .content-wrap {
    padding: 50px 30px;
  }
}
.layout-50-50-icons .layout-wrap .content-wrap .icons-wrap .each-icon-list {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.layout-50-50-icons .layout-wrap .content-wrap .icons-wrap .each-icon-list:last-child {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .layout-50-50-icons .layout-wrap .content-wrap .icons-wrap .each-icon-list {
    margin-bottom: 24px;
  }
}
.layout-50-50-icons .layout-wrap .content-wrap .icons-wrap .each-icon-list img {
  width: 100%;
  height: auto;
  max-width: 100px;
}
@media (max-width: 767.98px) {
  .layout-50-50-icons .layout-wrap .content-wrap .icons-wrap .each-icon-list img {
    max-width: 70px;
  }
}
.layout-50-50-icons .layout-wrap .content-wrap .icons-wrap .each-icon-list p {
  font-family: "Proxima Nova";
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #dadada;
  padding-left: 30px;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .layout-50-50-icons .layout-wrap .content-wrap .icons-wrap .each-icon-list p {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 767.98px) {
  .layout-50-50-icons .layout-wrap .content-wrap .icons-wrap .each-icon-list p {
    padding-left: 20px;
  }
}
@media (min-width: 1600px) {
  .layout-50-50-icons .layout-wrap .content-wrap .icons-wrap .each-icon-list p {
    font-size: 20px;
    line-height: 30px;
  }
}
.layout-50-50-icons .layout-wrap .content-wrap h3, .layout-50-50-icons .layout-wrap .content-wrap .h3 {
  font-size: 40px;
  color: #ffffff;
  line-height: 46px;
  font-family: "Proxima Nova";
  font-weight: 700;
}
@media (max-width: 1199.98px) {
  .layout-50-50-icons .layout-wrap .content-wrap h3, .layout-50-50-icons .layout-wrap .content-wrap .h3 {
    font-size: 32px;
    line-height: 38px;
  }
}

#Locations {
  background-color: #471d3b;
  padding: 40px 0 30px;
  scroll-margin-top: 100px;
}
@media (max-width: 767.98px) {
  #Locations {
    padding: 30px 0;
  }
}
#Locations h2, #Locations .h2 {
  text-align: center;
  line-height: 80px;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  #Locations h2, #Locations .h2 {
    margin-bottom: 15px;
  }
}
#Locations p {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 1199.98px) {
  #Locations p {
    padding: 0 20px;
  }
}
#Locations .filter-wrap {
  margin-top: 44px;
}
#Locations .filter-wrap .filters-title {
  display: flex;
  align-items: center;
  justify-content: space-around;
  border-bottom: 1px solid rgba(255, 209, 0, 0.3);
}
#Locations .filter-wrap .filters-title a {
  text-decoration: unset;
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 500;
  padding: 15px 22px;
  transition: 0.3s all;
  position: relative;
}
@media (max-width: 575.98px) {
  #Locations .filter-wrap .filters-title a {
    font-size: 18px;
    padding: 15px;
  }
}
#Locations .filter-wrap .filters-title a::after {
  content: "";
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  position: absolute;
  background-color: #ffd100;
  transition: 0.3s all;
  opacity: 0;
}
#Locations .filter-wrap .filters-title a.active {
  color: #ffd100;
  transition: 0.3s all;
}
#Locations .filter-wrap .filters-title a.active::after {
  opacity: 1;
  transition: 0.3s all;
}
#Locations .filter-wrap .filters-expands-list .fe-list {
  display: none;
  height: auto;
}
#Locations .filter-wrap .filters-expands-list .fe-list.active {
  display: block;
}
#Locations .filter-wrap .filters-expands-list .fe-sub-list {
  display: none;
}
#Locations .filter-wrap .filters-expands-list .fe-sub-list.active {
  display: block;
}
#Locations .filter-wrap .filters-expands-list .category,
#Locations .filter-wrap .filters-expands-list .country-list {
  padding: 40px 0 20px;
  display: flex;
  justify-content: flex-start;
  scrollbar-width: none;
  flex-wrap: wrap;
}
@media (max-width: 767.98px) {
  #Locations .filter-wrap .filters-expands-list .category,
  #Locations .filter-wrap .filters-expands-list .country-list {
    padding: 20px 0;
  }
}
@media (max-width: 1199.98px) {
  #Locations .filter-wrap .filters-expands-list .category,
  #Locations .filter-wrap .filters-expands-list .country-list {
    flex-wrap: nowrap;
    overflow-y: scroll;
  }
}
#Locations .filter-wrap .filters-expands-list .category::-webkit-scrollbar,
#Locations .filter-wrap .filters-expands-list .country-list::-webkit-scrollbar {
  display: none;
}
#Locations .filter-wrap .filters-expands-list .category a,
#Locations .filter-wrap .filters-expands-list .country-list a {
  font-weight: 400;
  font-size: 18px;
  line-height: 40px;
  color: #ffffff;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 150px;
  padding: 0 15px;
  text-decoration: unset;
  background-color: rgba(102, 42, 83, 0.25);
  display: block;
  text-align: center;
  border-radius: 20px;
  margin-right: 16px;
  transition: 0.3s all;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  #Locations .filter-wrap .filters-expands-list .category a,
  #Locations .filter-wrap .filters-expands-list .country-list a {
    min-width: 140px;
  }
}
@media (max-width: 1199.98px) {
  #Locations .filter-wrap .filters-expands-list .category a:last-child,
  #Locations .filter-wrap .filters-expands-list .country-list a:last-child {
    margin-right: 0;
  }
}
#Locations .filter-wrap .filters-expands-list .category a.active,
#Locations .filter-wrap .filters-expands-list .country-list a.active {
  color: #ffd100;
  background-color: #662a53;
  transition: 0.3s all;
}
#Locations .filter-wrap .filters-expands-list .locations-wrap .each-locations-wrap .each-locations {
  display: inline-block;
  width: calc(33.3333333333% - 23px);
  min-height: 320px;
  vertical-align: top;
  background-color: rgba(102, 42, 83, 0.5);
  border-radius: 4px;
  padding: 30px 30px 50px;
  margin-right: 30px;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  #Locations .filter-wrap .filters-expands-list .locations-wrap .each-locations-wrap .each-locations:nth-child(3n) {
    margin-right: 0;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  #Locations .filter-wrap .filters-expands-list .locations-wrap .each-locations-wrap .each-locations {
    width: 48%;
    margin-right: 3%;
  }
  #Locations .filter-wrap .filters-expands-list .locations-wrap .each-locations-wrap .each-locations:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 575.98px) {
  #Locations .filter-wrap .filters-expands-list .locations-wrap .each-locations-wrap .each-locations {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
#Locations .filter-wrap .filters-expands-list .locations-wrap .each-locations-wrap .each-locations h4, #Locations .filter-wrap .filters-expands-list .locations-wrap .each-locations-wrap .each-locations .h4 {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  color: #ffffff;
  margin-bottom: 6px;
}
#Locations .filter-wrap .filters-expands-list .locations-wrap .each-locations-wrap .each-locations p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #dadada;
  margin-bottom: 16px;
  text-align: left;
  padding: 0;
}
#Locations .filter-wrap .filters-expands-list .locations-wrap .each-locations-wrap .each-locations .contact {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  text-decoration: unset;
}
#Locations .filter-wrap .filters-expands-list .locations-wrap .each-locations-wrap .each-locations .contact .call-icon {
  margin-right: 10px;
}
#Locations .filter-wrap .filters-expands-list .locations-wrap .each-locations-wrap .each-locations .contact .call-icon i {
  font-size: 20px;
  line-height: 20px;
  color: #ffd100;
}
#Locations .filter-wrap .filters-expands-list .locations-wrap .each-locations-wrap .each-locations .contact p {
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: #ffffff;
  margin-bottom: 0;
}
#Locations .filter-wrap .filters-expands-list .locations-wrap .each-locations-wrap .each-locations a {
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  color: #ffd100;
  text-decoration: underline;
}
#Locations .filter-wrap .filters-expands-list .locations-wrap .each-locations-wrap .each-locations .gmap {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 50%;
  height: 50%;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 9999;
}
@media (max-width: 575.98px) {
  #Locations .filter-wrap .filters-expands-list .locations-wrap .each-locations-wrap .each-locations .gmap {
    width: 80%;
  }
}
#Locations .filter-wrap .filters-expands-list .locations-wrap .each-locations-wrap .each-locations .gmap.active {
  display: block;
}
#Locations .filter-wrap .filters-expands-list .locations-wrap .each-locations-wrap .each-locations .gmap .closebtn {
  color: #fff;
  text-align: center;
  font-size: 44px;
  display: block;
  line-height: 50px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  width: 50px;
  position: absolute;
  top: -80px;
  right: -10px;
}

body.overflowhidden {
  overflow: hidden;
  position: relative;
}
body.overflowhidden::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 999;
}
body.overflowhidden #Header {
  transition: 0.3s all;
}

.gmap .closebtn {
  color: #fff;
  text-align: center;
  font-size: 44px;
  display: block;
  line-height: 50px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  width: 50px;
  position: absolute;
  top: -80px;
  right: -10px;
}

@media (max-width: 575.98px) {
  .gmap {
    width: 80%;
  }
}
.three-column {
  display: flex;
  align-items: center;
}
@media (max-width: 991.98px) {
  .three-column {
    flex-wrap: wrap;
  }
}
.three-column .each-column {
  width: calc(33.3333333333% - 30px);
  margin-right: 40px;
  text-align: center;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .three-column .each-column {
    width: calc(33.3333333333% - 20px);
    margin-right: 40px;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .three-column .each-column {
    width: calc(50% - 15px);
    margin-right: 30px;
    margin-bottom: 30px;
  }
  .three-column .each-column:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 575.98px) {
  .three-column .each-column {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .three-column .each-column:last-child {
    margin-bottom: 0;
  }
}
.three-column .each-column:last-child {
  margin-right: 0;
}
.three-column .each-column .image-wrap {
  margin-bottom: 24px;
}
.three-column .each-column .image-wrap.icon-image {
  width: 140px;
  height: 140px;
  margin: 0 auto 24px;
  position: relative;
  border: 6px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}
.three-column .each-column .image-wrap.icon-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  width: unset;
}
.three-column .each-column .image-wrap img {
  width: 100%;
  height: auto;
}
.three-column .each-column .content-wrap {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 9px 35px 0;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .three-column .each-column .content-wrap {
    padding: 9px 20px 0;
  }
}
@media (max-width: 767.98px) {
  .three-column .each-column .content-wrap {
    padding: 9px 20px 0;
  }
}
.three-column .each-column .content-wrap h4, .three-column .each-column .content-wrap .h4 {
  font-weight: 600;
  font-size: 24px;
  color: #ffffff;
  line-height: 32px;
  text-align: center;
  margin-bottom: 8px;
}
.three-column .each-column .content-wrap p {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #dadada;
  text-align: center;
  margin-bottom: 0;
}
.three-column .each-column-image {
  width: calc(33.3333333333% - 20px);
  margin-right: 35px;
  text-align: center;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .three-column .each-column-image {
    width: calc(33.3333333333% - 20px);
    margin-right: 40px;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .three-column .each-column-image {
    width: calc(50% - 15px);
    margin-right: 30px;
    margin-bottom: 30px;
  }
  .three-column .each-column-image:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 575.98px) {
  .three-column .each-column-image {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .three-column .each-column-image:last-child {
    margin-bottom: 0;
  }
}
.three-column .each-column-image:last-child {
  margin-right: 0;
}
.three-column .each-column-image .image-wrap img {
  width: 100%;
  height: auto;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.three-column .each-column-image .content-wrap {
  padding: 20px;
  background-color: #471d3b;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  min-height: 300px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .three-column .each-column-image .content-wrap {
    padding: 15px 20px;
    min-height: 320px;
  }
}
@media (max-width: 767.98px) {
  .three-column .each-column-image .content-wrap {
    padding: 15px 20px;
    min-height: 270px;
  }
}
.three-column .each-column-image .content-wrap h4, .three-column .each-column-image .content-wrap .h4 {
  font-weight: 600;
  font-size: 24px;
  color: #ffffff;
  line-height: 32px;
  text-align: left;
  margin-bottom: 8px;
}
.three-column .each-column-image .content-wrap p {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #dadada;
  text-align: left;
  margin-bottom: 0;
  min-height: 156px;
}

.flipbook-form,
#ces2024 {
  position: fixed;
  width: 100%;
  background-color: rgba(71, 29, 59, 0.9);
  height: 100%;
  z-index: 9999999;
  top: 0;
  display: none;
  overflow-y: auto;
  min-height: 300px;
}
.flipbook-form.opened,
#ces2024.opened {
  display: block;
}
@media (max-width: 575.98px) {
  .flipbook-form,
  #ces2024 {
    width: 100%;
  }
}
.flipbook-form .close-button,
#ces2024 .close-button {
  position: absolute;
  top: 50px;
  right: 50px;
  cursor: pointer;
}
.flipbook-form .close-button i,
#ces2024 .close-button i {
  font-size: 30px;
  color: #fff;
}
.flipbook-form form,
#ces2024 form {
  width: 500px;
  margin: 100px auto 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #dadada;
  border-radius: 4px;
  padding: 30px;
}
@media screen and (max-width: 936px) and (orientation: landscape) {
  .flipbook-form form,
  #ces2024 form {
    margin: 100px 0;
  }
}
@media (max-width: 575.98px) {
  .flipbook-form form,
  #ces2024 form {
    width: 100%;
  }
}
.flipbook-form form label,
#ces2024 form label {
  font-size: 16px;
  color: #471d3b;
  margin-bottom: 5px;
}
.flipbook-form form input,
.flipbook-form form textarea,
#ces2024 form input,
#ces2024 form textarea {
  border: unset;
  width: 100%;
  margin-bottom: 20px;
  height: 40px;
  border-radius: 2px;
  padding: 5px;
  font-size: 16px;
}
.flipbook-form form textarea,
#ces2024 form textarea {
  min-height: 85px;
}
.flipbook-form form .hs-error-msgs,
#ces2024 form .hs-error-msgs {
  padding: 0;
}
.flipbook-form form .hs-error-msgs li,
#ces2024 form .hs-error-msgs li {
  list-style-type: none;
  padding: 0 0 0 8px;
  position: relative;
}
.flipbook-form form .hs-error-msgs li::before,
#ces2024 form .hs-error-msgs li::before {
  content: "*";
  position: absolute;
  left: 0;
  font-size: 16px;
  color: red;
}
.flipbook-form form .hs-error-msgs li label,
#ces2024 form .hs-error-msgs li label {
  margin-bottom: 0;
}
.flipbook-form form .hs-submit .actions input[type=submit],
#ces2024 form .hs-submit .actions input[type=submit] {
  min-width: 200px;
  width: -moz-fit-content;
  width: fit-content;
  height: 50px;
  border-radius: 30px;
  background-color: #ffd100;
  font-size: 16px;
  line-height: 50px;
  color: #000000 !important;
  text-align: center;
  text-decoration: none;
  font-family: "Proxima Nova";
  font-weight: 600;
  padding: 0 30px;
  display: block;
  transition: 0.3s;
  padding: 0;
  margin: 20px auto 0;
}
.flipbook-form form .hs-submit .actions input[type=submit]:hover, .flipbook-form form .hs-submit .actions input[type=submit]:focus,
#ces2024 form .hs-submit .actions input[type=submit]:hover,
#ces2024 form .hs-submit .actions input[type=submit]:focus {
  background-color: #ffffff !important;
  transition: 0.3s;
}

#ces2024 {
  display: block;
  position: relative;
  top: unset;
  z-index: 1;
  min-height: auto;
  background: unset;
}
#ces2024 form {
  margin: 0 auto;
  position: relative;
  top: unset;
  left: unset;
  transform: unset;
  width: 700px;
  background-color: transparent;
}
@media (max-width: 767.98px) {
  #ces2024 form {
    width: 100%;
    padding: 0 0 50px;
  }
}
#ces2024 form fieldset {
  width: 100%;
  max-width: 100%;
}
#ces2024 form fieldset input {
  height: 50px;
  padding: 5px 15px;
  background-color: rgba(71, 29, 59, 0.5);
  color: #fff;
}
#ces2024 form fieldset input::-moz-placeholder {
  color: #a8a7a7;
}
#ces2024 form fieldset input::placeholder {
  color: #a8a7a7;
}
#ces2024 form label {
  color: #fff;
}
#ces2024 form .hs-error-msgs {
  margin: 0;
}
#ces2024 form .hs-error-msgs li {
  color: #fff;
  font-size: 18px;
  line-height: 1.3;
  text-align: left;
}
#ces2024 form .hs-error-msgs li::before {
  color: #ffd100;
}
#ces2024 form textarea {
  background-color: rgba(71, 29, 59, 0.5);
  color: #ffffff;
}
#ces2024 form textarea::-moz-placeholder {
  color: #a8a7a7;
}
#ces2024 form textarea::placeholder {
  color: #a8a7a7;
}

#ces2023 .hbspt-form form {
  width: 100% !important;
}
#ces2023 .hbspt-form form label {
  display: none !important;
  font-size: 16px !important;
  color: #fff !important;
  margin-bottom: 5px !important;
  font-weight: 400 !important;
  line-height: 1.2 !important;
}
#ces2023 .hbspt-form form label .hs-form-required {
  color: #ffd100 !important;
}
#ces2023 .hbspt-form form input,
#ces2023 .hbspt-form form textarea {
  border: unset !important;
  width: 100% !important;
  margin-bottom: 20px !important;
  height: 50px !important;
  border-radius: 4px !important;
  padding: 5px 15px !important;
  font-size: 16px !important;
  background-color: rgba(71, 29, 59, 0.5) !important;
  color: #ffffff !important;
  border: unset !important;
}
#ces2023 .hbspt-form form input::-moz-placeholder, #ces2023 .hbspt-form form textarea::-moz-placeholder {
  color: #a8a7a7 !important;
}
#ces2023 .hbspt-form form input::placeholder,
#ces2023 .hbspt-form form textarea::placeholder {
  color: #a8a7a7 !important;
}
#ces2023 .hbspt-form form fieldset {
  width: 100%;
  max-width: unset !important;
}
#ces2023 .hbspt-form form fieldset .hs-fieldtype-textarea {
  width: 100% !important;
}
#ces2023 .hbspt-form form fieldset .hs-fieldtype-textarea .input {
  margin: 0 !important;
}
@media (max-width: 767.98px) {
  #ces2023 .hbspt-form form fieldset .field {
    width: 100% !important;
    margin: 0 !important;
  }
  #ces2023 .hbspt-form form fieldset .field .input {
    width: 100% !important;
    margin: 0 !important;
  }
  #ces2023 .hbspt-form form fieldset .field .input input {
    width: 100% !important;
  }
}
#ces2023 .hbspt-form form fieldset .field .input {
  margin-right: 0;
}
#ces2023 .hbspt-form form fieldset .field:first-child {
  width: 50%;
}
#ces2023 .hbspt-form form fieldset .field:first-child .input {
  margin-right: 3%;
}
#ces2023 .hbspt-form form fieldset .field:last-child {
  width: 50%;
}
#ces2023 .hbspt-form form fieldset .field:last-child .input {
  margin-left: 3%;
  margin-right: 0;
}
#ces2023 .hbspt-form form fieldset .field:last-child .hs-error-msgs {
  margin-left: 10px;
}
#ces2023 .hbspt-form form fieldset .field textarea {
  width: 100%;
}
#ces2023 .hbspt-form form fieldset label {
  display: none;
}
#ces2023 .hbspt-form form fieldset .hs-error-msgs label {
  display: block;
}
#ces2023 .hbspt-form form fieldset .hs-fieldtype-textarea.hs-form-field {
  width: 100%;
}
#ces2023 .hbspt-form form fieldset .hs-form-field {
  width: 50%;
  display: inline-block;
}
@media (max-width: 767.98px) {
  #ces2023 .hbspt-form form fieldset .hs-form-field {
    width: 100%;
  }
}
#ces2023 .hbspt-form form fieldset .hs-form-field:nth-child(odd) {
  margin-right: 0;
}
#ces2023 .hbspt-form form textarea {
  min-height: 85px;
}
#ces2023 .hbspt-form form .hs-error-msgs {
  padding: 0;
  margin-top: -18px;
}
#ces2023 .hbspt-form form .hs-error-msgs li {
  list-style-type: none;
  padding: 0 0 0 8px;
  position: relative;
}
#ces2023 .hbspt-form form .hs-error-msgs li::before {
  content: "*";
  position: absolute;
  left: 0;
  font-size: 16px;
  color: #ffd100;
}
#ces2023 .hbspt-form form .hs-error-msgs li label {
  margin-bottom: 0;
  display: block;
}
#ces2023 .hbspt-form form .hs-fieldtype-textarea.hs-form-field {
  width: 100%;
}
#ces2023 .hbspt-form form .hs-form-field {
  width: 49%;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 767.98px) {
  #ces2023 .hbspt-form form .hs-form-field {
    width: 100%;
  }
}
#ces2023 .hbspt-form form .hs-form-field:nth-child(odd) {
  margin-right: 2%;
}
@media (max-width: 767.98px) {
  #ces2023 .hbspt-form form .hs-form-field:nth-child(odd) {
    margin-right: 0;
  }
}
#ces2023 .hbspt-form form .hs_error_rollup .hs-error-msgs {
  margin-top: 0;
}
#ces2023 .hbspt-form form .hs-submit .actions input[type=submit] {
  min-width: 200px;
  width: -moz-fit-content;
  width: fit-content;
  height: 50px;
  border-radius: 30px;
  background-color: #ffd100;
  font-size: 16px;
  line-height: 50px;
  color: #000000 !important;
  text-align: center;
  text-decoration: none;
  font-family: "Proxima Nova";
  font-weight: 600;
  padding: 0 30px;
  display: block;
  transition: 0.3s;
  padding: 0;
  margin: 20px auto 0;
}
#ces2023 .hbspt-form form .hs-submit .actions input[type=submit]:hover, #ces2023 .hbspt-form form .hs-submit .actions input[type=submit]:focus {
  background-color: #ffffff !important;
  transition: 0.3s;
}

body.submitted .flipbook-form {
  display: none !important;
  transition: 5s all;
}

.section-header .hs-richtext.hs-main-font-element p {
  width: 100%;
}

.resource-cat-thought-leadership #BlogInnerContent .talk-to-us-form .hbspt-form form .hs_phone_number_consent ul.inputs-list .hs-form-booleancheckbox label {
  display: flex;
}

.resource-cat-thought-leadership #BlogInnerContent .talk-to-us-form .hbspt-form form .hs_phone_number_consent ul.inputs-list .hs-form-booleancheckbox label input {
  width: 80px;
  height: 20px;
  margin: 8px 10px 0 0;
}

.resource-cat-thought-leadership #BlogInnerContent .talk-to-us-form .hbspt-form form .hs_phone_number_consent ul.inputs-list .hs-form-booleancheckbox::before {
  content: unset;
}

.resource-cat-thought-leadership #BlogInnerContent .talk-to-us-form .hbspt-form form .hs_phone_number_consent ul.inputs-list .hs-form-booleancheckbox {
  padding-left: 0px !important;
}

#HistorySection {
  padding: 50px 0 60px;
}
@media (max-width: 767.98px) {
  #HistorySection {
    padding: 40px 0 50px;
  }
}
#HistorySection .years-slider .years-list {
  position: relative;
  padding: 0 40px;
  margin-bottom: 40px;
}
@media (max-width: 767.98px) {
  #HistorySection .years-slider .years-list {
    margin-bottom: 30px;
  }
}
#HistorySection .years-slider .years-list .owl-item {
  text-align: center;
}
#HistorySection .years-slider .years-list .item {
  text-align: center;
  display: inline-block;
}
#HistorySection .years-slider .years-list .center .each-year {
  color: #10a0cb;
  transition: 0.3s all;
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 575.98px) {
  #HistorySection .years-slider .years-list .center .each-year {
    font-size: 16px;
  }
}
#HistorySection .years-slider .years-list .center .each-year::after {
  width: 20px;
  height: 20px;
  line-height: 20px;
  background-color: #10a0cb;
  bottom: 11px;
  transition: 0.3s all;
}
#HistorySection .years-slider .years-list .center .each-year.green {
  color: #009a8d;
}
#HistorySection .years-slider .years-list .center .each-year.green::after {
  background-color: #009a8d;
}
#HistorySection .years-slider .years-list .center .each-year.pink {
  color: #bf4c96;
}
#HistorySection .years-slider .years-list .center .each-year.pink::after {
  background-color: #bf4c96;
}
#HistorySection .years-slider .years-list .center .each-year.orange {
  color: #ef7900;
}
#HistorySection .years-slider .years-list .center .each-year.orange::after {
  background-color: #ef7900;
}
#HistorySection .years-slider .years-list .each-year {
  text-align: center;
  transition: 0.3s all;
  font-size: 18px;
  line-height: 32px;
  color: #dadada;
  font-weight: 400;
  position: relative;
  padding-bottom: 40px;
  cursor: pointer;
  display: inline-block;
}
@media (max-width: 575.98px) {
  #HistorySection .years-slider .years-list .each-year {
    font-size: 16px;
  }
}
#HistorySection .years-slider .years-list .each-year::after {
  content: "";
  width: 10px;
  height: 10px;
  line-height: 20px;
  background-color: #ffffff;
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translatex(-50%);
  border-radius: 50%;
  transition: 0.3s all;
}
#HistorySection .years-slider .years-list .each-year.blue, #HistorySection .years-slider .years-list .each-year.green, #HistorySection .years-slider .years-list .each-year.orange, #HistorySection .years-slider .years-list .each-year.pink {
  background-color: unset !important;
}
#HistorySection .years-slider .owl-stage-outer {
  z-index: 1;
}
#HistorySection .years-slider .owl-nav {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  background: url("images/line.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media (max-width: 991.98px) {
  #HistorySection .years-slider .owl-nav {
    display: none;
  }
}
#HistorySection .years-slider .owl-nav .owl-prev {
  transform: rotate(180deg);
  margin-right: 20px;
}
#HistorySection .years-slider .owl-nav .owl-prev,
#HistorySection .years-slider .owl-nav .owl-next {
  background-color: transparent;
  border: unset;
  padding: 0;
  border-radius: 50%;
  width: 54px;
  height: 54px;
}
#HistorySection .years-slider .owl-nav .owl-prev span,
#HistorySection .years-slider .owl-nav .owl-next span {
  display: flex;
}
#HistorySection .years-slider .owl-nav .owl-prev i,
#HistorySection .years-slider .owl-nav .owl-next i {
  font-size: 16px;
  color: #ffd100;
  border: 1px solid rgba(255, 209, 0, 0.3);
  border-radius: 50%;
  width: 54px;
  height: 54px;
  transition: 0.3s;
  position: relative;
}
#HistorySection .years-slider .owl-nav .owl-prev i::before,
#HistorySection .years-slider .owl-nav .owl-next i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#HistorySection .years-slider .owl-nav .owl-prev i:hover, #HistorySection .years-slider .owl-nav .owl-prev i:focus,
#HistorySection .years-slider .owl-nav .owl-next i:hover,
#HistorySection .years-slider .owl-nav .owl-next i:focus {
  transition: 0.3s;
  background-color: #ffd100;
  color: #471d3b;
}
@media (max-width: 991.98px) {
  #HistorySection .years-slider .owl-nav {
    display: flex;
  }
}
#HistorySection .years-slider .owl-nav .owl-prev,
#HistorySection .years-slider .owl-nav .owl-next {
  width: 40px;
  height: 40px;
  background-color: #471d3b;
}
#HistorySection .years-slider .owl-nav .owl-prev i,
#HistorySection .years-slider .owl-nav .owl-next i {
  width: 40px;
  height: 40px;
}
#HistorySection .history-card-wrap {
  overflow: hidden;
}
#HistorySection .history-card-wrap .history-cards {
  opacity: 0;
  visibility: hidden;
  height: 0px;
  transition: 0.3s all;
  background-color: #10a0cb;
  border-radius: 4px;
}
#HistorySection .history-card-wrap .history-cards.active {
  display: flex;
  opacity: 1;
  visibility: visible;
  height: auto;
  transition: 0.3s all;
}
@media (max-width: 991.98px) {
  #HistorySection .history-card-wrap .history-cards {
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 767.98px) {
  #HistorySection .history-card-wrap .history-cards {
    width: 100%;
  }
}
#HistorySection .history-card-wrap .history-cards .content-wrap {
  padding: 30px;
  position: relative;
  width: 62%;
}
@media (max-width: 1199.98px) {
  #HistorySection .history-card-wrap .history-cards .content-wrap {
    width: 60%;
  }
}
@media (max-width: 991.98px) {
  #HistorySection .history-card-wrap .history-cards .content-wrap {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  #HistorySection .history-card-wrap .history-cards .content-wrap {
    width: 100%;
    padding: 30px 30px 80px;
  }
}
#HistorySection .history-card-wrap .history-cards .content-wrap h3, #HistorySection .history-card-wrap .history-cards .content-wrap .h3 {
  font-size: 32px;
  line-height: 1.2;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 20px;
}
#HistorySection .history-card-wrap .history-cards .content-wrap p {
  position: relative;
  z-index: 1;
  font-size: 18px;
  line-height: 1.2;
  color: #000000;
  font-weight: 400;
  margin-bottom: 30px !important;
}
#HistorySection .history-card-wrap .history-cards .content-wrap ul {
  margin: 0;
  padding: 0;
}
#HistorySection .history-card-wrap .history-cards .content-wrap ul li {
  position: relative;
  font-size: 18px;
  z-index: 1;
  line-height: 1.2;
  color: #000000;
  font-weight: 400;
  margin-bottom: 20px;
  list-style-type: none;
  padding-left: 15px;
}
#HistorySection .history-card-wrap .history-cards .content-wrap ul li::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #000;
  left: 0px;
  top: 10px;
}
#HistorySection .history-card-wrap .history-cards .content-wrap p.year {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-bottom: 0;
  font-size: 170px;
  line-height: 1;
  color: #ffffff;
  opacity: 0.1;
  font-weight: 700;
  margin-bottom: -25px !important;
}
@media (max-width: 1199.98px) {
  #HistorySection .history-card-wrap .history-cards .content-wrap p.year {
    font-size: 140px;
  }
}
@media (max-width: 991.98px) {
  #HistorySection .history-card-wrap .history-cards .content-wrap p.year {
    font-size: 130px;
    margin-bottom: -18px;
  }
}
@media (max-width: 767.98px) {
  #HistorySection .history-card-wrap .history-cards .content-wrap p.year {
    font-size: 20vw;
    margin-bottom: -20px;
  }
}
@media (max-width: 575.98px) {
  #HistorySection .history-card-wrap .history-cards .content-wrap p.year {
    margin-bottom: -10px !important;
  }
}
#HistorySection .history-card-wrap .history-cards .image-wrap {
  width: 38%;
}
@media (max-width: 1199.98px) {
  #HistorySection .history-card-wrap .history-cards .image-wrap {
    width: 40%;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #HistorySection .history-card-wrap .history-cards .image-wrap {
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 991.98px) {
  #HistorySection .history-card-wrap .history-cards .image-wrap {
    width: 100%;
  }
}
#HistorySection .history-card-wrap .history-cards .image-wrap img {
  width: 100%;
  height: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #HistorySection .history-card-wrap .history-cards .image-wrap img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 991.98px) {
  #HistorySection .history-card-wrap .history-cards .image-wrap img {
    border-top-right-radius: unset;
    border-bottom-left-radius: 4px;
  }
}
#HistorySection p.btm-text {
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  color: #ffffff;
  text-align: right;
  margin-bottom: 0;
  margin-top: 20px;
}
@media (max-width: 575.98px) {
  #HistorySection p.btm-text {
    font-size: 20px;
  }
}

.drop-down-container {
  width: 700px;
  margin: 0 auto 30px;
}
@media (max-width: 767.98px) {
  .drop-down-container {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
  }
}
.drop-down-container label {
  font-size: 20px;
  color: white;
  margin-bottom: 12px;
  font-weight: 400;
  line-height: 1.2;
}
.drop-down-container select {
  border: unset;
  width: 100%;
  margin-bottom: 0px;
  height: 50px;
  border-radius: 4px;
  padding: 5px 15px;
  font-size: 16px;
  color: #ffffff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: rgba(71, 29, 59, 0.5) url("images/form-dropdown-arrow.svg") no-repeat 662px 9px;
}
@media (max-width: 767.98px) {
  .drop-down-container select {
    background: rgba(71, 29, 59, 0.5) url("images/form-dropdown-arrow.svg") no-repeat 98% 9px;
    margin-bottom: 30px;
  }
}

@media (max-width: 767.98px) {
  .forms-wrapper {
    margin: 0 20px;
  }
}
.forms-wrapper .each-form {
  display: none;
  width: 700px;
  margin: 0 auto;
}
.forms-wrapper .each-form.active {
  display: block;
}
@media (max-width: 767.98px) {
  .forms-wrapper .each-form.active {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 767.98px) {
  .forms-wrapper .each-form {
    width: 100%;
  }
}
.forms-wrapper .each-form .hbspt-form {
  width: 100%;
}
.forms-wrapper .each-form .hbspt-form label {
  display: none;
  font-size: 16px;
  color: #fff;
  margin-bottom: 5px;
  font-weight: 400;
  line-height: 1.2;
}
.forms-wrapper .each-form .hbspt-form label .hs-form-required {
  color: #ffd100;
}
.forms-wrapper .each-form .hbspt-form input,
.forms-wrapper .each-form .hbspt-form textarea {
  border: unset;
  width: 100%;
  margin-bottom: 20px;
  height: 50px;
  border-radius: 4px;
  padding: 5px 15px;
  font-size: 16px;
  background-color: rgba(71, 29, 59, 0.5);
  color: #ffffff;
  border: unset !important;
}
.forms-wrapper .each-form .hbspt-form input::-moz-placeholder, .forms-wrapper .each-form .hbspt-form textarea::-moz-placeholder {
  color: #a8a7a7;
}
.forms-wrapper .each-form .hbspt-form input::placeholder,
.forms-wrapper .each-form .hbspt-form textarea::placeholder {
  color: #a8a7a7;
}
.forms-wrapper .each-form .hbspt-form fieldset {
  width: 100%;
  max-width: unset !important;
}
.forms-wrapper .each-form .hbspt-form fieldset .hs-fieldtype-textarea {
  width: 100% !important;
}
.forms-wrapper .each-form .hbspt-form fieldset .hs-fieldtype-textarea .input {
  margin: 0 !important;
}
@media (max-width: 767.98px) {
  .forms-wrapper .each-form .hbspt-form fieldset .field {
    width: 100% !important;
    margin: 0 !important;
  }
  .forms-wrapper .each-form .hbspt-form fieldset .field .input {
    width: 100% !important;
    margin: 0 !important;
  }
  .forms-wrapper .each-form .hbspt-form fieldset .field .input input {
    width: 100% !important;
  }
}
.forms-wrapper .each-form .hbspt-form fieldset .field .input {
  margin-right: 0;
}
.forms-wrapper .each-form .hbspt-form fieldset .field:first-child {
  width: 50%;
}
.forms-wrapper .each-form .hbspt-form fieldset .field:first-child .input {
  margin-right: 3%;
}
.forms-wrapper .each-form .hbspt-form fieldset .field:last-child {
  width: 50%;
}
.forms-wrapper .each-form .hbspt-form fieldset .field:last-child .input {
  margin-left: 3%;
  margin-right: 0;
}
.forms-wrapper .each-form .hbspt-form fieldset .field:last-child .hs-error-msgs {
  margin-left: 10px;
}
.forms-wrapper .each-form .hbspt-form fieldset .field textarea {
  width: 100%;
}
.forms-wrapper .each-form .hbspt-form fieldset label {
  display: none;
}
.forms-wrapper .each-form .hbspt-form fieldset .hs-error-msgs label {
  display: block;
}
.forms-wrapper .each-form .hbspt-form fieldset .hs-fieldtype-textarea.hs-form-field {
  width: 100%;
}
.forms-wrapper .each-form .hbspt-form fieldset .hs-form-field {
  width: 50%;
  display: inline-block;
}
@media (max-width: 767.98px) {
  .forms-wrapper .each-form .hbspt-form fieldset .hs-form-field {
    width: 100%;
  }
}
.forms-wrapper .each-form .hbspt-form fieldset .hs-form-field:nth-child(odd) {
  margin-right: 0;
}
.forms-wrapper .each-form .hbspt-form fieldset .hs_phone_number_consent {
  width: 100% !important;
  margin-bottom: 20px;
}
.forms-wrapper .each-form .hbspt-form fieldset .hs_phone_number_consent .input {
  margin: 0 !important;
}
.forms-wrapper .each-form .hbspt-form fieldset .hs_phone_number_consent .input ul {
  padding: 0;
}
.forms-wrapper .each-form .hbspt-form fieldset .hs_phone_number_consent .input ul li {
  list-style-type: none;
}
.forms-wrapper .each-form .hbspt-form fieldset .hs_phone_number_consent .input ul li label {
  display: flex;
  line-height: 1.3;
}
.forms-wrapper .each-form .hbspt-form fieldset .hs_phone_number_consent .input ul li label input {
  height: 13px;
  margin: 3px 10px 0 0;
}
@media (max-width: 767.98px) {
  .forms-wrapper .each-form .hbspt-form fieldset .hs_phone_number_consent .input ul li label input {
    width: 13px !important;
  }
}
.forms-wrapper .each-form .hbspt-form fieldset .hs_phone_number_consent .input ul li label span p {
  display: inline;
  font-size: 18px !important;
}
.forms-wrapper .each-form .hbspt-form fieldset .hs_phone_number_consent .input ul li label span p span {
  color: #fff !important;
}
.forms-wrapper .each-form .hbspt-form fieldset .hs_phone_number_consent .input ul li label span p span a span {
  color: #ffd100 !important;
}
.forms-wrapper .each-form .hbspt-form fieldset .hs_phone_number_consent .input ul li label span .hs-form-required {
  display: inline-block;
}
.forms-wrapper .each-form .hbspt-form fieldset .hs_phone_number_consent .hs-error-msgs {
  margin-top: 10px;
}
.forms-wrapper .each-form .hbspt-form textarea {
  min-height: 85px;
}
.forms-wrapper .each-form .hbspt-form .hs-error-msgs {
  padding: 0;
  margin-top: -18px;
}
.forms-wrapper .each-form .hbspt-form .hs-error-msgs li {
  list-style-type: none;
  padding: 0 0 0 8px;
  position: relative;
}
.forms-wrapper .each-form .hbspt-form .hs-error-msgs li::before {
  content: "*";
  position: absolute;
  left: 0;
  font-size: 16px;
  color: #ffd100;
}
.forms-wrapper .each-form .hbspt-form .hs-error-msgs li label {
  margin-bottom: 0;
  display: block;
}
.forms-wrapper .each-form .hbspt-form .hs-fieldtype-textarea.hs-form-field {
  width: 100%;
}
.forms-wrapper .each-form .hbspt-form .hs-form-field {
  width: 49%;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 767.98px) {
  .forms-wrapper .each-form .hbspt-form .hs-form-field {
    width: 100%;
  }
}
.forms-wrapper .each-form .hbspt-form .hs-form-field:nth-child(odd) {
  margin-right: 2%;
}
@media (max-width: 767.98px) {
  .forms-wrapper .each-form .hbspt-form .hs-form-field:nth-child(odd) {
    margin-right: 0;
  }
}
.forms-wrapper .each-form .hbspt-form .hs_error_rollup .hs-error-msgs {
  margin-top: 0;
}
.forms-wrapper .each-form .hbspt-form .hs-submit .actions input[type=submit] {
  min-width: 200px;
  width: -moz-fit-content;
  width: fit-content;
  height: 50px;
  border-radius: 30px;
  background-color: #ffd100;
  font-size: 16px;
  line-height: 50px;
  color: #000000 !important;
  text-align: center;
  text-decoration: none;
  font-family: "Proxima Nova";
  font-weight: 600;
  padding: 0 30px;
  display: block;
  transition: 0.3s;
  padding: 0;
  margin: 20px auto 0;
}
.forms-wrapper .each-form .hbspt-form .hs-submit .actions input[type=submit]:hover, .forms-wrapper .each-form .hbspt-form .hs-submit .actions input[type=submit]:focus {
  background-color: #ffffff !important;
  transition: 0.3s;
}
@media (max-width: 767.98px) {
  .forms-wrapper .each-form .submitted-message.hs-main-font-element {
    height: 400px;
    display: flex;
    align-items: center;
  }
}

.submitted-message.hs-main-font-element {
  color: #fff;
  font-size: 26px;
  text-align: left;
  padding: 20px 0 0 0;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .submitted-message.hs-main-font-element {
    font-size: 28px;
  }
}

.leaders-form .submitted-message.hs-main-font-element {
  color: #000;
  padding: 20px 0 200px 0;
}

.hs_error_rollup .hs-error-msgs {
  display: none !important;
}

#contact-us-heading {
  scroll-margin-top: 100px;
}

#Sales .hs-form-booleancheckbox-display input,
#Media .hs-form-booleancheckbox-display input {
  width: 80px !important;
  height: 20px !important;
}
@media (max-width: 767.98px) {
  #Sales .hs-form-booleancheckbox-display input,
  #Media .hs-form-booleancheckbox-display input {
    width: auto !important;
  }
}

.forms-wrapper .each-form .hbspt-form fieldset .hs_phone_number_consent .input ul li a {
  color: #ffd100 !important;
  text-decoration: underline;
}

.forms-wrapper-hubspot .hbspt-form fieldset .hs_phone_number_consent {
  width: 100% !important;
  margin-bottom: 20px;
}

.forms-wrapper-hubspot .hbspt-form fieldset .hs_phone_number_consent .input ul li label {
  display: flex;
  line-height: 1.3;
}

.forms-wrapper-hubspot .hbspt-form fieldset .hs_phone_number_consent .input ul li label input {
  width: 16px !important;
  height: 20px !important;
  margin: 3px 10px 0 0;
}

.forms-wrapper-hubspot .hbspt-form fieldset .hs_phone_number_consent .input ul li label span p {
  display: inline;
}

.forms-wrapper-hubspot .hbspt-form fieldset .hs_phone_number_consent .input ul li label span p span {
  color: #fff !important;
}

.forms-wrapper-hubspot .hbspt-form fieldset .hs_phone_number_consent .input ul {
  padding: 0;
}

.forms-wrapper-hubspot .hbspt-form fieldset .hs_phone_number_consent .input ul li {
  list-style-type: none;
}

.forms-wrapper-hubspot .hs_phone_number_consent .input ul li label span p a {
  color: #ffd100 !important;
  text-decoration: underline;
}

#OurPartners {
  padding: 50px 0 30px;
  background-color: #dadada;
  scroll-margin-top: 100px;
}
@media (max-width: 767.98px) {
  #OurPartners {
    padding: 40px 0 20px;
  }
}
#OurPartners h2, #OurPartners .h2 {
  color: #471d3b;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  #OurPartners h2, #OurPartners .h2 {
    margin-bottom: 30px;
  }
}
#OurPartners p.tag-retention-class {
  font-size: 20px;
  line-height: 1.4;
  color: #000;
  margin-bottom: 30px;
}
#OurPartners .logo-wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767.98px) {
  #OurPartners .logo-wrapper {
    justify-content: space-between;
  }
}
#OurPartners .logo-wrapper div.each-logo {
  min-height: 150px;
  border-radius: 4px;
}
#OurPartners .logo-wrapper .each-logo {
  min-height: 210px;
  width: 23.1%;
  margin-right: 2.5%;
  margin-bottom: 30px;
  background-color: #fff;
  position: relative;
  border-radius: 4px;
  border-bottom-right-radius: 22px;
  padding: 30px 30px;
  transition: 0.5s all;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: 0.5s all;
  text-decoration: none;
}
#OurPartners .logo-wrapper .each-logo p.partnership-type {
  font-size: 16px;
  color: black;
  text-align: center;
  opacity: 0;
  transition: opacity 0.5s, max-height 0.5s, margin 0.5s;
  margin: 10px 0 0px;
  max-height: 0;
  overflow: hidden;
  width: 100%;
}
@media (min-width: 992px) {
  #OurPartners .logo-wrapper .each-logo p.partnership-type {
    margin: 10px 0 -25px;
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (max-width: 991.98px) {
  #OurPartners .logo-wrapper .each-logo p.partnership-type {
    display: flex;
    opacity: 1;
    transition: opacity 0.5s, max-height 0.5s, margin 0.5s;
    margin: 0px 0px 0;
    max-height: 100%;
    padding: 0 20px;
    text-align: center;
    justify-content: center;
  }
}
#OurPartners .logo-wrapper .each-logo .logo-content-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  transition: 0.5s all;
}
@media (max-width: 991.98px) {
  #OurPartners .logo-wrapper .each-logo .logo-content-wrap {
    flex-direction: column;
  }
}
#OurPartners .logo-wrapper .each-logo .logo-content-wrap .img-wrap {
  margin: 10px 0px;
}
@media (min-width: 992px) {
  #OurPartners .logo-wrapper .each-logo .logo-content-wrap .img-wrap {
    margin: 10px 0 0;
  }
}
#OurPartners .logo-wrapper .each-logo.has-content:hover p.partnership-type {
  transition: opacity 0.5s, max-height 0.8s, margin 0.5s;
  opacity: 1;
  max-height: 100px;
}
@media (min-width: 992px) {
  #OurPartners .logo-wrapper .each-logo.has-content:hover .logo-content-wrap {
    margin-top: -30px;
    transition: 0.5s all;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #OurPartners .logo-wrapper .each-logo {
    width: 32%;
    margin-right: 2%;
  }
  #OurPartners .logo-wrapper .each-logo:nth-child(3n) {
    margin-right: 0;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #OurPartners .logo-wrapper .each-logo {
    width: 49%;
    margin-right: 2%;
  }
  #OurPartners .logo-wrapper .each-logo:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 575.98px) {
  #OurPartners .logo-wrapper .each-logo {
    width: 100%;
    margin-right: 0;
    display: block;
    margin-bottom: 15px;
  }
}
@media (min-width: 992px) {
  #OurPartners .logo-wrapper .each-logo:nth-child(4n) {
    margin-right: 0;
  }
}
#OurPartners .logo-wrapper .each-logo img {
  display: block;
  max-width: 200px;
  max-height: 120px;
}
#OurPartners .logo-wrapper .each-logo .arrow {
  position: absolute;
  width: 54px;
  height: 54px;
  bottom: 0;
  right: 0;
  background-color: #ffd100;
  border-radius: 50%;
  transition: 0.3s;
  border: 1px solid #471d3b;
  width: 44px;
  height: 44px;
  background-color: transparent;
}
@media (max-width: 1199.98px) {
  #OurPartners .logo-wrapper .each-logo .arrow {
    transform: rotate(-45deg);
  }
}
#OurPartners .logo-wrapper .each-logo .arrow i {
  position: relative;
  top: 50%;
  left: 50%;
  font-size: 32px;
  border-radius: 50%;
  color: #471d3b;
  transition: 0.3s;
  transform: translate(-50%, -50%);
}
#OurPartners .logo-wrapper .each-logo .arrow i {
  font-size: 28px;
}
@media (max-width: 991.98px) {
  #OurPartners .logo-wrapper .each-logo .arrow {
    border: unset;
    background-color: #ffd100 !important;
  }
}
#OurPartners .logo-wrapper a.each-logo:hover {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  transition: box-shadow 0.4s;
}
@media (max-width: 1199.98px) {
  #OurPartners .logo-wrapper a.each-logo:hover {
    box-shadow: unset;
    transition: none;
  }
}
#OurPartners .logo-wrapper a.each-logo:hover .arrow {
  background-color: #ffd100;
  border: 1px solid #ffd100;
}
@media (min-width: 1200px) {
  #OurPartners .logo-wrapper a.each-logo:hover .arrow {
    transform: rotate(-45deg);
  }
}

#AssetPage {
  padding: 20px 0 60px;
}
@media (max-width: 1199.98px) {
  #AssetPage {
    padding: 60px 0;
  }
}
@media (max-width: 767.98px) {
  #AssetPage {
    padding: 50px 0;
  }
}
#AssetPage .asset-page-wrapper {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
#AssetPage .content-wrap {
  width: calc(55% - 50px);
  margin-right: 50px;
}
@media (max-width: 1199.98px) {
  #AssetPage .content-wrap {
    width: 60%;
  }
}
@media (max-width: 991.98px) {
  #AssetPage .content-wrap {
    width: 100%;
    margin-right: 0px;
  }
}
#AssetPage .content-wrap h1, #AssetPage .content-wrap .h1,
#AssetPage .content-wrap h2,
#AssetPage .content-wrap .h2 {
  font-size: 40px;
  color: #ffd100;
  font-weight: 600;
  line-height: 54px;
  margin-bottom: 10px;
}
#AssetPage .content-wrap p {
  font-size: 18px;
  color: #ffffff;
  line-height: 1.4;
  font-weight: 400;
  margin-bottom: 20px;
}
#AssetPage .content-wrap h3, #AssetPage .content-wrap .h3 {
  font-weight: 400;
  font-size: 24px;
  line-height: 1.4;
  color: #ffffff;
  margin-bottom: 10px;
}
#AssetPage .content-wrap ul {
  margin: 0;
  padding: 0;
}
#AssetPage .content-wrap ul li {
  position: relative;
  font-size: 18px;
  line-height: 1.4;
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 20px;
  list-style-type: none;
  padding-left: 18px;
}
#AssetPage .content-wrap ul li::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #ffd100;
  left: 0px;
  top: 9px;
}
#AssetPage .image-wrap {
  width: 45%;
}
@media (max-width: 1199.98px) {
  #AssetPage .image-wrap {
    width: 40%;
  }
}
@media (max-width: 991.98px) {
  #AssetPage .image-wrap {
    width: 100%;
  }
}
#AssetPage .image-wrap img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
#AssetPage .image-wrap .asset-cta {
  margin-top: 20px;
}
#AssetPage .image-wrap .asset-cta a.pdf-flipbook-cta {
  background-color: #ffd100;
  color: #000 !important;
}
#AssetPage .image-wrap .asset-cta a.pdf-flipbook-cta:hover {
  border: 1px solid #fff;
  background-color: #fff;
  color: #471d3b !important;
}

.flipbook-form .close-button i {
  font-size: 24px;
  color: #ffd100;
}

@media (max-width: 767.98px) {
  .df-lightbox-wrapper .df-lightbox-close {
    top: 80px;
  }
}
@media (max-height: 800px) {
  .df-lightbox-wrapper .df-lightbox-close {
    top: 40px !important;
  }
}
@media (max-width: 1199.98px) {
  .df-lightbox-wrapper .df-lightbox-close {
    background-color: rgba(0, 0, 0, 0.21);
  }
}
.df-lightbox-wrapper .df-lightbox-close:before {
  color: #ffd100 !important;
  font-size: 24px;
  font-weight: 900;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 767.98px) {
  .df-ui-nav {
    top: 50% !important;
    transform: translateY(-50%);
  }
}
@media (max-height: 800px) {
  .df-ui-nav {
    top: 50% !important;
    transform: translateY(-50%) !important;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .df-ui-nav {
    display: block;
  }
}
.df-ui-nav .df-ui-btn {
  border: 1px solid #ffd100;
  border-radius: 50%;
  padding: 18px !important;
  width: 55px !important;
  height: 55px !important;
}
@media (max-width: 1199.98px) {
  .df-ui-nav .df-ui-btn {
    background-color: rgba(0, 0, 0, 0.5) !important;
    border: 2px solid #ffd100;
  }
}
.df-ui-nav .df-ui-btn:hover {
  background-color: #ffd100;
  color: #471d3b;
}
.df-ui-nav.df-ui-prev .df-ui-btn:before {
  font-size: 16px;
  color: #ffd100;
  font-weight: 700;
  position: absolute;
  left: 50%;
  transform: translateX(-30%);
  z-index: 9;
}
.df-ui-nav.df-ui-prev .df-ui-btn:after {
  content: "";
  display: block;
  border-radius: 50%;
  padding: 18px !important;
  width: 100% !important;
  height: 100% !important;
  background-color: rgba(0, 0, 0, 0.5) !important;
  position: absolute;
  top: 0;
  left: 0;
}
.df-ui-nav.df-ui-next .df-ui-btn:before {
  font-size: 16px;
  color: #ffd100;
  font-weight: 700;
  position: absolute;
  right: 50%;
  transform: translateX(30%);
  z-index: 9;
}
.df-ui-nav.df-ui-next .df-ui-btn:after {
  content: "";
  display: block;
  border-radius: 50%;
  padding: 18px !important;
  width: 100% !important;
  height: 100% !important;
  background-color: rgba(0, 0, 0, 0.5) !important;
  position: absolute;
  top: 0;
  left: 0;
}

.site-3 .content .inner-content h3, .site-3 .content .inner-content .h3 {
  font-family: "Proxima Nova";
  font-weight: 400;
  font-size: 54px;
  line-height: 1;
  color: #ffd100;
}
@media (min-width: 0) and (max-width: 767.98px) {
  .site-3 .content .inner-content h3, .site-3 .content .inner-content .h3 {
    font-size: 40px;
    line-height: 44px;
  }
}
.site-3 .content .inner-content p {
  font-family: "Proxima Nova";
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  color: #ffffff;
}
@media (min-width: 0) and (max-width: 767.98px) {
  .site-3 .content .inner-content p {
    font-size: 16px;
  }
}
.site-3 .content .inner-content p a {
  color: #ffd100;
  text-decoration: none;
}
.site-3 .content .inner-content p a span {
  color: #ffd100;
  text-decoration: none;
}
.site-3 .content .inner-content p span a {
  color: #ffd100;
  text-decoration: none;
}
.site-3 .content .inner-content ul li {
  font-family: "Proxima Nova";
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
}
@media (min-width: 0) and (max-width: 767.98px) {
  .site-3 .content .inner-content ul li {
    font-size: 16px;
  }
}
.site-3 .content .inner-content ul li::marker {
  color: #ffd100;
}
.site-3 .content .inner-content .translated-page-content {
  background-color: #dadada;
}
.site-3 .content .inner-content .translated-page-content h3, .site-3 .content .inner-content .translated-page-content .h3 {
  font-family: "Proxima Nova";
  font-weight: 400;
  font-size: 54px;
  line-height: 1;
  color: #471d3b;
}
@media (min-width: 0) and (max-width: 767.98px) {
  .site-3 .content .inner-content .translated-page-content h3, .site-3 .content .inner-content .translated-page-content .h3 {
    font-size: 40px;
    line-height: 44px;
  }
}
.site-3 .content .inner-content .translated-page-content p {
  font-family: "Proxima Nova";
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  color: #000000;
}
@media (min-width: 0) and (max-width: 767.98px) {
  .site-3 .content .inner-content .translated-page-content p {
    font-size: 16px;
  }
}
.site-3 .content .inner-content .translated-page-content p a {
  text-decoration: none;
  color: #10a0cb;
}
.site-3 .content .inner-content .translated-page-content ul li {
  font-family: "Proxima Nova";
  font-weight: 400;
  font-size: 18px;
  color: #000000;
}
@media (min-width: 0) and (max-width: 767.98px) {
  .site-3 .content .inner-content .translated-page-content ul li {
    font-size: 16px;
  }
}
.site-3 .e-con-inner {
  max-width: 1200px !important;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@media (max-width: 1199.98px) {
  .site-3 .e-con-inner {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
}
.site-3 .translated-page-banner {
  background-color: #dadada;
}
.site-3 .translated-page-banner .inner-carousel {
  padding: 100px 0px 0;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1199.98px) {
  .site-3 .translated-page-banner .inner-carousel {
    padding: 100px 20px 0;
  }
}
@media (max-width: 767.98px) {
  .site-3 .translated-page-banner .inner-carousel {
    padding: 90px 0 0;
  }
}
.site-3 .translated-page-banner .inner-carousel .inner-page-banner {
  min-height: unset;
}
.site-3 .translated-page-banner .inner-carousel .inner-page-banner .heroSlider-wrap {
  position: relative;
}
.site-3 .translated-page-banner .inner-carousel .inner-page-banner .heroSlider-wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0.85;
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.9) 30%, rgba(0, 0, 0, 0) 70%);
  top: 0;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.site-3 .translated-page-banner .inner-carousel .inner-page-banner .hero-banner-content {
  padding: 0 60px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .site-3 .translated-page-banner .inner-carousel .inner-page-banner .hero-banner-content {
    padding: 0 20px;
  }
}
@media (max-width: 767.98px) {
  .site-3 .translated-page-banner .inner-carousel .inner-page-banner .hero-banner-content {
    padding: 0 20px;
  }
}
.site-3.resource-cat-press-releases #BlogInnerContent {
  padding-top: 15px;
}

.translated-page-banner {
  background-color: #dadada;
}
.translated-page-banner .inner-carousel {
  padding: 100px 0px 0;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1199.98px) {
  .translated-page-banner .inner-carousel {
    padding: 100px 20px 0;
  }
}
@media (max-width: 767.98px) {
  .translated-page-banner .inner-carousel {
    padding: 90px 0 0;
  }
}
.translated-page-banner .inner-carousel .inner-page-banner {
  min-height: unset;
}
.translated-page-banner .inner-carousel .inner-page-banner .heroSlider-wrap {
  position: relative;
}
.translated-page-banner .inner-carousel .inner-page-banner .heroSlider-wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0.85;
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.9) 30%, rgba(0, 0, 0, 0) 70%);
  top: 0;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.translated-page-banner .inner-carousel .inner-page-banner .hero-banner-content {
  padding: 0 60px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .translated-page-banner .inner-carousel .inner-page-banner .hero-banner-content {
    padding: 0 20px;
  }
}
@media (max-width: 767.98px) {
  .translated-page-banner .inner-carousel .inner-page-banner .hero-banner-content {
    padding: 0 20px;
  }
}

.translated-page-content {
  background-color: #dadada;
}
.translated-page-content h3, .translated-page-content .h3 {
  font-family: "Proxima Nova";
  font-weight: 400;
  font-size: 54px;
  line-height: 1;
  color: #471d3b;
}
@media (min-width: 0) and (max-width: 767.98px) {
  .translated-page-content h3, .translated-page-content .h3 {
    font-size: 40px;
    line-height: 44px;
  }
}
.translated-page-content p {
  font-family: "Proxima Nova";
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  color: #000000;
}
@media (min-width: 0) and (max-width: 767.98px) {
  .translated-page-content p {
    font-size: 16px;
  }
}
.translated-page-content p a {
  text-decoration: none;
  color: #10a0cb;
}
.translated-page-content ul li {
  font-family: "Proxima Nova";
  font-weight: 400;
  font-size: 18px;
  color: #000000;
}
@media (min-width: 0) and (max-width: 767.98px) {
  .translated-page-content ul li {
    font-size: 16px;
  }
}
.translated-page-content ul li::marker {
  color: #000000;
}

.site-5 .translated-page-banner {
  background-color: #dadada;
}
.site-5 .translated-page-banner .inner-carousel {
  padding: 100px 0px 0;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1199.98px) {
  .site-5 .translated-page-banner .inner-carousel {
    padding: 100px 20px 0;
  }
}
@media (max-width: 767.98px) {
  .site-5 .translated-page-banner .inner-carousel {
    padding: 90px 0 0;
  }
}
.site-5 .translated-page-banner .inner-carousel .inner-page-banner {
  min-height: unset;
}
.site-5 .translated-page-banner .inner-carousel .inner-page-banner .heroSlider-wrap {
  position: relative;
}
.site-5 .translated-page-banner .inner-carousel .inner-page-banner .heroSlider-wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0.85;
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.9) 30%, rgba(0, 0, 0, 0) 70%);
  top: 0;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.site-5 .translated-page-banner .inner-carousel .inner-page-banner .hero-banner-content {
  padding: 0 60px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .site-5 .translated-page-banner .inner-carousel .inner-page-banner .hero-banner-content {
    padding: 0 20px;
  }
}
@media (max-width: 767.98px) {
  .site-5 .translated-page-banner .inner-carousel .inner-page-banner .hero-banner-content {
    padding: 0 20px;
  }
}
.site-5 .translated-page-banner .inner-carousel .inner-page-banner .hero-banner-content h2 .width-65, .site-5 .translated-page-banner .inner-carousel .inner-page-banner .hero-banner-content .h2 .width-65 {
  width: 85%;
}
.site-5 .intro-paragraph h2, .site-5 .intro-paragraph .h2 {
  line-height: 1.1 !important;
}
@media (max-width: 767.98px) {
  .site-5 .intro-paragraph h2, .site-5 .intro-paragraph .h2 {
    line-height: 44px !important;
  }
}
.site-5 .translated-page-content .e-con-inner {
  max-width: 1200px !important;
  padding-top: 0 !important;
}
@media (max-width: 1199.98px) {
  .site-5 .translated-page-content .e-con-inner {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
}
.site-5 .focus-areas {
  padding: 55px 0 60px;
}
@media (max-width: 767.98px) {
  .site-5 .focus-areas {
    padding: 50px 0;
  }
}
.site-5 .focus-areas h2, .site-5 .focus-areas .h2 {
  line-height: 1.2;
}
@media (max-width: 767.98px) {
  .site-5 .focus-areas h2, .site-5 .focus-areas .h2 {
    line-height: 44px;
  }
}
.site-5 .elementor-widget-image img {
  border-radius: 4px !important;
}
.site-5 .two-column-layout {
  padding-bottom: 60px;
}
@media (max-width: 767.98px) {
  .site-5 .two-column-layout {
    padding-bottom: 50px;
  }
}
.site-5 .two-column-layout h3, .site-5 .two-column-layout .h3 {
  font-family: "Proxima Nova";
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
  color: #ffd100;
}
@media (max-width: 767.98px) {
  .site-5 .two-column-layout h3, .site-5 .two-column-layout .h3 {
    font-size: 30px;
    line-height: 1.2;
  }
}
.site-5 #CTA h2, .site-5 #CTA .h2 {
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .site-5 #CTA h2, .site-5 #CTA .h2 {
    margin-bottom: 40px;
  }
}

.defaultcards .no-link-cards-slider .each-card {
  border-bottom-right-radius: 4px !important;
}

.full-width-slider-es .focus-areas h2, .full-width-slider-es .focus-areas .h2 {
  line-height: 1.1;
}
.full-width-slider-es .focus-areas .tab-slider .slider .slider-wrapper .owl-nav {
  display: none;
}
.full-width-slider-es .focus-areas .tab-slider .slider .slider-wrapper .owl-dots {
  width: 100%;
  overflow-y: hidden;
  overflow-x: auto;
  scrollbar-width: none;
}
.full-width-slider-es .focus-areas .tab-slider .slider .slider-wrapper .owl-dots::-webkit-scrollbar {
  display: none;
}
.full-width-slider-es .focus-areas .tab-slider .slider .tabslider .each-sliders .content-wrap {
  width: 100%;
}
.full-width-slider-es .focus-areas .tab-slider .slider .tabslider .each-sliders .content-wrap p {
  margin-bottom: 0;
}
.full-width-slider-es .focus-areas .tab-slider .slider .tabslider .each-sliders .content-wrap ul {
  height: unset;
  flex-flow: unset;
  display: inherit;
}
.full-width-slider-es .focus-areas .tab-slider .slider .tabslider .each-sliders .content-wrap ul li {
  width: 100%;
}
.full-width-slider-es .focus-areas .tab-slider .slider .tabslider .each-sliders .image-wrap {
  display: none;
}
.full-width-slider-es .focus-areas.no-title {
  padding: 120px 0 60px;
}
@media (max-width: 767.98px) {
  .full-width-slider-es .focus-areas.no-title {
    padding: 110px 0 50px;
  }
}
.full-width-slider-es.top-space .focus-areas {
  padding: 100px 0 60px;
}
@media (max-width: 767.98px) {
  .full-width-slider-es.top-space .focus-areas {
    padding: 80px 0 50px;
  }
}

.modal {
  max-width: 720px;
  height: unset;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  scrollbar-width: none;
  z-index: 999999;
}
.modal::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 936px) and (orientation: landscape) {
  .modal {
    top: 0;
    height: inherit;
    transform: translateX(-50%);
  }
}
.modal .close-button {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
@media (max-width: 767.98px) {
  .modal .close-button {
    top: 0;
  }
}
.modal .close-button i {
  font-size: 35px;
  color: #ffd100;
}
.modal .modal-dialog {
  max-width: 720px !important;
  margin: 40px 0px;
}
@media (max-width: 767.98px) {
  .modal .modal-dialog {
    margin: 40px 10px;
  }
}
.modal .modal-dialog .modal-header {
  display: none;
}
.modal .modal-dialog .modal-body {
  min-height: 500px;
}
@media (max-width: 767.98px) {
  .modal .modal-dialog .modal-body {
    max-height: 600px;
    min-height: 600px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #ffd100 rgba(209, 209, 209, 0.1);
  }
}
.modal .modal-dialog input {
  width: 100% !important;
  margin-bottom: 0 !important;
}
.modal .modal-dialog input,
.modal .modal-dialog textarea {
  border: 1px solid #dadada;
  width: 100%;
  margin-bottom: 20px;
  height: 40px;
  border-radius: 2px;
  padding: 5px;
  font-size: 16px;
}
.modal .modal-dialog fieldset {
  max-width: unset;
  width: 100%;
}
.modal .modal-dialog fieldset .hs-form-field:last-child .input {
  margin-right: 0 !important;
}
.modal .modal-dialog textarea {
  width: 100% !important;
  min-height: 100px;
}
.modal .modal-dialog .hs-error-msgs {
  padding: 0;
  margin: 0;
}
.modal .modal-dialog .hs-error-msgs li {
  list-style-type: none;
  padding: 0 0 0 8px;
  position: relative;
}
.modal .modal-dialog .hs-error-msgs li::before {
  content: "*";
  position: absolute;
  left: 0;
  font-size: 16px;
  color: red;
}
.modal .modal-dialog .hs-error-msgs li label {
  margin-bottom: 0;
}
.modal .modal-dialog .hs-submit .actions input[type=submit] {
  min-width: 200px;
  width: -moz-fit-content;
  width: fit-content;
  height: 50px;
  border-radius: 30px;
  background-color: #ffd100;
  font-size: 16px;
  line-height: 50px;
  color: #000000 !important;
  text-align: center;
  text-decoration: none;
  font-family: "Proxima Nova";
  font-weight: 600;
  padding: 0 30px;
  display: block;
  transition: 0.3s;
  padding: 0;
  margin: 20px auto 0;
  border: 1px solid transparent;
  max-width: 200px;
}
.modal .modal-dialog .hs-submit .actions input[type=submit]:hover, .modal .modal-dialog .hs-submit .actions input[type=submit]:focus {
  background-color: #ffffff !important;
  transition: 0.3s;
}
.modal .modal-dialog .hs-submit .actions input[type=submit]:hover, .modal .modal-dialog .hs-submit .actions input[type=submit]:focus {
  border: 1px solid #ffd100;
}

body.form-open {
  position: relative;
  overflow: hidden;
}
body.form-open::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background-color: rgba(71, 29, 59, 0.9);
  width: 100%;
  height: 100%;
  z-index: 999;
}

.default-lists .tab-slider .slider .slider-wrapper .each-sliders .content-wrap p {
  margin-bottom: 15px;
}
.default-lists .tab-slider .slider .slider-wrapper .each-sliders .content-wrap ul {
  height: unset;
  flex-flow: unset;
  display: initial;
}
.default-lists .tab-slider .slider .slider-wrapper .each-sliders .content-wrap ul li {
  margin-bottom: 15px;
  width: 100%;
}
.default-lists .tab-slider .slider .slider-wrapper .each-sliders .content-wrap ul li:nth-child(4n) {
  margin-bottom: 12px;
}

.elementor-widget-heading h2.elementor-heading-title, .elementor-widget-heading .elementor-heading-title.h2 {
  font-size: 54px;
  color: #ffd100;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 30px;
}
@media (max-width: 1199.98px) {
  .elementor-widget-heading h2.elementor-heading-title, .elementor-widget-heading .elementor-heading-title.h2 {
    padding: 0 20px;
  }
}
@media (max-width: 767.98px) {
  .elementor-widget-heading h2.elementor-heading-title, .elementor-widget-heading .elementor-heading-title.h2 {
    font-size: 40px;
  }
}

.intro-paragraph .elementor-widget-heading h2.elementor-heading-title, .intro-paragraph .elementor-widget-heading .elementor-heading-title.h2 {
  margin-bottom: 0;
}
@media (max-width: 1199.98px) {
  .intro-paragraph .elementor-widget-heading h2.elementor-heading-title, .intro-paragraph .elementor-widget-heading .elementor-heading-title.h2 {
    padding: 0;
  }
}

.intro-cards-with-overlay .intro-cards .intro-cards-wrap .each-card::before {
  content: "";
  position: absolute;
  width: 100%;
  border-radius: 5px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.site-5 .inner-carousel.heroSlider .owl-carousel .heroSlider-wrap .hero-banner-content h2.width-65, .site-5 .inner-carousel.heroSlider .owl-carousel .heroSlider-wrap .hero-banner-content .width-65.h2 {
  width: 85%;
}
@media (max-width: 767.98px) {
  .site-5 .inner-carousel.heroSlider .owl-carousel .heroSlider-wrap .hero-banner-content h2.width-65, .site-5 .inner-carousel.heroSlider .owl-carousel .heroSlider-wrap .hero-banner-content .width-65.h2 {
    font-size: 34px;
    line-height: 38px;
  }
}

.site-5 .inner-carousel.heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content h2.width-65, .site-5 .inner-carousel.heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content .width-65.h2 {
  width: 85% !important;
}
@media (max-width: 767.98px) {
  .site-5 .inner-carousel.heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content h2.width-65, .site-5 .inner-carousel.heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content .width-65.h2 {
    font-size: 34px;
    line-height: 38px;
  }
}

.site-5 .heroSlider .homeslider .owl-dots {
  bottom: 30px;
  width: 100%;
}

body.single-resources.site-5 .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content h1, body.single-resources.site-5 .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content .h1,
body.single-resources.site-7 .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content h1,
body.single-resources.site-7 .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content .h1 {
  font-size: 34px;
  line-height: 46px;
}

body.resource-cat-press-releases.site-5 #BlogInnerContent,
body.resource-cat-press-releases.site-7 #BlogInnerContent {
  padding-bottom: 50px;
  margin-top: -50px;
  padding-top: 50px;
}

.video-embed {
  text-align: center;
}

@media (max-width: 767.98px) {
  .video-embed iframe {
    width: 100%;
  }
}
.site-8 .e-con-inner {
  max-width: 1200px !important;
  padding-top: 0 !important;
}
@media (max-width: 1199.98px) {
  .site-8 .e-con-inner {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
}
.site-8 .translated-page-banner {
  background-color: #dadada;
}
.site-8 .translated-page-banner .inner-carousel {
  padding: 100px 0px 0;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1199.98px) {
  .site-8 .translated-page-banner .inner-carousel {
    padding: 100px 20px 0;
  }
}
@media (max-width: 767.98px) {
  .site-8 .translated-page-banner .inner-carousel {
    padding: 90px 0 0;
  }
}
.site-8 .translated-page-banner .inner-carousel .inner-page-banner {
  min-height: unset;
}
.site-8 .translated-page-banner .inner-carousel .inner-page-banner .heroSlider-wrap {
  position: relative;
}
.site-8 .translated-page-banner .inner-carousel .inner-page-banner .heroSlider-wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0.85;
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.9) 30%, rgba(0, 0, 0, 0) 70%);
  top: 0;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.site-8 .translated-page-banner .inner-carousel .inner-page-banner .hero-banner-content {
  padding: 0 60px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .site-8 .translated-page-banner .inner-carousel .inner-page-banner .hero-banner-content {
    padding: 0 20px;
  }
}
@media (max-width: 767.98px) {
  .site-8 .translated-page-banner .inner-carousel .inner-page-banner .hero-banner-content {
    padding: 0 20px;
  }
}

body.site-7.resource-cat-case-studies #BlogInnerContent h3, body.site-7.resource-cat-case-studies #BlogInnerContent .h3 {
  margin-top: 0px;
}
body.site-7 .inner-carousel.heroSlider .owl-carousel .heroSlider-wrap .hero-banner-content h1, body.site-7 .inner-carousel.heroSlider .owl-carousel .heroSlider-wrap .hero-banner-content .h1 {
  font-size: 56px !important;
}
body.site-7 .section50-50slider h3, body.site-7 .section50-50slider .h3 {
  font-size: 54px;
  color: #ffd100;
  line-height: 1;
  font-family: "Proxima Nova";
  font-weight: 400;
  margin-bottom: 45px;
}
body.site-7 .layout-50-50 .section-heading h3, body.site-7 .layout-50-50 .section-heading .h3 {
  font-size: 54px;
  color: #ffd100;
  line-height: 1;
  font-family: "Proxima Nova";
  font-weight: 400;
  margin-bottom: 45px;
}
body.site-7 #OurPartners .section-heading {
  margin-bottom: 50px;
}
body.site-7 .section-heading h3, body.site-7 .section-heading .h3 {
  font-size: 54px;
  color: #ffd100;
  line-height: 1;
  font-family: "Proxima Nova";
  font-weight: 400;
  margin-bottom: 45px;
}

body.resource-cat-case-studies.resource-template-old-template .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content {
  padding: 0 140px 0px 50px !important;
}

.inner-carousel.heroSlider .owl-carousel .heroSlider-wrap .hero-banner-content p,
.inner-carousel.heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content p {
  width: 80%;
}

.site-7 .heroSlider .homeslider .owl-dots {
  bottom: 30px;
}

.two-column-layout h3, .two-column-layout .h3 {
  font-family: "Proxima Nova";
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
  color: #ffd100;
}
@media (max-width: 767.98px) {
  .two-column-layout h3, .two-column-layout .h3 {
    font-size: 30px;
    line-height: 1.2;
  }
}

.site-7 .inner-carousel.heroSlider .owl-carousel .heroSlider-wrap .hero-banner-content h2.width-65, .site-7 .inner-carousel.heroSlider .owl-carousel .heroSlider-wrap .hero-banner-content .width-65.h2 {
  width: 85%;
}
@media (max-width: 767.98px) {
  .site-7 .inner-carousel.heroSlider .owl-carousel .heroSlider-wrap .hero-banner-content h2.width-65, .site-7 .inner-carousel.heroSlider .owl-carousel .heroSlider-wrap .hero-banner-content .width-65.h2 {
    font-size: 34px;
    line-height: 38px;
  }
}

.site-7 .layout-30-70 .wrapper .rhs .counts-section .countup-wrap .each-counts p.sub-text {
  margin-top: 10px;
}

.site-7.page-id-88 .forms-wrapper {
  min-height: 375px;
}
@media (max-width: 768px) {
  .site-7.page-id-88 .forms-wrapper {
    min-height: 515px;
  }
}

.leaders-corporate {
  padding: 60px 0;
}
@media (max-width: 767.98px) {
  .leaders-corporate {
    padding: 50px 0;
  }
}
.leaders-corporate .content-section-wrap {
  display: flex;
  align-items: start;
  flex-wrap: wrap;
}
.leaders-corporate .content-section-wrap .leaders-card {
  width: 60%;
  padding: 50px;
  background-color: #bf4c96;
  position: relative;
  border-radius: 4px;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .leaders-corporate .content-section-wrap .leaders-card {
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  .leaders-corporate .content-section-wrap .leaders-card {
    width: 100%;
    padding: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .leaders-corporate .content-section-wrap .leaders-card {
    padding: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .leaders-corporate .content-section-wrap .leaders-card {
    padding: 20px;
  }
}
.leaders-corporate .content-section-wrap .leaders-card::before {
  content: "";
  position: absolute;
  background: url("images/double-quotes.svg");
  background-size: contain;
  width: 60px;
  height: 47px;
  top: 60px;
  left: 50px;
  opacity: 0.2;
  background-repeat: no-repeat;
  z-index: 1;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .leaders-corporate .content-section-wrap .leaders-card::before {
    top: 34px;
    left: 23px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .leaders-corporate .content-section-wrap .leaders-card::before {
    top: 41px;
    left: 31px;
  }
}
@media (max-width: 767.98px) {
  .leaders-corporate .content-section-wrap .leaders-card::before {
    width: 40px;
    height: 31px;
    top: 43px;
    left: 22px;
  }
}
.leaders-corporate .content-section-wrap .leaders-card h3, .leaders-corporate .content-section-wrap .leaders-card .h3 {
  position: relative;
  z-index: 9;
  padding-left: 46px;
  padding-top: 26px;
  color: #ffffff;
  font-size: 30px;
  line-height: 1.3;
  margin-bottom: 20px;
  font-weight: 400;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .leaders-corporate .content-section-wrap .leaders-card h3, .leaders-corporate .content-section-wrap .leaders-card .h3 {
    font-size: 26px;
  }
}
@media (max-width: 767.98px) {
  .leaders-corporate .content-section-wrap .leaders-card h3, .leaders-corporate .content-section-wrap .leaders-card .h3 {
    padding-left: 30px;
    font-size: 24px;
    line-height: 1.2;
  }
}
.leaders-corporate .content-section-wrap .leaders-card p {
  padding-left: 46px;
  color: #ffffff;
  font-weight: 400;
}
.leaders-corporate .content-section-wrap .leaders-card p.position {
  font-size: 18px;
  line-height: 24px;
}
@media (max-width: 767.98px) {
  .leaders-corporate .content-section-wrap .leaders-card p.position {
    padding-left: 30px;
  }
}
.leaders-corporate .content-section-wrap .leaders-card .image-wrap {
  margin-bottom: -50px;
  max-width: 600px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .leaders-corporate .content-section-wrap .leaders-card .image-wrap {
    margin-left: -30px;
    margin-bottom: -30px;
  }
}
@media (max-width: 991.98px) {
  .leaders-corporate .content-section-wrap .leaders-card .image-wrap {
    margin-left: -20px;
    margin-bottom: -20px;
  }
}
.leaders-corporate .content-section-wrap .leaders-card .image-wrap img {
  width: 100%;
  height: auto;
}
.leaders-corporate .content-section-wrap .leaders-content {
  width: 40%;
  padding-left: 40px;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .leaders-corporate .content-section-wrap .leaders-content {
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  .leaders-corporate .content-section-wrap .leaders-content {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
}
.leaders-corporate .content-section-wrap .leaders-content h3, .leaders-corporate .content-section-wrap .leaders-content .h3 {
  font-size: 30px;
  line-height: 1.4;
  color: #ffd100;
  margin-top: 30px;
  margin-bottom: 0;
  font-weight: 400;
}
.leaders-corporate .content-section-wrap .leaders-content h3:first-child, .leaders-corporate .content-section-wrap .leaders-content .h3:first-child {
  margin-top: 0;
}
.leaders-corporate .content-section-wrap .leaders-content p {
  font-size: 20px;
  line-height: 1.4;
  color: #ffffff;
  margin-top: 15px;
  margin-bottom: 0;
  font-weight: 400;
}

.title-faq-40-60 {
  padding: 0 0 60px;
}
@media (max-width: 1199.98px) {
  .title-faq-40-60 {
    padding: 40px 0 60px;
  }
}
@media (max-width: 767.98px) {
  .title-faq-40-60 {
    padding: 50px 0;
  }
}
.title-faq-40-60 .content-faq-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 767.98px) {
  .title-faq-40-60 .content-faq-wrap {
    flex-wrap: wrap;
  }
}
.title-faq-40-60 .content-faq-wrap .title-wrap {
  width: 40%;
  padding-right: 50px;
  align-self: flex-start;
  padding-top: 26px;
}
@media (max-width: 767.98px) {
  .title-faq-40-60 .content-faq-wrap .title-wrap {
    width: 100%;
    padding-top: 0px;
    padding-right: 0px;
  }
}
.title-faq-40-60 .content-faq-wrap .title-wrap h3, .title-faq-40-60 .content-faq-wrap .title-wrap .h3 {
  font-size: 40px;
  line-height: 1.2;
  color: #ffffff;
  margin: 0 0 24px;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .title-faq-40-60 .content-faq-wrap .title-wrap h3, .title-faq-40-60 .content-faq-wrap .title-wrap .h3 {
    font-size: 32px;
  }
}
.title-faq-40-60 .content-faq-wrap .title-wrap p {
  font-size: 18px;
  line-height: 1.4;
  color: #ffffff;
}
.title-faq-40-60 .content-faq-wrap .faq-60 {
  width: 60%;
}
@media (max-width: 767.98px) {
  .title-faq-40-60 .content-faq-wrap .faq-60 {
    width: 100%;
  }
}
.title-faq-40-60 .content-faq-wrap .faq-60 #FAQ .faq-wrapper {
  width: 100%;
}
.title-faq-40-60 .content-faq-wrap .faq-60 #FAQ .faq-wrapper .each-faq {
  padding: 0;
}
.title-faq-40-60 .content-faq-wrap .faq-60 #FAQ .faq-wrapper .each-faq::before {
  background-color: #fff;
  width: 100%;
}
.title-faq-40-60 .content-faq-wrap .faq-60 #FAQ .faq-wrapper .each-faq.active {
  background-color: transparent;
}
.title-faq-40-60 .content-faq-wrap .faq-60 #FAQ .faq-wrapper .each-faq.active::before {
  background-color: #fff;
  width: 100%;
  position: absolute;
  content: "";
  height: 1px;
  z-index: 1;
  text-align: center;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
}
.title-faq-40-60 .content-faq-wrap .faq-60 #FAQ .faq-wrapper .each-faq.active .faq-icons.toggle-icon::before {
  background-color: #ffd100;
}
.title-faq-40-60 .content-faq-wrap .faq-60 #FAQ .faq-wrapper .each-faq .faq-title {
  border: unset;
  padding: 20px 0;
}
.title-faq-40-60 .content-faq-wrap .faq-60 #FAQ .faq-wrapper .each-faq .faq-title p {
  color: #ffffff;
}
.title-faq-40-60 .content-faq-wrap .faq-60 #FAQ .faq-wrapper .each-faq .faq-title.active p {
  color: #ffd100;
}
.title-faq-40-60 .content-faq-wrap .faq-60 #FAQ .faq-wrapper .each-faq .faq-description {
  padding-top: 10px;
}

.main-content h1, .main-content .h1 {
  font-size: 32px;
  font-weight: 400;
  font-family: "ProximaNova", sans-serif;
}
.main-content h2, .main-content .h2 {
  font-size: 30px;
  font-weight: 200;
  font-family: "ProximaNova", sans-serif;
}
.main-content h2 sup, .main-content .h2 sup {
  font-size: 60%;
}
.main-content h3, .main-content .h3 {
  font-size: 28px;
  font-weight: 400;
  font-family: "ProximaNova", sans-serif;
}
.main-content h3 sup, .main-content .h3 sup {
  font-size: 60%;
}
.main-content h4, .main-content .h4 {
  font-size: 26px;
  font-weight: 400;
  font-family: "ProximaNova", sans-serif;
}
.main-content h4 sup, .main-content .h4 sup {
  font-size: 60%;
}
.main-content h5, .main-content .h5 {
  font-size: 24px;
  font-weight: 800;
  font-family: "ProximaNova", sans-serif;
}
.main-content h5 sup, .main-content .h5 sup {
  font-size: 60%;
}
.main-content h6, .main-content .h6 {
  font-size: 22px;
  font-weight: 900;
  font-family: "ProximaNova", sans-serif;
}
.main-content h6 sup, .main-content .h6 sup {
  font-size: 60%;
}
.main-content p {
  font-size: 18px;
  font-weight: 400;
  font-family: "ProximaNova", sans-serif;
}
.main-content p sup {
  font-size: 60%;
}

sup {
  vertical-align: middle;
}

#LCAPostings .solution-accelerators {
  margin-top: -25px;
}

#LCAPostings #BlogInnerContent.lca-postings p {
  font-size: 18px;
  color: #000000;
  line-height: 24px;
  margin-bottom: 8px;
}

#LCAPostings #BlogInnerContent.lca-postings {
  padding-bottom: 40px;
  background-color: #dadada;
}
@media (max-width: 767.98px) {
  #LCAPostings #BlogInnerContent.lca-postings {
    padding-top: 45px;
    margin-top: -1px;
  }
}

@media (max-width: 767.98px) {
  .display-in-mobile {
    display: block;
  }
}
@media (min-width: 768px) {
  .display-in-mobile {
    display: none;
  }
}

#event-form {
  margin-top: 0px;
}
#event-form form {
  width: 700px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767.98px) {
  #event-form form {
    width: 100%;
  }
}
#event-form form .hs_firstname,
#event-form form .hs_email {
  width: 50%;
  text-align: left;
}
@media (max-width: 767.98px) {
  #event-form form .hs_firstname,
  #event-form form .hs_email {
    width: 100%;
  }
}
#event-form form .hs_firstname .input,
#event-form form .hs_email .input {
  margin-right: 3%;
}
@media (max-width: 767.98px) {
  #event-form form .hs_firstname .input,
  #event-form form .hs_email .input {
    margin-right: 0;
  }
}
#event-form form .hs_lastname,
#event-form form .hs_phone {
  width: 50%;
  text-align: left;
}
@media (max-width: 767.98px) {
  #event-form form .hs_lastname,
  #event-form form .hs_phone {
    width: 100%;
  }
}
#event-form form .hs_lastname .input,
#event-form form .hs_phone .input {
  margin-left: 3%;
}
@media (max-width: 767.98px) {
  #event-form form .hs_lastname .input,
  #event-form form .hs_phone .input {
    margin-left: 0;
  }
}
#event-form form .hs_lastname label,
#event-form form .hs_phone label {
  margin-left: 3%;
}
@media (max-width: 767.98px) {
  #event-form form .hs_lastname label,
  #event-form form .hs_phone label {
    margin-left: 0;
  }
}
#event-form form .hs_lastname .hs-error-msgs,
#event-form form .hs_phone .hs-error-msgs {
  margin-left: 3%;
}
@media (max-width: 767.98px) {
  #event-form form .hs_lastname .hs-error-msgs,
  #event-form form .hs_phone .hs-error-msgs {
    margin-left: 0;
  }
}
#event-form form label span {
  font-size: 16px;
  color: #fff;
  margin-bottom: 5px;
  font-weight: 400;
  line-height: 1.2;
  text-align: left;
  margin-bottom: 12px;
}
#event-form form input {
  width: 100%;
  margin-bottom: 20px;
  height: 50px;
  border-radius: 4px;
  padding: 5px 15px;
  font-size: 16px;
  background-color: rgba(71, 29, 59, 0.5);
  color: #ffffff;
  border: unset !important;
}
#event-form form input[type=submit] {
  min-width: 200px;
  width: -moz-fit-content;
  width: fit-content;
  height: 50px;
  border-radius: 30px;
  background-color: #ffd100;
  font-size: 16px;
  line-height: 50px;
  color: #000000 !important;
  text-align: center;
  text-decoration: none;
  font-family: "Proxima Nova";
  font-weight: 600;
  padding: 0 30px;
  display: block;
  transition: 0.3s;
  padding: 0;
  margin: 20px auto 0;
}
#event-form form input[type=submit]:hover {
  background-color: #ffffff !important;
  transition: 0.3s;
}
#event-form form .hs-error-msgs {
  padding: 0;
  margin-top: -18px;
  margin-bottom: 0;
}
#event-form form .hs-error-msgs li {
  list-style-type: none;
  padding: 0 0 0 8px;
  position: relative;
}
#event-form form .hs-error-msgs li::before {
  content: "*";
  position: absolute;
  left: 0;
  font-size: 16px;
  color: #ffd100;
}
#event-form form .hs-error-msgs li label {
  margin-bottom: 0;
  font-size: 16px;
  color: #fff;
  margin: 0 0 7px 0;
  font-weight: 400;
  line-height: 1.2;
  text-align: left;
}
#event-form form .hs-richtext p {
  text-align: left;
  margin-bottom: 30px !important;
  font-size: 16px;
  line-height: 24px;
}
#event-form form .hs_submit.hs-submit {
  width: 100%;
}

.video-gallery .video-cta {
  padding-bottom: 45px;
}

.no-link-cards-slider .each-card {
  cursor: unset !important;
}

@media (max-width: 998.98px) {
  h2.width-65 sup, .width-65.h2 sup {
    font-size: 16px;
    top: -10px;
  }
}
.hs_recaptcha.hs-recaptcha.field.hs-form-field {
  color: #fff;
}

.video-placeholder-normal {
  display: none !important;
}

.postid-22241 #BlogInnerContent h3:first-child, .postid-22241 #BlogInnerContent .h3:first-child {
  margin-top: 0px;
}

.static-map-container {
  display: flex;
  justify-content: center;
}

.map-container {
  width: 70%;
  display: flex;
  justify-content: center;
  height: 400px;
}

.page-id-25707 #event-form {
  margin-top: 0px;
}

@media (max-width: 767.98px) {
  .map-container {
    width: 100%;
  }
}
.venue-details p {
  color: #fff;
}

.venue-details h2, .venue-details .h2 {
  margin-bottom: 30px;
}

.map-get-in-touch h2, .map-get-in-touch .h2 {
  margin-bottom: 40px;
}

.venue-details p:last-child {
  margin-bottom: 30px;
}

.gmap-link {
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  color: #ffd100;
  text-decoration: underline !important;
  cursor: pointer;
}

.gmap {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 50%;
  height: 50%;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 9999;
}

.gmap.active {
  display: block;
}

.static-map-container {
  display: flex;
  justify-content: center;
}

.map-container {
  width: 70%;
  display: flex;
  justify-content: center;
  height: 400px;
}

.map-popup {
  max-width: 600px;
  max-height: 600px;
  margin: 0 auto;
}

.map-embed {
  position: relative;
  padding-bottom: 75%; /* Aspect ratio */
  height: 0;
  overflow: hidden;
}

.map-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.gmap-horizon-link {
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  color: #ffd100;
  text-decoration: underline !important;
  cursor: pointer;
}

.white-popup {
  position: relative;
  background: #fff;
  width: auto;
  max-width: 600px;
  max-height: 600px;
  margin: 20px auto;
}

.page-id-25707 .mfp-close-btn-in .mfp-close {
  color: #fff !important;
  border: none;
}

.gmap-p-tag {
  padding-bottom: 30px;
}

h4, .h4 {
  color: #fff;
}

h2 sup, .h2 sup {
  font-size: 22px;
  top: -16px;
}

@media (min-width: 0) and (max-width: 1199.98px) {
  .inner-carousel.heroSlider .owl-carousel.multiple-images .heroSlider-wrap .hero-banner-content .loc-date-wrap p a {
    min-width: auto;
    background: none;
    padding: 0;
    color: #fff !important;
    display: inline-block;
    height: auto;
    border-radius: 0;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 600;
  }
}
@media (max-width: 575.98px) {
  .page-id-1584 .inner-carousel.heroSlider .owl-carousel .heroSlider-wrap .hero-banner-content h2,
  .page-id-1584 .inner-carousel.heroSlider .owl-carousel .heroSlider-wrap .hero-banner-content .h2 {
    font-size: 30px !important;
    line-height: 1.2 !important;
  }
}
@media (max-width: 1199.98px) {
  .page-id-1584 .inner-carousel.heroSlider .owl-carousel .heroSlider-wrap .hero-banner-content h2,
  .page-id-1584 .inner-carousel.heroSlider .owl-carousel .heroSlider-wrap .hero-banner-content .h2 {
    width: 100% !important;
  }
}
.page-id-1584 .inner-carousel.heroSlider .owl-carousel .heroSlider-wrap .hero-banner-content h2,
.page-id-1584 .inner-carousel.heroSlider .owl-carousel .heroSlider-wrap .hero-banner-content .h2 {
  width: 85%;
  font-size: 60px;
}

.our-services {
  background-color: #dadada;
  padding: 35px 0 60px;
}
@media (max-width: 1039.98px) {
  .our-services {
    padding: 35px 20px 60px;
  }
}
@media (max-width: 767.98px) {
  .our-services {
    padding: 40px 20px 50px;
  }
}
.our-services h2, .our-services .h2 {
  font-size: 54px;
  color: #ffd100;
  line-height: 1;
  font-family: "Proxima Nova";
  font-weight: 400;
  margin-bottom: 45px;
  line-height: 80px;
  margin-bottom: 30px;
  text-align: center;
  color: #471d3b;
}
@media (max-width: 767.98px) {
  .our-services h2, .our-services .h2 {
    font-size: 40px;
    line-height: 44px !important;
    margin-bottom: 40px;
  }
}
@media (max-width: 767.98px) {
  .our-services h2, .our-services .h2 {
    margin-bottom: 30px;
  }
}

.intro-cards {
  padding-bottom: 60px;
}
@media (max-width: 767.98px) {
  .intro-cards {
    padding-bottom: 50px;
  }
}
.intro-cards .intro-cards-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 35px 0px;
}
@media (max-width: 767.98px) {
  .intro-cards .intro-cards-wrap {
    flex-wrap: wrap;
    gap: 0px;
  }
}
.intro-cards .intro-cards-wrap .each-card {
  width: calc(50% - 20px);
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .intro-cards .intro-cards-wrap .each-card {
    width: calc(50% - 15px);
  }
}
@media (max-width: 767.98px) {
  .intro-cards .intro-cards-wrap .each-card {
    width: 100%;
    margin-bottom: 30px;
  }
  .intro-cards .intro-cards-wrap .each-card:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 575.98px) {
  .intro-cards .intro-cards-wrap .each-card:last-child {
    min-height: 275px;
    background-color: #481c3d;
  }
}
.intro-cards .intro-cards-wrap .each-card.brochure-cta {
  text-align: right;
  position: relative;
}
@media (max-width: 1199.98px) {
  .intro-cards .intro-cards-wrap .each-card.brochure-cta img {
    opacity: 0.1;
  }
}
.intro-cards .intro-cards-wrap .each-card.brochure-cta .content-wrap {
  position: unset;
  bottom: unset;
  left: unset;
  right: 0;
  top: 0;
  padding: 0;
}
.intro-cards .intro-cards-wrap .each-card.brochure-cta .content-wrap p {
  font-size: 32px;
  line-height: 1.2;
  margin-bottom: 0;
  position: absolute;
  top: 30px;
  right: 30px;
}
@media (max-width: 575.98px) {
  .intro-cards .intro-cards-wrap .each-card.brochure-cta .content-wrap p {
    font-size: 26px;
    right: 20px;
  }
}
.intro-cards .intro-cards-wrap .each-card.brochure-cta .content-wrap a {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0 30px 30px auto;
}
@media (max-width: 575.98px) {
  .intro-cards .intro-cards-wrap .each-card.brochure-cta .content-wrap a {
    margin: 0 20px 20px auto;
  }
}
.intro-cards .intro-cards-wrap .each-card img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}
.intro-cards .intro-cards-wrap .each-card .content-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 40px;
}
@media (max-width: 991.98px) {
  .intro-cards .intro-cards-wrap .each-card .content-wrap {
    padding: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .intro-cards .intro-cards-wrap .each-card .content-wrap {
    padding: 50px;
  }
}
.intro-cards .intro-cards-wrap .each-card .content-wrap p {
  font-family: "Proxima Nova";
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  color: #ffd100;
  margin-bottom: 40px;
}
@media (max-width: 991.98px) {
  .intro-cards .intro-cards-wrap .each-card .content-wrap p {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 991.98px) {
  .intro-cards .intro-cards-wrap .each-card .content-wrap p {
    margin-bottom: 30px;
  }
}
.intro-cards .intro-cards-wrap .each-card .content-wrap a {
  min-width: 200px;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #ffd100;
  border-radius: 30px;
  background-size: cover;
  font-family: "Proxima Nova";
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  color: #ffffff !important;
  -webkit-text-decoration: none solid rgb(255, 255, 255);
          text-decoration: none solid rgb(255, 255, 255);
  text-align: center;
  padding: 17px 30px;
  display: block;
  transition: 0.3s;
}
.intro-cards .intro-cards-wrap .each-card .content-wrap a:hover, .intro-cards .intro-cards-wrap .each-card .content-wrap a:focus {
  transition: 0.3s;
  color: #471d3b !important;
  background-color: #ffd100;
}

#segmentsWeServe a {
  min-width: 200px;
  width: -moz-fit-content;
  width: fit-content;
  height: 50px;
  border-radius: 30px;
  background-color: #ffd100;
  font-size: 16px;
  line-height: 50px;
  color: #000000 !important;
  text-align: center;
  text-decoration: none;
  font-family: "Proxima Nova";
  font-weight: 600;
  padding: 0 30px;
  display: block;
  transition: 0.3s;
}
#segmentsWeServe a:hover, #segmentsWeServe a:focus {
  background-color: #ffffff !important;
  transition: 0.3s;
}

#segmentsWeServe .intro-cards-wrap .each-card {
  position: relative; /* Add this to contain the overlay */
}

#segmentsWeServe .intro-cards-wrap .each-card::before {
  content: "";
  background: rgba(0, 0, 0, 0.4); /* Use rgba to add transparency */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 575.98px) {
  #segmentsWeServe .intro-cards .intro-cards-wrap .each-card:last-child {
    min-height: unset;
    background-color: #4e193e;
  }
}
.solution-accelerators {
  background-color: #dadada;
  padding: 35px 0 30px;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .solution-accelerators {
    padding: 35px 0 50px;
  }
}
.solution-accelerators h2, .solution-accelerators .h2 {
  font-size: 54px;
  color: #ffd100;
  line-height: 1;
  font-family: "Proxima Nova";
  font-weight: 400;
  margin-bottom: 45px;
  line-height: 80px;
  margin-bottom: 30px;
  text-align: center;
  color: #471d3b;
}
@media (max-width: 767.98px) {
  .solution-accelerators h2, .solution-accelerators .h2 {
    font-size: 40px;
    line-height: 44px !important;
    margin-bottom: 40px;
  }
}
@media (max-width: 767.98px) {
  .solution-accelerators h2, .solution-accelerators .h2 {
    margin-bottom: 30px;
  }
}
.solution-accelerators p.main-description {
  color: #471d3b;
  font-size: 18px;
  text-align: center;
  margin-bottom: 30px;
}
.solution-accelerators .defaultcards .each-card {
  margin-bottom: 30px;
  text-decoration: none;
  position: relative;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 28px;
  padding: 40px 30px 50px;
  display: block;
}
.solution-accelerators .defaultcards .each-card a {
  text-decoration: unset;
  cursor: pointer;
  display: block;
}
.solution-accelerators .defaultcards .each-card .eyebrow p {
  font-family: "Proxima Nova";
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: #ffffff;
  -webkit-text-decoration: none solid rgb(255, 255, 255);
          text-decoration: none solid rgb(255, 255, 255);
  margin-bottom: 10px;
}
.solution-accelerators .defaultcards .each-card h3, .solution-accelerators .defaultcards .each-card .h3 {
  font-family: "Proxima Nova";
  font-weight: 500;
  font-size: 32px;
  line-height: 36px;
  color: #000000;
  margin-bottom: 14px;
}
@media (max-width: 991.98px) {
  .solution-accelerators .defaultcards .each-card h3, .solution-accelerators .defaultcards .each-card .h3 {
    font-size: 22px;
    line-height: 26px;
  }
}
.solution-accelerators .defaultcards .each-card p {
  font-family: "Proxima Nova";
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  margin-bottom: 10px;
}
@media (min-width: 1600px) {
  .solution-accelerators .defaultcards .each-card p {
    font-size: 20px;
    line-height: 26px;
  }
}
.solution-accelerators .defaultcards .each-card .arrow {
  position: absolute;
  width: 54px;
  height: 54px;
  bottom: 0;
  right: 0;
  background-color: #ffd100;
  border-radius: 50%;
  transition: 0.3s;
}
@media (max-width: 1199.98px) {
  .solution-accelerators .defaultcards .each-card .arrow {
    transform: rotate(-45deg) !important;
  }
}
.solution-accelerators .defaultcards .each-card .arrow i {
  position: relative;
  top: 50%;
  left: 50%;
  font-size: 32px;
  border-radius: 50%;
  color: #471d3b;
  transition: 0.3s;
  transform: translate(-50%, -50%) !important;
}
.solution-accelerators .defaultcards .each-card:hover, .solution-accelerators .defaultcards .each-card:focus {
  cursor: pointer;
}
.solution-accelerators .defaultcards .each-card:hover .arrow, .solution-accelerators .defaultcards .each-card:focus .arrow {
  transition: 0.3s;
  transform: rotate(-45deg);
}
@media (max-width: 767.98px) {
  .solution-accelerators .defaultcards .each-card {
    padding: 24px 24px 50px;
    margin-bottom: 20px;
  }
}
@media (max-width: 575.98px) {
  .solution-accelerators .defaultcards .each-card {
    width: 100%;
    margin-right: 0;
    min-height: 350px;
  }
}
.solution-accelerators .defaultcards .each-card .content-wrap {
  min-height: 200px;
}
.solution-accelerators .defaultcards .each-card h3, .solution-accelerators .defaultcards .each-card .h3 {
  color: #ffd100;
  line-height: 40px;
  margin-bottom: 16px;
  font-weight: 600;
}
@media (max-width: 991.98px) {
  .solution-accelerators .defaultcards .each-card h3, .solution-accelerators .defaultcards .each-card .h3 {
    font-size: 26px;
    line-height: 32px;
  }
}
.solution-accelerators .defaultcards .each-card p {
  color: #dadada;
  font-size: 18px;
  line-height: 1.5;
}
.solution-accelerators .owl-dots {
  text-align: center;
}
.solution-accelerators .owl-dots .owl-dot {
  width: 30px;
  height: 10px;
  background-color: rgba(218, 218, 218, 0.4);
  border-radius: 4px;
  border: unset;
  margin-right: 16px;
  transition: all 0.5s;
}
.solution-accelerators .owl-dots .owl-dot:last-child {
  margin-right: 0;
}
.solution-accelerators .owl-dots .owl-dot.active, .solution-accelerators .owl-dots .owl-dot:hover, .solution-accelerators .owl-dots .owl-dot:focus {
  background-color: #ffd100;
  transition: all 0.5s;
}
.solution-accelerators .owl-dots .owl-dot {
  background-color: rgba(191, 76, 150, 0.3);
}
.solution-accelerators .owl-dots .owl-dot.active {
  background-color: rgb(191, 76, 150);
}
.solution-accelerators .owl-dots .owl-dot:hover {
  background-color: rgb(191, 76, 150);
}
.solution-accelerators .owl-nav {
  position: absolute;
  top: -98px;
  right: 0;
}
@media (max-width: 991.98px) {
  .solution-accelerators .owl-nav {
    display: none;
  }
}
.solution-accelerators .owl-nav .owl-prev {
  transform: rotate(180deg);
  margin-right: 20px;
}
.solution-accelerators .owl-nav .owl-prev,
.solution-accelerators .owl-nav .owl-next {
  background-color: transparent;
  border: unset;
  padding: 0;
  border-radius: 50%;
  width: 54px;
  height: 54px;
}
.solution-accelerators .owl-nav .owl-prev span,
.solution-accelerators .owl-nav .owl-next span {
  display: flex;
}
.solution-accelerators .owl-nav .owl-prev i,
.solution-accelerators .owl-nav .owl-next i {
  font-size: 16px;
  color: #ffd100;
  border: 1px solid rgba(255, 209, 0, 0.3);
  border-radius: 50%;
  width: 54px;
  height: 54px;
  transition: 0.3s;
  position: relative;
}
.solution-accelerators .owl-nav .owl-prev i::before,
.solution-accelerators .owl-nav .owl-next i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.solution-accelerators .owl-nav .owl-prev i:hover, .solution-accelerators .owl-nav .owl-prev i:focus,
.solution-accelerators .owl-nav .owl-next i:hover,
.solution-accelerators .owl-nav .owl-next i:focus {
  transition: 0.3s;
  background-color: #ffd100;
  color: #471d3b;
}
.solution-accelerators .owl-nav .owl-prev i,
.solution-accelerators .owl-nav .owl-next i {
  border: 1px solid rgba(71, 29, 59, 0.3);
}
.solution-accelerators .owl-nav .owl-prev i::before,
.solution-accelerators .owl-nav .owl-next i::before {
  color: #471d3b;
}
.solution-accelerators .owl-nav .owl-prev:hover i, .solution-accelerators .owl-nav .owl-prev:focus i,
.solution-accelerators .owl-nav .owl-next:hover i,
.solution-accelerators .owl-nav .owl-next:focus i {
  border: 1px solid #ffd100;
  background-color: #ffd100;
}

.defaultcards .owl-stage-outer {
  overflow: unset !important;
}

.industries-progressbar {
  display: none !important;
}

#FocusArea,
#OurServices,
#SolutionAccelerators,
#OurInsights,
#LetsConnect,
#section-one,
#section-two,
#section-three,
#section-four,
#section-five,
#ChallengesWeSolve,
#WhatSetsUsApart,
#MeetOurLeaders,
#FoundersStory,
#WorldwideLocations,
#AwardsSpotlight,
#MakingDifference,
#CultureAndInclusion,
#Overview {
  scroll-margin-top: 100px;
}
@media (max-width: 767.98px) {
  #FocusArea,
  #OurServices,
  #SolutionAccelerators,
  #OurInsights,
  #LetsConnect,
  #section-one,
  #section-two,
  #section-three,
  #section-four,
  #section-five,
  #ChallengesWeSolve,
  #WhatSetsUsApart,
  #MeetOurLeaders,
  #FoundersStory,
  #WorldwideLocations,
  #AwardsSpotlight,
  #MakingDifference,
  #CultureAndInclusion,
  #Overview {
    scroll-margin-top: 95px;
  }
}

body.postid-784 .intro-paragraph {
  padding: 0px 0 10px;
}
body.postid-784 .no-video-section .intro-cards .intro-cards-wrap {
  align-items: flex-start;
}
body.postid-784 .no-video-section .intro-cards .intro-cards-wrap .text-content-wrap p {
  font-family: "Proxima Nova";
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  color: #ffffff;
  -webkit-text-decoration: none solid rgb(255, 255, 255);
  text-decoration: none solid rgb(255, 255, 255);
}

.aero-cards .intro-cards .intro-cards-wrap .each-card {
  width: calc(33% - 20px);
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .aero-cards .intro-cards .intro-cards-wrap .each-card {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .aero-cards .intro-cards .intro-cards-wrap .each-card {
    width: calc(50% - 20px);
  }
}

#Challenge {
  padding-bottom: 35px;
}
@media (max-width: 767.98px) {
  #Challenge {
    padding-bottom: 0px;
  }
}
#Challenge .intro-paragraph {
  padding-bottom: 0 !important;
}
@media (max-width: 767.98px) {
  #Challenge .intro-paragraph {
    padding: 20px !important;
  }
}
#Challenge .intro-paragraph p {
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  #Challenge .intro-paragraph p {
    margin-bottom: 20px;
  }
}
#Challenge .intro-paragraph h2, #Challenge .intro-paragraph .h2,
#Challenge .intro-paragraph h3,
#Challenge .intro-paragraph .h3 {
  margin-top: 30px;
}

#Results {
  padding: 38px 0;
}
@media (max-width: 767.98px) {
  #Results {
    padding: 40px 0 0px;
  }
}
#Results h2, #Results .h2 {
  font-size: 54px;
  color: #ffd100;
  line-height: 1;
  font-family: "Proxima Nova";
  font-weight: 400;
  margin-bottom: 45px;
  line-height: 58px !important;
  margin-bottom: 18px;
}
@media (max-width: 767.98px) {
  #Results h2, #Results .h2 {
    font-size: 40px;
    line-height: 44px !important;
    margin-bottom: 40px;
  }
}
@media (max-width: 767.98px) {
  #Results h2, #Results .h2 {
    margin-bottom: 20px;
  }
}
#Results .list-wrap .each-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 25px 14px 32px;
  background-color: rgba(191, 76, 150, 0.3);
  border-radius: 4px;
  margin-bottom: 20px;
  min-height: 100px;
}
@media (max-width: 575.98px) {
  #Results .list-wrap .each-list {
    flex-wrap: wrap;
    padding: 16px;
  }
}
#Results .list-wrap .each-list .content-wrap {
  width: 85%;
}
@media (max-width: 575.98px) {
  #Results .list-wrap .each-list .content-wrap {
    width: 100%;
    margin-bottom: 25px;
  }
}
#Results .list-wrap .each-list .content-wrap p,
#Results .list-wrap .each-list .content-wrap ul li {
  font-family: "Proxima Nova";
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 0;
}
#Results .list-wrap .each-list .image-wrap {
  width: 90px;
  text-align: center;
}
@media (max-width: 575.98px) {
  #Results .list-wrap .each-list .image-wrap {
    margin: 0 auto;
  }
}
#Results .list-wrap .each-list .image-wrap img {
  max-width: 100%;
  height: auto;
}
#Results .download-asset {
  padding: 40px 0 60px;
}
@media (max-width: 767.98px) {
  #Results .download-asset {
    padding: 30px 0 50px;
  }
}
#Results .download-asset h3, #Results .download-asset .h3 {
  font-family: "Proxima Nova";
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
  color: #ffd100;
  margin-bottom: 24px;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  #Results .download-asset h3, #Results .download-asset .h3 {
    font-size: 30px;
    line-height: 1.2;
  }
}
#Results .download-asset h3 strong, #Results .download-asset .h3 strong {
  color: #ffffff;
  font-weight: 700;
}

#Solution {
  background-color: #471d3b;
  padding: 38px 0 60px;
}
@media (max-width: 767.98px) {
  #Solution {
    padding: 40px 0 50px;
  }
}
#Solution h2, #Solution .h2 {
  font-size: 54px;
  color: #ffd100;
  line-height: 1;
  font-family: "Proxima Nova";
  font-weight: 400;
  margin-bottom: 45px;
  line-height: 80px;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  #Solution h2, #Solution .h2 {
    font-size: 40px;
    line-height: 44px !important;
    margin-bottom: 40px;
  }
}
@media (max-width: 767.98px) {
  #Solution h2, #Solution .h2 {
    margin-bottom: 20px;
  }
}
#Solution h3, #Solution .h3 {
  font-family: "Proxima Nova";
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
  color: #ffd100;
  margin-bottom: 28px;
}
@media (max-width: 767.98px) {
  #Solution h3, #Solution .h3 {
    font-size: 30px;
    line-height: 1.2;
  }
}
#Solution h3 strong, #Solution .h3 strong {
  color: #ffffff;
  font-weight: 700;
}
#Solution .image-content-wap {
  border-radius: 4px;
  background-color: #662a53;
  display: flex;
  align-items: stretch;
  min-height: 300px;
}
@media (max-width: 767.98px) {
  #Solution .image-content-wap {
    flex-wrap: wrap;
  }
}
#Solution .image-content-wap .image-wrap {
  width: 20%;
  background: url("images/solutions-image.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
@media (max-width: 767.98px) {
  #Solution .image-content-wap .image-wrap {
    background: unset;
    width: 100%;
    height: 400px;
    background-position: center 50% !important;
    background-size: cover;
  }
}
#Solution .image-content-wap .image-wrap img {
  width: 100%;
  height: auto;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  display: none;
}
@media (min-width: 768px) {
  #Solution .image-content-wap .image-wrap img {
    display: none;
  }
}
#Solution .image-content-wap .content-wrap {
  width: 80%;
  padding: 40px 28px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  align-items: start;
}
#Solution .image-content-wap .content-wrap ul {
  color: #ffffff;
}
@media (min-width: 768px) {
  #Solution .image-content-wap .content-wrap {
    min-height: 300px;
  }
}
@media (max-width: 767.98px) {
  #Solution .image-content-wap .content-wrap {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  #Solution .image-content-wap .content-wrap {
    height: auto;
    flex-flow: wrap;
    padding: 40px 20px;
  }
}
#Solution .image-content-wap .content-wrap .first-half,
#Solution .image-content-wap .content-wrap .second-half {
  width: 50%;
}
#Solution .image-content-wap .content-wrap .first-half ul,
#Solution .image-content-wap .content-wrap .second-half ul {
  color: #ffffff;
}
@media (min-width: 768px) {
  #Solution .image-content-wap .content-wrap .first-half,
  #Solution .image-content-wap .content-wrap .second-half {
    padding-right: 10px;
  }
}
@media (max-width: 767.98px) {
  #Solution .image-content-wap .content-wrap .first-half,
  #Solution .image-content-wap .content-wrap .second-half {
    width: 100%;
  }
}
@media (min-width: 768px) {
  #Solution .image-content-wap .content-wrap .second-half {
    padding-right: 10px;
    padding-left: 10px;
  }
}
#Solution .image-content-wap .content-wrap p {
  font-family: "Proxima Nova";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  margin-bottom: 0;
  margin-bottom: 20px;
}
#Solution .image-content-wap .content-wrap p strong {
  font-weight: 800;
}

.innercasestudy {
  background-color: #471d3b;
}

canvas {
  background-color: rgba(71, 29, 59, 0.8);
}

.df-lightbox-bg,
.df-bg {
  background-color: unset !important;
}

#Challenge,
#Solution,
#Results,
#DownloadAsset,
#PreFooter {
  scroll-margin-top: 100px;
}
@media (max-width: 767.98px) {
  #Challenge,
  #Solution,
  #Results,
  #DownloadAsset,
  #PreFooter {
    scroll-margin-top: 70px;
  }
}

.resource-cat-case-studies #BlogInnerContent,
.resource-cat-thought-leadership #BlogInnerContent,
.resource-cat-articles #BlogInnerContent {
  padding-bottom: 50px;
}
@media (min-width: 0) and (max-width: 767.98px) {
  .resource-cat-case-studies #BlogInnerContent,
  .resource-cat-thought-leadership #BlogInnerContent,
  .resource-cat-articles #BlogInnerContent {
    padding-top: 50px;
  }
}
.resource-cat-case-studies #BlogInnerContent .container-fluid .section-title h3, .resource-cat-case-studies #BlogInnerContent .container-sm .section-title h3, .resource-cat-case-studies #BlogInnerContent .container-md .section-title h3, .resource-cat-case-studies #BlogInnerContent .container-lg .section-title h3, .resource-cat-case-studies #BlogInnerContent .container-xl .section-title h3, .resource-cat-case-studies #BlogInnerContent .container-xxl .section-title h3, .resource-cat-case-studies #BlogInnerContent .container-fluid .section-title .h3, .resource-cat-case-studies #BlogInnerContent .container-sm .section-title .h3, .resource-cat-case-studies #BlogInnerContent .container-md .section-title .h3, .resource-cat-case-studies #BlogInnerContent .container-lg .section-title .h3, .resource-cat-case-studies #BlogInnerContent .container-xl .section-title .h3, .resource-cat-case-studies #BlogInnerContent .container-xxl .section-title .h3,
.resource-cat-thought-leadership #BlogInnerContent .container-fluid .section-title h3,
.resource-cat-thought-leadership #BlogInnerContent .container-sm .section-title h3,
.resource-cat-thought-leadership #BlogInnerContent .container-md .section-title h3,
.resource-cat-thought-leadership #BlogInnerContent .container-lg .section-title h3,
.resource-cat-thought-leadership #BlogInnerContent .container-xl .section-title h3,
.resource-cat-thought-leadership #BlogInnerContent .container-xxl .section-title h3,
.resource-cat-thought-leadership #BlogInnerContent .container-fluid .section-title .h3,
.resource-cat-thought-leadership #BlogInnerContent .container-sm .section-title .h3,
.resource-cat-thought-leadership #BlogInnerContent .container-md .section-title .h3,
.resource-cat-thought-leadership #BlogInnerContent .container-lg .section-title .h3,
.resource-cat-thought-leadership #BlogInnerContent .container-xl .section-title .h3,
.resource-cat-thought-leadership #BlogInnerContent .container-xxl .section-title .h3,
.resource-cat-articles #BlogInnerContent .container-fluid .section-title h3,
.resource-cat-articles #BlogInnerContent .container-sm .section-title h3,
.resource-cat-articles #BlogInnerContent .container-md .section-title h3,
.resource-cat-articles #BlogInnerContent .container-lg .section-title h3,
.resource-cat-articles #BlogInnerContent .container-xl .section-title h3,
.resource-cat-articles #BlogInnerContent .container-xxl .section-title h3,
.resource-cat-articles #BlogInnerContent .container-fluid .section-title .h3,
.resource-cat-articles #BlogInnerContent .container-sm .section-title .h3,
.resource-cat-articles #BlogInnerContent .container-md .section-title .h3,
.resource-cat-articles #BlogInnerContent .container-lg .section-title .h3,
.resource-cat-articles #BlogInnerContent .container-xl .section-title .h3,
.resource-cat-articles #BlogInnerContent .container-xxl .section-title .h3 {
  font-size: 54px;
  color: #471d3b;
  line-height: 1;
  font-family: "Proxima Nova";
  font-weight: 500;
  margin-bottom: 20px;
  margin-top: 0;
}
.resource-cat-case-studies #BlogInnerContent .container-fluid p, .resource-cat-case-studies #BlogInnerContent .container-sm p, .resource-cat-case-studies #BlogInnerContent .container-md p, .resource-cat-case-studies #BlogInnerContent .container-lg p, .resource-cat-case-studies #BlogInnerContent .container-xl p, .resource-cat-case-studies #BlogInnerContent .container-xxl p,
.resource-cat-thought-leadership #BlogInnerContent .container-fluid p,
.resource-cat-thought-leadership #BlogInnerContent .container-sm p,
.resource-cat-thought-leadership #BlogInnerContent .container-md p,
.resource-cat-thought-leadership #BlogInnerContent .container-lg p,
.resource-cat-thought-leadership #BlogInnerContent .container-xl p,
.resource-cat-thought-leadership #BlogInnerContent .container-xxl p,
.resource-cat-articles #BlogInnerContent .container-fluid p,
.resource-cat-articles #BlogInnerContent .container-sm p,
.resource-cat-articles #BlogInnerContent .container-md p,
.resource-cat-articles #BlogInnerContent .container-lg p,
.resource-cat-articles #BlogInnerContent .container-xl p,
.resource-cat-articles #BlogInnerContent .container-xxl p {
  margin-bottom: 15px;
}
.resource-cat-case-studies #BlogInnerContent .container-fluid ul li, .resource-cat-case-studies #BlogInnerContent .container-sm ul li, .resource-cat-case-studies #BlogInnerContent .container-md ul li, .resource-cat-case-studies #BlogInnerContent .container-lg ul li, .resource-cat-case-studies #BlogInnerContent .container-xl ul li, .resource-cat-case-studies #BlogInnerContent .container-xxl ul li,
.resource-cat-thought-leadership #BlogInnerContent .container-fluid ul li,
.resource-cat-thought-leadership #BlogInnerContent .container-sm ul li,
.resource-cat-thought-leadership #BlogInnerContent .container-md ul li,
.resource-cat-thought-leadership #BlogInnerContent .container-lg ul li,
.resource-cat-thought-leadership #BlogInnerContent .container-xl ul li,
.resource-cat-thought-leadership #BlogInnerContent .container-xxl ul li,
.resource-cat-articles #BlogInnerContent .container-fluid ul li,
.resource-cat-articles #BlogInnerContent .container-sm ul li,
.resource-cat-articles #BlogInnerContent .container-md ul li,
.resource-cat-articles #BlogInnerContent .container-lg ul li,
.resource-cat-articles #BlogInnerContent .container-xl ul li,
.resource-cat-articles #BlogInnerContent .container-xxl ul li {
  font-family: "Proxima Nova";
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #000;
  margin-bottom: 0;
}
.resource-cat-case-studies #BlogInnerContent .container-fluid ul li::marker, .resource-cat-case-studies #BlogInnerContent .container-sm ul li::marker, .resource-cat-case-studies #BlogInnerContent .container-md ul li::marker, .resource-cat-case-studies #BlogInnerContent .container-lg ul li::marker, .resource-cat-case-studies #BlogInnerContent .container-xl ul li::marker, .resource-cat-case-studies #BlogInnerContent .container-xxl ul li::marker,
.resource-cat-thought-leadership #BlogInnerContent .container-fluid ul li::marker,
.resource-cat-thought-leadership #BlogInnerContent .container-sm ul li::marker,
.resource-cat-thought-leadership #BlogInnerContent .container-md ul li::marker,
.resource-cat-thought-leadership #BlogInnerContent .container-lg ul li::marker,
.resource-cat-thought-leadership #BlogInnerContent .container-xl ul li::marker,
.resource-cat-thought-leadership #BlogInnerContent .container-xxl ul li::marker,
.resource-cat-articles #BlogInnerContent .container-fluid ul li::marker,
.resource-cat-articles #BlogInnerContent .container-sm ul li::marker,
.resource-cat-articles #BlogInnerContent .container-md ul li::marker,
.resource-cat-articles #BlogInnerContent .container-lg ul li::marker,
.resource-cat-articles #BlogInnerContent .container-xl ul li::marker,
.resource-cat-articles #BlogInnerContent .container-xxl ul li::marker {
  color: #471d3b;
}
.resource-cat-case-studies #BlogInnerContent .colored-bg-left-image-right-text,
.resource-cat-thought-leadership #BlogInnerContent .colored-bg-left-image-right-text,
.resource-cat-articles #BlogInnerContent .colored-bg-left-image-right-text {
  padding-bottom: 60px;
}
@media (min-width: 0) and (max-width: 767.98px) {
  .resource-cat-case-studies #BlogInnerContent .colored-bg-left-image-right-text,
  .resource-cat-thought-leadership #BlogInnerContent .colored-bg-left-image-right-text,
  .resource-cat-articles #BlogInnerContent .colored-bg-left-image-right-text {
    padding: 0;
  }
}
.resource-cat-case-studies #BlogInnerContent .colored-bg-left-image-right-text .row,
.resource-cat-thought-leadership #BlogInnerContent .colored-bg-left-image-right-text .row,
.resource-cat-articles #BlogInnerContent .colored-bg-left-image-right-text .row {
  position: relative;
}
.resource-cat-case-studies #BlogInnerContent .colored-bg-left-image-right-text .row.align-items-center,
.resource-cat-thought-leadership #BlogInnerContent .colored-bg-left-image-right-text .row.align-items-center,
.resource-cat-articles #BlogInnerContent .colored-bg-left-image-right-text .row.align-items-center {
  align-items: unset !important;
}
@media (min-width: 768px) {
  .resource-cat-case-studies #BlogInnerContent .colored-bg-left-image-right-text .row .col-md-6,
  .resource-cat-thought-leadership #BlogInnerContent .colored-bg-left-image-right-text .row .col-md-6,
  .resource-cat-articles #BlogInnerContent .colored-bg-left-image-right-text .row .col-md-6 {
    position: sticky;
    top: 110px;
    height: 100%;
  }
}
.resource-cat-case-studies #BlogInnerContent .colored-bg-left-image-right-text .row .col-md-6 img,
.resource-cat-thought-leadership #BlogInnerContent .colored-bg-left-image-right-text .row .col-md-6 img,
.resource-cat-articles #BlogInnerContent .colored-bg-left-image-right-text .row .col-md-6 img {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .resource-cat-case-studies #BlogInnerContent .colored-bg-left-image-right-text .row .offset-md-1,
  .resource-cat-thought-leadership #BlogInnerContent .colored-bg-left-image-right-text .row .offset-md-1,
  .resource-cat-articles #BlogInnerContent .colored-bg-left-image-right-text .row .offset-md-1 {
    margin-left: 30px;
  }
}
.resource-cat-case-studies #BlogInnerContent .colored-bg-left-image-right-text .row .offset-md-1 h4, .resource-cat-case-studies #BlogInnerContent .colored-bg-left-image-right-text .row .offset-md-1 .h4,
.resource-cat-thought-leadership #BlogInnerContent .colored-bg-left-image-right-text .row .offset-md-1 h4,
.resource-cat-thought-leadership #BlogInnerContent .colored-bg-left-image-right-text .row .offset-md-1 .h4,
.resource-cat-articles #BlogInnerContent .colored-bg-left-image-right-text .row .offset-md-1 h4,
.resource-cat-articles #BlogInnerContent .colored-bg-left-image-right-text .row .offset-md-1 .h4 {
  font-size: 32px;
  color: #471d3b;
  line-height: 40px;
  font-weight: 500;
}
.resource-cat-case-studies #BlogInnerContent .colored-bg-left-image-right-text .row .offset-md-1 ul,
.resource-cat-thought-leadership #BlogInnerContent .colored-bg-left-image-right-text .row .offset-md-1 ul,
.resource-cat-articles #BlogInnerContent .colored-bg-left-image-right-text .row .offset-md-1 ul {
  padding-bottom: 40px;
}
.resource-cat-case-studies #BlogInnerContent .colored-bg-left-image-right-text .row .offset-md-1 ul ul,
.resource-cat-thought-leadership #BlogInnerContent .colored-bg-left-image-right-text .row .offset-md-1 ul ul,
.resource-cat-articles #BlogInnerContent .colored-bg-left-image-right-text .row .offset-md-1 ul ul {
  padding-bottom: 0;
  margin: 10px 0;
}
.resource-cat-case-studies #BlogInnerContent .section-case-download,
.resource-cat-thought-leadership #BlogInnerContent .section-case-download,
.resource-cat-articles #BlogInnerContent .section-case-download {
  background-color: #662a53;
  padding: 50px 0;
}
.resource-cat-case-studies #BlogInnerContent .section-case-download .case-study-direct-download-strip p,
.resource-cat-thought-leadership #BlogInnerContent .section-case-download .case-study-direct-download-strip p,
.resource-cat-articles #BlogInnerContent .section-case-download .case-study-direct-download-strip p {
  color: #fff;
}
.resource-cat-case-studies #BlogInnerContent .form-section,
.resource-cat-thought-leadership #BlogInnerContent .form-section,
.resource-cat-articles #BlogInnerContent .form-section {
  padding-bottom: 60px;
  background: #ffffff;
  margin-bottom: 0px;
  padding: 50px 30px 60px 30px;
  border-radius: 4px;
}
@media (min-width: 0) and (max-width: 767.98px) {
  .resource-cat-case-studies #BlogInnerContent .form-section,
  .resource-cat-thought-leadership #BlogInnerContent .form-section,
  .resource-cat-articles #BlogInnerContent .form-section {
    padding-bottom: 50px;
    padding-top: 50px;
    margin-bottom: 0px;
  }
}
.resource-cat-case-studies #BlogInnerContent .form-section .contact-get-in-touch h3, .resource-cat-case-studies #BlogInnerContent .form-section .contact-get-in-touch .h3,
.resource-cat-thought-leadership #BlogInnerContent .form-section .contact-get-in-touch h3,
.resource-cat-thought-leadership #BlogInnerContent .form-section .contact-get-in-touch .h3,
.resource-cat-articles #BlogInnerContent .form-section .contact-get-in-touch h3,
.resource-cat-articles #BlogInnerContent .form-section .contact-get-in-touch .h3 {
  font-size: 54px;
  color: #471d3b;
  line-height: 1;
  font-family: "Proxima Nova";
  font-weight: 500;
  margin-bottom: 30px;
  margin-top: 0;
}
@media (min-width: 0) and (max-width: 767.98px) {
  .resource-cat-case-studies #BlogInnerContent .form-section .contact-get-in-touch #contactUsHorizontalTab .resp-tabs-container .row .col-md-8,
  .resource-cat-thought-leadership #BlogInnerContent .form-section .contact-get-in-touch #contactUsHorizontalTab .resp-tabs-container .row .col-md-8,
  .resource-cat-articles #BlogInnerContent .form-section .contact-get-in-touch #contactUsHorizontalTab .resp-tabs-container .row .col-md-8 {
    order: 2;
  }
}
@media (min-width: 0) and (max-width: 767.98px) {
  .resource-cat-case-studies #BlogInnerContent .form-section .contact-get-in-touch #contactUsHorizontalTab .resp-tabs-container .row .col-md-4,
  .resource-cat-thought-leadership #BlogInnerContent .form-section .contact-get-in-touch #contactUsHorizontalTab .resp-tabs-container .row .col-md-4,
  .resource-cat-articles #BlogInnerContent .form-section .contact-get-in-touch #contactUsHorizontalTab .resp-tabs-container .row .col-md-4 {
    order: 1;
  }
}
.resource-cat-case-studies #BlogInnerContent .form-section .contact-get-in-touch #contactUsHorizontalTab .resp-tabs-container .row .col-md-4 img,
.resource-cat-thought-leadership #BlogInnerContent .form-section .contact-get-in-touch #contactUsHorizontalTab .resp-tabs-container .row .col-md-4 img,
.resource-cat-articles #BlogInnerContent .form-section .contact-get-in-touch #contactUsHorizontalTab .resp-tabs-container .row .col-md-4 img {
  width: 100%;
  height: auto;
}
.resource-cat-case-studies #BlogInnerContent .talk-to-us-form .hbspt-form fieldset,
.resource-cat-thought-leadership #BlogInnerContent .talk-to-us-form .hbspt-form fieldset,
.resource-cat-articles #BlogInnerContent .talk-to-us-form .hbspt-form fieldset {
  max-width: 100%;
}
.resource-cat-case-studies #BlogInnerContent .talk-to-us-form .hbspt-form fieldset label,
.resource-cat-thought-leadership #BlogInnerContent .talk-to-us-form .hbspt-form fieldset label,
.resource-cat-articles #BlogInnerContent .talk-to-us-form .hbspt-form fieldset label {
  display: none;
}
.resource-cat-case-studies #BlogInnerContent .talk-to-us-form .hbspt-form fieldset label.hs-error-msg,
.resource-cat-thought-leadership #BlogInnerContent .talk-to-us-form .hbspt-form fieldset label.hs-error-msg,
.resource-cat-articles #BlogInnerContent .talk-to-us-form .hbspt-form fieldset label.hs-error-msg {
  display: block;
  padding-bottom: 10px;
}
.resource-cat-case-studies #BlogInnerContent .talk-to-us-form .hbspt-form fieldset input,
.resource-cat-case-studies #BlogInnerContent .talk-to-us-form .hbspt-form fieldset textarea,
.resource-cat-thought-leadership #BlogInnerContent .talk-to-us-form .hbspt-form fieldset input,
.resource-cat-thought-leadership #BlogInnerContent .talk-to-us-form .hbspt-form fieldset textarea,
.resource-cat-articles #BlogInnerContent .talk-to-us-form .hbspt-form fieldset input,
.resource-cat-articles #BlogInnerContent .talk-to-us-form .hbspt-form fieldset textarea {
  border: unset;
  width: 100%;
  margin-bottom: 20px;
  height: 50px;
  border-radius: 4px;
  padding: 5px 15px;
  font-size: 16px;
  background-color: #f1f1f1;
  border: 2px solid #dbdbdb;
}
.resource-cat-case-studies #BlogInnerContent .talk-to-us-form .hbspt-form fieldset ul.no-list.hs-error-msgs li,
.resource-cat-thought-leadership #BlogInnerContent .talk-to-us-form .hbspt-form fieldset ul.no-list.hs-error-msgs li,
.resource-cat-articles #BlogInnerContent .talk-to-us-form .hbspt-form fieldset ul.no-list.hs-error-msgs li {
  padding-left: 0 !important;
}
.resource-cat-case-studies #BlogInnerContent .talk-to-us-form .hbspt-form fieldset ul.no-list.hs-error-msgs li::before,
.resource-cat-thought-leadership #BlogInnerContent .talk-to-us-form .hbspt-form fieldset ul.no-list.hs-error-msgs li::before,
.resource-cat-articles #BlogInnerContent .talk-to-us-form .hbspt-form fieldset ul.no-list.hs-error-msgs li::before {
  content: unset;
}
.resource-cat-case-studies #BlogInnerContent .talk-to-us-form .hbspt-form .hs_error_rollup ul.no-list.hs-error-msgs.inputs-list,
.resource-cat-thought-leadership #BlogInnerContent .talk-to-us-form .hbspt-form .hs_error_rollup ul.no-list.hs-error-msgs.inputs-list,
.resource-cat-articles #BlogInnerContent .talk-to-us-form .hbspt-form .hs_error_rollup ul.no-list.hs-error-msgs.inputs-list {
  list-style: none;
}
.resource-cat-case-studies #BlogInnerContent .talk-to-us-form .hbspt-form .hs_error_rollup ul.no-list.hs-error-msgs.inputs-list li::before,
.resource-cat-thought-leadership #BlogInnerContent .talk-to-us-form .hbspt-form .hs_error_rollup ul.no-list.hs-error-msgs.inputs-list li::before,
.resource-cat-articles #BlogInnerContent .talk-to-us-form .hbspt-form .hs_error_rollup ul.no-list.hs-error-msgs.inputs-list li::before {
  content: unset;
}
.resource-cat-case-studies #BlogInnerContent .talk-to-us-form .hbspt-form .hs_error_rollup ul.no-list.hs-error-msgs.inputs-list li label.hs-main-font-element,
.resource-cat-thought-leadership #BlogInnerContent .talk-to-us-form .hbspt-form .hs_error_rollup ul.no-list.hs-error-msgs.inputs-list li label.hs-main-font-element,
.resource-cat-articles #BlogInnerContent .talk-to-us-form .hbspt-form .hs_error_rollup ul.no-list.hs-error-msgs.inputs-list li label.hs-main-font-element {
  display: none;
}
.resource-cat-case-studies #BlogInnerContent .talk-to-us-form .hbspt-form .hs_submit input[type=submit],
.resource-cat-thought-leadership #BlogInnerContent .talk-to-us-form .hbspt-form .hs_submit input[type=submit],
.resource-cat-articles #BlogInnerContent .talk-to-us-form .hbspt-form .hs_submit input[type=submit] {
  min-width: 200px;
  width: -moz-fit-content;
  width: fit-content;
  height: 50px;
  border: transparent;
  border-radius: 30px;
  background-color: #ffd100;
  font-size: 16px;
  line-height: 50px;
  color: #000000 !important;
  text-align: center;
  text-decoration: none;
  font-family: "Proxima Nova";
  font-weight: 600;
  padding: 0 30px;
  display: block;
  transition: 0.3s;
  padding: 0;
  margin-top: 30px;
}
.resource-cat-case-studies #BlogInnerContent .talk-to-us-form .hbspt-form .hs_submit input[type=submit]:hover,
.resource-cat-thought-leadership #BlogInnerContent .talk-to-us-form .hbspt-form .hs_submit input[type=submit]:hover,
.resource-cat-articles #BlogInnerContent .talk-to-us-form .hbspt-form .hs_submit input[type=submit]:hover {
  background-color: #fff;
  border: 1px solid #ffd100;
}
.resource-cat-case-studies #BlogInnerContent .talk-to-us-form .hbspt-form .hs-error-msgs li,
.resource-cat-thought-leadership #BlogInnerContent .talk-to-us-form .hbspt-form .hs-error-msgs li,
.resource-cat-articles #BlogInnerContent .talk-to-us-form .hbspt-form .hs-error-msgs li {
  color: red;
  margin-top: -20px;
}

.resource-cat-case-studies #BlogInnerContent .form-section #loadMore {
  display: none;
}
.resource-cat-case-studies #BlogInnerContent .form-section .team-row .moreBox {
  display: block !important;
}
.resource-cat-case-studies #BlogInnerContent .form-section .team-row .moreBox .parten-thumb-img img {
  width: 100%;
  max-width: 60%;
}
.resource-cat-case-studies #BlogInnerContent .form-section .team-row .moreBox .about-partner {
  margin-top: 15px;
}
.resource-cat-case-studies #BlogInnerContent .form-section .team-row .moreBox .about-partner h6, .resource-cat-case-studies #BlogInnerContent .form-section .team-row .moreBox .about-partner .h6 {
  font-size: 18px;
  line-height: 1.4;
  color: #000;
  font-weight: 700;
}

.footnote p {
  font-family: "Proxima Nova";
  font-weight: 400;
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  .footnote p {
    margin-bottom: 25px;
  }
}

.postid-22178 .breadcrumb-template-inner h1 .current-item, .postid-22178 .breadcrumb-template-inner .h1 .current-item {
  font-size: 16px;
}

body #BlogInnerContent .form-section h3, body #BlogInnerContent .form-section .h3 {
  margin-top: 0px;
  margin-bottom: 30px;
}

.resource-cat-thought-leadership #BlogInnerContent .form-section #resources-section .container-fluid, .resource-cat-thought-leadership #BlogInnerContent .form-section #resources-section .container-sm, .resource-cat-thought-leadership #BlogInnerContent .form-section #resources-section .container-md, .resource-cat-thought-leadership #BlogInnerContent .form-section #resources-section .container-lg, .resource-cat-thought-leadership #BlogInnerContent .form-section #resources-section .container-xl, .resource-cat-thought-leadership #BlogInnerContent .form-section #resources-section .container-xxl {
  width: 100% !important;
}

#BlogInnerContent h3:first-child, #BlogInnerContent .h3:first-child {
  margin-top: 0px;
}

#BlogInnerContent .section-case-download {
  margin-bottom: 50px;
}
@media (min-width: 0) and (max-width: 767.98px) {
  #BlogInnerContent .section-case-download {
    margin-bottom: 40px;
  }
}

body.resource-cat-media-coverage #BlogInnerContent.media-coverages p {
  margin-bottom: 0px;
  padding-bottom: 24px;
}

.postid-27303 #Results .list-wrap .each-list .image-wrap {
  width: 70px;
}

@media (max-width: 767.98px) {
  body.resource-cat-case-studies.resource-template-old-template .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content {
    padding: 0 20px !important;
  }
}
@media (max-width: 426px) {
  body.resource-cat-press-releases .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content h2, body.resource-cat-press-releases .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content .h2 {
    font-size: 32px;
    line-height: 36px !important;
  }
}
body.resource-cat-press-releases.postid-29121 .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content h2, body.resource-cat-press-releases.postid-29121 .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content .h2 {
  font-size: 46px;
  line-height: 54px;
}

@media (max-width: 426px) {
  body.resource-cat-press-releases.postid-29121 .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content h2, body.resource-cat-press-releases.postid-29121 .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content .h2 {
    font-size: 32px;
    line-height: 36px !important;
  }
}
@media (min-width: 767.98px) and (max-width: 930px) {
  body.resource-cat-press-releases.postid-29121 .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content h2, body.resource-cat-press-releases.postid-29121 .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content .h2 {
    font-size: 36px;
    line-height: 44px !important;
  }
}
.insight-img-wrapper {
  display: flex;
  justify-content: space-evenly;
}

#BlogInnerContent .insight-img-wrapper img {
  align-self: center;
  width: 30%;
}

@media (max-width: 767.98px) {
  #BlogInnerContent .insight-img-wrapper img {
    width: 100%;
    margin-bottom: 0px;
  }
  .insight-img-wrapper {
    flex-direction: column;
    align-items: center;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.resource-cat-press-releases .inner-carousel.heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content h2, body.resource-cat-press-releases .inner-carousel.heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content .h2 {
    width: 90% !important;
  }
}
#Resources .resources-wrap .each-resource .content-wrap p.title {
  padding-bottom: 23px;
}

body.resource-cat-media-coverage.postid-9963 .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content h2, body.resource-cat-media-coverage.postid-9963 .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content .h2 {
  font-size: 46px;
  line-height: 54px;
}

@media (max-width: 426px) {
  body.resource-cat-media-coverage .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content h2, body.resource-cat-media-coverage .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content .h2 {
    font-size: 32px;
    line-height: 36px !important;
  }
}
@media (max-width: 991.98px) {
  body.resource-cat-media-coverage .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content h2, body.resource-cat-media-coverage .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content .h2 {
    font-size: 40px;
    line-height: 46px;
  }
}
@media (max-width: 426px) {
  body.resource-cat-press-releases .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content h2, body.resource-cat-press-releases .heroSlider .inner-page-banner .heroSlider-wrap .hero-banner-content .h2 {
    font-size: 32px;
    line-height: 36px !important;
  }
}
#Results.culture-inclusion {
  padding: 35px 0 60px;
  background-color: #dadada;
}
@media (max-width: 767.98px) {
  #Results.culture-inclusion {
    padding: 40px 0 50px;
  }
}
#Results.culture-inclusion h2, #Results.culture-inclusion .h2 {
  color: #662a53;
  text-align: center;
  padding-bottom: 10px;
}
#Results.culture-inclusion .list-wrap .each-list {
  background-color: #ffffff;
  padding: 20px 24px 20px 41px;
  align-items: center;
}
#Results.culture-inclusion .list-wrap .each-list:first-child {
  background-color: #662a53;
}
#Results.culture-inclusion .list-wrap .each-list:first-child p {
  border-left: 1px solid #dadada;
  color: #fff;
}
@media (max-width: 575.98px) {
  #Results.culture-inclusion .list-wrap .each-list:first-child p {
    border-left: unset;
  }
}
@media (max-width: 767.98px) {
  #Results.culture-inclusion .list-wrap .each-list {
    padding: 25px;
  }
}
#Results.culture-inclusion .list-wrap .each-list:last-child {
  margin-bottom: 0;
}
#Results.culture-inclusion .list-wrap .each-list .image-wrap {
  width: 50%;
}
@media (max-width: 767.98px) {
  #Results.culture-inclusion .list-wrap .each-list .image-wrap {
    width: 30%;
  }
}
@media (max-width: 575.98px) {
  #Results.culture-inclusion .list-wrap .each-list .image-wrap {
    width: 100%;
    margin-bottom: 24px;
  }
}
#Results.culture-inclusion .list-wrap .each-list p {
  width: 50%;
  color: #000000;
  border-left: 1px solid rgba(102, 42, 83, 0.5);
  padding-left: 39px;
  margin-left: 36px;
  font-weight: 600;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  #Results.culture-inclusion .list-wrap .each-list p {
    width: 70%;
  }
}
@media (max-width: 575.98px) {
  #Results.culture-inclusion .list-wrap .each-list p {
    width: 100%;
    border-left: unset;
    padding-left: 0px;
    margin-left: 0px;
  }
}

.ads-slider {
  background-color: #471d3b;
  padding: 50px 0;
  overflow: hidden;
}
.ads-slider h2, .ads-slider .h2 {
  text-align: center;
}
.ads-slider .custom-container {
  width: 800px;
  margin: 0 auto;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .ads-slider .custom-container {
    width: 700px;
  }
}
@media (max-width: 767.98px) {
  .ads-slider .custom-container {
    width: 90%;
    margin: 0 auto;
  }
}
.ads-slider .adswrap .owl-stage-outer {
  overflow: unset;
}
.ads-slider .adswrap .each-itme img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 4px;
}
.ads-slider .adswrap .owl-item {
  opacity: 0.3;
  transition: 0.3s all;
}
.ads-slider .adswrap .owl-item img {
  border-radius: 4px;
}
.ads-slider .adswrap .owl-item.active {
  opacity: 1;
  transition: 0.3s all;
}
.ads-slider .adswrap .owl-dots {
  text-align: center;
  margin: 20px auto 0;
}
.ads-slider .adswrap .owl-dots .owl-dot {
  width: 30px;
  height: 10px;
  background-color: rgba(218, 218, 218, 0.4);
  border-radius: 4px;
  border: unset;
  margin-right: 16px;
  transition: all 0.5s;
}
.ads-slider .adswrap .owl-dots .owl-dot:last-child {
  margin-right: 0;
}
.ads-slider .adswrap .owl-dots .owl-dot.active, .ads-slider .adswrap .owl-dots .owl-dot:hover, .ads-slider .adswrap .owl-dots .owl-dot:focus {
  background-color: #ffd100;
  transition: all 0.5s;
}

.page-id-26012 .ads-slider {
  background-color: rgba(92, 28, 74, 0.5019607843);
}

#WhyPartners {
  padding: 50px 0;
}
@media (max-width: 767.98px) {
  #WhyPartners {
    padding: 40px 0 50px;
  }
}
@media (max-width: 767.98px) {
  #WhyPartners h2, #WhyPartners .h2 {
    margin-bottom: 30px;
  }
}

.postid-2167 .intro-paragraph, .postid-2323 .intro-paragraph {
  padding: 0 0 30px;
}
@media (max-width: 1199.98px) {
  .postid-2167 .intro-paragraph, .postid-2323 .intro-paragraph {
    padding: 20px 0;
  }
}
@media (max-width: 767.98px) {
  .postid-2167 .intro-paragraph, .postid-2323 .intro-paragraph {
    padding: 40px 0 20px;
  }
}
.postid-2167 .intro-paragraph h2, .postid-2167 .intro-paragraph .h2, .postid-2323 .intro-paragraph h2, .postid-2323 .intro-paragraph .h2 {
  margin-bottom: 20px;
}
.postid-2167 .intro-paragraph p, .postid-2323 .intro-paragraph p {
  margin-bottom: 20px;
}
@media (max-width: 991.98px) {
  .postid-2167 .our-services #FAQ .faq-wrapper .each-faq .faq-description, .postid-2323 .our-services #FAQ .faq-wrapper .each-faq .faq-description {
    padding-top: unset;
  }
}
@media (max-width: 991.98px) {
  .postid-2167 .section50-50slider, .postid-2323 .section50-50slider {
    padding: 50px 0;
  }
}
@media (max-width: 767.98px) {
  .postid-2167 .section50-50slider, .postid-2323 .section50-50slider {
    padding: 40px 0;
  }
}

.featured-news {
  background-color: #471d3b;
}

.error-404-page {
  padding: 135px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
  margin-top: 100px;
}
@media (max-width: 767.98px) {
  .error-404-page {
    margin-top: 96px;
  }
}
.error-404-page::before, .error-404-page::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  background: url("images/cta-border-cover.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 375px;
  height: 375px;
  opacity: 0.04;
  transform: rotate(90deg);
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .error-404-page::before, .error-404-page::after {
    width: 250px;
    height: 250px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .error-404-page::before, .error-404-page::after {
    width: 200px;
    height: 200px;
  }
}
@media (max-width: 575.98px) {
  .error-404-page::before, .error-404-page::after {
    width: 150px;
    height: 150px;
  }
}
.error-404-page::after {
  top: 0;
  bottom: unset;
  left: unset;
  right: 0;
  transform: rotate(270deg);
}
.error-404-page h1, .error-404-page .h1 {
  font-size: 40px;
  line-height: 60px;
  font-weight: 400;
  color: #ffd100;
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  .error-404-page h1, .error-404-page .h1 {
    font-size: 30px;
    line-height: 50px;
    margin: 10px 0;
  }
}
.error-404-page p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  text-align: center;
  width: 50%;
  margin: 0 auto 24px;
}
@media (max-width: 767.98px) {
  .error-404-page p {
    width: 80%;
  }
}
@media (max-width: 575.98px) {
  .error-404-page p {
    width: 100%;
  }
}
.error-404-page a.primary-cta {
  min-width: 200px;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #ffd100;
  border-radius: 30px;
  background-size: cover;
  font-family: "Proxima Nova";
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  color: #ffffff !important;
  -webkit-text-decoration: none solid rgb(255, 255, 255);
          text-decoration: none solid rgb(255, 255, 255);
  text-align: center;
  padding: 17px 30px;
  display: block;
  transition: 0.3s;
  margin: 0 auto;
}
.error-404-page a.primary-cta:hover, .error-404-page a.primary-cta:focus {
  transition: 0.3s;
  color: #471d3b !important;
  background-color: #ffd100;
}

.postid-1683 .intro-paragraph {
  padding: 0;
  padding-top: 20px;
}
@media (max-width: 1199.98px) {
  .postid-1683 .intro-paragraph {
    padding: 40px 20px 0 !important;
  }
}
.postid-1683 .intro-paragraph h2, .postid-1683 .intro-paragraph .h2 {
  line-height: 1;
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .postid-1683 .intro-paragraph h2, .postid-1683 .intro-paragraph .h2 {
    width: 88%;
  }
}
.postid-1683 .intro-paragraph p {
  margin-bottom: 30px;
}
.postid-1683 .layout-50-50 {
  padding: 30px 0 60px;
}
@media (max-width: 767.98px) {
  .postid-1683 .layout-50-50 {
    padding: 20px 0 40px;
  }
}
@media (max-width: 991.98px) {
  .postid-1683 .layout-50-50 {
    padding: 20px 0 50px;
  }
}
.postid-1683 .focus-areas {
  padding: 35px 0 60px;
}
@media (max-width: 991.98px) {
  .postid-1683 .focus-areas {
    padding: 35px 0 50px;
  }
}
@media (max-width: 767.98px) {
  .postid-1683 .focus-areas {
    padding: 40px 0 50px;
  }
}
.postid-1683 .focus-areas .tab-slider .slider .slider-wrapper .owl-nav {
  display: block;
}
@media (max-width: 991.98px) {
  .postid-1683 .focus-areas .tab-slider .slider .slider-wrapper .owl-nav {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .postid-1683 .solution-accelerators {
    padding: 35px 0 30px;
  }
}
@media (max-width: 767.98px) {
  .postid-1683 .solution-accelerators {
    padding: 35px 0 30px;
  }
}
.postid-1683 .solution-accelerators h2, .postid-1683 .solution-accelerators .h2 {
  text-align: left;
}
.postid-1683 .solution-accelerators .defaultcards .each-card p {
  font-weight: 600;
}
@media (max-width: 991.98px) {
  .postid-1683 .solution-accelerators .owl-nav {
    display: none;
  }
}
.postid-1683 .solution-accelerators .owl-dots {
  display: none;
}
@media (max-width: 767.98px) {
  .postid-1683 .asset-testimonial {
    padding: 50px 0;
  }
}

.single-services .video-banner-equal-height .inner-carousel.heroSlider .homeslider .heroSlider-wrap::before,
.single-industries .video-banner-equal-height .inner-carousel.heroSlider .homeslider .heroSlider-wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.6) 60%, rgba(0, 0, 0, 0) 80%);
}

.resource-cat-events .inner-carousel.heroSlider .owl-stage-outer .owl-item .heroSlider-wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
  top: 0;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  z-index: 9;
}
@media (max-width: 768px) {
  .resource-cat-events .inner-carousel.heroSlider .owl-stage-outer .owl-item .heroSlider-wrap::before {
    background: rgba(0, 0, 0, 0.5);
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .resource-cat-events .inner-carousel.heroSlider .owl-stage-outer .owl-item .heroSlider-wrap .hero-banner-content p {
    width: 60% !important;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .resource-cat-events .intro-paragraph {
    padding: 40px 0 50px !important;
  }
}
.resource-cat-events .talk-to-leaders h2, .resource-cat-events .talk-to-leaders .h2 {
  text-align: left;
}

.ethics-page .intro-cards {
  padding-bottom: 50px;
}
.ethics-page .section-header p {
  margin-bottom: 30px;
}
.ethics-page .layout-50-50 {
  padding: 60px 0;
}
@media (max-width: 991.98px) {
  .ethics-page .layout-50-50 {
    padding: 50px 0;
  }
}
@media (max-width: 767.98px) {
  .ethics-page .layout-50-50 {
    padding: 40px 0;
  }
}

.postid-1999 .intro-paragraph,
.page-id-1999 .intro-paragraph {
  padding: 10px 0 0;
}
@media (max-width: 1199.98px) {
  .postid-1999 .intro-paragraph,
  .page-id-1999 .intro-paragraph {
    padding: 20px 20px 0;
  }
}
.postid-1999 .intro-paragraph-two,
.page-id-1999 .intro-paragraph-two {
  padding: 0 0 20px;
}
@media (max-width: 1199.98px) {
  .postid-1999 .intro-paragraph-two,
  .page-id-1999 .intro-paragraph-two {
    padding: 0 20px 20px !important;
  }
}
@media (max-width: 767.98px) {
  .postid-1999 .intro-paragraph-two,
  .page-id-1999 .intro-paragraph-two {
    padding: 0 20px 20px !important;
  }
}
.postid-1999 .intro-paragraph-two h2, .postid-1999 .intro-paragraph-two .h2,
.page-id-1999 .intro-paragraph-two h2,
.page-id-1999 .intro-paragraph-two .h2 {
  font-size: 54px;
  color: #ffd100;
  line-height: 1;
  font-family: "Proxima Nova";
  font-weight: 400;
  margin-bottom: 45px;
  line-height: 80px;
  margin-bottom: 10px;
}
@media (max-width: 767.98px) {
  .postid-1999 .intro-paragraph-two h2, .postid-1999 .intro-paragraph-two .h2,
  .page-id-1999 .intro-paragraph-two h2,
  .page-id-1999 .intro-paragraph-two .h2 {
    font-size: 40px;
    line-height: 44px !important;
    margin-bottom: 40px;
  }
}
@media (max-width: 767.98px) {
  .postid-1999 .intro-paragraph-two h2, .postid-1999 .intro-paragraph-two .h2,
  .page-id-1999 .intro-paragraph-two h2,
  .page-id-1999 .intro-paragraph-two .h2 {
    margin-bottom: 20px;
  }
}
.postid-1999 .intro-paragraph-two p,
.page-id-1999 .intro-paragraph-two p {
  font-family: "Proxima Nova";
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  color: #ffffff;
  -webkit-text-decoration: none solid rgb(255, 255, 255);
          text-decoration: none solid rgb(255, 255, 255);
  margin-bottom: 25px;
}
@media (max-width: 767.98px) {
  .postid-1999 .intro-paragraph-two p,
  .page-id-1999 .intro-paragraph-two p {
    font-size: 20px;
  }
}
.postid-1999 .intro-paragraph-two h3, .postid-1999 .intro-paragraph-two .h3,
.page-id-1999 .intro-paragraph-two h3,
.page-id-1999 .intro-paragraph-two .h3 {
  font-family: "Proxima Nova";
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
  color: #ffd100;
}
@media (max-width: 767.98px) {
  .postid-1999 .intro-paragraph-two h3, .postid-1999 .intro-paragraph-two .h3,
  .page-id-1999 .intro-paragraph-two h3,
  .page-id-1999 .intro-paragraph-two .h3 {
    font-size: 30px;
    line-height: 1.2;
  }
}
.postid-1999 .intro-paragraph-two h3 strong, .postid-1999 .intro-paragraph-two .h3 strong,
.page-id-1999 .intro-paragraph-two h3 strong,
.page-id-1999 .intro-paragraph-two .h3 strong {
  color: #ffffff;
  font-weight: 700;
}
.postid-1999 .intro-paragraph-two p.additional-intro,
.page-id-1999 .intro-paragraph-two p.additional-intro {
  font-family: "Proxima Nova";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  margin-bottom: 0;
}
.postid-1999 .intro-cards,
.page-id-1999 .intro-cards {
  padding: 50px 0;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .postid-1999 .intro-cards .intro-cards-wrap,
  .page-id-1999 .intro-cards .intro-cards-wrap {
    align-items: stretch;
  }
}
.postid-1999 .intro-cards .intro-cards-wrap .each-card img,
.page-id-1999 .intro-cards .intro-cards-wrap .each-card img {
  height: 400px;
  width: auto;
}
@media (max-width: 991.98px) {
  .postid-1999 .intro-cards .intro-cards-wrap .each-card img,
  .page-id-1999 .intro-cards .intro-cards-wrap .each-card img {
    height: 300px;
  }
}
@media (max-width: 767.98px) {
  .postid-1999 .intro-cards .intro-cards-wrap .each-card img,
  .page-id-1999 .intro-cards .intro-cards-wrap .each-card img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 767.98px) {
  .postid-1999 .intro-cards .intro-cards-wrap .each-card .content-wrap,
  .page-id-1999 .intro-cards .intro-cards-wrap .each-card .content-wrap {
    position: static;
  }
}
@media (max-width: 991.98px) {
  .postid-1999 .intro-cards .intro-cards-wrap .each-card .content-wrap,
  .page-id-1999 .intro-cards .intro-cards-wrap .each-card .content-wrap {
    padding: unset;
  }
}
.postid-1999 .intro-cards .intro-cards-wrap .each-card .content-wrap p,
.page-id-1999 .intro-cards .intro-cards-wrap .each-card .content-wrap p {
  color: #ffffff;
}
.postid-1999 .intro-cards .intro-cards-wrap .each-card.default-bg,
.page-id-1999 .intro-cards .intro-cards-wrap .each-card.default-bg {
  height: 400px;
  background-position: center center;
  background-size: cover;
}
.postid-1999 .intro-cards .intro-cards-wrap .each-card.brochure-cta,
.page-id-1999 .intro-cards .intro-cards-wrap .each-card.brochure-cta {
  text-align: right;
  position: relative;
  height: 400px;
  overflow: hidden;
}
@media (max-width: 1199.98px) {
  .postid-1999 .intro-cards .intro-cards-wrap .each-card.brochure-cta,
  .page-id-1999 .intro-cards .intro-cards-wrap .each-card.brochure-cta {
    display: flex;
    flex-direction: column;
  }
}
.postid-1999 .intro-cards .intro-cards-wrap .each-card.brochure-cta img,
.page-id-1999 .intro-cards .intro-cards-wrap .each-card.brochure-cta img {
  position: absolute;
  left: -12px;
  height: 270px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
}
@media (max-width: 1199.98px) {
  .postid-1999 .intro-cards .intro-cards-wrap .each-card.brochure-cta img,
  .page-id-1999 .intro-cards .intro-cards-wrap .each-card.brochure-cta img {
    width: 200px;
    position: relative;
    top: 0;
    transform: none;
    order: 2;
    opacity: unset;
  }
}
@media (max-width: 1199.98px) {
  .postid-1999 .intro-cards .intro-cards-wrap .each-card.brochure-cta .content-wrap,
  .page-id-1999 .intro-cards .intro-cards-wrap .each-card.brochure-cta .content-wrap {
    position: static;
  }
}
@media (max-width: 1199.98px) {
  .postid-1999 .intro-cards .intro-cards-wrap .each-card.brochure-cta .content-wrap p,
  .page-id-1999 .intro-cards .intro-cards-wrap .each-card.brochure-cta .content-wrap p {
    font-size: 28px;
    position: static;
    margin: 30px 30px 30px auto;
  }
}
@media (max-width: 1199.98px) {
  .postid-1999 .intro-cards .intro-cards-wrap .each-card.brochure-cta .content-wrap a,
  .page-id-1999 .intro-cards .intro-cards-wrap .each-card.brochure-cta .content-wrap a {
    min-width: 160px;
    position: static;
  }
}
.postid-1999 .layout-50-50,
.page-id-1999 .layout-50-50 {
  padding: 60px 0;
}
@media (max-width: 991.98px) {
  .postid-1999 .layout-50-50,
  .page-id-1999 .layout-50-50 {
    padding: 50px 0;
  }
}
@media (max-width: 767.98px) {
  .postid-1999 .layout-50-50,
  .page-id-1999 .layout-50-50 {
    padding: 40px 0;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .postid-1999 .layout-50-50 .layout-wrap .content-wrap h2, .postid-1999 .layout-50-50 .layout-wrap .content-wrap .h2,
  .page-id-1999 .layout-50-50 .layout-wrap .content-wrap h2,
  .page-id-1999 .layout-50-50 .layout-wrap .content-wrap .h2 {
    font-size: 40px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .postid-1999 .layout-50-50 .layout-wrap .content-wrap p,
  .page-id-1999 .layout-50-50 .layout-wrap .content-wrap p {
    font-size: 16px;
  }
}
.postid-1999 .compliance-faq-sec,
.page-id-1999 .compliance-faq-sec {
  padding: 0;
}
.postid-1999 .compliance-faq-sec .our-services,
.page-id-1999 .compliance-faq-sec .our-services {
  background-color: unset;
  padding: 35px 20px 60px;
}
@media (max-width: 991.98px) {
  .postid-1999 .compliance-faq-sec .our-services,
  .page-id-1999 .compliance-faq-sec .our-services {
    padding: 35px 20px 50px;
  }
}
@media (max-width: 767.98px) {
  .postid-1999 .compliance-faq-sec .our-services,
  .page-id-1999 .compliance-faq-sec .our-services {
    padding: 35px 20px 40px;
  }
}
.postid-1999 .compliance-faq-sec .our-services #FAQ .faq-wrapper .each-faq,
.page-id-1999 .compliance-faq-sec .our-services #FAQ .faq-wrapper .each-faq {
  background-color: rgba(102, 42, 83, 0.4);
}
.postid-1999 .compliance-faq-sec .our-services #FAQ .faq-wrapper .each-faq .faq-title,
.page-id-1999 .compliance-faq-sec .our-services #FAQ .faq-wrapper .each-faq .faq-title {
  padding: 16px 0;
}
.postid-1999 .compliance-faq-sec .our-services #FAQ .faq-wrapper .each-faq .faq-title p,
.page-id-1999 .compliance-faq-sec .our-services #FAQ .faq-wrapper .each-faq .faq-title p {
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
}
.postid-1999 .compliance-faq-sec .our-services #FAQ .faq-wrapper .each-faq .faq-title.active p,
.page-id-1999 .compliance-faq-sec .our-services #FAQ .faq-wrapper .each-faq .faq-title.active p {
  color: #ffd100;
}

a.code-of-conduct {
  color: #10a0cb;
  cursor: pointer;
}

#Sessions {
  padding: 18px 0 50px;
}
@media (max-width: 767.98px) {
  #Sessions {
    padding: 40px 0 50px;
  }
}
#Sessions h2, #Sessions .h2 {
  font-size: 54px;
  color: #ffd100;
  line-height: 1;
  font-family: "Proxima Nova";
  font-weight: 400;
  margin-bottom: 45px;
  line-height: 80px;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  #Sessions h2, #Sessions .h2 {
    font-size: 40px;
    line-height: 44px !important;
    margin-bottom: 40px;
  }
}
@media (max-width: 767.98px) {
  #Sessions h2, #Sessions .h2 {
    line-height: 1.2;
    margin-bottom: 20px;
  }
}
#Sessions h3, #Sessions .h3 {
  font-size: 32px;
  line-height: 1.2;
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 16px;
}
@media (max-width: 767.98px) {
  #Sessions h3, #Sessions .h3 {
    font-size: 26px;
  }
}
#Sessions h4, #Sessions .h4 {
  font-size: 20px;
  line-height: 1.5;
  color: #ffd100;
  font-weight: 700;
  margin-bottom: 16px;
}
@media (max-width: 767.98px) {
  #Sessions h4, #Sessions .h4 {
    line-height: 1.2;
  }
}
#Sessions h5, #Sessions .h5 {
  font-size: 20px;
  line-height: 1.5;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  #Sessions h5, #Sessions .h5 {
    line-height: 1.2;
  }
}
#Sessions p {
  font-size: 16px;
  line-height: 1.3;
  color: #dadada;
  font-weight: 500;
  margin-bottom: 30px;
}
#Sessions ul {
  padding: 0;
  margin: 0 0 30px;
}
#Sessions ul li {
  font-size: 16px;
  line-height: 1.2;
  color: #dadada;
  font-weight: 500;
  margin-bottom: 20px;
  position: relative;
  list-style-type: none;
  padding-left: 20px;
}
#Sessions ul li::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: #ffd100;
  border-radius: 50%;
  left: 0;
  top: 7px;
}

.event-page .defaultcards .each-card.squareborder {
  border-radius: 0;
  border-bottom-right-radius: 0;
}
.event-page .solution-accelerators .owl-nav {
  display: block;
}
@media (max-width: 991.98px) {
  .event-page .solution-accelerators .owl-nav {
    display: none;
  }
}
.event-page .solution-accelerators .owl-dots {
  display: none;
}

.esg-faq {
  padding-bottom: 60px;
}
@media (max-width: 767.98px) {
  .esg-faq {
    padding-bottom: 50px;
  }
}
.esg-faq #FAQ .faq-wrapper {
  width: 940px;
}
@media (max-width: 1039.98px) {
  .esg-faq #FAQ .faq-wrapper {
    padding: 0 20px;
    width: 100%;
  }
}
.esg-faq #FAQ .faq-wrapper .each-faq {
  padding: 0 35px;
  border-radius: 4px;
  margin-bottom: 16px;
}
.esg-faq #FAQ .faq-wrapper .each-faq:last-child {
  margin-bottom: 0;
}
.esg-faq #FAQ .faq-wrapper .each-faq::before {
  content: none;
}
.esg-faq #FAQ .faq-wrapper .each-faq.active .faq-title {
  border-bottom: unset;
  transition: 0.3 all;
}
.esg-faq #FAQ .faq-wrapper .each-faq.active .faq-title p {
  color: #ffffff;
}
.esg-faq #FAQ .faq-wrapper .each-faq .faq-title {
  transition: 0.3 all;
}
.esg-faq #FAQ .faq-wrapper .each-faq .faq-title p {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
}
.esg-faq #FAQ .faq-wrapper .each-faq .faq-description {
  padding-top: 0;
  margin-top: -16px;
}
.esg-faq #FAQ .faq-wrapper .each-faq .faq-description .faq-description-wrap .content-wrap p {
  color: #242424;
  font-size: 16px;
}

.esg-highlights {
  padding: 50px 0 60px;
}
@media (max-width: 767.98px) {
  .esg-highlights {
    padding: 40px 0 50px;
  }
}
@media (max-width: 767.98px) {
  .esg-highlights .tab-slider .slider .slider-wrapper .each-sliders {
    flex-wrap: wrap;
  }
}
.esg-highlights .tab-slider .slider .slider-wrapper .each-sliders .content-wrap {
  width: 62%;
  position: relative;
  max-height: unset;
  scroll-margin: unset;
  scrollbar-width: unset;
  overflow: initial;
}
@media (max-width: 1199.98px) {
  .esg-highlights .tab-slider .slider .slider-wrapper .each-sliders .content-wrap {
    width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .esg-highlights .tab-slider .slider .slider-wrapper .each-sliders .content-wrap {
    padding: 30px;
    min-height: 460px;
    margin: 0;
  }
}
@media (max-width: 767.98px) {
  .esg-highlights .tab-slider .slider .slider-wrapper .each-sliders .content-wrap {
    width: 100%;
    min-height: unset;
    margin: 0;
    padding: 30px 20px 100px;
  }
}
@media (max-width: 575.98px) {
  .esg-highlights .tab-slider .slider .slider-wrapper .each-sliders .content-wrap {
    width: 100%;
    min-height: unset;
    margin: 0;
    padding: 30px 20px 100px;
  }
}
.esg-highlights .tab-slider .slider .slider-wrapper .each-sliders .content-wrap h3, .esg-highlights .tab-slider .slider .slider-wrapper .each-sliders .content-wrap .h3 {
  color: #ffffff;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 30px;
}
@media (max-width: 1199.98px) {
  .esg-highlights .tab-slider .slider .slider-wrapper .each-sliders .content-wrap h3, .esg-highlights .tab-slider .slider .slider-wrapper .each-sliders .content-wrap .h3 {
    margin-bottom: 15px;
  }
}
@media (max-width: 991.98px) {
  .esg-highlights .tab-slider .slider .slider-wrapper .each-sliders .content-wrap h3, .esg-highlights .tab-slider .slider .slider-wrapper .each-sliders .content-wrap .h3 {
    font-size: 26px;
  }
}
.esg-highlights .tab-slider .slider .slider-wrapper .each-sliders .content-wrap p {
  color: #000000;
}
.esg-highlights .tab-slider .slider .slider-wrapper .each-sliders .content-wrap p:last-child {
  margin-bottom: 0;
}
.esg-highlights .tab-slider .slider .slider-wrapper .each-sliders .content-wrap .icon {
  position: absolute;
  width: 100px;
  bottom: -40px;
  right: -50px;
}
@media (max-width: 1199.98px) {
  .esg-highlights .tab-slider .slider .slider-wrapper .each-sliders .content-wrap .icon {
    bottom: -40px;
    right: -40px;
  }
}
@media (max-width: 991.98px) {
  .esg-highlights .tab-slider .slider .slider-wrapper .each-sliders .content-wrap .icon {
    margin: 0 -30px -30px auto;
    bottom: 30px;
    right: 30px;
  }
}
@media (max-width: 767.98px) {
  .esg-highlights .tab-slider .slider .slider-wrapper .each-sliders .content-wrap .icon {
    margin: 0;
    bottom: 0px;
    right: 0px;
  }
}
.esg-highlights .tab-slider .slider .slider-wrapper .each-sliders .image-wrap {
  width: 38%;
  background: unset;
  min-height: unset;
}
@media (max-width: 1199.98px) {
  .esg-highlights .tab-slider .slider .slider-wrapper .each-sliders .image-wrap {
    width: 50%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 767.98px) {
  .esg-highlights .tab-slider .slider .slider-wrapper .each-sliders .image-wrap {
    width: 100%;
  }
}
.esg-highlights .tab-slider .slider .slider-wrapper .each-sliders .image-wrap img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 1199.98px) {
  .esg-highlights .tab-slider .slider .slider-wrapper .each-sliders .image-wrap img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.esg-highlights .tab-slider .slider .slider-wrapper .owl-nav {
  top: -100px;
}
.esg-highlights .tab-slider .slider .slider-wrapper .owl-dots {
  position: relative;
  top: unset;
  justify-content: center;
  margin-top: 40px;
}
.esg-highlights .tab-slider .slider .slider-wrapper .owl-dots .owl-dot {
  width: 30px;
  height: 10px;
  background-color: rgba(218, 218, 218, 0.4);
  border-radius: 4px;
  border: unset;
  margin-right: 16px;
  transition: all 0.5s;
}
.esg-highlights .tab-slider .slider .slider-wrapper .owl-dots .owl-dot:last-child {
  margin-right: 0;
}
.esg-highlights .tab-slider .slider .slider-wrapper .owl-dots .owl-dot.active, .esg-highlights .tab-slider .slider .slider-wrapper .owl-dots .owl-dot:hover, .esg-highlights .tab-slider .slider .slider-wrapper .owl-dots .owl-dot:focus {
  background-color: #ffd100;
  transition: all 0.5s;
}
.esg-highlights .tab-slider .slider .slider-wrapper .owl-dots .owl-dot {
  min-height: unset;
}

#OurPartners.ngo-partner {
  padding: 50px 0 30px;
}
#OurPartners.ngo-partner .section-heading {
  text-align: center;
}
#OurPartners.ngo-partner .section-heading h2, #OurPartners.ngo-partner .section-heading .h2 {
  line-height: 1;
  margin-bottom: 20px;
  color: #662a53;
}
#OurPartners.ngo-partner .section-heading p {
  width: 70%;
  margin: 0 auto 30px;
  font-size: 18px;
  color: #471d3b;
}
@media (max-width: 991.98px) {
  #OurPartners.ngo-partner .section-heading p {
    width: 80%;
  }
}
@media (max-width: 767.98px) {
  #OurPartners.ngo-partner .section-heading p {
    width: 100%;
  }
}
#OurPartners.ngo-partner .logo-wrapper .each-logo {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
  border-radius: 4px;
  min-height: 120px;
  padding: 28px 42px;
  background-color: #ffffff;
  cursor: default;
}
@media (min-width: 768px) {
  #OurPartners.ngo-partner .logo-wrapper .each-logo:nth-child(3n) {
    margin-right: 0;
  }
}
@media (max-width: 767.98px) {
  #OurPartners.ngo-partner .logo-wrapper .each-logo {
    width: 49%;
  }
  #OurPartners.ngo-partner .logo-wrapper .each-logo:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 575.98px) {
  #OurPartners.ngo-partner .logo-wrapper .each-logo {
    width: 48%;
    margin-right: 0;
    margin-bottom: 15px;
    padding: 25px 12px;
  }
}
#OurPartners.ngo-partner .logo-wrapper .each-logo img {
  max-width: 88%;
  max-height: 100px;
}
#OurPartners.ngo-partner .logo-wrapper .each-logo .arrow {
  display: none;
}

.emp-testimonials {
  padding-bottom: 60px;
}
@media (max-width: 767.98px) {
  .emp-testimonials {
    padding-bottom: 50px;
  }
}
.emp-testimonials.full-width {
  padding-top: 80px;
}
.emp-testimonials .testimonial-wrap {
  display: flex;
  align-items: top;
}
@media (max-width: 575.98px) {
  .emp-testimonials .testimonial-wrap {
    flex-wrap: wrap;
  }
}
.emp-testimonials .testimonial-wrap.right .image-wrap {
  padding-left: 25px;
  padding-right: unset;
}
@media (max-width: 767.98px) {
  .emp-testimonials .testimonial-wrap.right .image-wrap {
    padding-left: 20px;
  }
}
@media (max-width: 575.98px) {
  .emp-testimonials .testimonial-wrap.right .image-wrap {
    padding: 0;
    order: 1;
  }
}
.emp-testimonials .testimonial-wrap .image-wrap {
  width: 25%;
  padding-right: 25px;
}
@media (max-width: 991.98px) {
  .emp-testimonials .testimonial-wrap .image-wrap {
    width: 40%;
  }
}
@media (max-width: 767.98px) {
  .emp-testimonials .testimonial-wrap .image-wrap {
    width: 30%;
  }
}
@media (max-width: 575.98px) {
  .emp-testimonials .testimonial-wrap .image-wrap {
    width: 50%;
    padding: 0;
    margin: 0 auto 20px;
  }
}
.emp-testimonials .testimonial-wrap .image-wrap img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}
.emp-testimonials .testimonial-wrap .content-wrap {
  width: 75%;
  padding: 15px 0 0 50px;
  position: relative;
}
@media (max-width: 991.98px) {
  .emp-testimonials .testimonial-wrap .content-wrap {
    width: 60%;
  }
}
@media (max-width: 767.98px) {
  .emp-testimonials .testimonial-wrap .content-wrap {
    width: 70%;
    padding: 20px 0 0 35px;
  }
}
@media (max-width: 575.98px) {
  .emp-testimonials .testimonial-wrap .content-wrap {
    width: 100%;
    order: 2;
  }
}
.emp-testimonials .testimonial-wrap .content-wrap::before {
  content: "";
  position: absolute;
  background: url("images/double-quotes.svg");
  background-size: contain;
  width: 60px;
  height: 47px;
  top: 0;
  left: 0;
  opacity: 0.2;
  background-repeat: no-repeat;
}
@media (max-width: 767.98px) {
  .emp-testimonials .testimonial-wrap .content-wrap::before {
    width: 50px;
    height: 39px;
  }
}
.emp-testimonials .testimonial-wrap .content-wrap p {
  font-weight: 400;
  font-size: 26px;
  color: #ffffff;
  line-height: 1.5;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .emp-testimonials .testimonial-wrap .content-wrap p {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.emp-testimonials .testimonial-wrap .content-wrap p.name {
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 0;
}

.emp-testimonials-wrap {
  padding-bottom: 60px;
}
@media (max-width: 767.98px) {
  .emp-testimonials-wrap {
    padding-bottom: 50px;
  }
}
.emp-testimonials-wrap .emp-testimonials {
  padding-bottom: 0;
}
@media (max-width: 767.98px) {
  .emp-testimonials-wrap .emp-testimonials {
    padding-bottom: 0;
  }
}
.emp-testimonials-wrap .owl-dots {
  position: relative;
  text-align: center;
  margin-top: 30px;
}
.emp-testimonials-wrap .owl-dots .owl-dot {
  width: 30px;
  height: 10px;
  background-color: rgba(218, 218, 218, 0.4);
  border-radius: 4px;
  border: unset;
  margin-right: 16px;
  transition: all 0.5s;
}
.emp-testimonials-wrap .owl-dots .owl-dot:last-child {
  margin-right: 0;
}
.emp-testimonials-wrap .owl-dots .owl-dot.active, .emp-testimonials-wrap .owl-dots .owl-dot:hover, .emp-testimonials-wrap .owl-dots .owl-dot:focus {
  background-color: #ffd100;
  transition: all 0.5s;
}

.first-testimonial.emp-testimonials {
  padding: 20px 0 85px 0;
}
@media (max-width: 767.98px) {
  .first-testimonial.emp-testimonials {
    padding: 0px 0 50px 0;
  }
}

.section-header.esg-page {
  padding: 50px 0 60px;
}
@media (max-width: 767.98px) {
  .section-header.esg-page {
    padding: 40px 0 26px;
  }
}
.section-header.esg-page p.description {
  font-size: 24px;
  font-weight: 500;
  width: 89%;
}
@media (max-width: 767.98px) {
  .section-header.esg-page p.description {
    width: 100%;
    font-size: 20px;
  }
}

.emp-testimonials .testimonial-wrap .content-wrap.full-width {
  width: 100%;
  padding: 15px 0 0 50px;
  position: relative;
}

.overview-wrapper {
  padding-bottom: 60px;
}
@media (max-width: 767.98px) {
  .overview-wrapper {
    padding-bottom: 40px;
  }
}
@media (max-width: 991.98px) {
  .overview-wrapper {
    padding-bottom: 50px;
  }
}
.overview-wrapper .overview-content .section-title h3, .overview-wrapper .overview-content .section-title .h3 {
  font-family: "Proxima Nova";
  font-weight: 700;
  font-size: 32px;
  line-height: 1.3;
  color: #ffd100;
  margin-bottom: 20px;
}
.overview-wrapper .overview-content ul li {
  font-family: "Proxima Nova";
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
  margin-bottom: 0;
}

.features-wrapper {
  padding: 60px 0 40px;
  background-color: #dadada;
}
@media (max-width: 767.98px) {
  .features-wrapper {
    padding: 40px 0 20px;
  }
}
@media (max-width: 991.98px) {
  .features-wrapper {
    padding: 50px 0 20px;
  }
}
.features-wrapper .features-two-col {
  display: flex;
  align-items: center;
}
.features-wrapper .features-two-col .features-imagewrap {
  flex: 1 50%;
  max-width: 50%;
}
.features-wrapper .features-two-col .features-imagewrap img {
  width: 100%;
  height: auto;
}
.features-wrapper .features-two-col .features-contentwrap {
  flex: 1 42%;
  max-width: 42%;
  margin-left: 8%;
}
@media (min-width: 0) and (max-width: 767.98px) {
  .features-wrapper .features-two-col .features-contentwrap {
    flex: 1 100%;
    max-width: 100%;
    margin-left: 0;
  }
}
.features-wrapper .features-two-col .features-contentwrap .overview-title h3, .features-wrapper .features-two-col .features-contentwrap .overview-title .h3 {
  font-family: "Proxima Nova";
  font-weight: 500;
  font-size: 32px;
  line-height: 1.3;
  color: #662a53;
  margin-bottom: 20px;
}
.features-wrapper .features-two-col .features-contentwrap ul li {
  font-family: "Proxima Nova";
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #662a53;
  margin-bottom: 0;
}

.search-results .search-results-wrap {
  background-color: #dadada;
  padding-top: 120px;
}
.search-results .search-results-wrap .page-title {
  font-size: 24px;
  color: #000000;
  margin-bottom: 15px;
}
.search-results .search-results-wrap .searchResultsec .grey-boxes {
  border-bottom: 1px solid black;
  margin-bottom: 30px;
}
.search-results .search-results-wrap .searchResultsec .grey-boxes:last-child {
  border-bottom: unset;
}
.search-results .search-results-wrap .searchResultsec .grey-boxes .searchedContent {
  padding-bottom: 30px;
}
.search-results .search-results-wrap .searchResultsec .grey-boxes .searchedContent h2, .search-results .search-results-wrap .searchResultsec .grey-boxes .searchedContent .h2 {
  font-size: 40px;
  color: #471d3b;
  line-height: 1;
  font-family: "Proxima Nova";
  font-weight: 500;
  margin-bottom: 10px;
  margin-top: 0;
}
@media (max-width: 767.98px) {
  .search-results .search-results-wrap .searchResultsec .grey-boxes .searchedContent h2, .search-results .search-results-wrap .searchResultsec .grey-boxes .searchedContent .h2 {
    font-size: 28px;
    line-height: 34px !important;
  }
}
.search-results .search-results-wrap .searchResultsec .grey-boxes .searchedContent p {
  font-size: 18px;
  color: #000000;
  line-height: 1.5;
  margin-bottom: 15px;
}
@media (max-width: 767.98px) {
  .search-results .search-results-wrap .searchResultsec .grey-boxes .searchedContent p {
    font-size: 16px;
  }
}
.search-results .search-results-wrap .searchResultsec .grey-boxes .searchedContent a.orange-btn {
  min-width: 200px;
  width: -moz-fit-content;
  width: fit-content;
  height: 50px;
  border: transparent;
  border-radius: 30px;
  background-color: #ffd100;
  font-size: 16px;
  line-height: 50px;
  color: #000000 !important;
  text-align: center;
  text-decoration: none;
  font-family: "Proxima Nova";
  font-weight: 600;
  padding: 0 30px;
  display: block;
  transition: 0.3s;
  padding: 0;
  margin-top: 10px;
  border: 1px solid transparent;
}
.search-results .search-results-wrap .searchResultsec .grey-boxes .searchedContent a.orange-btn:hover {
  background-color: #fff;
  border: 1px solid #fff;
  transition: 0.3s;
}
.search-results .search-results-wrap .wp-pagination {
  text-align: center;
  display: flex;
  justify-content: center;
  padding-bottom: 50px;
}
.search-results .search-results-wrap .wp-pagination .page-numbers {
  list-style-type: none;
  width: 40px;
  line-height: 40px;
  height: 40px;
  border-radius: 50%;
  position: relative;
  background-color: rgba(255, 255, 255, 0.3);
  color: #000;
  font-weight: 600;
  margin: 0 8px;
  cursor: pointer;
  text-decoration: none;
  transition: 0.3s all;
}
@media (max-width: 767.98px) {
  .search-results .search-results-wrap .wp-pagination .page-numbers {
    width: 30px;
    line-height: 30px;
    height: 30px;
    font-size: 14px;
    margin: 0 5px;
  }
}
.search-results .search-results-wrap .wp-pagination .page-numbers.current, .search-results .search-results-wrap .wp-pagination .page-numbers:hover {
  background-color: #ffd100;
  color: #471d3b;
  transition: 0.3s all;
}
.search-results .search-results-wrap .wp-pagination .page-numbers.prev {
  rotate: 180deg;
}
.search-results .search-results-wrap .wp-pagination .page-numbers.next, .search-results .search-results-wrap .wp-pagination .page-numbers.prev {
  font-size: 0;
  border: 1px solid #ffd100;
  color: #ffd100;
  transition: 0.3s all;
  background-color: transparent !important;
}
.search-results .search-results-wrap .wp-pagination .page-numbers.next::before, .search-results .search-results-wrap .wp-pagination .page-numbers.prev::before {
  content: "\f026";
  position: absolute;
  font-family: Quest;
  font-size: 16px;
  top: calc(50% - 8px);
  left: calc(50% - 4px);
  line-height: 16px;
}
@media (max-width: 767.98px) {
  .search-results .search-results-wrap .wp-pagination .page-numbers.next::before, .search-results .search-results-wrap .wp-pagination .page-numbers.prev::before {
    font-size: 14px;
    top: calc(50% - 8px);
    left: calc(50% - 2px);
  }
}

.search-no-results #searchNoResults {
  margin-top: 100px;
  background-color: #dadada;
  padding-top: 40px;
  padding-bottom: 100px;
}
.search-no-results #searchNoResults .page-title {
  font-size: 40px;
  color: #000000;
  line-height: 1;
  font-family: "Proxima Nova";
  font-weight: 500;
  margin-bottom: 10px;
  margin-top: 0;
}
.search-no-results #searchNoResults .grey-boxes .searchedContent {
  padding-bottom: 30px;
}
.search-no-results #searchNoResults .grey-boxes .searchedContent p {
  font-size: 24px;
  color: #000000;
  margin-bottom: 15px;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: block;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots, .owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav {
  margin-top: 10px;
}

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: -moz-fit-content;
  width: fit-content;
  border: none;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small, .mfp-figure .small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small, .mfp-img-mobile .mfp-figure .small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    transform-origin: 0;
  }
  .mfp-arrow-right {
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.pink {
  background-color: #bf4c96 !important;
}

.green {
  background-color: #009a8d !important;
}

.blue {
  background-color: #10a0cb !important;
}

.primary-bg {
  background-color: #662a53 !important;
}

.secondary-bg {
  background-color: #471d3b !important;
}

.secondary-bg-color-3 {
  background-color: rgba(71, 29, 59, 0.3);
}

.secondary-bg-color-7 {
  background-color: rgba(71, 29, 59, 0.7) !important;
}

.partner-bg {
  background-color: #5c1c4a !important;
}

.orange {
  background-color: #ef7900 !important;
}

.faq-bg-color-1 {
  background-color: rgba(78, 85, 162, 0.5) !important;
}

.faq-bg-color-2 {
  background-color: rgba(16, 160, 203, 0.5) !important;
}

a.secondary-cta {
  min-width: 200px;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #ffd100;
  border-radius: 30px;
  background-size: cover;
  font-family: "Proxima Nova";
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  color: #ffffff !important;
  -webkit-text-decoration: none solid rgb(255, 255, 255);
          text-decoration: none solid rgb(255, 255, 255);
  text-align: center;
  padding: 17px 30px;
  display: block;
  transition: 0.3s;
}
a.secondary-cta:hover, a.secondary-cta:focus {
  transition: 0.3s;
  color: #471d3b !important;
  background-color: #ffd100;
}

@media (min-width: 1200px) {
  .container,
  .container-fluid,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl,
  .container-xxl {
    width: 1200px;
    margin: 0 auto;
    padding: 0;
    max-width: 1200px;
  }
}
@media (max-width: 1199.98px) {
  .container,
  .container-fluid,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl,
  .container-xxl {
    width: 100%;
    padding: 0 20px;
    max-width: 100%;
  }
}

.inner-container {
  margin: 0;
}
@media (min-width: 1200px) {
  .inner-container {
    width: 1000px;
    margin: 0 auto;
  }
}

a.elementor-button.elementor-button-link.elementor-size-sm {
  background: unset !important;
  border: unset;
}

.scroll-margin-top {
  scroll-margin-top: 100px;
}
@media (max-width: 767.98px) {
  .scroll-margin-top {
    scroll-margin-top: 95px;
  }
}

.title-center h2, .title-center .h2 {
  text-align: center;
}

@media (max-width: 991.98px) {
  .title-mb-0 h2, .title-mb-0 .h2 {
    margin-bottom: 0;
  }
}

.equal-top-bottom-space .layout-50-50, .equal-top-bottom-space .cardssliders, .equal-top-bottom-space .section-header {
  padding: 60px 0;
}
@media (max-width: 767.98px) {
  .equal-top-bottom-space .layout-50-50, .equal-top-bottom-space .cardssliders, .equal-top-bottom-space .section-header {
    padding: 50px 0;
  }
}

.no-arrow .owl-nav {
  display: none !important;
}