@charset "UTF-8";
/*!
 * Bootstrap  v5.2.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --app-height: 100vh;
  --Primary-Color: #2b4ff4;
  --Dark-Primary: #030752;
  --Dark-Primary-1: #000a97;
  --Light-Primary-2: #1942ff;
  --Light-Primary: #f3f6ff;
  --Light-Primary-1: #dbe5ff;
  --Secondary-Color: #686868;
  --Dark-Secondary: #282828;
  --Black: #000;
  --White: #fff;
  --Light-White: #f8f8f8;
  --Light-White-1: #fbfbfb;
  --Light-Black: #272727;
  --Light-Grey: #b3b3b3;
  --Light-Grey-2: #d8d8d8;
  --Grey: #363940 ;
}

:root {
  --bs-blue: #2b4ff4;
  --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: $blue;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 43, 79, 244;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.64;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-link-color: $blue;
  --bs-link-hover-color: #0a58ca;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd;
}

:root {
  --bs-blue: #2b4ff4;
  --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: #2b4ff4;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 43, 79, 244;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-link-color: #2b4ff4;
  --bs-link-hover-color: #223fc3;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd;
}

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

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

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

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: 1px solid;
  opacity: 0.25;
}

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

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

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

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

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

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: var(--bs-link-color);
  text-decoration: underline;
}
a:hover {
  color: var(--bs-link-hover-color);
}

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

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

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

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

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

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

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

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

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

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

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

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

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

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

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

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

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

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

textarea {
  resize: vertical;
}

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

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

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

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

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

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

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

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.img-fluid, .blog-recent-posts img {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid var(--bs-border-color);
  border-radius: 0.375rem;
  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: #6c757d;
}

.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;
  }
}
.row, form.hs-form.hs-custom-form fieldset {
  --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 > *, form.hs-form.hs-custom-form fieldset > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.col-12, form.hs-form.hs-custom-form fieldset .form-columns-1 {
  flex: 0 0 auto;
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
.gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
.gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
.gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
.gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
.gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
.gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
.gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
.gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
.gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
.gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
.gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
.gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6, form.hs-form.hs-custom-form fieldset .form-columns-2 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
.gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
.gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
.gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
.gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
.gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
.gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
.gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
.gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
.gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
.gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
.gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
.gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
.gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
.gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
.gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
.gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
.gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
.gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
.gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
.gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
.gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
.gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
.gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
.gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
.gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
.gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
.gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
.gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
.gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
.gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
.gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
.gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
.gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
.gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
.gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
.gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
.gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
.gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
.gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
.gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
.gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
.gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
.gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
.gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
.gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
.gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
.gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
.gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.form-label, form.hs-form.hs-custom-form label {
  margin-bottom: 0.5rem;
}

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

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
}

.form-control, .hs-search-field .hs-search-field__input, form.hs-form.hs-custom-form .hs-form-field input[type=email],
form.hs-form.hs-custom-form .hs-form-field input[type=password],
form.hs-form.hs-custom-form .hs-form-field input[type=text],
form.hs-form.hs-custom-form .hs-form-field input[type=tel],
form.hs-form.hs-custom-form .hs-form-field textarea {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control, .hs-search-field .hs-search-field__input, form.hs-form.hs-custom-form .hs-form-field input[type=email],
form.hs-form.hs-custom-form .hs-form-field input[type=password],
form.hs-form.hs-custom-form .hs-form-field input[type=text],
form.hs-form.hs-custom-form .hs-form-field input[type=tel],
form.hs-form.hs-custom-form .hs-form-field textarea {
    transition: none;
  }
}
.form-control[type=file], .hs-search-field [type=file].hs-search-field__input, form.hs-form.hs-custom-form .hs-form-field input[type=file][type=email],
form.hs-form.hs-custom-form .hs-form-field input[type=file][type=password],
form.hs-form.hs-custom-form .hs-form-field input[type=file][type=text],
form.hs-form.hs-custom-form .hs-form-field input[type=file][type=tel],
form.hs-form.hs-custom-form .hs-form-field textarea[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]), .hs-search-field [type=file].hs-search-field__input:not(:disabled):not([readonly]), form.hs-form.hs-custom-form .hs-form-field input[type=file][type=email]:not(:disabled):not([readonly]),
form.hs-form.hs-custom-form .hs-form-field input[type=file][type=password]:not(:disabled):not([readonly]),
form.hs-form.hs-custom-form .hs-form-field input[type=file][type=text]:not(:disabled):not([readonly]),
form.hs-form.hs-custom-form .hs-form-field input[type=file][type=tel]:not(:disabled):not([readonly]),
form.hs-form.hs-custom-form .hs-form-field textarea[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus, .hs-search-field .hs-search-field__input:focus, form.hs-form.hs-custom-form .hs-form-field input[type=email]:focus,
form.hs-form.hs-custom-form .hs-form-field input[type=password]:focus,
form.hs-form.hs-custom-form .hs-form-field input[type=text]:focus,
form.hs-form.hs-custom-form .hs-form-field input[type=tel]:focus,
form.hs-form.hs-custom-form .hs-form-field textarea:focus {
  color: #212529;
  background-color: #fff;
  border-color: #95a7fa;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(43, 79, 244, 0.25);
}
.form-control::-webkit-date-and-time-value, .hs-search-field .hs-search-field__input::-webkit-date-and-time-value, form.hs-form.hs-custom-form .hs-form-field input[type=email]::-webkit-date-and-time-value,
form.hs-form.hs-custom-form .hs-form-field input[type=password]::-webkit-date-and-time-value,
form.hs-form.hs-custom-form .hs-form-field input[type=text]::-webkit-date-and-time-value,
form.hs-form.hs-custom-form .hs-form-field input[type=tel]::-webkit-date-and-time-value,
form.hs-form.hs-custom-form .hs-form-field textarea::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::-moz-placeholder, .hs-search-field .hs-search-field__input::-moz-placeholder, form.hs-form.hs-custom-form .hs-form-field input[type=email]::-moz-placeholder, form.hs-form.hs-custom-form .hs-form-field input[type=password]::-moz-placeholder, form.hs-form.hs-custom-form .hs-form-field input[type=text]::-moz-placeholder, form.hs-form.hs-custom-form .hs-form-field input[type=tel]::-moz-placeholder, form.hs-form.hs-custom-form .hs-form-field textarea::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder, .hs-search-field .hs-search-field__input::placeholder, form.hs-form.hs-custom-form .hs-form-field input[type=email]::placeholder,
form.hs-form.hs-custom-form .hs-form-field input[type=password]::placeholder,
form.hs-form.hs-custom-form .hs-form-field input[type=text]::placeholder,
form.hs-form.hs-custom-form .hs-form-field input[type=tel]::placeholder,
form.hs-form.hs-custom-form .hs-form-field textarea::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .hs-search-field .hs-search-field__input:disabled, form.hs-form.hs-custom-form .hs-form-field input[type=email]:disabled,
form.hs-form.hs-custom-form .hs-form-field input[type=password]:disabled,
form.hs-form.hs-custom-form .hs-form-field input[type=text]:disabled,
form.hs-form.hs-custom-form .hs-form-field input[type=tel]:disabled,
form.hs-form.hs-custom-form .hs-form-field textarea:disabled {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control::file-selector-button, .hs-search-field .hs-search-field__input::file-selector-button, form.hs-form.hs-custom-form .hs-form-field input[type=email]::file-selector-button,
form.hs-form.hs-custom-form .hs-form-field input[type=password]::file-selector-button,
form.hs-form.hs-custom-form .hs-form-field input[type=text]::file-selector-button,
form.hs-form.hs-custom-form .hs-form-field input[type=tel]::file-selector-button,
form.hs-form.hs-custom-form .hs-form-field textarea::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  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, .hs-search-field .hs-search-field__input::file-selector-button, form.hs-form.hs-custom-form .hs-form-field input[type=email]::file-selector-button,
form.hs-form.hs-custom-form .hs-form-field input[type=password]::file-selector-button,
form.hs-form.hs-custom-form .hs-form-field input[type=text]::file-selector-button,
form.hs-form.hs-custom-form .hs-form-field input[type=tel]::file-selector-button,
form.hs-form.hs-custom-form .hs-form-field textarea::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button, .hs-search-field .hs-search-field__input:hover:not(:disabled):not([readonly])::file-selector-button, form.hs-form.hs-custom-form .hs-form-field input[type=email]:hover:not(:disabled):not([readonly])::file-selector-button,
form.hs-form.hs-custom-form .hs-form-field input[type=password]:hover:not(:disabled):not([readonly])::file-selector-button,
form.hs-form.hs-custom-form .hs-form-field input[type=text]:hover:not(:disabled):not([readonly])::file-selector-button,
form.hs-form.hs-custom-form .hs-form-field input[type=tel]:hover:not(:disabled):not([readonly])::file-selector-button,
form.hs-form.hs-custom-form .hs-form-field textarea:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 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 + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}

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

textarea.form-control, .hs-search-field textarea.hs-search-field__input,
form.hs-form.hs-custom-form .hs-form-field textarea {
  min-height: calc(1.5em + 0.75rem + 2px);
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
}

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

.form-select, form.hs-form.hs-custom-form .hs-form-field select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: 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");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-select, form.hs-form.hs-custom-form .hs-form-field select {
    transition: none;
  }
}
.form-select:focus, form.hs-form.hs-custom-form .hs-form-field select:focus {
  border-color: #95a7fa;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(43, 79, 244, 0.25);
}
.form-select[multiple], form.hs-form.hs-custom-form .hs-form-field select[multiple], .form-select[size]:not([size="1"]), form.hs-form.hs-custom-form .hs-form-field select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled, form.hs-form.hs-custom-form .hs-form-field select:disabled {
  background-color: #e9ecef;
}
.form-select:-moz-focusring, form.hs-form.hs-custom-form .hs-form-field select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212529;
}

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

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

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input, .form-check form.hs-form.hs-custom-form .hs-form-field input[type=radio], form.hs-form.hs-custom-form .hs-form-field .form-check input[type=radio], .form-check form.hs-form.hs-custom-form .hs-form-field input[type=checkbox], form.hs-form.hs-custom-form .hs-form-field .form-check input[type=checkbox] {
  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, .form-check-reverse form.hs-form.hs-custom-form .hs-form-field input[type=radio], form.hs-form.hs-custom-form .hs-form-field .form-check-reverse input[type=radio], .form-check-reverse form.hs-form.hs-custom-form .hs-form-field input[type=checkbox], form.hs-form.hs-custom-form .hs-form-field .form-check-reverse input[type=checkbox] {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}

.form-check-input, form.hs-form.hs-custom-form .hs-form-field input[type=radio], form.hs-form.hs-custom-form .hs-form-field input[type=checkbox] {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}
.form-check-input[type=checkbox], form.hs-form.hs-custom-form .hs-form-field input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio], form.hs-form.hs-custom-form .hs-form-field input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active, form.hs-form.hs-custom-form .hs-form-field input[type=radio]:active, form.hs-form.hs-custom-form .hs-form-field input[type=checkbox]:active {
  filter: brightness(90%);
}
.form-check-input:focus, form.hs-form.hs-custom-form .hs-form-field input[type=radio]:focus, form.hs-form.hs-custom-form .hs-form-field input[type=checkbox]:focus {
  border-color: #95a7fa;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(43, 79, 244, 0.25);
}
.form-check-input:checked, form.hs-form.hs-custom-form .hs-form-field input[type=radio]:checked, form.hs-form.hs-custom-form .hs-form-field input[type=checkbox]:checked {
  background-color: #2b4ff4;
  border-color: #2b4ff4;
}
.form-check-input:checked[type=checkbox], form.hs-form.hs-custom-form .hs-form-field input:checked[type=checkbox] {
  background-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], form.hs-form.hs-custom-form .hs-form-field input:checked[type=radio] {
  background-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, form.hs-form.hs-custom-form .hs-form-field input[type=checkbox]:indeterminate {
  background-color: #2b4ff4;
  border-color: #2b4ff4;
  background-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, form.hs-form.hs-custom-form .hs-form-field input[type=radio]:disabled, form.hs-form.hs-custom-form .hs-form-field input[type=checkbox]:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, form.hs-form.hs-custom-form .hs-form-field input[disabled][type=radio] ~ .form-check-label, form.hs-form.hs-custom-form .hs-form-field input[disabled][type=checkbox] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label, form.hs-form.hs-custom-form .hs-form-field input[type=radio]:disabled ~ .form-check-label, form.hs-form.hs-custom-form .hs-form-field input[type=checkbox]:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input, .form-switch form.hs-form.hs-custom-form .hs-form-field input[type=radio], form.hs-form.hs-custom-form .hs-form-field .form-switch input[type=radio], .form-switch form.hs-form.hs-custom-form .hs-form-field input[type=checkbox], form.hs-form.hs-custom-form .hs-form-field .form-switch input[type=checkbox] {
  width: 2em;
  margin-left: -2.5em;
  background-image: 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");
  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, .form-switch form.hs-form.hs-custom-form .hs-form-field input[type=radio], form.hs-form.hs-custom-form .hs-form-field .form-switch input[type=radio], .form-switch form.hs-form.hs-custom-form .hs-form-field input[type=checkbox], form.hs-form.hs-custom-form .hs-form-field .form-switch input[type=checkbox] {
    transition: none;
  }
}
.form-switch .form-check-input:focus, .form-switch form.hs-form.hs-custom-form .hs-form-field input[type=radio]:focus, form.hs-form.hs-custom-form .hs-form-field .form-switch input[type=radio]:focus, .form-switch form.hs-form.hs-custom-form .hs-form-field input[type=checkbox]:focus, form.hs-form.hs-custom-form .hs-form-field .form-switch input[type=checkbox]:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2395a7fa'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked, .form-switch form.hs-form.hs-custom-form .hs-form-field input[type=radio]:checked, form.hs-form.hs-custom-form .hs-form-field .form-switch input[type=radio]:checked, .form-switch form.hs-form.hs-custom-form .hs-form-field input[type=checkbox]:checked, form.hs-form.hs-custom-form .hs-form-field .form-switch input[type=checkbox]:checked {
  background-position: right center;
  background-image: 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, .form-switch.form-check-reverse form.hs-form.hs-custom-form .hs-form-field input[type=radio], form.hs-form.hs-custom-form .hs-form-field .form-switch.form-check-reverse input[type=radio], .form-switch.form-check-reverse form.hs-form.hs-custom-form .hs-form-field input[type=checkbox], form.hs-form.hs-custom-form .hs-form-field .form-switch.form-check-reverse input[type=checkbox] {
  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, form .btn-check[disabled] + .hs-button, .btn-check:disabled + .btn, form .btn-check:disabled + .hs-button {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

.form-floating {
  position: relative;
}
.form-floating > .form-control, .hs-search-field .form-floating > .hs-search-field__input, form.hs-form.hs-custom-form .hs-form-field .form-floating > input[type=email],
form.hs-form.hs-custom-form .hs-form-field .form-floating > input[type=password],
form.hs-form.hs-custom-form .hs-form-field .form-floating > input[type=text],
form.hs-form.hs-custom-form .hs-form-field .form-floating > input[type=tel],
form.hs-form.hs-custom-form .hs-form-field .form-floating > textarea,
.form-floating > .form-control-plaintext,
.form-floating > .form-select,
form.hs-form.hs-custom-form .hs-form-field .form-floating > select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: 1px 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, .hs-search-field .form-floating > .hs-search-field__input, form.hs-form.hs-custom-form .hs-form-field .form-floating > input[type=email],
form.hs-form.hs-custom-form .hs-form-field .form-floating > input[type=password],
form.hs-form.hs-custom-form .hs-form-field .form-floating > input[type=text],
form.hs-form.hs-custom-form .hs-form-field .form-floating > input[type=tel],
form.hs-form.hs-custom-form .hs-form-field .form-floating > textarea,
.form-floating > .form-control-plaintext {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::-moz-placeholder, .hs-search-field .form-floating > .hs-search-field__input::-moz-placeholder, form.hs-form.hs-custom-form .hs-form-field .form-floating > input[type=email]::-moz-placeholder, form.hs-form.hs-custom-form .hs-form-field .form-floating > input[type=password]::-moz-placeholder, form.hs-form.hs-custom-form .hs-form-field .form-floating > input[type=text]::-moz-placeholder, form.hs-form.hs-custom-form .hs-form-field .form-floating > input[type=tel]::-moz-placeholder, form.hs-form.hs-custom-form .hs-form-field .form-floating > textarea::-moz-placeholder, .form-floating > .form-control-plaintext::-moz-placeholder {
  color: transparent;
}
.form-floating > .form-control::placeholder, .hs-search-field .form-floating > .hs-search-field__input::placeholder, form.hs-form.hs-custom-form .hs-form-field .form-floating > input[type=email]::placeholder,
form.hs-form.hs-custom-form .hs-form-field .form-floating > input[type=password]::placeholder,
form.hs-form.hs-custom-form .hs-form-field .form-floating > input[type=text]::placeholder,
form.hs-form.hs-custom-form .hs-form-field .form-floating > input[type=tel]::placeholder,
form.hs-form.hs-custom-form .hs-form-field .form-floating > textarea::placeholder,
.form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}
.form-floating > .form-control:not(:-moz-placeholder-shown), .hs-search-field .form-floating > .hs-search-field__input:not(:-moz-placeholder-shown), form.hs-form.hs-custom-form .hs-form-field .form-floating > input[type=email]:not(:-moz-placeholder-shown), form.hs-form.hs-custom-form .hs-form-field .form-floating > input[type=password]:not(:-moz-placeholder-shown), form.hs-form.hs-custom-form .hs-form-field .form-floating > input[type=text]:not(:-moz-placeholder-shown), form.hs-form.hs-custom-form .hs-form-field .form-floating > input[type=tel]:not(:-moz-placeholder-shown), form.hs-form.hs-custom-form .hs-form-field .form-floating > textarea: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, .hs-search-field .form-floating > .hs-search-field__input:focus, form.hs-form.hs-custom-form .hs-form-field .form-floating > input[type=email]:focus,
form.hs-form.hs-custom-form .hs-form-field .form-floating > input[type=password]:focus,
form.hs-form.hs-custom-form .hs-form-field .form-floating > input[type=text]:focus,
form.hs-form.hs-custom-form .hs-form-field .form-floating > input[type=tel]:focus,
form.hs-form.hs-custom-form .hs-form-field .form-floating > textarea:focus, .form-floating > .form-control:not(:placeholder-shown), .hs-search-field .form-floating > .hs-search-field__input:not(:placeholder-shown), form.hs-form.hs-custom-form .hs-form-field .form-floating > input[type=email]:not(:placeholder-shown),
form.hs-form.hs-custom-form .hs-form-field .form-floating > input[type=password]:not(:placeholder-shown),
form.hs-form.hs-custom-form .hs-form-field .form-floating > input[type=text]:not(:placeholder-shown),
form.hs-form.hs-custom-form .hs-form-field .form-floating > input[type=tel]:not(:placeholder-shown),
form.hs-form.hs-custom-form .hs-form-field .form-floating > textarea: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, .hs-search-field .form-floating > .hs-search-field__input:-webkit-autofill, form.hs-form.hs-custom-form .hs-form-field .form-floating > input[type=email]:-webkit-autofill,
form.hs-form.hs-custom-form .hs-form-field .form-floating > input[type=password]:-webkit-autofill,
form.hs-form.hs-custom-form .hs-form-field .form-floating > input[type=text]:-webkit-autofill,
form.hs-form.hs-custom-form .hs-form-field .form-floating > input[type=tel]:-webkit-autofill,
form.hs-form.hs-custom-form .hs-form-field .form-floating > textarea:-webkit-autofill,
.form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select, form.hs-form.hs-custom-form .hs-form-field .form-floating > select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label, .hs-search-field .form-floating > .hs-search-field__input:not(:-moz-placeholder-shown) ~ label, form.hs-form.hs-custom-form .hs-form-field .form-floating > input[type=email]:not(:-moz-placeholder-shown) ~ label, form.hs-form.hs-custom-form .hs-form-field .form-floating > input[type=password]:not(:-moz-placeholder-shown) ~ label, form.hs-form.hs-custom-form .hs-form-field .form-floating > input[type=text]:not(:-moz-placeholder-shown) ~ label, form.hs-form.hs-custom-form .hs-form-field .form-floating > input[type=tel]:not(:-moz-placeholder-shown) ~ label, form.hs-form.hs-custom-form .hs-form-field .form-floating > textarea:not(:-moz-placeholder-shown) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label, .hs-search-field .form-floating > .hs-search-field__input:focus ~ label, form.hs-form.hs-custom-form .hs-form-field .form-floating > input[type=email]:focus ~ label,
form.hs-form.hs-custom-form .hs-form-field .form-floating > input[type=password]:focus ~ label,
form.hs-form.hs-custom-form .hs-form-field .form-floating > input[type=text]:focus ~ label,
form.hs-form.hs-custom-form .hs-form-field .form-floating > input[type=tel]:focus ~ label,
form.hs-form.hs-custom-form .hs-form-field .form-floating > textarea:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.hs-search-field .form-floating > .hs-search-field__input:not(:placeholder-shown) ~ label,
form.hs-form.hs-custom-form .hs-form-field .form-floating > input[type=email]:not(:placeholder-shown) ~ label,
form.hs-form.hs-custom-form .hs-form-field .form-floating > input[type=password]:not(:placeholder-shown) ~ label,
form.hs-form.hs-custom-form .hs-form-field .form-floating > input[type=text]:not(:placeholder-shown) ~ label,
form.hs-form.hs-custom-form .hs-form-field .form-floating > input[type=tel]:not(:placeholder-shown) ~ label,
form.hs-form.hs-custom-form .hs-form-field .form-floating > textarea:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label,
form.hs-form.hs-custom-form .hs-form-field .form-floating > select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label, .hs-search-field .form-floating > .hs-search-field__input:-webkit-autofill ~ label, form.hs-form.hs-custom-form .hs-form-field .form-floating > input[type=email]:-webkit-autofill ~ label,
form.hs-form.hs-custom-form .hs-form-field .form-floating > input[type=password]:-webkit-autofill ~ label,
form.hs-form.hs-custom-form .hs-form-field .form-floating > input[type=text]:-webkit-autofill ~ label,
form.hs-form.hs-custom-form .hs-form-field .form-floating > input[type=tel]:-webkit-autofill ~ label,
form.hs-form.hs-custom-form .hs-form-field .form-floating > textarea:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control-plaintext ~ label {
  border-width: 1px 0;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control, .hs-search-field .input-group > .hs-search-field__input, form.hs-form.hs-custom-form .hs-form-field .input-group > input[type=email],
form.hs-form.hs-custom-form .hs-form-field .input-group > input[type=password],
form.hs-form.hs-custom-form .hs-form-field .input-group > input[type=text],
form.hs-form.hs-custom-form .hs-form-field .input-group > input[type=tel],
form.hs-form.hs-custom-form .hs-form-field .input-group > textarea,
.input-group > .form-select,
form.hs-form.hs-custom-form .hs-form-field .input-group > select,
.input-group > .form-floating {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus, .hs-search-field .input-group > .hs-search-field__input:focus, form.hs-form.hs-custom-form .hs-form-field .input-group > input[type=email]:focus,
form.hs-form.hs-custom-form .hs-form-field .input-group > input[type=password]:focus,
form.hs-form.hs-custom-form .hs-form-field .input-group > input[type=text]:focus,
form.hs-form.hs-custom-form .hs-form-field .input-group > input[type=tel]:focus,
form.hs-form.hs-custom-form .hs-form-field .input-group > textarea:focus,
.input-group > .form-select:focus,
form.hs-form.hs-custom-form .hs-form-field .input-group > select:focus,
.input-group > .form-floating:focus-within {
  z-index: 5;
}
.input-group .btn, .input-group form input[type=submit].hs-button, form .input-group input[type=submit].hs-button, .input-group form .hs-button, form .input-group .hs-button {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus, .input-group form .hs-button:focus, form .input-group .hs-button: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: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
}

.input-group-lg > .form-control, .hs-search-field .input-group-lg > .hs-search-field__input, form.hs-form.hs-custom-form .hs-form-field .input-group-lg > input[type=email],
form.hs-form.hs-custom-form .hs-form-field .input-group-lg > input[type=password],
form.hs-form.hs-custom-form .hs-form-field .input-group-lg > input[type=text],
form.hs-form.hs-custom-form .hs-form-field .input-group-lg > input[type=tel],
form.hs-form.hs-custom-form .hs-form-field .input-group-lg > textarea,
.input-group-lg > .form-select,
form.hs-form.hs-custom-form .hs-form-field .input-group-lg > select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn,
form .input-group-lg > input[type=submit].hs-button,
form .input-group-lg > .hs-button {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.5rem;
}

.input-group-sm > .form-control, .hs-search-field .input-group-sm > .hs-search-field__input, form.hs-form.hs-custom-form .hs-form-field .input-group-sm > input[type=email],
form.hs-form.hs-custom-form .hs-form-field .input-group-sm > input[type=password],
form.hs-form.hs-custom-form .hs-form-field .input-group-sm > input[type=text],
form.hs-form.hs-custom-form .hs-form-field .input-group-sm > input[type=tel],
form.hs-form.hs-custom-form .hs-form-field .input-group-sm > textarea,
.input-group-sm > .form-select,
form.hs-form.hs-custom-form .hs-form-field .input-group-sm > select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn,
form .input-group-sm > input[type=submit].hs-button,
form .input-group-sm > .hs-button {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
}

.input-group-lg > .form-select, form.hs-form.hs-custom-form .hs-form-field .input-group-lg > select,
.input-group-sm > .form-select,
form.hs-form.hs-custom-form .hs-form-field .input-group-sm > 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,
.hs-search-field .input-group:not(.has-validation) > .form-floating:not(:last-child) > .hs-search-field__input,
form.hs-form.hs-custom-form .hs-form-field .input-group:not(.has-validation) > .form-floating:not(:last-child) > input[type=email],
form.hs-form.hs-custom-form .hs-form-field .input-group:not(.has-validation) > .form-floating:not(:last-child) > input[type=password],
form.hs-form.hs-custom-form .hs-form-field .input-group:not(.has-validation) > .form-floating:not(:last-child) > input[type=text],
form.hs-form.hs-custom-form .hs-form-field .input-group:not(.has-validation) > .form-floating:not(:last-child) > input[type=tel],
form.hs-form.hs-custom-form .hs-form-field .input-group:not(.has-validation) > .form-floating:not(:last-child) > textarea,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select,
form.hs-form.hs-custom-form .hs-form-field .input-group:not(.has-validation) > .form-floating:not(:last-child) > 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,
.hs-search-field .input-group.has-validation > .form-floating:nth-last-child(n+3) > .hs-search-field__input,
form.hs-form.hs-custom-form .hs-form-field .input-group.has-validation > .form-floating:nth-last-child(n+3) > input[type=email],
form.hs-form.hs-custom-form .hs-form-field .input-group.has-validation > .form-floating:nth-last-child(n+3) > input[type=password],
form.hs-form.hs-custom-form .hs-form-field .input-group.has-validation > .form-floating:nth-last-child(n+3) > input[type=text],
form.hs-form.hs-custom-form .hs-form-field .input-group.has-validation > .form-floating:nth-last-child(n+3) > input[type=tel],
form.hs-form.hs-custom-form .hs-form-field .input-group.has-validation > .form-floating:nth-last-child(n+3) > textarea,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select,
form.hs-form.hs-custom-form .hs-form-field .input-group.has-validation > .form-floating:nth-last-child(n+3) > 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: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .form-floating:not(:first-child) > .form-control, .hs-search-field .input-group > .form-floating:not(:first-child) > .hs-search-field__input, form.hs-form.hs-custom-form .hs-form-field .input-group > .form-floating:not(:first-child) > input[type=email],
form.hs-form.hs-custom-form .hs-form-field .input-group > .form-floating:not(:first-child) > input[type=password],
form.hs-form.hs-custom-form .hs-form-field .input-group > .form-floating:not(:first-child) > input[type=text],
form.hs-form.hs-custom-form .hs-form-field .input-group > .form-floating:not(:first-child) > input[type=tel],
form.hs-form.hs-custom-form .hs-form-field .input-group > .form-floating:not(:first-child) > textarea,
.input-group > .form-floating:not(:first-child) > .form-select,
form.hs-form.hs-custom-form .hs-form-field .input-group > .form-floating:not(:first-child) > 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: #198754;
}

.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: rgba(25, 135, 84, 0.9);
  border-radius: 0.375rem;
}

.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, .was-validated .hs-search-field .hs-search-field__input:valid, .hs-search-field .was-validated .hs-search-field__input:valid, .was-validated form.hs-form.hs-custom-form .hs-form-field input[type=email]:valid, form.hs-form.hs-custom-form .hs-form-field .was-validated input[type=email]:valid,
.was-validated form.hs-form.hs-custom-form .hs-form-field input[type=password]:valid,
form.hs-form.hs-custom-form .hs-form-field .was-validated input[type=password]:valid,
.was-validated form.hs-form.hs-custom-form .hs-form-field input[type=text]:valid,
form.hs-form.hs-custom-form .hs-form-field .was-validated input[type=text]:valid,
.was-validated form.hs-form.hs-custom-form .hs-form-field input[type=tel]:valid,
form.hs-form.hs-custom-form .hs-form-field .was-validated input[type=tel]:valid,
.was-validated form.hs-form.hs-custom-form .hs-form-field textarea:valid,
form.hs-form.hs-custom-form .hs-form-field .was-validated textarea:valid, .form-control.is-valid, .hs-search-field .is-valid.hs-search-field__input, form.hs-form.hs-custom-form .hs-form-field input.is-valid[type=email],
form.hs-form.hs-custom-form .hs-form-field input.is-valid[type=password],
form.hs-form.hs-custom-form .hs-form-field input.is-valid[type=text],
form.hs-form.hs-custom-form .hs-form-field input.is-valid[type=tel],
form.hs-form.hs-custom-form .hs-form-field textarea.is-valid {
  border-color: #198754;
  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, .was-validated .hs-search-field .hs-search-field__input:valid:focus, .hs-search-field .was-validated .hs-search-field__input:valid:focus, .was-validated form.hs-form.hs-custom-form .hs-form-field input[type=email]:valid:focus, form.hs-form.hs-custom-form .hs-form-field .was-validated input[type=email]:valid:focus,
.was-validated form.hs-form.hs-custom-form .hs-form-field input[type=password]:valid:focus,
form.hs-form.hs-custom-form .hs-form-field .was-validated input[type=password]:valid:focus,
.was-validated form.hs-form.hs-custom-form .hs-form-field input[type=text]:valid:focus,
form.hs-form.hs-custom-form .hs-form-field .was-validated input[type=text]:valid:focus,
.was-validated form.hs-form.hs-custom-form .hs-form-field input[type=tel]:valid:focus,
form.hs-form.hs-custom-form .hs-form-field .was-validated input[type=tel]:valid:focus,
.was-validated form.hs-form.hs-custom-form .hs-form-field textarea:valid:focus,
form.hs-form.hs-custom-form .hs-form-field .was-validated textarea:valid:focus, .form-control.is-valid:focus, .hs-search-field .is-valid.hs-search-field__input:focus, form.hs-form.hs-custom-form .hs-form-field input.is-valid[type=email]:focus,
form.hs-form.hs-custom-form .hs-form-field input.is-valid[type=password]:focus,
form.hs-form.hs-custom-form .hs-form-field input.is-valid[type=text]:focus,
form.hs-form.hs-custom-form .hs-form-field input.is-valid[type=tel]:focus,
form.hs-form.hs-custom-form .hs-form-field textarea.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated textarea.form-control:valid, .was-validated .hs-search-field textarea.hs-search-field__input:valid, .hs-search-field .was-validated textarea.hs-search-field__input:valid,
.was-validated form.hs-form.hs-custom-form .hs-form-field textarea:valid,
form.hs-form.hs-custom-form .hs-form-field .was-validated textarea:valid, textarea.form-control.is-valid, .hs-search-field textarea.is-valid.hs-search-field__input,
form.hs-form.hs-custom-form .hs-form-field textarea.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, .was-validated form.hs-form.hs-custom-form .hs-form-field select:valid, form.hs-form.hs-custom-form .hs-form-field .was-validated select:valid, .form-select.is-valid, form.hs-form.hs-custom-form .hs-form-field select.is-valid {
  border-color: #198754;
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated form.hs-form.hs-custom-form .hs-form-field select:valid:not([multiple]):not([size]), form.hs-form.hs-custom-form .hs-form-field .was-validated select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .was-validated form.hs-form.hs-custom-form .hs-form-field select:valid:not([multiple])[size="1"], form.hs-form.hs-custom-form .hs-form-field .was-validated select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), form.hs-form.hs-custom-form .hs-form-field select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"], form.hs-form.hs-custom-form .hs-form-field select.is-valid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: 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"), 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-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, .was-validated form.hs-form.hs-custom-form .hs-form-field select:valid:focus, form.hs-form.hs-custom-form .hs-form-field .was-validated select:valid:focus, .form-select.is-valid:focus, form.hs-form.hs-custom-form .hs-form-field select.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 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, .was-validated form.hs-form.hs-custom-form .hs-form-field input[type=radio]:valid, form.hs-form.hs-custom-form .hs-form-field .was-validated input[type=radio]:valid, .was-validated form.hs-form.hs-custom-form .hs-form-field input[type=checkbox]:valid, form.hs-form.hs-custom-form .hs-form-field .was-validated input[type=checkbox]:valid, .form-check-input.is-valid, form.hs-form.hs-custom-form .hs-form-field input.is-valid[type=radio], form.hs-form.hs-custom-form .hs-form-field input.is-valid[type=checkbox] {
  border-color: #198754;
}
.was-validated .form-check-input:valid:checked, .was-validated form.hs-form.hs-custom-form .hs-form-field input[type=radio]:valid:checked, form.hs-form.hs-custom-form .hs-form-field .was-validated input[type=radio]:valid:checked, .was-validated form.hs-form.hs-custom-form .hs-form-field input[type=checkbox]:valid:checked, form.hs-form.hs-custom-form .hs-form-field .was-validated input[type=checkbox]:valid:checked, .form-check-input.is-valid:checked, form.hs-form.hs-custom-form .hs-form-field input.is-valid[type=radio]:checked, form.hs-form.hs-custom-form .hs-form-field input.is-valid[type=checkbox]:checked {
  background-color: #198754;
}
.was-validated .form-check-input:valid:focus, .was-validated form.hs-form.hs-custom-form .hs-form-field input[type=radio]:valid:focus, form.hs-form.hs-custom-form .hs-form-field .was-validated input[type=radio]:valid:focus, .was-validated form.hs-form.hs-custom-form .hs-form-field input[type=checkbox]:valid:focus, form.hs-form.hs-custom-form .hs-form-field .was-validated input[type=checkbox]:valid:focus, .form-check-input.is-valid:focus, form.hs-form.hs-custom-form .hs-form-field input.is-valid[type=radio]:focus, form.hs-form.hs-custom-form .hs-form-field input.is-valid[type=checkbox]:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .was-validated form.hs-form.hs-custom-form .hs-form-field input[type=radio]:valid ~ .form-check-label, form.hs-form.hs-custom-form .hs-form-field .was-validated input[type=radio]:valid ~ .form-check-label, .was-validated form.hs-form.hs-custom-form .hs-form-field input[type=checkbox]:valid ~ .form-check-label, form.hs-form.hs-custom-form .hs-form-field .was-validated input[type=checkbox]:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label, form.hs-form.hs-custom-form .hs-form-field input.is-valid[type=radio] ~ .form-check-label, form.hs-form.hs-custom-form .hs-form-field input.is-valid[type=checkbox] ~ .form-check-label {
  color: #198754;
}

.form-check-inline .form-check-input ~ .valid-feedback, .form-check-inline form.hs-form.hs-custom-form .hs-form-field input[type=radio] ~ .valid-feedback, form.hs-form.hs-custom-form .hs-form-field .form-check-inline input[type=radio] ~ .valid-feedback, .form-check-inline form.hs-form.hs-custom-form .hs-form-field input[type=checkbox] ~ .valid-feedback, form.hs-form.hs-custom-form .hs-form-field .form-check-inline input[type=checkbox] ~ .valid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group > .form-control:not(:focus):valid, .was-validated .hs-search-field .input-group > .hs-search-field__input:not(:focus):valid, .hs-search-field .was-validated .input-group > .hs-search-field__input:not(:focus):valid, .was-validated form.hs-form.hs-custom-form .hs-form-field .input-group > input[type=email]:not(:focus):valid, form.hs-form.hs-custom-form .hs-form-field .was-validated .input-group > input[type=email]:not(:focus):valid,
.was-validated form.hs-form.hs-custom-form .hs-form-field .input-group > input[type=password]:not(:focus):valid,
form.hs-form.hs-custom-form .hs-form-field .was-validated .input-group > input[type=password]:not(:focus):valid,
.was-validated form.hs-form.hs-custom-form .hs-form-field .input-group > input[type=text]:not(:focus):valid,
form.hs-form.hs-custom-form .hs-form-field .was-validated .input-group > input[type=text]:not(:focus):valid,
.was-validated form.hs-form.hs-custom-form .hs-form-field .input-group > input[type=tel]:not(:focus):valid,
form.hs-form.hs-custom-form .hs-form-field .was-validated .input-group > input[type=tel]:not(:focus):valid,
.was-validated form.hs-form.hs-custom-form .hs-form-field .input-group > textarea:not(:focus):valid,
form.hs-form.hs-custom-form .hs-form-field .was-validated .input-group > textarea:not(:focus):valid, .input-group > .form-control:not(:focus).is-valid, .hs-search-field .input-group > .hs-search-field__input:not(:focus).is-valid, form.hs-form.hs-custom-form .hs-form-field .input-group > input[type=email]:not(:focus).is-valid,
form.hs-form.hs-custom-form .hs-form-field .input-group > input[type=password]:not(:focus).is-valid,
form.hs-form.hs-custom-form .hs-form-field .input-group > input[type=text]:not(:focus).is-valid,
form.hs-form.hs-custom-form .hs-form-field .input-group > input[type=tel]:not(:focus).is-valid,
form.hs-form.hs-custom-form .hs-form-field .input-group > textarea:not(:focus).is-valid,
.was-validated .input-group > .form-select:not(:focus):valid,
.was-validated form.hs-form.hs-custom-form .hs-form-field .input-group > select:not(:focus):valid,
form.hs-form.hs-custom-form .hs-form-field .was-validated .input-group > select:not(:focus):valid,
.input-group > .form-select:not(:focus).is-valid,
form.hs-form.hs-custom-form .hs-form-field .input-group > 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, form.hs-form.hs-custom-form .hs-error-msg {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}

.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: rgba(220, 53, 69, 0.9);
  border-radius: 0.375rem;
}

.was-validated :invalid ~ .invalid-feedback, .was-validated form.hs-form.hs-custom-form :invalid ~ .hs-error-msg, form.hs-form.hs-custom-form .was-validated :invalid ~ .hs-error-msg,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
form.hs-form.hs-custom-form .is-invalid ~ .hs-error-msg,
form.hs-form.hs-custom-form .hs-form-field .invalid ~ .invalid-feedback,
form.hs-form.hs-custom-form .hs-form-field .invalid ~ .hs-error-msg,
.is-invalid ~ .invalid-tooltip,
form.hs-form.hs-custom-form .hs-form-field .invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .was-validated .hs-search-field .hs-search-field__input:invalid, .hs-search-field .was-validated .hs-search-field__input:invalid, .was-validated form.hs-form.hs-custom-form .hs-form-field input[type=email]:invalid, form.hs-form.hs-custom-form .hs-form-field .was-validated input[type=email]:invalid,
.was-validated form.hs-form.hs-custom-form .hs-form-field input[type=password]:invalid,
form.hs-form.hs-custom-form .hs-form-field .was-validated input[type=password]:invalid,
.was-validated form.hs-form.hs-custom-form .hs-form-field input[type=text]:invalid,
form.hs-form.hs-custom-form .hs-form-field .was-validated input[type=text]:invalid,
.was-validated form.hs-form.hs-custom-form .hs-form-field input[type=tel]:invalid,
form.hs-form.hs-custom-form .hs-form-field .was-validated input[type=tel]:invalid,
.was-validated form.hs-form.hs-custom-form .hs-form-field textarea:invalid,
form.hs-form.hs-custom-form .hs-form-field .was-validated textarea:invalid, .form-control.is-invalid, .hs-search-field .is-invalid.hs-search-field__input, form.hs-form.hs-custom-form .hs-form-field .form-control.invalid, form.hs-form.hs-custom-form .hs-form-field .hs-search-field .invalid.hs-search-field__input, .hs-search-field form.hs-form.hs-custom-form .hs-form-field .invalid.hs-search-field__input, form.hs-form.hs-custom-form .hs-form-field input.is-invalid[type=email], form.hs-form.hs-custom-form .hs-form-field input[type=email].invalid,
form.hs-form.hs-custom-form .hs-form-field input.is-invalid[type=password],
form.hs-form.hs-custom-form .hs-form-field input[type=password].invalid,
form.hs-form.hs-custom-form .hs-form-field input.is-invalid[type=text],
form.hs-form.hs-custom-form .hs-form-field input[type=text].invalid,
form.hs-form.hs-custom-form .hs-form-field input.is-invalid[type=tel],
form.hs-form.hs-custom-form .hs-form-field input[type=tel].invalid,
form.hs-form.hs-custom-form .hs-form-field textarea.is-invalid,
form.hs-form.hs-custom-form .hs-form-field textarea.invalid {
  border-color: #dc3545;
  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, .was-validated .hs-search-field .hs-search-field__input:invalid:focus, .hs-search-field .was-validated .hs-search-field__input:invalid:focus, .was-validated form.hs-form.hs-custom-form .hs-form-field input[type=email]:invalid:focus, form.hs-form.hs-custom-form .hs-form-field .was-validated input[type=email]:invalid:focus,
.was-validated form.hs-form.hs-custom-form .hs-form-field input[type=password]:invalid:focus,
form.hs-form.hs-custom-form .hs-form-field .was-validated input[type=password]:invalid:focus,
.was-validated form.hs-form.hs-custom-form .hs-form-field input[type=text]:invalid:focus,
form.hs-form.hs-custom-form .hs-form-field .was-validated input[type=text]:invalid:focus,
.was-validated form.hs-form.hs-custom-form .hs-form-field input[type=tel]:invalid:focus,
form.hs-form.hs-custom-form .hs-form-field .was-validated input[type=tel]:invalid:focus,
.was-validated form.hs-form.hs-custom-form .hs-form-field textarea:invalid:focus,
form.hs-form.hs-custom-form .hs-form-field .was-validated textarea:invalid:focus, .form-control.is-invalid:focus, .hs-search-field .is-invalid.hs-search-field__input:focus, form.hs-form.hs-custom-form .hs-form-field .form-control.invalid:focus, form.hs-form.hs-custom-form .hs-form-field .hs-search-field .invalid.hs-search-field__input:focus, .hs-search-field form.hs-form.hs-custom-form .hs-form-field .invalid.hs-search-field__input:focus, form.hs-form.hs-custom-form .hs-form-field input.is-invalid[type=email]:focus, form.hs-form.hs-custom-form .hs-form-field input[type=email].invalid:focus,
form.hs-form.hs-custom-form .hs-form-field input.is-invalid[type=password]:focus,
form.hs-form.hs-custom-form .hs-form-field input[type=password].invalid:focus,
form.hs-form.hs-custom-form .hs-form-field input.is-invalid[type=text]:focus,
form.hs-form.hs-custom-form .hs-form-field input[type=text].invalid:focus,
form.hs-form.hs-custom-form .hs-form-field input.is-invalid[type=tel]:focus,
form.hs-form.hs-custom-form .hs-form-field input[type=tel].invalid:focus,
form.hs-form.hs-custom-form .hs-form-field textarea.is-invalid:focus,
form.hs-form.hs-custom-form .hs-form-field textarea.invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated textarea.form-control:invalid, .was-validated .hs-search-field textarea.hs-search-field__input:invalid, .hs-search-field .was-validated textarea.hs-search-field__input:invalid,
.was-validated form.hs-form.hs-custom-form .hs-form-field textarea:invalid,
form.hs-form.hs-custom-form .hs-form-field .was-validated textarea:invalid, textarea.form-control.is-invalid, .hs-search-field textarea.is-invalid.hs-search-field__input,
form.hs-form.hs-custom-form .hs-form-field textarea.is-invalid,
form.hs-form.hs-custom-form .hs-form-field textarea.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, .was-validated form.hs-form.hs-custom-form .hs-form-field select:invalid, form.hs-form.hs-custom-form .hs-form-field .was-validated select:invalid, .form-select.is-invalid, form.hs-form.hs-custom-form .hs-form-field .form-select.invalid, form.hs-form.hs-custom-form .hs-form-field select.is-invalid, form.hs-form.hs-custom-form .hs-form-field select.invalid {
  border-color: #dc3545;
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated form.hs-form.hs-custom-form .hs-form-field select:invalid:not([multiple]):not([size]), form.hs-form.hs-custom-form .hs-form-field .was-validated select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .was-validated form.hs-form.hs-custom-form .hs-form-field select:invalid:not([multiple])[size="1"], form.hs-form.hs-custom-form .hs-form-field .was-validated select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), form.hs-form.hs-custom-form .hs-form-field .form-select.invalid:not([multiple]):not([size]), form.hs-form.hs-custom-form .hs-form-field select.is-invalid:not([multiple]):not([size]), form.hs-form.hs-custom-form .hs-form-field select.invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"], form.hs-form.hs-custom-form .hs-form-field .form-select.invalid:not([multiple])[size="1"], form.hs-form.hs-custom-form .hs-form-field select.is-invalid:not([multiple])[size="1"], form.hs-form.hs-custom-form .hs-form-field select.invalid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: 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"), 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-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, .was-validated form.hs-form.hs-custom-form .hs-form-field select:invalid:focus, form.hs-form.hs-custom-form .hs-form-field .was-validated select:invalid:focus, .form-select.is-invalid:focus, form.hs-form.hs-custom-form .hs-form-field .form-select.invalid:focus, form.hs-form.hs-custom-form .hs-form-field select.is-invalid:focus, form.hs-form.hs-custom-form .hs-form-field select.invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

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

.was-validated .form-check-input:invalid, .was-validated form.hs-form.hs-custom-form .hs-form-field input[type=radio]:invalid, form.hs-form.hs-custom-form .hs-form-field .was-validated input[type=radio]:invalid, .was-validated form.hs-form.hs-custom-form .hs-form-field input[type=checkbox]:invalid, form.hs-form.hs-custom-form .hs-form-field .was-validated input[type=checkbox]:invalid, .form-check-input.is-invalid, form.hs-form.hs-custom-form .hs-form-field .form-check-input.invalid, form.hs-form.hs-custom-form .hs-form-field input.is-invalid[type=radio], form.hs-form.hs-custom-form .hs-form-field input[type=radio].invalid, form.hs-form.hs-custom-form .hs-form-field input.is-invalid[type=checkbox], form.hs-form.hs-custom-form .hs-form-field input[type=checkbox].invalid {
  border-color: #dc3545;
}
.was-validated .form-check-input:invalid:checked, .was-validated form.hs-form.hs-custom-form .hs-form-field input[type=radio]:invalid:checked, form.hs-form.hs-custom-form .hs-form-field .was-validated input[type=radio]:invalid:checked, .was-validated form.hs-form.hs-custom-form .hs-form-field input[type=checkbox]:invalid:checked, form.hs-form.hs-custom-form .hs-form-field .was-validated input[type=checkbox]:invalid:checked, .form-check-input.is-invalid:checked, form.hs-form.hs-custom-form .hs-form-field .form-check-input.invalid:checked, form.hs-form.hs-custom-form .hs-form-field input.is-invalid[type=radio]:checked, form.hs-form.hs-custom-form .hs-form-field input[type=radio].invalid:checked, form.hs-form.hs-custom-form .hs-form-field input.is-invalid[type=checkbox]:checked, form.hs-form.hs-custom-form .hs-form-field input[type=checkbox].invalid:checked {
  background-color: #dc3545;
}
.was-validated .form-check-input:invalid:focus, .was-validated form.hs-form.hs-custom-form .hs-form-field input[type=radio]:invalid:focus, form.hs-form.hs-custom-form .hs-form-field .was-validated input[type=radio]:invalid:focus, .was-validated form.hs-form.hs-custom-form .hs-form-field input[type=checkbox]:invalid:focus, form.hs-form.hs-custom-form .hs-form-field .was-validated input[type=checkbox]:invalid:focus, .form-check-input.is-invalid:focus, form.hs-form.hs-custom-form .hs-form-field .form-check-input.invalid:focus, form.hs-form.hs-custom-form .hs-form-field input.is-invalid[type=radio]:focus, form.hs-form.hs-custom-form .hs-form-field input[type=radio].invalid:focus, form.hs-form.hs-custom-form .hs-form-field input.is-invalid[type=checkbox]:focus, form.hs-form.hs-custom-form .hs-form-field input[type=checkbox].invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .was-validated form.hs-form.hs-custom-form .hs-form-field input[type=radio]:invalid ~ .form-check-label, form.hs-form.hs-custom-form .hs-form-field .was-validated input[type=radio]:invalid ~ .form-check-label, .was-validated form.hs-form.hs-custom-form .hs-form-field input[type=checkbox]:invalid ~ .form-check-label, form.hs-form.hs-custom-form .hs-form-field .was-validated input[type=checkbox]:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label, form.hs-form.hs-custom-form .hs-form-field .form-check-input.invalid ~ .form-check-label, form.hs-form.hs-custom-form .hs-form-field input.is-invalid[type=radio] ~ .form-check-label, form.hs-form.hs-custom-form .hs-form-field input[type=radio].invalid ~ .form-check-label, form.hs-form.hs-custom-form .hs-form-field input.is-invalid[type=checkbox] ~ .form-check-label, form.hs-form.hs-custom-form .hs-form-field input[type=checkbox].invalid ~ .form-check-label {
  color: #dc3545;
}

.form-check-inline .form-check-input ~ .invalid-feedback, .form-check-inline form.hs-form.hs-custom-form .form-check-input ~ .hs-error-msg, form.hs-form.hs-custom-form .form-check-inline .form-check-input ~ .hs-error-msg, .form-check-inline form.hs-form.hs-custom-form .hs-form-field input[type=radio] ~ .invalid-feedback, .form-check-inline form.hs-form.hs-custom-form .hs-form-field input[type=radio] ~ .hs-error-msg, form.hs-form.hs-custom-form .hs-form-field .form-check-inline input[type=radio] ~ .invalid-feedback, form.hs-form.hs-custom-form .hs-form-field .form-check-inline input[type=radio] ~ .hs-error-msg, .form-check-inline form.hs-form.hs-custom-form .hs-form-field input[type=checkbox] ~ .invalid-feedback, .form-check-inline form.hs-form.hs-custom-form .hs-form-field input[type=checkbox] ~ .hs-error-msg, form.hs-form.hs-custom-form .hs-form-field .form-check-inline input[type=checkbox] ~ .invalid-feedback, form.hs-form.hs-custom-form .hs-form-field .form-check-inline input[type=checkbox] ~ .hs-error-msg {
  margin-left: 0.5em;
}

.was-validated .input-group > .form-control:not(:focus):invalid, .was-validated .hs-search-field .input-group > .hs-search-field__input:not(:focus):invalid, .hs-search-field .was-validated .input-group > .hs-search-field__input:not(:focus):invalid, .was-validated form.hs-form.hs-custom-form .hs-form-field .input-group > input[type=email]:not(:focus):invalid, form.hs-form.hs-custom-form .hs-form-field .was-validated .input-group > input[type=email]:not(:focus):invalid,
.was-validated form.hs-form.hs-custom-form .hs-form-field .input-group > input[type=password]:not(:focus):invalid,
form.hs-form.hs-custom-form .hs-form-field .was-validated .input-group > input[type=password]:not(:focus):invalid,
.was-validated form.hs-form.hs-custom-form .hs-form-field .input-group > input[type=text]:not(:focus):invalid,
form.hs-form.hs-custom-form .hs-form-field .was-validated .input-group > input[type=text]:not(:focus):invalid,
.was-validated form.hs-form.hs-custom-form .hs-form-field .input-group > input[type=tel]:not(:focus):invalid,
form.hs-form.hs-custom-form .hs-form-field .was-validated .input-group > input[type=tel]:not(:focus):invalid,
.was-validated form.hs-form.hs-custom-form .hs-form-field .input-group > textarea:not(:focus):invalid,
form.hs-form.hs-custom-form .hs-form-field .was-validated .input-group > textarea:not(:focus):invalid, .input-group > .form-control:not(:focus).is-invalid, .hs-search-field .input-group > .hs-search-field__input:not(:focus).is-invalid, form.hs-form.hs-custom-form .hs-form-field .input-group > .form-control.invalid:not(:focus), form.hs-form.hs-custom-form .hs-form-field .hs-search-field .input-group > .invalid.hs-search-field__input:not(:focus), .hs-search-field form.hs-form.hs-custom-form .hs-form-field .input-group > .invalid.hs-search-field__input:not(:focus), form.hs-form.hs-custom-form .hs-form-field .input-group > input[type=email]:not(:focus).is-invalid, form.hs-form.hs-custom-form .hs-form-field .input-group > input[type=email].invalid:not(:focus),
form.hs-form.hs-custom-form .hs-form-field .input-group > input[type=password]:not(:focus).is-invalid,
form.hs-form.hs-custom-form .hs-form-field .input-group > input[type=password].invalid:not(:focus),
form.hs-form.hs-custom-form .hs-form-field .input-group > input[type=text]:not(:focus).is-invalid,
form.hs-form.hs-custom-form .hs-form-field .input-group > input[type=text].invalid:not(:focus),
form.hs-form.hs-custom-form .hs-form-field .input-group > input[type=tel]:not(:focus).is-invalid,
form.hs-form.hs-custom-form .hs-form-field .input-group > input[type=tel].invalid:not(:focus),
form.hs-form.hs-custom-form .hs-form-field .input-group > textarea:not(:focus).is-invalid,
form.hs-form.hs-custom-form .hs-form-field .input-group > textarea.invalid:not(:focus),
.was-validated .input-group > .form-select:not(:focus):invalid,
.was-validated form.hs-form.hs-custom-form .hs-form-field .input-group > select:not(:focus):invalid,
form.hs-form.hs-custom-form .hs-form-field .was-validated .input-group > select:not(:focus):invalid,
.input-group > .form-select:not(:focus).is-invalid,
form.hs-form.hs-custom-form .hs-form-field .input-group > .form-select.invalid:not(:focus),
form.hs-form.hs-custom-form .hs-form-field .input-group > select:not(:focus).is-invalid,
form.hs-form.hs-custom-form .hs-form-field .input-group > select.invalid:not(:focus),
.was-validated .input-group > .form-floating:not(:focus-within):invalid,
.input-group > .form-floating:not(:focus-within).is-invalid,
form.hs-form.hs-custom-form .hs-form-field .input-group > .form-floating.invalid:not(:focus-within) {
  z-index: 4;
}

.btn, form input[type=submit].hs-button, form .hs-button {
  --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: #212529;
  --bs-btn-bg: transparent;
  --bs-btn-border-width: 1px;
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: 0.375rem;
  --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, form input[type=submit].hs-button, form .hs-button {
    transition: none;
  }
}
:not(.btn-check) + .btn:hover, form :not(.btn-check) + .hs-button:hover, .btn:first-child:hover, form .hs-button:first-child:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn:focus-visible, form input[type=submit].hs-button:focus-visible, form .hs-button: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, form .btn-check:focus-visible + .hs-button {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked + .btn, form .btn-check:checked + .hs-button, :not(.btn-check) + .btn:active, form :not(.btn-check) + .hs-button:active, .btn:first-child:active, form .hs-button:first-child:active, .btn.active, form input.active[type=submit].hs-button, form .active.hs-button, .btn.show, form input.show[type=submit].hs-button, form .show.hs-button {
  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, form .btn-check:checked + .hs-button:focus-visible, :not(.btn-check) + .btn:active:focus-visible, form :not(.btn-check) + .hs-button:active:focus-visible, .btn:first-child:active:focus-visible, form .hs-button:first-child:active:focus-visible, .btn.active:focus-visible, form .active.hs-button:focus-visible, .btn.show:focus-visible, form .show.hs-button:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled, form input[type=submit].hs-button:disabled, form .hs-button:disabled, .btn.disabled, form input.disabled[type=submit].hs-button, form .disabled.hs-button, fieldset:disabled .btn, fieldset:disabled form .hs-button, form fieldset:disabled .hs-button {
  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, form input[type=submit].hs-button, form .hs-button {
  --bs-btn-color: #fff;
  --bs-btn-bg: #2b4ff4;
  --bs-btn-border-color: #2b4ff4;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #2543cf;
  --bs-btn-hover-border-color: #223fc3;
  --bs-btn-focus-shadow-rgb: 75, 105, 246;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #223fc3;
  --bs-btn-active-border-color: #203bb7;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #2b4ff4;
  --bs-btn-disabled-border-color: #2b4ff4;
}

.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #5c636a;
  --bs-btn-hover-border-color: #565e64;
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #565e64;
  --bs-btn-active-border-color: #51585e;
  --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: #157347;
  --bs-btn-hover-border-color: #146c43;
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #146c43;
  --bs-btn-active-border-color: #13653f;
  --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-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #d3d4d5;
  --bs-btn-hover-border-color: #c6c7c8;
  --bs-btn-focus-shadow-rgb: 211, 212, 213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #c6c7c8;
  --bs-btn-active-border-color: #babbbc;
  --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: #424649;
  --bs-btn-hover-border-color: #373b3e;
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #4d5154;
  --bs-btn-active-border-color: #373b3e;
  --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: #2b4ff4;
  --bs-btn-border-color: #2b4ff4;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #2b4ff4;
  --bs-btn-hover-border-color: #2b4ff4;
  --bs-btn-focus-shadow-rgb: 43, 79, 244;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #2b4ff4;
  --bs-btn-active-border-color: #2b4ff4;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #2b4ff4;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #2b4ff4;
  --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-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: none;
  --bs-btn-focus-shadow-rgb: 75, 105, 246;
  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, form .btn-group-lg > input[type=submit].hs-button, form .btn-group-lg > .hs-button {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: 0.5rem;
}

.btn-sm, .btn-group-sm > .btn, form .btn-group-sm > input[type=submit].hs-button, form .btn-group-sm > .hs-button {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: 0.25rem;
}

.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: #212529;
  --bs-dropdown-bg: #fff;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: 0.375rem;
  --bs-dropdown-border-width: 1px;
  --bs-dropdown-inner-border-radius: calc(0.375rem - 1px);
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-dropdown-link-color: #212529;
  --bs-dropdown-link-hover-color: #1e2125;
  --bs-dropdown-link-hover-bg: #e9ecef;
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #2b4ff4;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --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;
}
.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: #2b4ff4;
  --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, form .btn-group > input[type=submit].hs-button, form .btn-group > .hs-button,
.btn-group-vertical > .btn,
form .btn-group-vertical > input[type=submit].hs-button,
form .btn-group-vertical > .hs-button {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn, form .btn-group > .btn-check:checked + .hs-button,
.btn-group > .btn-check:focus + .btn,
form .btn-group > .btn-check:focus + .hs-button,
.btn-group > .btn:hover,
form .btn-group > .hs-button:hover,
.btn-group > .btn:focus,
form .btn-group > .hs-button:focus,
.btn-group > .btn:active,
form .btn-group > .hs-button:active,
.btn-group > .btn.active,
form .btn-group > .active.hs-button,
.btn-group-vertical > .btn-check:checked + .btn,
form .btn-group-vertical > .btn-check:checked + .hs-button,
.btn-group-vertical > .btn-check:focus + .btn,
form .btn-group-vertical > .btn-check:focus + .hs-button,
.btn-group-vertical > .btn:hover,
form .btn-group-vertical > .hs-button:hover,
.btn-group-vertical > .btn:focus,
form .btn-group-vertical > .hs-button:focus,
.btn-group-vertical > .btn:active,
form .btn-group-vertical > .hs-button:active,
.btn-group-vertical > .btn.active,
form .btn-group-vertical > .active.hs-button {
  z-index: 1;
}

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

.btn-group {
  border-radius: 0.375rem;
}
.btn-group > :not(.btn-check:first-child) + .btn, form .btn-group > :not(.btn-check:first-child) + .hs-button,
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle), form .btn-group > .hs-button:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn.dropdown-toggle-split:first-child,
form .btn-group > .dropdown-toggle-split.hs-button:first-child,
.btn-group > .btn-group:not(:last-child) > .btn,
form .btn-group > .btn-group:not(:last-child) > .hs-button {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n+3), form .btn-group > .hs-button:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
form .btn-group > :not(.btn-check) + .hs-button,
.btn-group > .btn-group:not(:first-child) > .btn,
form .btn-group > .btn-group:not(:first-child) > .hs-button {
  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, form .btn-group-sm > .hs-button + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, form .btn-group-lg > .hs-button + .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, form .btn-group-vertical > input[type=submit].hs-button, form .btn-group-vertical > .hs-button,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child), form .btn-group-vertical > .hs-button:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), form .btn-group-vertical > .hs-button:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
form .btn-group-vertical > .btn-group:not(:last-child) > .hs-button {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn ~ .btn, form .btn-group-vertical > .hs-button ~ .btn, form .btn-group-vertical > .btn ~ .hs-button, form .btn-group-vertical > .hs-button ~ .hs-button,
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
form .btn-group-vertical > .btn-group:not(:first-child) > .hs-button {
  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: #6c757d;
  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;
  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.disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  --bs-nav-tabs-border-width: 1px;
  --bs-nav-tabs-border-color: #dee2e6;
  --bs-nav-tabs-border-radius: 0.375rem;
  --bs-nav-tabs-link-hover-border-color: #e9ecef #e9ecef #dee2e6;
  --bs-nav-tabs-link-active-color: #495057;
  --bs-nav-tabs-link-active-bg: #fff;
  --bs-nav-tabs-link-active-border-color: #dee2e6 #dee2e6 #fff;
  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));
  background: none;
  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.disabled, .nav-tabs .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  background-color: transparent;
  border-color: transparent;
}
.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: 0.375rem;
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #2b4ff4;
}
.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: var(--bs-nav-pills-border-radius);
}
.nav-pills .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  background-color: transparent;
  border-color: transparent;
}
.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-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(0, 0, 0, 0.55);
  --bs-navbar-hover-color: rgba(0, 0, 0, 0.7);
  --bs-navbar-disabled-color: rgba(0, 0, 0, 0.3);
  --bs-navbar-active-color: rgba(0, 0, 0, 0.9);
  --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(0, 0, 0, 0.9);
  --bs-navbar-brand-hover-color: rgba(0, 0, 0, 0.9);
  --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%280, 0, 0, 0.55%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(0, 0, 0, 0.1);
  --bs-navbar-toggler-border-radius: 0.375rem;
  --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 .show > .nav-link,
.navbar-nav .nav-link.active {
  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 {
  --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");
}

.accordion {
  --bs-accordion-color: var(--bs-body-color);
  --bs-accordion-bg: #fff;
  --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: 1px;
  --bs-accordion-border-radius: 0.375rem;
  --bs-accordion-inner-border-radius: calc(0.375rem - 1px);
  --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='var%28--bs-body-color%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-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='%232747dc'%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: #95a7fa;
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(43, 79, 244, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: #2747dc;
  --bs-accordion-active-bg: #eaedfe;
}

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

.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: #6c757d;
  --bs-breadcrumb-item-padding-x: 0.5rem;
  --bs-breadcrumb-item-active-color: #6c757d;
  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: #fff;
  --bs-pagination-border-width: 1px;
  --bs-pagination-border-color: #dee2e6;
  --bs-pagination-border-radius: 0.375rem;
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: #e9ecef;
  --bs-pagination-hover-border-color: #dee2e6;
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: #e9ecef;
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(43, 79, 244, 0.25);
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #2b4ff4;
  --bs-pagination-active-border-color: #2b4ff4;
  --bs-pagination-disabled-color: #6c757d;
  --bs-pagination-disabled-bg: #fff;
  --bs-pagination-disabled-border-color: #dee2e6;
  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: -1px;
}
.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: 0.5rem;
}

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

.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: 0.375rem;
  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, form input[type=submit].hs-button .badge, form .hs-button .badge {
  position: relative;
  top: -1px;
}

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent 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") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.375rem;
  opacity: 0.5;
}
.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(43, 79, 244, 0.25);
  opacity: 1;
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: 0.25;
}

.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}

.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: #fff;
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: 1px;
  --bs-modal-border-radius: 0.5rem;
  --bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-modal-inner-border-radius: calc(0.5rem - 1px);
  --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: 1px;
  --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: 1px;
  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);
}

.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: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  }
  .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;
  }
}
.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: ;
  --bs-offcanvas-bg: #fff;
  --bs-offcanvas-border-width: 1px;
  --bs-offcanvas-border-color: var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

@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: transform 0.3s ease-in-out;
  }
}
@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%);
  }
}
@media (max-width: 575.98px) {
  .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%);
  }
}
@media (max-width: 575.98px) {
  .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%);
  }
}
@media (max-width: 575.98px) {
  .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%);
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.showing, .offcanvas-sm.show:not(.hiding) {
    transform: none;
  }
}
@media (max-width: 575.98px) {
  .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: transform 0.3s ease-in-out;
  }
}
@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%);
  }
}
@media (max-width: 767.98px) {
  .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%);
  }
}
@media (max-width: 767.98px) {
  .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%);
  }
}
@media (max-width: 767.98px) {
  .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%);
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.showing, .offcanvas-md.show:not(.hiding) {
    transform: none;
  }
}
@media (max-width: 767.98px) {
  .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: transform 0.3s ease-in-out;
  }
}
@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%);
  }
}
@media (max-width: 991.98px) {
  .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%);
  }
}
@media (max-width: 991.98px) {
  .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%);
  }
}
@media (max-width: 991.98px) {
  .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%);
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.showing, .offcanvas-lg.show:not(.hiding) {
    transform: none;
  }
}
@media (max-width: 991.98px) {
  .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: transform 0.3s ease-in-out;
  }
}
@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%);
  }
}
@media (max-width: 1199.98px) {
  .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%);
  }
}
@media (max-width: 1199.98px) {
  .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%);
  }
}
@media (max-width: 1199.98px) {
  .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%);
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.showing, .offcanvas-xl.show:not(.hiding) {
    transform: none;
  }
}
@media (max-width: 1199.98px) {
  .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: transform 0.3s ease-in-out;
  }
}
@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%);
  }
}
@media (max-width: 1399.98px) {
  .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%);
  }
}
@media (max-width: 1399.98px) {
  .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%);
  }
}
@media (max-width: 1399.98px) {
  .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%);
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl.showing, .offcanvas-xxl.show:not(.hiding) {
    transform: none;
  }
}
@media (max-width: 1399.98px) {
  .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: transform 0.3s ease-in-out;
}
@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: 1.5;
}

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

.placeholder, .lozad:not([data-loaded=true]) {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}
.placeholder.btn::before, .btn.lozad:not([data-loaded=true])::before, form .placeholder.hs-button::before, form .hs-button.lozad:not([data-loaded=true])::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, .placeholder-glow .lozad:not([data-loaded=true]) {
  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: "";
}

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

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

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

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

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

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

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

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

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

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

.position-absolute {
  position: absolute !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-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-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;
}

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

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

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

@media (min-width: 576px) {
  .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-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-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-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .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-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-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-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .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-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-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-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .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-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-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-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .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-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-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-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media 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-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
html:not(.hs-inline-edit) {
  /**
   * Swiper 9.3.2
   * Most modern mobile touch slider and framework with hardware accelerated transitions
   * https://swiperjs.com
   *
   * Copyright 2014-2023 Vladimir Kharlampidi
   *
   * Released under the MIT License
   *
   * Released on: May 15, 2023
   */
  /* Auto Height */
  /* 3D Effects */
  /* CSS Mode */
}
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

html:not(.hs-inline-edit) .swiper,
html:not(.hs-inline-edit) swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}
html:not(.hs-inline-edit) .swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
html:not(.hs-inline-edit) .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
html:not(.hs-inline-edit) .swiper-android .swiper-slide,
html:not(.hs-inline-edit) .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
html:not(.hs-inline-edit) .swiper-horizontal {
  touch-action: pan-y;
}
html:not(.hs-inline-edit) .swiper-vertical {
  touch-action: pan-x;
}
html:not(.hs-inline-edit) .swiper-slide,
html:not(.hs-inline-edit) swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
html:not(.hs-inline-edit) .swiper-slide-invisible-blank {
  visibility: hidden;
}
html:not(.hs-inline-edit) .swiper-autoheight,
html:not(.hs-inline-edit) .swiper-autoheight .swiper-slide {
  height: auto;
}
html:not(.hs-inline-edit) .swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
html:not(.hs-inline-edit) .swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}
html:not(.hs-inline-edit) .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
html:not(.hs-inline-edit) .swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
html:not(.hs-inline-edit) .swiper-3d {
  perspective: 1200px;
}
html:not(.hs-inline-edit) .swiper-3d .swiper-slide,
html:not(.hs-inline-edit) .swiper-3d .swiper-slide-shadow,
html:not(.hs-inline-edit) .swiper-3d .swiper-slide-shadow-left,
html:not(.hs-inline-edit) .swiper-3d .swiper-slide-shadow-right,
html:not(.hs-inline-edit) .swiper-3d .swiper-slide-shadow-top,
html:not(.hs-inline-edit) .swiper-3d .swiper-slide-shadow-bottom,
html:not(.hs-inline-edit) .swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
html:not(.hs-inline-edit) .swiper-3d .swiper-slide-shadow,
html:not(.hs-inline-edit) .swiper-3d .swiper-slide-shadow-left,
html:not(.hs-inline-edit) .swiper-3d .swiper-slide-shadow-right,
html:not(.hs-inline-edit) .swiper-3d .swiper-slide-shadow-top,
html:not(.hs-inline-edit) .swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
html:not(.hs-inline-edit) .swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
html:not(.hs-inline-edit) .swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
html:not(.hs-inline-edit) .swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
html:not(.hs-inline-edit) .swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
html:not(.hs-inline-edit) .swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
html:not(.hs-inline-edit) .swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
html:not(.hs-inline-edit) .swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
html:not(.hs-inline-edit) .swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
html:not(.hs-inline-edit) .swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
html:not(.hs-inline-edit) .swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
html:not(.hs-inline-edit) .swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
html:not(.hs-inline-edit) .swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
html:not(.hs-inline-edit) .swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before);
}
html:not(.hs-inline-edit) .swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
html:not(.hs-inline-edit) .swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before);
}
html:not(.hs-inline-edit) .swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
html:not(.hs-inline-edit) .swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
html:not(.hs-inline-edit) .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
html:not(.hs-inline-edit) swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader,
html:not(.hs-inline-edit) .swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
html:not(.hs-inline-edit) .swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
html:not(.hs-inline-edit) .swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.merry {
  font-family: Merriweather, serif !important;
}

a {
  --bs-link-color: var(--Dark-Primary-1);
  text-decoration: none;
  font-weight: 500;
}

strong {
  font-weight: 600;
}

p, .p, q {
  line-height: inherit;
  margin: 0.25em 0 0.5em;
  display: block;
}
p:first-child, .p:first-child, q:first-child {
  margin-top: 0;
}

.p {
  font-size: inherit;
}

hr {
  opacity: 1;
}

p.h1 {
  font-weight: normal;
  line-height: var(--bs-body-line-height);
}

h1,
.h1 {
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  font-size: 3.75rem;
  font-weight: 600;
  line-height: 1.35;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  h1,
.h1 {
    font-size: 3.1875rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  h1,
.h1 {
    font-size: 2.625rem;
  }
}
@media (max-width: 767.98px) {
  h1,
.h1 {
    font-size: 2.4375rem;
  }
}
h1:first-child,
.h1:first-child {
  margin-top: 0;
}
.blog-post .blog-post__body h1,
.blog-post .blog-post__body .h1 {
  font-size: 3rem;
  line-height: 1.2;
}
@media (max-width: 1199.98px) {
  .blog-post .blog-post__body h1,
.blog-post .blog-post__body .h1 {
    font-size: 3rem;
  }
}
@media (max-width: 991.98px) {
  .blog-post .blog-post__body h1,
.blog-post .blog-post__body .h1 {
    font-size: 2.8125rem;
  }
}
h1 a,
.h1 a {
  color: inherit;
}

p.h2, p.blog-header-title {
  font-weight: normal;
  line-height: var(--bs-body-line-height);
}

h2,
.h2,
.blog-header-title {
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  font-size: 2.625rem;
  font-weight: 600;
  line-height: 1.35;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  h2,
.h2,
.blog-header-title {
    font-size: 2.23125rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  h2,
.h2,
.blog-header-title {
    font-size: 1.8375rem;
  }
}
@media (max-width: 767.98px) {
  h2,
.h2,
.blog-header-title {
    font-size: 1.70625rem;
  }
}
h2:first-child,
.h2:first-child,
.blog-header-title:first-child {
  margin-top: 0;
}
.blog-post .blog-post__body h2,
.blog-post .blog-post__body .h2,
.blog-post .blog-post__body .blog-header-title {
  font-size: 2.1rem;
  line-height: 1.2;
}
@media (max-width: 1199.98px) {
  .blog-post .blog-post__body h2,
.blog-post .blog-post__body .h2,
.blog-post .blog-post__body .blog-header-title {
    font-size: 2.1rem;
  }
}
@media (max-width: 991.98px) {
  .blog-post .blog-post__body h2,
.blog-post .blog-post__body .h2,
.blog-post .blog-post__body .blog-header-title {
    font-size: 1.96875rem;
  }
}
h2 a,
.h2 a,
.blog-header-title a {
  color: inherit;
}

p.h3 {
  font-weight: normal;
  line-height: var(--bs-body-line-height);
}

h3,
.h3 {
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.35;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  h3,
.h3 {
    font-size: 1.9125rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  h3,
.h3 {
    font-size: 1.85625rem;
  }
}
@media (max-width: 767.98px) {
  h3,
.h3 {
    font-size: 1.83375rem;
  }
}
h3:first-child,
.h3:first-child {
  margin-top: 0;
}
.blog-post .blog-post__body h3,
.blog-post .blog-post__body .h3 {
  font-size: 1.8rem;
  line-height: 1.2;
}
@media (max-width: 1199.98px) {
  .blog-post .blog-post__body h3,
.blog-post .blog-post__body .h3 {
    font-size: 1.8rem;
  }
}
@media (max-width: 991.98px) {
  .blog-post .blog-post__body h3,
.blog-post .blog-post__body .h3 {
    font-size: 1.6875rem;
  }
}
h3 a,
.h3 a {
  color: inherit;
}

p.h4 {
  font-weight: normal;
  line-height: var(--bs-body-line-height);
}

h4,
.h4 {
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.35;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  h4,
.h4 {
    font-size: 1.4875rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  h4,
.h4 {
    font-size: 1.44375rem;
  }
}
@media (max-width: 767.98px) {
  h4,
.h4 {
    font-size: 1.42625rem;
  }
}
h4:first-child,
.h4:first-child {
  margin-top: 0;
}
.blog-post .blog-post__body h4,
.blog-post .blog-post__body .h4 {
  font-size: 1.4rem;
  line-height: 1.2;
}
@media (max-width: 1199.98px) {
  .blog-post .blog-post__body h4,
.blog-post .blog-post__body .h4 {
    font-size: 1.4rem;
  }
}
@media (max-width: 991.98px) {
  .blog-post .blog-post__body h4,
.blog-post .blog-post__body .h4 {
    font-size: 1.3125rem;
  }
}
h4 a,
.h4 a {
  color: inherit;
}

p.h5, p.form-title {
  font-weight: normal;
  line-height: var(--bs-body-line-height);
}

h5,
.h5,
.event-content h2,
.form-title,
.blog-post aside h2 {
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.35;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  h5,
.h5,
.event-content h2,
.form-title,
.blog-post aside h2 {
    font-size: 1.30625rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  h5,
.h5,
.event-content h2,
.form-title,
.blog-post aside h2 {
    font-size: 1.134375rem;
  }
}
@media (max-width: 767.98px) {
  h5,
.h5,
.event-content h2,
.form-title,
.blog-post aside h2 {
    font-size: 1.120625rem;
  }
}
h5:first-child,
.h5:first-child,
.event-content h2:first-child,
.form-title:first-child,
.blog-post aside h2:first-child {
  margin-top: 0;
}
.blog-post .blog-post__body h5,
.blog-post .blog-post__body .h5,
.blog-post .blog-post__body .event-content h2,
.event-content .blog-post .blog-post__body h2,
.blog-post .blog-post__body .form-title,
.blog-post .blog-post__body aside h2,
.blog-post aside .blog-post__body h2 {
  font-size: 1.1rem;
  line-height: 1.2;
}
@media (max-width: 991.98px) {
  .blog-post .blog-post__body h5,
.blog-post .blog-post__body .h5,
.blog-post .blog-post__body .event-content h2,
.event-content .blog-post .blog-post__body h2,
.blog-post .blog-post__body .form-title,
.blog-post .blog-post__body aside h2,
.blog-post aside .blog-post__body h2 {
    font-size: 1.30625rem;
  }
}
h5 a,
.h5 a,
.event-content h2 a,
.form-title a,
.blog-post aside h2 a {
  color: inherit;
}

p.h6 {
  font-weight: normal;
  line-height: var(--bs-body-line-height);
}

h6,
.h6 {
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.35;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  h6,
.h6 {
    font-size: 1.06875rem;
  }
}
@media (max-width: 767.98px) {
  h6,
.h6 {
    font-size: 1.0125rem;
  }
}
h6:first-child,
.h6:first-child {
  margin-top: 0;
}
.blog-post .blog-post__body h6,
.blog-post .blog-post__body .h6 {
  font-size: 0.9rem;
  line-height: 1.2;
}
@media (max-width: 991.98px) {
  .blog-post .blog-post__body h6,
.blog-post .blog-post__body .h6 {
    font-size: 1.06875rem;
  }
}
h6 a,
.h6 a {
  color: inherit;
}

p.h7 {
  font-weight: normal;
  line-height: var(--bs-body-line-height);
}

h7,
.h7 {
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1.35;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  h7,
.h7 {
    font-size: 0.9975rem;
  }
}
@media (max-width: 767.98px) {
  h7,
.h7 {
    font-size: 0.945rem;
  }
}
h7:first-child,
.h7:first-child {
  margin-top: 0;
}
.blog-post .blog-post__body h7,
.blog-post .blog-post__body .h7 {
  font-size: 0.84rem;
  line-height: 1.2;
}
@media (max-width: 991.98px) {
  .blog-post .blog-post__body h7,
.blog-post .blog-post__body .h7 {
    font-size: 0.9975rem;
  }
}
h7 a,
.h7 a {
  color: inherit;
}

.letter-apart {
  letter-spacing: 1px;
}

.line-clamp-1 {
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp-2 {
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp-3 {
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp-4 {
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.page-content ul {
  padding-left: 0.85em;
  margin: 0.75em 0 1.5em;
  text-align: left;
}
.page-content p {
  margin: 1.25em 0 0.5em;
}

.f-bq q {
  margin: 1.5em 0;
  display: block;
  font-size: 1rem;
  font-weight: 300;
  font-stretch: normal;
  font-style: italic;
  line-height: 1.88;
  letter-spacing: normal;
  color: #757575;
}
.f-bq figcaption {
  color: var(--Dark-Secondary);
}
.f-bq figcaption p {
  margin-bottom: 0;
  font-weight: 500;
}
.f-bq figcaption cite {
  font-style: normal;
  display: inline-block;
  font-size: 16px;
  font-weight: 300;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: normal;
  color: #757575;
}

.header-wrapper {
  position: sticky;
  top: 0;
  background-color: #FFF;
  transition: 0.3s all;
  z-index: 999;
}
.header-wrapper.scrolled {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

.main__navigation {
  max-width: 1320px;
  margin: 0 auto;
}
.main__navigation .navbar-brand {
  padding: 0 0 12px;
}
.main__navigation .navbar-brand svg {
  max-width: 190px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .main__navigation .navbar-brand svg {
    max-width: 150px;
  }
}
.main__navigation .navbar {
  --bs-navbar-color: #484848;
  --bs-navbar-hover-color: #2B4FF4;
  --bs-navbar-active-color: #2B4FF4;
  --bs-navbar-brand-margin-end: 2.5rem;
  --bs-nav-link-font-size: .75rem;
  --bs-navbar-padding-y: .85rem;
  --bs-navbar-padding-x: 1rem;
  --bs-navbar-nav-link-padding-x: 18px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .main__navigation .navbar {
    --bs-navbar-brand-margin-end: 1rem;
    --bs-navbar-nav-link-padding-x: 8px;
  }
}
.main__navigation .navbar-nav {
  --bs-nav-link-font-weight: 700;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-padding-y: 1.5rem;
}
.main__navigation .navbar-nav a {
  text-transform: uppercase;
}
.main__navigation .navbar-nav a, .main__navigation .navbar-nav a:hover {
  font-weight: var(--bs-nav-link-font-weight);
}
.main__navigation .dropdown-toggle:after {
  content: none;
}
.main__navigation .dropdown-menu {
  --bs-dropdown-item-padding-x: 1.5rem;
  border: 0 none;
}
.main__navigation .dropdown-menu ul {
  list-style: none;
}
.main__navigation .dropdown-menu li + li {
  margin-top: 5px;
}
.main__navigation .dropdown-menu.dropdown-menu-products li + li {
  margin-top: 12px;
}
.main__navigation .nav-link {
  letter-spacing: 1.71px;
}
.main__navigation .header-section {
  position: relative;
  flex-grow: 1;
  transition: none;
}
@media (max-width: 991.98px) {
  .main__navigation .header-section {
    position: fixed;
  }
}
.main__navigation .popover {
  position: relative;
  pointer-events: none;
  --transition-speed: 0.3s;
}
@media (max-width: 991.98px) {
  .main__navigation .popover {
    display: none;
  }
}
.main__navigation .popover.open {
  pointer-events: auto;
}
.main__navigation .popover.open .content {
  opacity: 1;
}
.main__navigation .popover.open .background {
  opacity: 1;
}
.main__navigation .popover.open .section.active {
  opacity: 1;
  pointer-events: auto;
}
.main__navigation .popover .background {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background: white;
  border-radius: 0 0 8px 8px;
  box-shadow: 0px 12px 15px 0px rgba(43, 79, 244, 0.16), 0px 0px 0px 1px rgba(97, 2, 174, 0.03);
  transform-origin: 0 0;
  transition: transform var(--transition-speed), opacity var(--transition-speed);
}
.main__navigation .popover .content {
  --active-line-width: 100px;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  opacity: 0;
  border-top: 2px solid var(--Primary-Color);
  transition: width var(--transition-speed), transform var(--transition-speed), opacity var(--transition-speed);
}
.main__navigation .popover .content:after {
  content: "";
  position: absolute;
  top: -4px;
  width: var(--active-line-width);
  height: 4px;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--Primary-Color);
  transition: width var(--transition-speed);
}
.main__navigation .popover .section {
  position: absolute;
  opacity: 0;
  transition: opacity 0.2s;
  overflow: hidden;
  padding: 24px 28px 8px 22px;
  pointer-events: none;
}
.main__navigation .popover .section ul {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem;
}
.main__navigation .popover .section ul li {
  margin: 0;
  font-size: 1rem;
}
.main__navigation .popover .section ul li a {
  white-space: nowrap;
}
.main__navigation .popover .section h1, .main__navigation .popover .section .h1 {
  font-size: 14px;
  color: #686868;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  display: block;
}
.main__navigation .popover .section .section-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 14px 24px;
}
.main__navigation .popover .section .section-grid.section-grid-col-2 {
  grid-template-columns: repeat(2, 1fr);
}
.main__navigation .popover .section.section-products .section-grid {
  gap: 24px;
}
.main__navigation .popover .section.section-products .sub-nav-link:before {
  bottom: 0.45em;
}
.main__navigation .sub-nav-link {
  color: #282828;
  transition: all 0.3s;
}
.main__navigation .sub-nav-link span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.15;
}
.main__navigation .sub-nav-link span em {
  display: block;
  color: rgb(104, 104, 104);
  font-style: normal;
  text-transform: none;
  font-size: 0.875em;
  margin-top: 6px;
  font-weight: 400;
}
@media (max-width: 767.98px) {
  .main__navigation .sub-nav-link span em {
    font-size: 0.875em;
  }
}
.main__navigation .sub-nav-link:hover {
  color: var(--Primary-Color);
}
.main__navigation .sub-nav-link:hover:before {
  box-shadow: 0 0 0 1px #DBE5FF, 2px 2px 4px 0px rgba(43, 79, 244, 0.2509803922);
}
.main__navigation .sub-nav-link:before {
  transition: 0.3s all;
  border-radius: 4px;
  content: "";
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-right: 8px;
  left: -4px;
  position: relative;
  vertical-align: top;
  background-repeat: no-repeat;
  background-size: 95%;
  background-position: center center;
  background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1152_9410)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.4371 6.82669C15.4371 8.85826 13.7483 10.505 11.6644 10.505C9.58101 10.505 7.8916 8.85826 7.8916 6.82669C7.8916 4.79535 9.58101 3.14844 11.6644 3.14844C13.7483 3.14844 15.4371 4.79535 15.4371 6.82669Z' fill='%232B4FF4'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M35.7975 20.6393C35.7975 21.6966 34.9186 22.5536 33.834 22.5536C32.7498 22.5536 31.8706 21.6966 31.8706 20.6393C31.8706 19.5822 32.7498 18.7251 33.834 18.7251C34.9186 18.7251 35.7975 19.5822 35.7975 20.6393Z' fill='%231942FF'/%3E%3Cpath d='M8.53615 28.2039L8.41173 28.3279L8.53615 28.4518L9.62555 29.5373L9.74907 29.6603L9.87259 29.5373L18.0433 21.3964L18.1677 21.2725L18.0433 21.1485L16.9538 20.063L16.8303 19.94L16.7068 20.063L8.53615 28.2039Z' fill='%2310239E' stroke='%2310239E' stroke-width='0.35'/%3E%3Cpath d='M19.235 33.5531L19.2523 33.5445L19.2674 33.5323L23.9863 29.6941C24.2345 29.5615 24.3547 29.3092 24.3547 29.0658V21.7294L28.0686 18.124L28.0702 18.1224C30.0359 16.1639 31.116 13.5204 31.116 10.6843V8.8558C31.116 7.89237 30.2643 7.04473 29.299 7.04473H27.4637C24.6195 7.04473 21.9652 8.11961 20.0944 10.0807L16.3801 13.7814H9.01495C8.85659 13.7814 8.72449 13.8063 8.6258 13.9046C8.58145 13.9488 8.55324 13.9991 8.53254 14.0403C8.52293 14.0595 8.51346 14.0798 8.5047 14.0986L8.5024 14.1035C8.49264 14.1245 8.483 14.145 8.47217 14.1666L8.45358 14.2037V14.2451V14.2798L4.63431 19.0365C4.29964 19.3762 4.37314 19.7528 4.52372 19.9281C4.5812 20.0357 4.66299 20.1418 4.75998 20.2247C4.85863 20.3089 4.98896 20.3822 5.13689 20.3867L11.5972 21.3474L11.7712 21.3733L11.7961 21.1991L11.9893 19.8518L12.0141 19.6788L11.8412 19.6538L6.82522 18.9268L9.48727 15.4787H16.7422C16.8689 15.4787 16.9679 15.447 17.0376 15.4123C17.0721 15.395 17.0991 15.3773 17.1186 15.3627C17.1284 15.3554 17.1363 15.3489 17.1425 15.3435L17.1503 15.3364L17.1532 15.3337L17.1544 15.3325L17.155 15.3319L17.1552 15.3317L17.1554 15.3316C17.1554 15.3315 17.1555 15.3315 17.1107 15.2865L17.1555 15.3315L17.2521 15.2352L21.2123 11.2895C22.821 9.68664 25.0945 8.74206 27.4637 8.74206H29.4138V10.5881C29.4138 12.9481 28.466 15.213 26.8573 16.8158L22.8971 20.7616L22.897 20.7616C22.791 20.8672 22.7219 20.9621 22.6856 21.0706C22.6523 21.1703 22.6523 21.268 22.6524 21.3552C22.6524 21.3591 22.6524 21.3629 22.6524 21.3667V28.6938L19.2856 31.4304L18.5574 26.4421L18.5322 26.2696L18.3596 26.2941L17.0073 26.4866L16.8328 26.5114L16.8589 26.6858L17.823 33.1216C17.8293 33.4751 18.0747 33.764 18.3842 33.764H18.4808H18.674C18.7235 33.764 18.7728 33.7523 18.8138 33.7399C18.857 33.7268 18.9027 33.7091 18.948 33.6898C19.0374 33.6516 19.1379 33.6015 19.2325 33.5544L19.235 33.5531Z' fill='%2310239E' stroke='%2310239E' stroke-width='0.35'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1152_9410'%3E%3Crect width='35.2331' height='35.2331' fill='white' transform='translate(0.383301 0.32959)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
@media (max-width: 767.98px) {
  .main__navigation .sub-nav-link:before {
    width: 32px;
    height: 32px;
    vertical-align: -0.6em;
  }
}
.main__navigation .sub-nav-link.sub-nav-link-sales-performance-management:before {
  background-image: url("https://www.varicent.com/hubfs/homepage/spm.png");
}
.main__navigation .sub-nav-link.sub-nav-link-incentives:before {
  background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.3244 29.2687L9.81879 32.8547V14.1623H25.5199V32.8547L18.0142 29.2687L17.6693 29.1039L17.3244 29.2687Z' fill='white' stroke='%23000A97' stroke-width='1.59998'/%3E%3Cpath d='M29.4809 13.1512C29.4809 19.4278 24.2576 24.5497 17.769 24.5497C11.2823 24.5497 6.05707 19.4277 6.05707 13.1512C6.05707 6.87526 11.2824 1.75263 17.769 1.75263C24.2575 1.75263 29.4809 6.87518 29.4809 13.1512Z' fill='white' stroke='%23000A97' stroke-width='1.59998'/%3E%3Cpath d='M17.1918 7.96641C17.4213 7.54425 18.0273 7.54425 18.2567 7.96641L19.6252 10.484C19.7124 10.6444 19.8674 10.757 20.0469 10.7904L22.8642 11.3139C23.3366 11.4017 23.5238 11.978 23.1932 12.3267L21.2218 14.4062C21.0961 14.5387 21.0369 14.7209 21.0607 14.902L21.4334 17.7431C21.4959 18.2195 21.0056 18.5757 20.5718 18.369L17.9849 17.1367C17.82 17.0581 17.6285 17.0581 17.4636 17.1367L14.8767 18.369C14.4429 18.5757 13.9527 18.2195 14.0151 17.7431L14.3878 14.902C14.4116 14.7209 14.3524 14.5387 14.2267 14.4062L12.2553 12.3267C11.9247 11.978 12.1119 11.4017 12.5844 11.3139L15.4016 10.7904C15.5811 10.757 15.7361 10.6444 15.8233 10.484L17.1918 7.96641Z' fill='%231942FF'/%3E%3C/svg%3E%0A");
}
.main__navigation .sub-nav-link.sub-nav-link-sales-planning:before {
  background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1305_4005)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.99525 4.38237C6.402 3.66551 7.41889 3.66551 7.82564 4.38237L9.37376 7.11077L10.9219 9.83913C11.3287 10.556 10.8202 11.4521 10.0067 11.4521H6.91042H3.81421C3.00071 11.4521 2.49227 10.556 2.89901 9.83913L4.44713 7.11077L5.99525 4.38237Z' fill='%231942FF'/%3E%3Cpath d='M11.9553 24.4236V18.3526H25.4981V4.854' stroke='%23000A97' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.0486 10.3945L22.7735 7.52366L25.4978 4.65283L28.2227 7.52366L30.9475 10.3945' stroke='%23000A97' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M32.7286 26.1411L25.5273 33.4104' stroke='%232B4FF4' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M25.5273 26.1411L32.7286 33.4104' stroke='%232B4FF4' stroke-width='1.35' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.80078 32.8115H15.5165V25.0229H7.80078V32.8115Z' fill='%2347DC87'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.80078 32.8115H15.5165V25.0229H7.80078V32.8115Z' fill='white' stroke='%23000A97' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1305_4005'%3E%3Crect width='35.2331' height='35.2331' fill='white' transform='translate(0.383545 0.383301)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.main__navigation .sub-nav-link.sub-nav-link-seller-insights:before {
  background-image: url("data:image/svg+xml,%3Csvg width='38' height='36' viewBox='0 0 38 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.16818 11.8784C2.79183 11.4853 2.4956 11.1549 2.28857 10.9166C2.4956 10.6785 2.79183 10.348 3.16818 9.95506C3.96698 9.12095 5.12291 8.00887 6.54956 6.89783C9.41922 4.66343 13.3032 2.49707 17.5355 2.49707C21.7679 2.49707 25.6518 4.66343 28.5215 6.89783C29.9481 8.00887 31.1041 9.12095 31.9029 9.95506C32.2792 10.348 32.5754 10.6785 32.7825 10.9166C32.5754 11.1549 32.2792 11.4853 31.9029 11.8784C31.1041 12.7125 29.9481 13.8245 28.5215 14.9354C25.6518 17.17 21.7679 19.3363 17.5355 19.3363C13.3032 19.3363 9.41922 17.17 6.54956 14.9354C5.12291 13.8245 3.96698 12.7125 3.16818 11.8784Z' stroke='%23000A97' stroke-width='1.75'/%3E%3Cpath d='M17.3296 30.4277H13.1096V34.1603H17.3296V30.4277Z' fill='%232B4FF4' stroke='%232B4FF4' stroke-width='2.04871'/%3E%3Cpath d='M26.543 26.3994H22.323V34.161H26.543V26.3994Z' fill='%232B4FF4' stroke='%232B4FF4' stroke-width='2.04871'/%3E%3Cpath d='M35.7554 21.7754H31.5354V34.1615H35.7554V21.7754Z' fill='%232B4FF4' stroke='%232B4FF4' stroke-width='2.04871'/%3E%3Ccircle cx='17.5358' cy='10.6857' r='4.34586' stroke='%232B4FF4' stroke-width='1.75'/%3E%3C/svg%3E%0A");
}
.main__navigation .sub-nav-link.sub-nav-link-artificial-intelligence:before {
  background-image: url("data:image/svg+xml,%3Csvg width='38' height='36' viewBox='0 0 38 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.7189 15.9761H15.1444V17.6334H16.7189V15.9761Z' fill='%232B4FF4'/%3E%3Cpath d='M11.9954 15.9761H10.421V17.6334H11.9954V15.9761Z' fill='%232B4FF4'/%3E%3Cpath d='M21.4423 24.2628H17.5061V22.6055H18.2934C18.7108 22.605 19.111 22.4302 19.4062 22.1195C19.7013 21.8088 19.8674 21.3875 19.8679 20.9481V17.6334H21.4423V15.9761H19.8679V14.3187C19.8674 13.8793 19.7013 13.4581 19.4062 13.1474C19.111 12.8367 18.7108 12.6619 18.2934 12.6614H16.7189V9.34668H15.1444V12.6614H11.9954V9.34668H10.421V12.6614H8.84649C8.42906 12.6619 8.02886 12.8367 7.73369 13.1474C7.43852 13.4581 7.27249 13.8793 7.27201 14.3187V15.9761H5.69753V17.6334H7.27201V20.9481C7.27249 21.3875 7.43852 21.8088 7.73369 22.1195C8.02886 22.4302 8.42906 22.605 8.84649 22.6055H9.63373V24.2628H5.69753C5.2801 24.2633 4.8799 24.4381 4.58473 24.7488C4.28956 25.0595 4.12353 25.4808 4.12305 25.9202V32.5495H5.69753V25.9202H21.4423V32.5495H23.0168V25.9202C23.0163 25.4808 22.8503 25.0595 22.5551 24.7488C22.26 24.4381 21.8598 24.2633 21.4423 24.2628ZM8.84649 14.3187H18.2934V20.9481H8.84649V14.3187ZM11.2082 22.6055H15.9317V24.2628H11.2082V22.6055Z' fill='%232B4FF4'/%3E%3Cpath d='M25.7246 3.40093C25.8239 3.16909 26.1526 3.16909 26.252 3.40093L26.9983 5.14233C27.7307 6.85122 29.098 8.20895 30.812 8.92926L32.4803 9.63033C32.7115 9.7275 32.7155 10.0537 32.4867 10.1565L30.6509 10.9815C29.0344 11.7079 27.7442 13.007 27.0288 14.6283L26.2508 16.3915C26.1501 16.6196 25.8264 16.6196 25.7258 16.3915L24.9478 14.6283C24.2324 13.007 22.9421 11.7079 21.3257 10.9815L19.4899 10.1565C19.2611 10.0537 19.2651 9.7275 19.4963 9.63033L21.1645 8.92926C22.8785 8.20895 24.2459 6.85122 24.9783 5.14233L25.7246 3.40093Z' fill='%2310239E'/%3E%3Cpath d='M32.3023 12.9192C32.3557 12.7945 32.5325 12.7945 32.586 12.9192L32.9874 13.8558C33.3813 14.7749 34.1167 15.5052 35.0386 15.8926L35.9358 16.2697C36.0602 16.3219 36.0624 16.4974 35.9393 16.5527L34.9519 16.9964C34.0825 17.3871 33.3885 18.0858 33.0038 18.9578L32.5853 19.9061C32.5312 20.0288 32.3571 20.0288 32.303 19.9061L31.8845 18.9578C31.4997 18.0858 30.8058 17.3871 29.9364 16.9964L28.949 16.5527C28.8259 16.4974 28.8281 16.3219 28.9524 16.2697L29.8497 15.8926C30.7716 15.5052 31.507 14.7749 31.9009 13.8558L32.3023 12.9192Z' fill='%232B4FF4'/%3E%3C/svg%3E%0A");
}
.main__navigation .sub-nav-link.sub-nav-link-data-security:before {
  background-image: url("data:image/svg+xml,%3Csvg width='34' height='34' viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.3674 11.0579V5.92396C22.3674 2.87872 19.9341 0.913086 16.5704 0.913086C13.2063 0.913086 10.9246 3.23404 10.7734 5.92396V11.0579' stroke='%23000A97' stroke-width='1.35' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.4699 18.4583C19.4699 16.501 17.4041 14.9405 15.3816 15.8298C14.6342 16.1587 14.0495 16.809 13.8085 17.5886C13.4507 18.7458 13.8315 19.8668 14.591 20.5737C15.0037 20.9579 15.1812 21.532 15.0652 22.084L14.2558 25.9282C14.1211 26.5672 14.6086 27.1677 15.2615 27.1677H18.1366C18.8103 27.1677 19.302 26.53 19.1304 25.8784L18.1407 22.1171C17.9934 21.5567 18.1508 20.9541 18.5701 20.554C19.1225 20.0267 19.4699 19.2747 19.4699 18.4583Z' fill='%231942FF'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M28.1646 21.3699C28.1646 27.7738 22.9733 32.9639 16.5706 32.9639C10.1671 32.9639 4.97656 27.7738 4.97656 21.3699C4.97656 14.9668 10.1671 9.77588 16.5706 9.77588C22.9733 9.77588 28.1646 14.9668 28.1646 21.3699Z' stroke='%232B4FF4' stroke-width='1.35' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.main__navigation .sub-nav-link.sub-nav-link-systems-integrations:before {
  background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.08105 24.645L17.9999 32.0932L30.9187 24.645' stroke='%2310239E' stroke-width='1.35' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.08105 18.0254L17.9999 25.4735L30.9187 18.0254' stroke='%2310239E' stroke-width='1.35' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.08105 10.9914L17.9999 3.95752L30.9187 10.9914L17.9999 18.0253L5.08105 10.9914Z' fill='%232B4FF4'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.08105 10.9406L17.9999 3.90674L30.9187 10.9406L17.9999 17.9745L5.08105 10.9406Z' stroke='%232B4FF4' stroke-width='0.833333' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.main__navigation .sub-nav-link.sub-nav-link-financial-services:before {
  background-image: url("https://www.varicent.com/hubfs/homepage/finance%201.png");
}
.main__navigation .sub-nav-link.sub-nav-link-high-tech:before {
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='29' viewBox='0 0 32 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.9752 18.2664V18.4538H12.1626H20.2342H20.4216V18.2664V10.1948V10.0074H20.2342H12.1626H11.9752V10.1948V18.2664ZM19.0713 17.1036H13.3254V11.3576H19.0713V17.1036Z' fill='%2310239E' stroke='%2310239E' stroke-width='0.374893'/%3E%3Cpath d='M19.0712 26.2494V26.4369H19.2586H20.234H20.4214V26.2494V22.8888H23.2944C24.1559 22.8888 24.8565 22.1881 24.8565 21.3266V18.4537H28.2172H28.4046V18.2662V17.2908V17.1034H28.2172H24.8565V11.3575H28.2172H28.4046V11.17V10.1946V10.0072H28.2172H24.8565V7.13423C24.8565 6.27275 24.1559 5.57208 23.2944 5.57208H20.4214V2.21143V2.02398H20.234H19.2586H19.0712V2.21143V5.57208H13.3252V2.21143V2.02398H13.1378H12.1624H11.975V2.21143V5.57208H9.10201C8.24052 5.57208 7.53985 6.27275 7.53985 7.13423V10.0072H4.1792H3.99175V10.1946V11.17V11.3575H4.1792H7.53985V17.1034H4.1792H3.99175V17.2908V18.2662V18.4537H4.1792H7.53985V21.3266C7.53985 22.1881 8.24052 22.8888 9.10201 22.8888H11.975V26.2494V26.4369H12.1624H13.1378H13.3252V26.2494V22.8888H19.0712V26.2494ZM23.5063 21.5385H8.89011V6.92234H23.5063V21.5385Z' fill='%232B4FF4' stroke='%232B4FF4' stroke-width='0.374893'/%3E%3C/svg%3E%0A");
}
.main__navigation .sub-nav-link.sub-nav-link-insurance:before {
  background-image: url("https://www.varicent.com/hubfs/homepage/insurance.png");
}
.main__navigation .sub-nav-link.sub-nav-link-telecommunications:before {
  background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1152_5065)'%3E%3Cpath d='M28.1108 6.479H31.3188V3.271H28.1108V6.479Z' fill='%2310239E'/%3E%3Cpath d='M28.1108 12.689H31.3188V9.48096H28.1108V12.689Z' fill='%2310239E'/%3E%3Cpath d='M21.9009 6.479H25.1089V3.271H21.9009V6.479Z' fill='%2310239E'/%3E%3Cpath d='M21.9009 12.689H25.1089V9.48096H21.9009V12.689Z' fill='%2310239E'/%3E%3Cpath d='M5.68482 5.17382L5.68388 5.17389C4.13815 5.29299 2.97601 6.64816 3.0951 8.19536L3.09511 8.19538C3.29421 10.7775 4.10788 16.3087 7.38505 21.3426C10.6683 26.386 16.4166 30.9171 26.4499 31.494L26.4499 31.4943L26.4611 31.4943L26.6096 31.4932C26.6098 31.4932 26.61 31.4932 26.6102 31.4932C28.162 31.4929 29.4235 30.2311 29.4235 28.6793V23.2151C29.429 22.4874 28.9996 21.8369 28.3294 21.5579L28.3272 21.557L24.4345 19.9976C24.434 19.9974 24.4336 19.9972 24.4332 19.997C23.7671 19.7182 23.0097 19.8601 22.4962 20.3589L22.495 20.3602L20.1459 22.6896L19.9968 22.6631C15.8848 21.9311 12.637 18.6748 11.9163 14.5609C11.9163 14.5609 11.9163 14.5608 11.9163 14.5608L11.8905 14.4129L14.2001 12.0813C14.2002 12.0812 14.2003 12.0811 14.2004 12.081C14.7059 11.5746 14.8596 10.8207 14.5929 10.1584L14.5927 10.1578L13.0205 6.28945C13.0204 6.28922 13.0203 6.28899 13.0202 6.28876C12.748 5.60566 12.0992 5.16592 11.3671 5.16592H11.3671H11.3671H11.3671H11.3671H11.3671H11.3671H11.367H11.367H11.367H11.367H11.367H11.367H11.367H11.367H11.367H11.367H11.3669H11.3669H11.3669H11.3669H11.3669H11.3669H11.3669H11.3669H11.3669H11.3669H11.3669H11.3669H11.3668H11.3668H11.3668H11.3668H11.3668H11.3668H11.3668H11.3668H11.3668H11.3668H11.3668H11.3668H11.3668H11.3667H11.3667H11.3667H11.3667H11.3667H11.3667H11.3667H11.3667H11.3667H11.3667H11.3667H11.3667H11.3666H11.3666H11.3666H11.3666H11.3666H11.3666H11.3666H11.3666H11.3666H11.3666H11.3666H11.3666H11.3665H11.3665H11.3665H11.3665H11.3665H11.3665H11.3665H11.3665H11.3665H11.3665H11.3665H11.3664H11.3664H11.3664H11.3664H11.3664H11.3664H11.3664H11.3664H11.3664H11.3664H11.3664H11.3664H11.3663H11.3663H11.3663H11.3663H11.3663H11.3663H11.3663H11.3663H11.3663H11.3663H11.3663H11.3662H11.3662H11.3662H11.3662H11.3662H11.3662H11.3662H11.3662H11.3662H11.3662H11.3662H11.3661H11.3661H11.3661H11.3661H11.3661H11.3661H11.3661H11.3661H11.3661H11.3661H11.3661H11.366H11.366H11.366H11.366H11.366H11.366H11.366H11.366H11.366H11.366H11.366H11.3659H11.3659H11.3659H11.3659H11.3659H11.3659H11.3659H11.3659H11.3659H11.3659H11.3659H11.3658H11.3658H11.3658H11.3658H11.3658H11.3658H11.3658H11.3658H11.3658H11.3658H11.3658H11.3657H11.3657H11.3657H11.3657H11.3657H11.3657H11.3657H11.3657H11.3657H11.3657H11.3657H11.3656H11.3656H11.3656H11.3656H11.3656H11.3656H11.3656H11.3656H11.3656H11.3656H11.3656H11.3656H11.3655H11.3655H11.3655H11.3655H11.3655H11.3655H11.3655H11.3655H11.3655H11.3655H11.3655H11.3655H11.3654H11.3654H11.3654H11.3654H11.3654H11.3654H11.3654H11.3654H11.3654H11.3654H11.3654H11.3654H11.3654H11.3653H11.3653H11.3653H11.3653H11.3653H11.3653H11.3653H11.3653H11.3653H11.3653H11.3653H11.3653H11.3652H11.3652H11.3652H11.3652H11.3652H11.3652H11.3652H11.3652H11.3652H11.3652H11.3651H11.3651H11.3651H11.3651H11.3651H11.3651H11.3651H11.3651H11.3651H11.3651H11.3651L5.91012 5.16582C5.83482 5.16582 5.75986 5.16845 5.68482 5.17382ZM26.5306 30.0045L26.5296 30.0044C17.3392 29.4804 11.984 25.5598 8.85975 21.0025C5.73043 16.4377 4.82903 11.2181 4.58547 8.08809L4.5807 7.9731C4.58305 7.61864 4.72201 7.28813 4.97217 7.03919C5.23567 6.77803 5.58135 6.61411 5.89005 6.65254L5.90082 6.65388H5.91167H11.5717L13.2674 10.9161L10.3537 13.8608L10.2939 13.9212L10.3044 14.0055L10.3382 14.2773C10.3511 14.3873 10.6551 16.5773 12.0299 18.8891C13.4225 21.2306 15.9174 23.7006 20.3113 24.2511L20.3118 24.2512L20.5837 24.2845L20.668 24.2948L20.7283 24.235L23.6738 21.3111L27.9355 23.0174V28.6743C27.9096 29.1229 27.7495 29.4426 27.4891 29.6731L27.489 29.6732C27.2439 29.8905 26.9355 30.0071 26.6126 30.0071C26.5852 30.0071 26.5585 30.0062 26.5306 30.0045Z' fill='%232B4FF4' stroke='%232B4FF4' stroke-width='0.35'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1152_5065'%3E%3Crect width='35.2331' height='35.2331' fill='white' transform='translate(0.383301 0.383301)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.main__navigation .sub-nav-link.sub-nav-link-media--entertainment:before {
  background-image: url("https://www.varicent.com/hubfs/homepage/media.png");
}
.main__navigation .sub-nav-link.sub-nav-link-sales:before {
  background-image: url("data:image/svg+xml,%3Csvg width='29' height='28' viewBox='0 0 29 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.94238 2.04501H2.83505V2.15234V24.3764C2.83505 25.179 3.48791 25.8318 4.29086 25.8318H26.5145H26.6219V25.7245V24.768V24.6607H26.5145H24.0124V14.3298V14.2225H23.9051H17.7297H17.6224V14.3298V24.6607H13.575V10.8505V10.7432H13.4677H7.29147H7.18413V10.8505V24.6607H4.00704V2.15234V2.04501H3.8997H2.94238ZM22.8413 21.1814H18.7935V15.394H22.8413V21.1814ZM12.403 17.7022H8.35613V11.9152H12.403V17.7022Z' fill='%232B4FF4' stroke='%232B4FF4' stroke-width='0.214674'/%3E%3Cpath d='M20.6843 10.0392L11.4263 3.25187L11.4263 3.25184L11.4236 3.24994C10.7609 2.78625 9.85695 2.93512 9.37146 3.58922C9.37144 3.58926 9.37141 3.5893 9.37138 3.58934L7.01184 6.75496L6.92195 6.87556L7.04263 6.96534L7.80885 7.53533L7.92988 7.62536L8.01946 7.50399L10.5055 4.13542L19.7477 10.9109C19.7477 10.911 19.7478 10.911 19.7478 10.911L19.7479 10.9111L19.8368 10.7899L20.6843 10.0392Z' fill='%2310239E' stroke='%2310239E' stroke-width='0.300543'/%3E%3C/svg%3E%0A");
}
.main__navigation .sub-nav-link.sub-nav-link-finance:before {
  background-image: url("https://www.varicent.com/hubfs/homepage/finance%201.png");
}
.main__navigation .sub-nav-link.sub-nav-link-hr:before {
  background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.778 7.68604H29.4921C30.0911 7.68604 30.5773 8.26703 30.5773 8.98379V28.8454C30.5773 29.5632 30.0911 30.1442 29.4921 30.1442H5.8371C5.23713 30.1442 4.75098 29.5632 4.75098 28.8454V8.98379C4.75098 8.26703 5.23713 7.68604 5.8371 7.68604H19.0043H19.778Z' stroke='%232B4FF4' stroke-width='1.41667' stroke-linecap='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.6224 11.0604H15.7072C15.3179 11.0604 15.0034 10.7449 15.0034 10.3566V7.35779C15.0034 6.11793 16.1434 4.96094 17.6648 4.96094C19.1852 4.96094 20.3262 6.11793 20.3262 7.35779V10.3566C20.3262 10.7449 20.0107 11.0604 19.6224 11.0604Z' fill='%23000A97'/%3E%3Cpath d='M5.46533 13.6646H30.5419' stroke='%232B4FF4' stroke-width='1.41667'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.7506 19.9044C14.7506 21.1342 13.7534 22.1305 12.5245 22.1305C11.2946 22.1305 10.2983 21.1342 10.2983 19.9044C10.2983 18.6745 11.2946 17.6782 12.5245 17.6782C13.7534 17.6782 14.7506 18.6745 14.7506 19.9044Z' stroke='%2310239E' stroke-width='1.41667' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.5242 22.1309C9.7171 22.1309 8.9624 23.8349 8.9624 25.2475H16.0861C16.0861 23.8349 15.3314 22.1309 12.5242 22.1309Z' stroke='%2310239E' stroke-width='1.41667' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.2305 25.248H26.3668' stroke='%2310239E' stroke-width='0.708333'/%3E%3Cpath d='M20.2305 25.248H26.3668' stroke='%2310239E' stroke-width='1.41667' stroke-linecap='round'/%3E%3Cpath d='M20.2305 21.9019H26.3668' stroke='%2310239E' stroke-width='0.708333'/%3E%3Cpath d='M20.2305 21.9019H26.3668' stroke='%2310239E' stroke-width='1.41667' stroke-linecap='round'/%3E%3Cpath d='M20.2305 18.5566H23.1285' stroke='%2310239E' stroke-width='0.708333'/%3E%3Cpath d='M20.2305 18.5566H23.1285' stroke='%2310239E' stroke-width='1.41667' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}
.main__navigation .sub-nav-link.sub-nav-link-services:before {
  background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.8572 6.62988H29.6399C30.2431 6.62988 30.7327 7.21498 30.7327 7.9368V27.9386C30.7327 28.6614 30.2431 29.2465 29.6399 29.2465H5.81791C5.21371 29.2465 4.72412 28.6614 4.72412 27.9386V7.9368C4.72412 7.21498 5.21371 6.62988 5.81791 6.62988H19.0781H19.8572Z' stroke='%232B4FF4' stroke-width='1.42667' stroke-linecap='round'/%3E%3Cpath d='M5.10254 12.6509H30.3561' stroke='%232B4FF4' stroke-width='1.42667'/%3E%3Cpath d='M11.5874 13.4194V28.4972' stroke='%232B4FF4' stroke-width='1.42667'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.17946 9.79425C9.17946 10.0265 8.97538 10.2145 8.72204 10.2145C8.4697 10.2145 8.26562 10.0265 8.26562 9.79425C8.26562 9.56202 8.4697 9.37402 8.72204 9.37402C8.97538 9.37402 9.17946 9.56202 9.17946 9.79425Z' fill='%232A4BF4'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.17946 9.79425C9.17946 10.0265 8.97538 10.2145 8.72204 10.2145C8.4697 10.2145 8.26562 10.0265 8.26562 9.79425C8.26562 9.56202 8.4697 9.37402 8.72204 9.37402C8.97538 9.37402 9.17946 9.56202 9.17946 9.79425Z' stroke='%232A4BF4' stroke-width='0.713333'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.9216 9.79425C11.9216 10.0265 11.7176 10.2145 11.4642 10.2145C11.2119 10.2145 11.0078 10.0265 11.0078 9.79425C11.0078 9.56202 11.2119 9.37402 11.4642 9.37402C11.7176 9.37402 11.9216 9.56202 11.9216 9.79425Z' fill='%232A4BF4'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.9216 9.79425C11.9216 10.0265 11.7176 10.2145 11.4642 10.2145C11.2119 10.2145 11.0078 10.0265 11.0078 9.79425C11.0078 9.56202 11.2119 9.37402 11.4642 9.37402C11.7176 9.37402 11.9216 9.56202 11.9216 9.79425Z' stroke='%232A4BF4' stroke-width='0.713333'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.6633 9.79425C14.6633 10.0265 14.4593 10.2145 14.2059 10.2145C13.9536 10.2145 13.7495 10.0265 13.7495 9.79425C13.7495 9.56202 13.9536 9.37402 14.2059 9.37402C14.4593 9.37402 14.6633 9.56202 14.6633 9.79425Z' fill='%232A4BF4'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.6633 9.79425C14.6633 10.0265 14.4593 10.2145 14.2059 10.2145C13.9536 10.2145 13.7495 10.0265 13.7495 9.79425C13.7495 9.56202 13.9536 9.37402 14.2059 9.37402C14.4593 9.37402 14.6633 9.56202 14.6633 9.79425Z' stroke='%232A4BF4' stroke-width='0.713333'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.2844 17.0879C19.1773 17.0879 17.4692 18.7959 17.4692 20.9031C17.4692 23.0102 19.1773 24.7193 21.2844 24.7193C23.3916 24.7193 25.0996 23.0102 25.0996 20.9031H21.2844V17.0879Z' stroke='%23000A97' stroke-width='1.42667' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.main__navigation .sub-nav-link.sub-nav-link-blog:before {
  background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.99268 23.0396H14.593' stroke='%23000A97' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.99268 17.9312H12.8877' stroke='%23000A97' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M26.6412 9.2959H4.13081C2.72148 9.2959 1.55762 10.5032 1.55762 11.9642V31.5421V31.548C1.55879 32.4264 2.10608 33.1616 2.78843 33.4541C3.47078 33.7477 4.35513 33.6291 4.95761 33.0113L7.761 30.6096C8.60307 29.8897 9.67415 29.4927 10.7816 29.4927H26.7035C28.1116 29.4927 29.2861 28.2924 29.2861 26.8302V16.3648' stroke='%232B4FF4' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M25.3398 20.025L20.2393 21.8641L21.4583 15.999L28.9689 8.21012C30.0411 7.09793 31.7793 7.09793 32.8515 8.21012C33.9238 9.32114 33.9238 11.1239 32.8515 12.2361L25.3398 20.025Z' stroke='%2310239E' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M31.6079 13.1228L28.1128 9.49854' stroke='%2310239E' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M26.0889 18.8465L22.5938 15.2222' stroke='%2310239E' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.main__navigation .sub-nav-link.sub-nav-link-ebooks-and-guides:before {
  background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24.7541 9.86569V3.7915H10.2005C9.39447 3.79119 8.62131 4.11092 8.05093 4.68042C7.48055 5.24992 7.15963 6.02258 7.15869 6.8286M7.15869 6.8286C7.15963 7.63461 7.48055 8.40728 8.05093 8.97678C8.62131 9.54628 9.39447 9.86601 10.2005 9.86569H29.473V33.1524H9.69548C8.17106 33.1524 7.15869 32.1401 7.15869 30.6215V6.8286Z' stroke='%2310239E' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.3799 26.6929H21.2521' stroke='%232B4FF4' stroke-width='1.66667' stroke-linecap='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.1595 22.547C18.099 22.5221 18.0445 22.4848 17.9994 22.4374C17.9542 22.3901 17.9196 22.3338 17.8976 22.2722L15.4254 16.3026C15.3697 16.173 15.3638 16.0275 15.4089 15.8939C15.4474 15.7655 15.533 15.6564 15.6485 15.5885C15.702 15.5573 15.7622 15.5392 15.824 15.5358C15.8859 15.5323 15.9477 15.5435 16.0044 15.5685C16.1218 15.619 16.2111 15.7106 16.271 15.8445L18.3168 20.803L20.3651 15.8445C20.4567 15.6378 20.5964 15.5357 20.7843 15.5357C20.855 15.5361 20.9245 15.5543 20.9863 15.5885C21.1625 15.6942 21.2518 15.8551 21.2518 16.07C21.2518 16.1464 21.2365 16.2227 21.2083 16.3026L18.7373 22.2722C18.6963 22.3817 18.617 22.4727 18.5141 22.5283C18.453 22.5632 18.3838 22.5818 18.3133 22.5823C18.2601 22.5818 18.2076 22.5698 18.1595 22.547Z' fill='%232A4BF4'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.1595 22.547C18.099 22.5221 18.0445 22.4848 17.9994 22.4374C17.9542 22.3901 17.9196 22.3338 17.8976 22.2722L15.4254 16.3026C15.3697 16.173 15.3638 16.0275 15.4089 15.8939C15.4474 15.7655 15.533 15.6564 15.6485 15.5885C15.702 15.5573 15.7622 15.5392 15.824 15.5358C15.8859 15.5323 15.9477 15.5435 16.0044 15.5685C16.1218 15.619 16.2111 15.7106 16.271 15.8445L18.3168 20.803L20.3651 15.8445C20.4567 15.6378 20.5964 15.5357 20.7843 15.5357C20.855 15.5361 20.9245 15.5543 20.9863 15.5885C21.1625 15.6942 21.2518 15.8551 21.2518 16.07C21.2518 16.1464 21.2365 16.2227 21.2083 16.3026L18.7373 22.2722C18.6963 22.3817 18.617 22.4727 18.5141 22.5283C18.453 22.5632 18.3838 22.5818 18.3133 22.5823C18.2601 22.5818 18.2076 22.5698 18.1595 22.547Z' stroke='%232A4BF4' stroke-width='0.833333'/%3E%3C/svg%3E%0A");
}
.main__navigation .sub-nav-link.sub-nav-link-videos:before {
  background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.45557 9.98078V4.74561H18.9788V9.98078' stroke='%232B4FF4' stroke-width='1.86667' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M31.5799 11.4277V25.8573L25.9238 21.5166V15.7685L31.5799 11.4277Z' stroke='%232A4BF4' stroke-width='1.86667' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M25.924 27.3044H3.01025V9.98096H25.924V15.6634V27.3044Z' stroke='%232A4BF4' stroke-width='1.86667' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19.5183 18.6492L10.7974 13.6113V23.6739L19.5183 18.6492Z' stroke='%2310239E' stroke-width='1.86667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.main__navigation .sub-nav-link.sub-nav-link-research-and-reports:before {
  background-image: url("data:image/svg+xml,%3Csvg width='34' height='34' viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1152_6425)'%3E%3Cpath d='M29.9385 16.104H31.2755V14.7593H29.9385V16.104Z' fill='%232B4FF4'/%3E%3Cpath d='M25.7222 5.86253L26.7506 6.89697L27.779 5.86253L26.7506 4.82812L25.7222 5.86253Z' fill='%232B4FF4'/%3E%3Cpath d='M16.5688 2.65669H17.9058V1.2085H16.5688V2.65669Z' fill='%232B4FF4'/%3E%3Cpath d='M6.79834 5.86253L7.8268 6.89697L8.85526 5.86253L7.8268 4.82812L6.79834 5.86253Z' fill='%232B4FF4'/%3E%3Cpath d='M3.19873 16.1041H4.53571V14.7593H3.19873V16.1041Z' fill='%232B4FF4'/%3E%3Cpath d='M16.3933 19.2071V19.3821H16.5683H17.9053H18.0803V19.2071V16.2788H20.9906H21.1656V16.1038V14.759V14.584H20.9906H18.0803V11.6558V11.4808H17.9053H16.5683H16.3933V11.6558V14.584H13.4829H13.3079V14.759V16.1038V16.2788H13.4829H16.3933V19.2071Z' fill='%2310239E' stroke='%2310239E' stroke-width='0.35'/%3E%3Cpath d='M19.7875 32.5187V33.5135H14.6867V32.5187H19.7875Z' fill='%232B4FF4' stroke='%232B4FF4' stroke-width='0.35'/%3E%3Cpath d='M21.8446 28.3806V29.3753H12.6301V28.3806H21.8446Z' fill='%232B4FF4' stroke='%232B4FF4' stroke-width='0.35'/%3E%3Cpath d='M20.5092 25.3914L20.4847 25.588H20.6828H22.1227H22.2773L22.2963 25.4346C22.3908 24.6739 22.863 23.9868 23.8779 23.1702L23.8779 23.1702L23.8816 23.1671C24.5512 22.5972 25.4453 21.8313 26.1683 20.6148C26.8927 19.396 27.4399 17.7355 27.4399 15.3791C27.4399 9.80216 22.9413 5.17021 17.2889 5.17021C11.6365 5.17021 7.13799 9.80216 7.13799 15.3791C7.13799 17.6844 7.68547 19.3445 8.40913 20.5753C9.13094 21.8029 10.0228 22.5939 10.6942 23.1654C11.722 24.0959 12.1875 24.6778 12.2816 25.4346L12.3006 25.588H12.4552H13.895H14.0829L14.0696 25.4006C13.9615 23.8787 12.9881 22.8045 11.8509 21.8679C11.081 21.1451 10.3561 20.4384 9.819 19.4585C9.28273 18.4801 8.92779 17.2171 8.92779 15.3791C8.92779 10.7165 12.6557 6.9684 17.2889 6.9684C21.9222 6.9684 25.6501 10.7165 25.6501 15.3791C25.6501 17.2173 25.295 18.4799 24.7593 19.4448C24.2223 20.412 23.4968 21.0935 22.7276 21.764L22.7273 21.7637L22.7185 21.7726C22.6522 21.8392 22.5862 21.9052 22.5205 21.9707C21.5747 22.9154 20.7095 23.7794 20.5092 25.3914Z' fill='%232B4FF4' stroke='%232B4FF4' stroke-width='0.35'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1152_6425'%3E%3Crect width='32.9595' height='32.9595' fill='white' transform='translate(0.910156 0.841797)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.main__navigation .sub-nav-link.sub-nav-link-events--webinars:before {
  background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.50917 7.14697H3.63525V33.1525H31.9087V7.14697H27.0347' stroke='%232B4FF4' stroke-width='1.66667' stroke-linejoin='round'/%3E%3Cpath d='M12.2026 6.72754H23.341' stroke='%232B4FF4' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.63525 13.4385H31.9087' stroke='%232B4FF4' stroke-width='1.66667' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.3413 8.82514H27.6245V3.7915H23.3425L23.3413 8.82514Z' fill='%232A4BF4'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.3413 8.82514H27.6245V3.7915H23.3425L23.3413 8.82514Z' stroke='%232A4BF4' stroke-width='0.833333' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.77588 8.82514H13.0602V3.7915H8.77588V8.82514Z' fill='%232A4BF4'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.77588 8.82514H13.0602V3.7915H8.77588V8.82514Z' stroke='%232A4BF4' stroke-width='0.833333'/%3E%3Cpath d='M17.7722 18.8911V26.4416M13.9165 22.6658H21.6279' stroke='%23000A97' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.main__navigation .sub-nav-link.sub-nav-link-tools:before {
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.152 4.32701C9.88013 4.79914 8.57415 5.5085 7.51833 6.41281L4.73139 4.80853L0.909773 11.4194L3.68262 13.0249C3.55332 13.7139 3.4865 14.4132 3.48297 15.1142C3.48297 15.8271 3.55695 16.5235 3.68145 17.2024L0.90625 18.8067L4.72317 25.4176L7.51833 23.8145C8.57415 24.7176 9.88013 25.427 11.152 25.8991V29.11H18.7871V25.8991C20.059 25.427 21.3321 24.7176 22.3879 23.8145L25.1572 25.4176L28.9706 18.8067L26.1907 17.2024C26.3196 16.5137 26.3857 15.8148 26.388 15.1142C26.388 14.399 26.3129 13.7025 26.1884 13.0249L28.9671 11.4194L25.1502 4.80853L22.3879 6.41281C21.3321 5.5085 20.059 4.79914 18.7871 4.32701V0.853027H11.152V4.32701Z' stroke='%232B4FF4' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20.8965 14.163C21.0459 15.1049 20.9701 16.0687 20.6755 16.9757C20.3808 17.8827 19.8757 18.7071 19.2013 19.3814C18.5269 20.0556 17.7024 20.5607 16.7954 20.8552C15.8884 21.1497 14.9245 21.2252 13.9826 21.0757C11.4423 20.687 9.36473 18.6118 8.97482 16.0715C8.82448 15.1289 8.89963 14.1641 9.19409 13.2562C9.48855 12.3482 9.99395 11.523 10.6689 10.8481C11.3438 10.1731 12.169 9.66775 13.077 9.37329C13.9849 9.07882 14.9497 9.00368 15.8923 9.15402C18.4326 9.54393 20.509 11.6203 20.8965 14.163Z' stroke='%232A4BF4' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.0029 14.7844C17.0548 15.1111 17.0287 15.4455 16.9265 15.7602C16.8244 16.0749 16.6492 16.361 16.4152 16.5949C16.1813 16.8289 15.8952 17.0041 15.5805 17.1062C15.2659 17.2084 14.9314 17.2345 14.6047 17.1826C14.1696 17.1119 13.7678 16.9062 13.4559 16.5948C13.144 16.2833 12.9378 15.8817 12.8665 15.4468C12.8143 15.1197 12.8404 14.7848 12.9426 14.4697C13.0447 14.1547 13.2201 13.8683 13.4543 13.634C13.6886 13.3998 13.975 13.2244 14.2901 13.1222C14.6052 13.0201 14.94 12.994 15.2671 13.0462C16.1479 13.1813 16.8678 13.9024 17.0029 14.7844Z' fill='%23000A97'/%3E%3C/svg%3E%0A");
}
.main__navigation .sub-nav-link.sub-nav-link-infographics:before {
  background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.08105 26.9355H9.87041V17.6704H5.08105V26.9355Z' stroke='%232B4FF4' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.9556 26.9354H19.7449V12.5239H14.9556V26.9354Z' stroke='%232A4BF4' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M24.8306 26.9355H29.6199V7.37646H24.8306V26.9355Z' stroke='%23000A97' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.main__navigation .sub-nav-link.sub-nav-link-about:before {
  background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M30.2715 11.873C30.2715 13.6781 28.8081 15.1414 27.003 15.1414C25.1979 15.1414 23.7334 13.6781 23.7334 11.873C23.7334 10.0678 25.1979 8.60449 27.003 8.60449C28.8081 8.60449 30.2715 10.0678 30.2715 11.873Z' stroke='%2310239E' stroke-width='1.66667' stroke-linecap='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M27.0027 15.1416C22.8804 15.1416 21.7729 17.6432 21.7729 19.7184H32.2325C32.2325 17.6432 31.125 15.1416 27.0027 15.1416Z' stroke='%2310239E' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.231 11.873C11.231 13.6781 9.76761 15.1414 7.9625 15.1414C6.15739 15.1414 4.69287 13.6781 4.69287 11.873C4.69287 10.0678 6.15739 8.60449 7.9625 8.60449C9.76761 8.60449 11.231 10.0678 11.231 11.873Z' stroke='%2310239E' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.96219 15.1416C3.83992 15.1416 2.73242 17.6432 2.73242 19.7184H13.192C13.192 17.6432 12.0845 15.1416 7.96219 15.1416Z' stroke='%2310239E' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20.7512 20.2274C20.7512 22.0326 19.2879 23.4959 17.4828 23.4959C15.6777 23.4959 14.2131 22.0326 14.2131 20.2274C14.2131 18.4223 15.6777 16.959 17.4828 16.959C19.2879 16.959 20.7512 18.4223 20.7512 20.2274Z' stroke='%232B4FF4' stroke-width='1.66667' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.4825 23.4966C13.3602 23.4966 12.2527 25.9981 12.2527 28.0734H22.7122C22.7122 25.9981 21.6047 23.4966 17.4825 23.4966Z' stroke='%232B4FF4' stroke-width='1.66667' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.main__navigation .sub-nav-link.sub-nav-link-careers:before {
  background-image: url("data:image/svg+xml,%3Csvg width='35' height='32' viewBox='0 0 35 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M32.1022 14.3803C32.1022 12.5905 30.7856 11.126 29.1778 11.126H7.24169C5.63271 11.126 4.31616 12.5905 4.31616 14.3803V27.3966C4.31616 29.1865 5.63271 30.651 7.24169 30.651H29.1778C30.7856 30.651 32.1022 29.1865 32.1022 27.3966V14.3803Z' stroke='%232B4FF4' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13.0911 11.1261V7.50176C13.0911 6.29561 14.0776 5.30908 15.2849 5.30908H21.1348C22.3409 5.30908 23.3275 6.29561 23.3275 7.50176V11.1261' stroke='%232B4FF4' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.062 17.8433H26.3573' stroke='%232A4BF4' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.062 23.6528H26.3573' stroke='%2310239E' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.main__navigation .sub-nav-link.sub-nav-link-customers:before {
  background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20.2219 17.9276C20.2219 14.7766 17.6675 12.2222 14.5165 12.2222C11.3654 12.2222 8.81104 14.7766 8.81104 17.9276C8.81104 21.0786 11.3654 23.633 14.5165 23.633C17.6675 23.633 20.2219 21.0786 20.2219 17.9276Z' stroke='%232A4BF4' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M26.6257 17.9276C26.6257 14.7766 24.0713 12.2222 20.9203 12.2222C17.7692 12.2222 15.2148 14.7766 15.2148 17.9276C15.2148 21.0786 17.7692 23.633 20.9203 23.633C24.0713 23.633 26.6257 21.0786 26.6257 17.9276Z' stroke='%2310239E' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M32.9754 17.9275C32.9754 9.50094 26.1449 2.67041 17.7183 2.67041C9.29288 2.67041 2.46118 9.50094 2.46118 17.9275C2.46118 26.3541 9.29288 33.1846 17.7183 33.1846C26.1449 33.1846 32.9754 26.3541 32.9754 17.9275Z' stroke='%2310239E' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.main__navigation .sub-nav-link.sub-nav-link-partners:before {
  background-image: url("data:image/svg+xml,%3Csvg width='35' height='32' viewBox='0 0 35 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M30.86 7.6616C30.86 9.60999 29.2804 11.1884 27.3332 11.1884C25.3848 11.1884 23.8052 9.60999 23.8052 7.6616C23.8052 5.71321 25.3848 4.13477 27.3332 4.13477C29.2804 4.13477 30.86 5.71321 30.86 7.6616Z' stroke='%232B4FF4' stroke-width='1.66667' stroke-linecap='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M27.3326 11.189C22.885 11.189 21.6895 13.8878 21.6895 16.1275H32.9758C32.9758 13.8878 31.7802 11.189 27.3326 11.189Z' stroke='%232B4FF4' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.8383 7.6616C13.8383 9.60999 12.2587 11.1884 10.3115 11.1884C8.36307 11.1884 6.78345 9.60999 6.78345 7.6616C6.78345 5.71321 8.36307 4.13477 10.3115 4.13477C12.2587 4.13477 13.8383 5.71321 13.8383 7.6616Z' stroke='%2310239E' stroke-width='1.66667' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.3111 11.189C5.86355 11.189 4.66797 13.8878 4.66797 16.1275H15.9543C15.9543 13.8878 14.7587 11.189 10.3111 11.189Z' stroke='%2310239E' stroke-width='1.66667' stroke-linejoin='round'/%3E%3Cpath d='M32.2349 23.2333H4.43478C4.39485 23.2321 4.35609 23.2321 4.31616 23.2333' stroke='%232A4BF4' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M32.2349 30.6078H4.43478C4.39485 30.6066 4.35609 30.6066 4.31616 30.6078' stroke='%232A4BF4' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.main__navigation .sub-nav-link.sub-nav-link-leadership:before {
  background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1152_8847)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M31.7915 24.3098H12.418V9.00684H31.7915L29.1784 15.754C28.772 16.2566 28.772 17.06 29.1784 17.5626L31.7915 24.3098Z' stroke='%232B4FF4' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.25244 6.96045V37.295' stroke='%2310239E' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.0789 20.133C20.9568 20.0919 20.8663 20.0085 20.8076 19.884L18.2403 14.4792C18.2086 14.4076 18.1921 14.3383 18.1921 14.269C18.1921 14.2162 18.2027 14.1633 18.2227 14.1093C18.2673 13.9883 18.3507 13.8956 18.4717 13.8333C18.5398 13.8016 18.6102 13.7852 18.6807 13.7852C18.7347 13.7852 18.7876 13.7957 18.8416 13.8157C18.9626 13.8603 19.0554 13.9437 19.1176 14.0647L21.2433 18.5534L23.3702 14.0647C23.4654 13.8779 23.6098 13.7852 23.806 13.7852C23.8776 13.7852 23.9469 13.8016 24.015 13.8333C24.1994 13.9284 24.291 14.0741 24.291 14.269C24.291 14.3383 24.2757 14.4076 24.2464 14.4792L21.679 19.884C21.6321 19.9874 21.5546 20.0649 21.4477 20.1154C21.3796 20.1483 21.3103 20.1647 21.2386 20.1647C21.1858 20.1647 21.1318 20.1541 21.0789 20.133Z' fill='%232A4BF4'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.0789 20.133C20.9568 20.0919 20.8663 20.0085 20.8076 19.884L18.2403 14.4792C18.2086 14.4076 18.1921 14.3383 18.1921 14.269C18.1921 14.2162 18.2027 14.1633 18.2227 14.1093C18.2673 13.9883 18.3507 13.8956 18.4717 13.8333C18.5398 13.8016 18.6102 13.7852 18.6807 13.7852C18.7347 13.7852 18.7876 13.7957 18.8416 13.8157C18.9626 13.8603 19.0554 13.9437 19.1176 14.0647L21.2433 18.5534L23.3702 14.0647C23.4654 13.8779 23.6098 13.7852 23.806 13.7852C23.8776 13.7852 23.9469 13.8016 24.015 13.8333C24.1994 13.9284 24.291 14.0741 24.291 14.269C24.291 14.3383 24.2757 14.4076 24.2464 14.4792L21.679 19.884C21.6321 19.9874 21.5546 20.0649 21.4477 20.1154C21.3796 20.1483 21.3103 20.1647 21.2386 20.1647C21.1858 20.1647 21.1318 20.1541 21.0789 20.133Z' stroke='%232A4BF4' stroke-width='0.833333'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1152_8847'%3E%3Crect width='35.2331' height='35.2331' fill='white' transform='translate(0.383545 0.383301)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.main__navigation .sub-nav-link.sub-nav-link-news:before {
  background-image: url("data:image/svg+xml,%3Csvg width='35' height='36' viewBox='0 0 35 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.4946 10.5692C15.2552 10.5921 15.0731 10.7995 15.0742 11.0481V15.353C15.0742 15.6176 15.2816 15.8318 15.5382 15.8318H25.7541C26.0095 15.8318 26.218 15.6176 26.218 15.353V11.0481C26.218 10.7834 26.0095 10.5692 25.7541 10.5692H15.5382C15.5233 10.5681 15.5095 10.5681 15.4946 10.5692Z' stroke='%232A4BF4' stroke-width='1.62565' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M26.1629 20.4833H15.1761C15.1601 20.4821 15.1452 20.4821 15.1292 20.4833' stroke='%23000A97' stroke-width='1.62565' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M26.1629 25.0057H15.1761C15.1601 25.0046 15.1452 25.0046 15.1292 25.0057' stroke='%23000A97' stroke-width='1.62565' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.04556 30.4659H28.9322C30.7043 30.4659 32.1408 28.9984 32.1408 27.1885V5.3374H9.2542V27.1885C9.2542 28.9984 7.8177 30.4659 6.04556 30.4659ZM6.04556 30.4659C4.27342 30.4659 2.83691 28.9984 2.83691 27.1885V13.6987H9.11559' stroke='%232B4FF4' stroke-width='1.62565' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.main__navigation .btn, .main__navigation form input[type=submit].hs-button, form .main__navigation input[type=submit].hs-button, .main__navigation form .hs-button, form .main__navigation .hs-button {
  --bs-btn-padding-x: 1em;
  --bs-btn-padding-y: 0rem;
  --bs-btn-font-size: 14px;
  height: 2.5em;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .main__navigation .btn, .main__navigation form input[type=submit].hs-button, form .main__navigation input[type=submit].hs-button, .main__navigation form .hs-button, form .main__navigation .hs-button {
    --bs-btn-font-size: .8em;
    --bs-btn-padding-x: .5em;
  }
}
@media (min-width: 1200px) and (max-width: 1250px) {
  .main__navigation .btn, .main__navigation form input[type=submit].hs-button, form .main__navigation input[type=submit].hs-button, .main__navigation form .hs-button, form .main__navigation .hs-button {
    --bs-btn-padding-x: .5em;
  }
}
.main__navigation .navbar-toggler {
  padding: 0;
  border: 0 none;
}
.main__navigation .navbar-toggler .bar {
  background-color: var(--Primary-Color);
  height: 2px;
  margin: 8px 0 5px;
  transition: 0.4s;
  width: 48px;
  display: block;
}
.main__navigation .navbar-toggler:active, .main__navigation .navbar-toggler:focus {
  box-shadow: none;
  background-color: transparent;
}
@media (min-width: 992px) {
  .main__navigation .offcanvas {
    flex-direction: row;
    align-items: center;
  }
}
@media (max-width: 991.98px) {
  .main__navigation .offcanvas {
    --bs-offcanvas-width: 100%;
    --bs-offcanvas-padding-x: 1rem;
    --bs-offcanvas-padding-y: 1.6875rem;
    overflow: auto;
  }
  .main__navigation .offcanvas .navbar-nav {
    width: 100%;
    border-top: 1px solid #4F606E;
    --bs-nav-link-padding-x: 0.75rem;
    --bs-nav-link-padding-y: 0.75rem;
  }
  .main__navigation .offcanvas .nav-item {
    border-bottom: 1px solid #4F606E;
  }
  .main__navigation .offcanvas .nav-link {
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    text-transform: none;
    letter-spacing: 0;
    font-size: 1.125rem;
  }
  .main__navigation .offcanvas .nav-link.show {
    background-color: #F0F5FF;
  }
  .main__navigation .offcanvas .navbar-btns {
    margin-top: auto;
    padding: 1rem;
    background-color: var(--Primary-Color);
    justify-content: center;
  }
  .main__navigation .offcanvas .navbar-btns .btn, .main__navigation .offcanvas .navbar-btns form .hs-button, form .main__navigation .offcanvas .navbar-btns .hs-button {
    --bs-btn-border-color: #FFF;
    --bs-btn-color: #FFF;
    --bs-btn-bg: transparent;
    --bs-btn-border-width: 2px;
    --bs-btn-hover-color: #FFF;
    --bs-btn-hover-border-color: #FFF;
  }
}
.main__navigation .offcanvas .btn-close {
  padding: 0;
  height: 42px;
  width: 49px;
  opacity: 1;
}

footer {
  background-color: #141414;
  padding: 40px 15px 0;
  color: var(--White);
}
@media (max-width: 991.98px) {
  footer {
    padding: 25px 10px 0;
  }
}
footer ul {
  padding: 0;
}
footer h3 {
  overflow: hidden;
  white-space: nowrap;
  color: inherit;
  display: block;
  padding: 1.5rem 0;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-overflow: ellipsis;
  margin-bottom: 0;
}
footer .container {
  padding: 0;
}
footer .footer__content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  color: var(--White);
}
footer .footer__content .footer__links {
  display: block;
  place-content: center;
  justify-content: space-between;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
  padding-bottom: 3rem;
  -moz-column-count: 3;
  column-count: 3;
  width: 67%;
  padding-right: 1.5rem;
  flex: 0 0 auto;
}
@media (min-width: 1400px) {
  footer .footer__content .footer__links {
    -moz-column-count: 4;
    column-count: 4;
  }
}
footer .footer__content .footer__links .element {
  min-width: 20%;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
}
@media (min-width: 1400px) {
  footer .footer__content .footer__links .element:last-child {
    -moz-column-break-before: column;
    break-before: column;
  }
}
footer .footer__content .footer__links .element .angle div {
  width: 15px;
  height: 3px;
  background-color: var(--White);
  margin: 6px 0;
  transition: 0.4s;
  display: none;
}
footer .footer__content .footer__links .element .angle .side1 {
  transform: rotate(45deg) translate(-3px, 2px);
}
footer .footer__content .footer__links .element .angle .side2 {
  transform: rotate(-45deg) translate(-2px, -3px);
}
footer .footer__content .footer__links .element.open .angle .side2 {
  transform: rotate(-45deg) translate(11px, -3px);
}
footer .footer__content .footer__links .element ul {
  padding: 0;
  list-style: none;
  margin: 0;
  /* grid-auto-flow: column;
  grid-column-gap: 1rem;
  place-content: unset;
  grid-auto-flow: row;
  row-gap: 0.5rem; */
  place-content: baseline;
  height: auto;
}
footer .footer__content .footer__links .element ul a {
  text-decoration: none;
  color: var(--White);
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.3px;
}
footer .footer__content .subscribe {
  max-width: 33%;
  min-width: 33%;
  flex: 0 0 auto;
}
footer .footer__content .subscribe .widget-type-form,
footer .footer__content .subscribe form.hs-form.hs-custom-form {
  background: transparent;
  box-shadow: none;
  padding: 0;
}
footer .footer__content .subscribe .widget-type-form label:not(.hs-error-msg),
footer .footer__content .subscribe form.hs-form.hs-custom-form label:not(.hs-error-msg) {
  color: #FFF;
}
footer .footer__content .subscribe .social__links {
  font-size: 1.5rem;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  footer .footer__content {
    -moz-column-gap: 0;
    column-gap: 0;
  }
  footer .footer__content .footer__links {
    width: 62%;
  }
  footer .footer__content .subscribe {
    max-width: 38%;
  }
  footer .footer__content .footer__links {
    -moz-column-count: 3;
    column-count: 3;
    display: block;
  }
  footer .footer__content .footer__links .element {
    min-width: 20%;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
  }
}
@media (max-width: 991.98px) {
  footer .footer__content {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    width: 100%;
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }
  footer .footer__content .heading_social {
    padding-top: 0;
  }
  footer .footer__content .footer__links {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    display: grid;
    grid-row-gap: 0rem;
    width: 100%;
  }
  footer .footer__content .footer__links .element {
    padding: 0 10px;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--Black);
    transition: 0.4s;
  }
  footer .footer__content .footer__links .element > :first-child {
    grid-column: span 4/span 4;
  }
  footer .footer__content .footer__links .element > :nth-child(2) {
    place-self: center flex-end;
  }
  footer .footer__content .footer__links .element .angle div {
    display: block;
  }
  footer .footer__content .footer__links .element h3:not(:first-child) {
    display: none;
  }
  footer .footer__content .footer__links .element ul {
    display: none;
  }
  footer .footer__content .footer__links .open h3:not(:first-child) {
    display: block;
  }
  footer .footer__content .footer__links .open ul {
    display: flex;
    flex-direction: column;
  }
  footer .footer__content .footer__links .open > :not(:nth-child(2), :nth-child(1)) {
    grid-column: span 5/span 5;
    padding: 0 20px 20px 10px;
    display: revert;
  }
  footer .footer__content .subscribe {
    padding: 2rem 10px;
    padding-top: 0;
    margin-top: 0px;
    max-width: 100%;
    /* .subscribe__input {
      grid-template-columns: repeat(3, minmax(0, 1fr));

      :first-child {
        grid-column: 1 / span 2;
      }

      input {
        max-width: 100%;
      }
    } */
  }
  footer .footer__content .subscribe .subscribe-form-wrapper .widget-type-form {
    border-radius: 0px !important;
    background: transparent !important;
    box-shadow: none !important;
  }
}
footer .bottom__footer {
  border-top: 1px solid var(--White);
}
footer .bottom__footer__content {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 3rem 0;
}
footer .bottom__footer__content p {
  margin: 0;
}
footer .bottom__footer__content ul a {
  text-decoration: none;
  color: var(--White);
}
@media (max-width: 991.98px) {
  footer .bottom__footer__content {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    place-content: flex-start;
    place-items: flex-start;
    grid-row-gap: 35px;
  }
  footer .bottom__footer__content p {
    font-size: 14px;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.3px;
  }
  footer .bottom__footer__content ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-flow: unset;
    row-gap: 20px;
  }
  footer .bottom__footer__content ul li a {
    font-size: 14px;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.3px;
  }
}

.policy_li {
  list-style-type: none;
  display: inline;
}
.policy_li + .policy_li {
  margin-left: 20px;
}

.left-content,
.right-content {
  display: flex;
  align-items: center;
  gap: 20px;
}
.left-content .heading_social,
.right-content .heading_social {
  margin: 0;
}
.left-content .social__links,
.right-content .social__links {
  display: flex;
  gap: 15px;
}
.left-content .social__links a,
.right-content .social__links a {
  color: var(--White);
}
.left-content .social__links a svg,
.right-content .social__links a svg {
  width: 24px;
  height: 24px;
}
@media (max-width: 991.98px) {
  .left-content,
.right-content {
    flex-direction: column;
    align-items: flex-start;
  }
  .left-content .social__links,
.right-content .social__links {
    margin-top: 10px;
  }
}

@media (min-width: 1200px) {
  footer .subscribe .subscribe-form-wrapper .widget-type-form form.hs-form.hs-custom-form .hs-recaptcha {
    float: right;
    max-width: 60%;
  }
  footer .subscribe .subscribe-form-wrapper .widget-type-form form.hs-form.hs-custom-form .hs-submit {
    float: left;
  }
}
.video .thumbnail img {
  max-width: 350px;
}
.video .video__wrapper {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  background-color: rgba(134, 130, 130, 0.4);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
}
.video .video__wrapper iframe {
  position: relative;
  max-width: 1368px;
  width: 1368px;
  height: 778px;
  outline: none;
}
.video .open .video__wrapper {
  visibility: visible;
  opacity: 1;
}

.site-video-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  background-color: rgba(100, 100, 100, 0.3);
}

.site-video-popup-content {
  margin-top: 50vh;
  width: 95%;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  background-color: #aaa;
  transform: translate(0, calc(-50% - 5px));
}
.site-video-popup-content::after {
  content: "✖";
  color: #FFF;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 2rem;
  line-height: 1;
  transform: translate(calc(100% + 5px), calc(-100% - 5px));
  cursor: pointer;
  text-shadow: 0 0px 8px rgba(0, 0, 0, 0.25);
}

.site-video-popup-frame {
  width: 100%;
  height: 480px;
  border: 0px;
  display: block;
}
@media (max-width: 767.98px) {
  .site-video-popup-frame {
    width: 100%;
    height: 350px;
  }
}

/** New video play overlay stuff -- should be removed from all modules */
.video-play-overlay-container {
  position: relative;
}

.video-play-overlay-button {
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.5);
}

.video-play-overlay-icon {
  width: 4em;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

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

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: 2em;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: flex;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

.splide__track {
  margin: 0 5.5rem 1.25rem;
}
.splide__track.hide-arrow {
  margin-left: 0;
  margin-right: 0;
}

.splide__arrow, .splide__arrow:active, .splide__arrow:hover {
  background: transparent;
}

.splide__pagination {
  bottom: auto;
  top: 100%;
}

.splide__pagination__page {
  opacity: 1;
  width: 10px;
  height: 10px;
  border: 3px solid #2b4ff4;
  background-color: transparent;
}
.splide__pagination__page.is-active, .splide__pagination__page:hover {
  background-color: #2b4ff4;
  transform: none;
  border-color: #2b4ff4;
}

.splide__arrow {
  opacity: 1;
}
.splide__arrow svg {
  fill: #2b4ff4;
}

.splide__track {
  margin-bottom: 3.25rem;
}

.splide__slide {
  /* padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5); */
}

.splide__pagination {
  padding-top: 1.5rem;
}

@media (max-width: 767.98px) {
  .hs-modal-popup .modal-dialog {
    margin: calc(3 * var(--bs-modal-margin));
  }
}
.hs-modal-popup .modal-content {
  border-radius: 8px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .hs-modal-popup .modal-content {
    margin-bottom: 10vh;
  }
}
.hs-modal-popup .modal-content .modal-body-content {
  margin: calc(-1 * var(--bs-modal-padding));
}
.hs-modal-popup .modal-content .modal-body-content > div {
  padding: calc(1.5 * var(--bs-modal-padding));
}
@media (min-width: 768px) {
  .hs-modal-popup .modal-content .modal-body-content > div {
    padding: calc(var(--bs-modal-padding) * 5) calc(var(--bs-modal-padding) * 3);
  }
}
.hs-modal-popup .modal-content .modal-body-content .left-content {
  background-color: #F3F6FF;
}
.hs-modal-popup .btn-close {
  position: absolute;
  right: var(--bs-modal-padding);
  top: var(--bs-modal-padding);
  background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%232b4ff4'%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") center/1em auto no-repeat;
}

.blog-tags {
  padding: 0.65rem;
  box-shadow: 0px 8px 10px rgba(97, 14, 162, 0.1215686275);
  background: #F3F6FF;
}
.blog-tags a {
  font-weight: 500;
  color: #000;
}
.blog-tags a:hover {
  color: var(--Light-Primary-2);
}

.blog-index__post {
  margin-bottom: 1rem;
}

.blog-index__post-image {
  padding-bottom: 64.78873239%;
  display: block;
  width: 100%;
  background-size: cover;
  background-position: center;
  margin-bottom: 1.25rem;
  border-radius: 8px 8px 0 0;
}

.blog-index__post-content {
  font-size: 14px;
}

.blog-index__post-item {
  margin-bottom: 1rem;
}
.blog-index__post-item .post-item-title {
  color: #10239E;
}
.blog-index__post-item .post-item-footer {
  color: #10239E;
  margin-top: 0.75rem;
}
.blog-index__post-item .post-item-footer a {
  color: inherit;
  font-weight: inherit;
}

.pagination {
  justify-content: center;
}
.pagination .page-link {
  border: 0 none;
  font-weight: 300;
}
.pagination .page-link[href] {
  color: #2b4ff4;
}
.pagination .page-link:hover {
  background-color: transparent;
  color: #0327cc;
}

.page-link[href].pagination__link--active, .page-link[href].active, .active > .page-link[href] {
  background-color: transparent;
  font-weight: 500;
  color: #000;
}
.page-link[href]:hover {
  font-weight: 500;
}

.blog-post > div[class^=container],
.blog-post header > div[class^=container] {
  max-width: 1320px;
  padding-left: var(--bs-gutter-x);
  padding-right: var(--bs-gutter-x);
  padding-top: 15px;
}
.blog-post hr {
  opacity: 1;
  border-top-color: #2b4ff4;
}
.blog-post .blog-post-avatar img {
  border-radius: 50%;
}
.blog-post header {
  margin-bottom: 55px;
  /* .breadcrumb {
    font-size: .875em;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;

    > li {
      display: inline;

      &::before {
        float: none;
      }
    }
  } */
}
.blog-post header h1 span {
  display: block;
  font-size: 0.865em;
  line-height: 1.15;
  font-weight: 600;
  color: #2b4ff4;
}
.blog-post header a, .blog-post header a:hover {
  font-weight: 300;
  color: inherit;
}
.blog-post header hr {
  margin-top: 55px;
  margin-bottom: 0;
}
.blog-post header .blog-post-author-title {
  font-size: 0.9625em;
  color: #10239E;
}
.blog-post header .blog-post-bio {
  font-size: 0.85em;
}
@media (max-width: 767.98px) {
  .blog-post header {
    margin-bottom: 20px;
  }
  .blog-post header h1 span {
    font-size: 0.5em;
  }
}
.blog-post .blog-post__body, .blog-post aside {
  margin-bottom: 55px;
}
.blog-post aside h2 {
  margin-bottom: 1.5rem;
}
.blog-post aside hr {
  margin: 1.5rem 0;
}

.blog-recent-posts ul {
  list-style: none;
  padding: 0;
}
.blog-recent-posts ul .hs-postlisting-item {
  display: flex;
  margin-bottom: 1.5rem;
}
.blog-recent-posts ul .hs-postlisting-item .col-auto {
  padding-right: 1rem;
}
.blog-recent-posts ul .hs-postlisting-item h3 {
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 300;
  margin-top: 0.35em;
}
.blog-recent-posts ul .hs-postlisting-item a {
  color: #2b4ff4;
  display: block;
  font-weight: 500;
  font-size: 0.9em;
  margin-top: 4px;
}
.blog-recent-posts img {
  width: 120px;
}

.blog-related {
  padding: 55px 0;
  background-color: #F8F8F8;
}
.blog-related > div[class^=container] {
  max-width: 1320px;
  padding-left: var(--bs-gutter-x);
  padding-right: var(--bs-gutter-x);
}

@media (min-width: 992px) {
  .blog-related-posts .row, .blog-related-posts form.hs-form.hs-custom-form fieldset, form.hs-form.hs-custom-form .blog-related-posts fieldset {
    --bs-gutter-x: 4.5rem;
  }
}

@media (min-width: 992px) {
  #blog-row {
    align-items: flex-end;
  }
  #aside-col {
    position: sticky;
    bottom: 0;
  }
}
#scrollToTopBtn {
  position: fixed;
  bottom: 0;
  left: 50%;
  display: flex;
  background-color: #2b4ff4;
  color: #FFF;
  transform: translate(-50%, 100%);
  align-items: center;
  font-size: 14px;
  justify-content: center;
  border-radius: 35px 35px 0 0;
  padding: 5px 35px 0 25px;
  transition: 0.3s;
  white-space: nowrap;
}
#scrollToTopBtn.show {
  transform: translate(-50%, 0);
}
#scrollToTopBtn svg {
  width: 30px;
}

.featured-hero {
  margin-bottom: 1.5rem;
}

.hubdb-listing .hubdb-item {
  margin-bottom: 4.5rem;
}
@media (max-width: 767.98px) {
  .hubdb-listing .hubdb-item {
    margin-bottom: 2.5rem;
  }
}
.hubdb-listing .hubdb-item .featured-image {
  padding-bottom: 71.42857143%;
  position: relative;
}
.hubdb-listing .hubdb-item .featured-image img {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  max-height: 100%;
}
.hubdb-listing .hubdb-item .btn-outline-secondary:hover {
  background-color: #2b4ff4;
  border-color: #2b4ff4;
  color: #FFF;
}

.vertical-separator {
  width: 2px;
  height: 100px;
  background-color: #686868;
  margin: 0 auto;
}

.breadcrumb {
  --bs-breadcrumb-divider: ">";
  font-weight: 500;
}
.breadcrumb a {
  color: inherit;
  font-weight: inherit;
}
.breadcrumb a:hover, .breadcrumb a:focus {
  color: inherit;
  text-decoration: underline;
  font-weight: inherit;
}

.breadcrumb-item + .breadcrumb-item:before {
  content: var(--bs-breadcrumb-divider, "/");
}
.breadcrumb-item:last-child {
  color: #2b4ff4;
}

.blog-contributor {
  margin-top: 40px;
}
.blog-contributor-details {
  padding: 2rem 1.5rem;
  background-color: #f3f6ff;
  display: flex;
  flex-direction: row;
}
.blog-contributor-avatar {
  padding-right: 2rem;
  flex: 0 0 auto;
}
.blog-contributor-avatar-image {
  min-width: 160px;
  max-width: 160px;
  border-radius: 80px;
}
.blog-contributor-description p {
  margin-top: 20px;
  margin-right: 100px;
}
.blog-contributor-description h3 {
  margin-top: 30px;
}
.blog-contributor-author-title {
  font-size: 16px;
  font-weight: 400;
  color: #707070;
}

.social-icon {
  margin-right: 1em;
}
.social-icon svg {
  height: 20px;
}

@media only screen and (max-width: 900px) {
  .blog-contributor-details {
    flex-direction: column;
  }
  .blog-contributor-avatar {
    padding: 0;
    margin: 0 auto 1.5rem;
  }
  .blog-contributor-description h2, .blog-contributor-description h3, .blog-contributor-description .blog-contributor-author-title {
    display: flex;
    justify-content: center;
  }
  .blog-contributor-description p {
    margin: 0 10%;
    text-align: center;
  }
  .social-icons {
    display: flex;
    justify-content: center;
    margin: 10px;
  }
}
.ssi-container {
  display: flex;
}

.ssi-title-container {
  margin-right: 30px;
  font-family: Inter;
  font-size: 26px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  color: #282828;
}

div.wrapper_type_social_sharing {
  margin-top: auto;
  margin-bottom: auto;
}

.wrapper_type_social_sharing a svg {
  width: 20px;
  height: 20px;
}

.wrapper_type_social_sharing a {
  display: inline-block;
  margin-right: 24px;
  text-decoration: none;
}

.sticky-footer-wrapper {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  transform: translateY(100%);
  transition: transform 0.3s ease-in-out;
}
.sticky-footer-wrapper .sticky-footer {
  width: 100%;
  min-height: 50px;
  overflow: visible;
}
.sticky-footer-wrapper .sticky-footer .stickyfooter-content {
  padding: 15px;
  text-align: center;
}
@media (max-width: 767.98px) {
  .sticky-footer-wrapper .sticky-footer {
    flex-direction: column;
  }
  .sticky-footer-wrapper .sticky-footer .stickyfooter-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

.btn, form input[type=submit].hs-button, form .hs-button {
  --bs-btn-padding-x: 2em;
  --bs-btn-padding-y: .6em;
  --bs-btn-font-size: .8125rem;
  --bs-btn-border-radius: 3em;
  --bs-btn-font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.45px;
  font-weight: var(--bs-btn-font-weight);
}
.btn:hover, form input[type=submit].hs-button:hover, form .hs-button:hover, .btn:focus, form input[type=submit].hs-button:focus, form .hs-button:focus {
  background-color: var(--bs-btn-hover-bg);
  color: var(--bs-btn-hover-color);
  font-weight: var(--bs-btn-font-weight);
}
.btn.btn-sm, form input.btn-sm[type=submit].hs-button, form .btn-sm.hs-button, .btn-group-sm > .btn, form .btn-group-sm > .hs-button.btn, form .btn-group-sm > input[type=submit].hs-button, form .btn-group-sm > .hs-button {
  --bs-btn-font-size: .75rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-padding-y: .3rem;
}
.btn.btn-lg, form input.btn-lg[type=submit].hs-button, form .btn-lg.hs-button, .btn-group-lg > .btn, form .btn-group-lg > .hs-button.btn, form .btn-group-lg > input[type=submit].hs-button, form .btn-group-lg > .hs-button {
  --bs-btn-padding-x: 2.5rem;
  --bs-btn-padding-y: .75rem;
  --bs-btn-font-size: 1.015rem;
}
.btn[class*=btn-outline-], form input[class*=btn-outline-][type=submit].hs-button, form [class*=btn-outline-].hs-button {
  --bs-btn-border-width: 2px;
}
.btn.btn-primary, form .btn-primary.hs-button, form input[type=submit].hs-button, form .btn.hs-button, form .hs-button {
  --bs-btn-hover-bg: #1b339e;
}
.btn.btn-primary:focus, form .btn-primary.hs-button:focus, form input[type=submit].hs-button:focus, form .btn.hs-button:focus, form .hs-button:focus {
  color: #FFF;
}
.btn.btn-tertiary, form input.btn-tertiary[type=submit].hs-button, form .btn-tertiary.hs-button {
  --bs-btn-bg: #FADB14;
  --bs-btn-hover-bg: #baa203;
  --bs-btn-active-bg: #baa203;
  --bs-btn-color: #030852;
  --bs-btn-hover-color: #030852;
}
.btn.btn-outline-primary, form input.btn-outline-primary[type=submit].hs-button, form .btn-outline-primary.hs-button {
  --bs-btn-border-color: #2b4ff4;
  --bs-btn-color: #2b4ff4;
  --bs-btn-active-color: #fff;
  --bs-btn-hover-color: #2b4ff4;
  --bs-btn-hover-border-color: #2b4ff4;
  --bs-btn-hover-bg: rgba(43, 79, 244, .1);
}
.btn.btn-outline-secondary, form input.btn-outline-secondary[type=submit].hs-button, form .btn-outline-secondary.hs-button {
  --bs-btn-border-color: #000;
  --bs-btn-color: #000;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #EEE;
  --bs-btn-hover-border-color: #000;
}
.btn.btn-outline-tertiary, form input.btn-outline-tertiary[type=submit].hs-button, form .btn-outline-tertiary.hs-button {
  --bs-btn-border-color: #FFF;
  --bs-btn-color: #FFF;
  --bs-btn-bg: transparent;
  --bs-btn-hover-color: #FFF;
  --bs-btn-hover-bg: #1b339e;
  --bs-btn-hover-border-color: #1a2f92;
}
.btn.dropdown-toggle, form input.dropdown-toggle[type=submit].hs-button, form .dropdown-toggle.hs-button {
  text-align: left;
}
.btn.dropdown-toggle:after, form .dropdown-toggle.hs-button:after {
  content: none;
}

.btn-animated {
  position: relative;
  display: inline-block;
  padding: var(--bs-btn-padding-y, 0.6rem) var(--bs-btn-padding-x, 2rem);
  color: #fff;
  background-color: #2b4ff4;
  border-radius: var(--bs-btn-border-radius, 3em);
  text-transform: uppercase;
  font-weight: var(--bs-btn-font-weight, 600);
  cursor: pointer;
  overflow: hidden;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}
.btn-animated::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #1b339e;
  border-radius: var(--bs-btn-border-radius, 3em);
  box-sizing: border-box;
  pointer-events: none;
  z-index: 2;
}
.btn-animated::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(100%);
  border-radius: var(--bs-btn-border-radius, 3em);
  width: 181px;
  height: 0;
  background: #fdd835;
  border-radius: 50%;
  transition: transform 0.6s ease-in-out, height 0.6s ease-in-out, opacity 0.3s ease;
  opacity: 0;
  z-index: 0;
  bottom: -50%;
}
.btn-animated span {
  position: relative;
  z-index: 1;
  transition: color 0.3s ease;
}
.btn-animated:hover::after {
  transform: translateX(-50%) translateY(0);
  height: 200%;
  opacity: 1;
}
.btn-animated:hover {
  color: #1b339e;
}

.hs-cta-embed {
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .hs-cta-embed + .hs-cta-embed {
    margin-left: 5px;
  }
}

.form-control, .hs-search-field .hs-search-field__input, form.hs-form.hs-custom-form .hs-form-field input[type=email],
form.hs-form.hs-custom-form .hs-form-field input[type=password],
form.hs-form.hs-custom-form .hs-form-field input[type=text],
form.hs-form.hs-custom-form .hs-form-field input[type=tel],
form.hs-form.hs-custom-form .hs-form-field textarea, .form-select, form.hs-form.hs-custom-form .hs-form-field select {
  border-radius: 0;
}

.widget-type-form {
  background: #F4F7FE;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1), 0px 6px 28px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
}
.widget-type-form form.hs-form.hs-custom-form {
  border: 0 none;
  border-radius: 0;
  box-shadow: none;
}

.form-title {
  margin-bottom: 1.25rem;
}
.form-title:empty {
  display: none;
}

form.hs-form.hs-custom-form {
  background: #F4F7FE;
  padding: 35px;
  border: 1px solid rgb(248, 248, 248);
  border-radius: 6px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1), 0px 6px 28px rgba(0, 0, 0, 0.1);
}
form.hs-form.hs-custom-form:after {
  content: "";
  clear: both;
  display: table;
}
form.hs-form.hs-custom-form .hs-form-field input[type=radio], form.hs-form.hs-custom-form .hs-form-field input[type=checkbox] {
  width: 1em !important;
  position: absolute;
}
form.hs-form.hs-custom-form .hs-form-field:not(.hs-fieldtype-phonenumber) select, form.hs-form.hs-custom-form .hs-form-field:not(.hs-fieldtype-phonenumber) input[type=email],
form.hs-form.hs-custom-form .hs-form-field:not(.hs-fieldtype-phonenumber) input[type=password],
form.hs-form.hs-custom-form .hs-form-field:not(.hs-fieldtype-phonenumber) input[type=text],
form.hs-form.hs-custom-form .hs-form-field:not(.hs-fieldtype-phonenumber) input[type=tel] {
  width: 100% !important;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  form.hs-form.hs-custom-form {
    padding: 25px;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  form.hs-form.hs-custom-form label {
    margin-bottom: 0.35rem;
    font-size: 0.9em;
  }
}
form.hs-form.hs-custom-form fieldset {
  --bs-gutter-x: .8rem;
  max-width: none;
}
form.hs-form.hs-custom-form .input {
  margin-right: 0 !important;
}
form.hs-form.hs-custom-form .input .hs-fieldtype-intl-phone {
  width: 100% !important;
  display: flex;
}
form.hs-form.hs-custom-form .input .hs-fieldtype-intl-phone select {
  max-width: 110px;
  margin-right: calc(var(--bs-gutter-x) / 2);
}
form.hs-form.hs-custom-form .hs-form-field {
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  form.hs-form.hs-custom-form .hs-form-field {
    margin-bottom: 0.5rem;
  }
}
form.hs-form.hs-custom-form .hs-submit {
  margin-top: 8px;
}
@media (max-width: 767.98px) {
  form.hs-form.hs-custom-form .hs-submit {
    margin-top: 15px;
  }
}
form.hs-form.hs-custom-form .inputs-list,
form.hs-form.hs-custom-form .hs-error-msgs {
  padding: 0;
  list-style: none;
  margin: 5px 0;
}
form.hs-form.hs-custom-form .hs-error-msg {
  display: block;
}
form.hs-form.hs-custom-form .hs-form-required {
  color: #E00000;
}
@media (max-width: 991.98px) {
  form.hs-form.hs-custom-form {
    padding: 15px 25px 30px;
  }
}
@media (min-width: 768px) {
  form.hs-form.hs-custom-form .hs-recaptcha {
    float: right;
  }
  form.hs-form.hs-custom-form .hs-submit {
    float: left;
  }
}

.hs-form-booleancheckbox-display > span, .legal-consent-container .hs-form-booleancheckbox-display > span,
.hs-form-checkbox-display > span,
.legal-consent-container .hs-form-checkbox-display > span {
  margin-left: 25px;
  font-size: 0.9em;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .hs-form-booleancheckbox-display > span, .legal-consent-container .hs-form-booleancheckbox-display > span,
.hs-form-checkbox-display > span,
.legal-consent-container .hs-form-checkbox-display > span {
    font-size: 0.85em;
  }
}

.submitted-message {
  padding: 95px 0;
  text-align: center;
  font-size: 1.5rem;
}

.input-group > .form-control:first-child, .hs-search-field .input-group > .hs-search-field__input:first-child, form.hs-form.hs-custom-form .hs-form-field .input-group > input[type=email]:first-child,
form.hs-form.hs-custom-form .hs-form-field .input-group > input[type=password]:first-child,
form.hs-form.hs-custom-form .hs-form-field .input-group > input[type=text]:first-child,
form.hs-form.hs-custom-form .hs-form-field .input-group > input[type=tel]:first-child,
form.hs-form.hs-custom-form .hs-form-field .input-group > textarea:first-child {
  border-top-left-radius: 1.5em;
  border-bottom-left-radius: 1.5em;
}

ul {
  padding-left: 1em;
  margin: 1em 0;
}
ul.navbar-nav {
  margin: 0;
}
ul.navbar-nav ul {
  margin: 0;
}
ul.navbar-nav li {
  margin: 0;
}
ul li {
  margin: 0.5em 0;
}
ul.barr-list, .counter-section ul {
  padding-left: 0;
}
ul.barr-list li, .counter-section ul li {
  list-style: none;
  position: relative;
  padding-left: 28px;
  margin: 10px 0;
}
ul.barr-list li:before, .counter-section ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 20px;
  height: 20px;
  background: url(https://www.varicent.com/hubfs/icm/arr.svg) no-repeat;
  background-size: contain;
}
ul.double-arrow-list, ul.dotted-list {
  padding-left: 0;
}
ul.double-arrow-list li, ul.dotted-list li {
  list-style: none;
  position: relative;
  padding-left: 28px;
  margin: 10px 0 20px;
}
ul.double-arrow-list li:before, ul.dotted-list li:before {
  position: absolute;
  left: 0;
  top: 0.18em;
  width: 20px;
  height: 20px;
  background: url(https://www.varicent.com/hubfs/icm/arr.svg) no-repeat;
  background-size: contain;
  content: "";
}
ul.dotted-list li {
  padding-left: 24px;
}
ul.dotted-list li:before {
  width: 12px;
  height: 13px;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='13' viewBox='0 0 12 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='6' cy='6.49792' r='6' fill='%232B4FF4'/%3E%3C/svg%3E%0A");
  top: 0.4em;
}

.nav-link:hover, .nav-link:focus {
  color: inherit;
}

.gg-chevron-down {
  border: 2px solid transparent;
  border-radius: 100px;
  box-sizing: border-box;
  display: block;
  float: right;
  height: 22px;
  margin-top: -3px;
  position: relative;
  width: 22px;
}
.gg-chevron-down:after {
  border-bottom: 2px solid;
  border-right: 2px solid;
  box-sizing: border-box;
  content: "";
  display: block;
  height: 10px;
  position: absolute;
  right: 6px;
  top: 4px;
  transform: rotate(45deg);
  width: 10px;
}

.circle-counter {
  font-size: 1.125rem;
  text-transform: uppercase;
  color: #2b4ff4;
  position: relative;
  left: -60px;
  color: #2b4ff4 !important;
  z-index: -1;
  margin-bottom: 5px !important;
  font-weight: 500;
}
.circle-counter::after {
  content: attr(data-count);
  position: absolute;
  font-size: 2em;
  text-align: center;
  line-height: 1;
  font-weight: bold;
  color: #10239E;
  left: -0.9em;
  top: -0.15em;
  padding-top: 1em;
  z-index: -1;
  background-color: #F3F6FF;
  width: 2.75em;
  height: 2.75em;
  border-radius: 50%;
  box-sizing: border-box;
}
@media (max-width: 767.98px) {
  .circle-counter {
    font-size: 1rem;
  }
}

.widget-type-linked_image {
  overflow: hidden;
}

.lozad {
  background-color: currentColor;
}
.hs-search-field .hs-search-field__input {
  max-width: 230px;
  border-radius: 2em;
  border-color: #000;
  border-width: 2px;
}

.content-item .feature-image {
  overflow: hidden;
  padding-bottom: 71.66666667%;
  position: relative;
}
#ty-related-resources .content-item .feature-image img {
  width: auto;
  height: 100%;
}
.content-item .feature-image img {
  position: absolute;
}

.form-placeholder {
  --bs-gutter-x: .5rem;
}
.form-placeholder .placeholder-glow {
  margin-left: calc(var(--bs-gutter-x) * -0.5);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  display: flex;
  margin-bottom: 1rem;
}
.form-placeholder .placeholder-glow > div {
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  padding-right: calc(var(--bs-gutter-x) * 0.5);
}
.form-placeholder .placeholder-recaptcha {
  height: 3.75rem;
}
.form-placeholder .placeholder-input {
  height: 2.375rem;
}
.form-placeholder .placeholder-label {
  margin-bottom: 0.5rem;
}

.hs-ipe-widget-placeholder {
  border: 1px dashed #516f90;
  background-color: #f5f8fa;
  font-size: 14px;
  text-align: center;
  padding: 20px;
  text-shadow: 0 -1px 0 hsla(0deg, 0%, 100%, 0.5);
}
.hs-ipe-widget-placeholder h5, .hs-ipe-widget-placeholder p {
  line-height: 1.15;
  margin: 0.3em 0;
}

/* CSS variables */
:root {
  --gap: 0px;
}

/* Mobile layout */
.row-fluid {
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(var(--bs-gutter-x) * -0.5);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
}

.row-fluid-wrapper {
  margin-left: calc(var(--bs-gutter-x) * -0.5);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  padding-right: calc(var(--bs-gutter-x) * 0.5);
}

.row-fluid [class*=span] {
  min-height: 1px;
  width: 100%;
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  padding-right: calc(var(--bs-gutter-x) * 0.5);
}

/* Desktop layout */
@media (min-width: 768px) {
  .row-fluid {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .row-fluid > .col-md-1, .row-fluid > .span1 {
    width: calc(8.3333333333% - var(--gap));
  }
  .row-fluid > .col-md-2, .row-fluid > .span2 {
    width: calc(16.6666666667% - var(--gap));
  }
  .row-fluid > .col-md-3, .row-fluid > .span3 {
    width: calc(25% - var(--gap));
  }
  .row-fluid > .col-md-4, .row-fluid > .span4 {
    width: calc(33.3333333333% - var(--gap));
  }
  .row-fluid > .col-md-5, .row-fluid > .span5 {
    width: calc(41.6666666667% - var(--gap));
  }
  .row-fluid > .col-md-6, form.hs-form.hs-custom-form fieldset .row-fluid > .form-columns-2, .row-fluid > .span6 {
    width: calc(50% - var(--gap));
  }
  .row-fluid > .col-md-7, .row-fluid > .span7 {
    width: calc(58.3333333333% - var(--gap));
  }
  .row-fluid > .col-md-8, .row-fluid > .span8 {
    width: calc(66.6666666667% - var(--gap));
  }
  .row-fluid > .col-md-9, .row-fluid > .span9 {
    width: calc(75% - var(--gap));
  }
  .row-fluid > .col-md-10, .row-fluid > .span10 {
    width: calc(83.3333333333% - var(--gap));
  }
  .row-fluid > .col-md-11, .row-fluid > .span11 {
    width: calc(91.6666666667% - var(--gap));
  }
}
body {
  overflow-x: hidden;
}

@media (min-width: 1200px) {
  #main-content .container {
    max-width: 1296px;
  }
}
@media (min-width: 768px) {
  #main-content > .container-fluid, #main-content > .container-sm, #main-content > .container-md, #main-content > .container-lg, #main-content > .container-xl, #main-content > .container-xxl {
    padding-right: calc(1.5 * var(--bs-gutter-x));
    padding-left: calc(1.5 * var(--bs-gutter-x));
  }
  #main-content > .container-fluid > .row-fluid-wrapper, #main-content > .container-sm > .row-fluid-wrapper, #main-content > .container-md > .row-fluid-wrapper, #main-content > .container-lg > .row-fluid-wrapper, #main-content > .container-xl > .row-fluid-wrapper, #main-content > .container-xxl > .row-fluid-wrapper {
    padding-right: calc(1.5 * var(--bs-gutter-x));
    padding-left: calc(1.5 * var(--bs-gutter-x));
    margin-right: calc(-1.5 * var(--bs-gutter-x));
    margin-left: calc(-1.5 * var(--bs-gutter-x));
  }
  #main-content > .container-fluid > .row-fluid-wrapper > .row-fluid, #main-content > .container-sm > .row-fluid-wrapper > .row-fluid, #main-content > .container-md > .row-fluid-wrapper > .row-fluid, #main-content > .container-lg > .row-fluid-wrapper > .row-fluid, #main-content > .container-xl > .row-fluid-wrapper > .row-fluid, #main-content > .container-xxl > .row-fluid-wrapper > .row-fluid {
    margin-right: calc(-1.5 * var(--bs-gutter-x));
    margin-left: calc(-1.5 * var(--bs-gutter-x));
  }
  #main-content > .container-fluid > .row-fluid-wrapper > .row-fluid > .span12, #main-content > .container-sm > .row-fluid-wrapper > .row-fluid > .span12, #main-content > .container-md > .row-fluid-wrapper > .row-fluid > .span12, #main-content > .container-lg > .row-fluid-wrapper > .row-fluid > .span12, #main-content > .container-xl > .row-fluid-wrapper > .row-fluid > .span12, #main-content > .container-xxl > .row-fluid-wrapper > .row-fluid > .span12 {
    padding-right: calc(1.5 * var(--bs-gutter-x));
    padding-left: calc(1.5 * var(--bs-gutter-x));
  }
  #main-content > .container-fluid > .row-fluid-wrapper > .row-fluid > .span12 > .row-fluid-wrapper, #main-content > .container-sm > .row-fluid-wrapper > .row-fluid > .span12 > .row-fluid-wrapper, #main-content > .container-md > .row-fluid-wrapper > .row-fluid > .span12 > .row-fluid-wrapper, #main-content > .container-lg > .row-fluid-wrapper > .row-fluid > .span12 > .row-fluid-wrapper, #main-content > .container-xl > .row-fluid-wrapper > .row-fluid > .span12 > .row-fluid-wrapper, #main-content > .container-xxl > .row-fluid-wrapper > .row-fluid > .span12 > .row-fluid-wrapper {
    padding-right: calc(1.5 * var(--bs-gutter-x));
    padding-left: calc(1.5 * var(--bs-gutter-x));
    margin-right: calc(-1.5 * var(--bs-gutter-x));
    margin-left: calc(-1.5 * var(--bs-gutter-x));
  }
}

.content-wrapper {
  margin: 0 auto;
  padding: 0 1rem;
}
@media (min-width: 1200px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}
.dnd-section .dnd-column {
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  padding-right: calc(var(--bs-gutter-x) * 0.5);
}

.gx-6 {
  --bs-gutter-x: 6rem;
}

@media (min-width: 768px) {
  .gx-md-6 {
    --bs-gutter-x: 6rem;
  }
}
@media (min-width: 992px) {
  .gx-lg-6 {
    --bs-gutter-x: 6rem;
  }
}
@media (min-width: 1200px) {
  .gx-xl-6 {
    --bs-gutter-x: 6rem;
  }
}
.hs-blog-listing .badge {
  background-color: #E5EDFF;
  border: 1px solid #ADC6FF;
  --bs-badge-color: #2B4FF4;
  --bs-badge-font-size: 1rem;
  --bs-badge-font-weight: 500;
  --bs-badge-border-radius: 1rem;
  --bs-badge-padding-x: .85rem;
}
@media (max-width: 991.98px) {
  .hs-blog-listing .badge {
    --bs-badge-font-size: .85rem;
  }
}

.event-article {
  margin-bottom: 135px;
}
.event-article .container {
  padding-left: var(--bs-gutter-x);
  padding-right: var(--bs-gutter-x);
}

.speaker-box {
  background-color: rgb(243, 246, 255);
  border: 1px solid #2b4ff4;
  display: flex;
  align-items: center;
  border-radius: 8px;
  padding: 1.25em;
  margin-bottom: 1.5em;
}
.speaker-box.speaker-box-base {
  background: none;
  border: 0 none;
  padding: 0;
}
.speaker-box p {
  color: #2b4ff4;
}
.speaker-box img {
  box-shadow: 0px 8px 10px 0px rgba(97, 14, 162, 0.12);
  border-radius: 50%;
}
.speaker-box .col {
  padding-left: 1.1em;
}

#event-form {
  padding: 24px;
  background-color: #2b4ff4;
  border-radius: 0.75rem;
  color: #FFF;
}
@media (min-width: 576px) {
  #event-form {
    position: sticky;
    top: 120px;
  }
}
#event-form form {
  padding: 0;
  background-color: transparent;
  border-radius: 0;
  box-shadow: none;
  border: 0 none;
}
#event-form label {
  display: inline;
}
#event-form label span:empty {
  display: none;
}
#event-form .hs-button {
  --bs-btn-bg: #FADB14;
  --bs-btn-hover-bg: #d6bc14;
  --bs-btn-color: #2b4ff4;
  --bs-btn-hover-color: #2b4ff4;
}
#event-form .hs-form-field {
  margin-bottom: 1rem;
}
#event-form .hs-input {
  border-radius: 2em;
}

.counter-section h2 {
  margin: 0 0 25px;
  line-height: 1.4;
}
.counter-section .mycounter {
  font-size: 18px;
  text-transform: uppercase;
  color: #2b4ff4;
  position: relative;
  left: -60px;
  color: #2b4ff4 !important;
  z-index: -1;
  margin-bottom: 5px !important;
}
.counter-section .mycounter:after {
  content: attr(data-count);
  position: absolute;
  font-size: 2em;
  text-align: center;
  line-height: 1;
  font-weight: bold;
  color: #10239E;
  left: -0.9em;
  top: -0.15em;
  padding-top: 0.9em;
  z-index: -1;
  background-color: #F3F6FF;
  width: 2.75em;
  height: 2.75em;
  border-radius: 50%;
  box-sizing: border-box;
}
@media (max-width: 767.98px) {
  .counter-section h2 {
    padding-left: 55px;
  }
  .counter-section .mycounter {
    left: auto;
  }
}

div[data-hs-forms-root=true] {
  position: sticky;
  top: 110px;
}

#single-video {
  padding-bottom: 65px;
}
#single-video .youtube-player {
  margin: 0 auto;
  padding-bottom: 64.3%;
}
#single-video .category-tag {
  font-size: 0.9rem;
  text-transform: uppercase;
  text-align: center;
  color: #686868;
  margin-top: 1.5rem;
}

#single-video-related-resources {
  background: #F8F8F8;
  padding-top: 65px;
  padding-bottom: 65px;
}

#story-menu p {
  margin: 0;
}
#story-menu hr {
  margin: 0.75rem 0;
}

.story-box {
  border: 1px solid rgb(16, 35, 158);
  background: rgb(243, 246, 255);
  padding: 110px 45px 45px;
  border-radius: 8px;
  box-shadow: 0px 16px 18px 0px rgba(97, 14, 162, 0.12), 0px 0px 0px 1px rgba(97, 14, 162, 0.03);
  margin: 0 24px;
}

.pagination_story_logo {
  padding: 0;
  margin: 0 24px;
}
.pagination_story_logo, .pagination_story_logo:active {
  border: 0 none;
  background-color: transparent;
}

/* For content that needs to be visually hidden but stay visible for screenreaders */
.show-for-sr {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

@media (max-width: 767px) {
  .show-for-sr--mobile {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }
}
.break-after-column {
  -moz-column-break-after: column;
  break-after: column;
}

@media (min-width: 1200px) {
  .break-after-xl-column {
    -moz-column-break-after: column;
    break-after: column;
  }
}

.editor-only {
  display: none;
}

.hs-inline-edit .editor-only {
  display: block;
}

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

@keyframes navSlideIn {
  0% {
    transform: translate(-50%, 1rem);
    opacity: 0;
  }
  100% {
    transform: translate(-50%, 0rem);
    opacity: 1;
  }
  0% {
    transform: translate(-50%, 1rem);
    opacity: 0;
  }
}
.navSlideIn {
  animation-name: navSlideIn;
}

.content-wrapper {
  max-width: 1296px;
}

.content-wrapper--vertical-spacing, .dnd-section {
  padding: 0 12px;
}

.dnd-section > .row-fluid {
  max-width: 1296px;
}

html {
  font-size: 16px;
}

body {
  color: #282828;
  font-size: 16px;
}

body, p {
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}

a {
  color: #2b4ff4;
}

a, a:focus, a:hover {
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
}

a:focus, a:hover {
  color: #0327cc;
}

a:active {
  color: #5377ff;
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
}

@media (min-width: 1400px) {
  .h1, h1 {
    font-size: 3.75rem;
  }
  .h1, .h2, .blog-header-title, h1, h2 {
    font-family: Inter, serif;
    font-style: normal;
    font-weight: 600;
    text-decoration: none;
    text-transform: none;
  }
  .h2, .blog-header-title, h2 {
    font-size: 3rem;
  }
  .h3, h3 {
    font-size: 2.25rem;
  }
  .h3, .h4, h3, h4 {
    font-family: Inter, serif;
    font-style: normal;
    font-weight: 600;
    text-decoration: none;
    text-transform: none;
  }
  .h4, h4 {
    font-size: 1.75rem;
  }
  .h5, .blog-post aside h2, .form-title, .event-content h2, h5 {
    font-size: 1.4rem;
  }
  .h5, .blog-post aside h2, .form-title, .event-content h2, .h6, h5, h6 {
    font-family: Inter, serif;
    font-style: normal;
    font-weight: 600;
    text-decoration: none;
    text-transform: none;
  }
  .h6, h6 {
    font-size: 1.2rem;
  }
}
blockquote {
  border-left-color: #f8f9fa;
}

.button, button {
  border: 1px solid #2b4ff4;
  border-radius: 3px;
  color: #fff;
  font-size: 0.8125rem;
  padding: 0.8em 2.5em;
  text-transform: uppercase;
}

.button, .button:active, button, button:active {
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
}

.button:active, button:active {
  background-color: #5377ff;
  border-color: #5377ff;
}

.submitted-message, form {
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}

.form-title {
  color: inherit;
}

form label, form legend {
  color: #inherit;
}

form input[type=email], form input[type=file], form input[type=number], form input[type=password], form input[type=tel], form input[type=text], form select, form textarea {
  border: 1px solid #d1d6dc;
  border-radius: 0;
  color: #282828;
}

::-moz-placeholder {
  color: #282828;
}

::placeholder {
  color: #282828;
}

.hs-fieldtype-date .input .hs-dateinput:before {
  color: #282828;
}

.fn-date-picker td.is-selected .pika-button {
  background: #2b4ff4;
}

.fn-date-picker td .pika-button:hover {
  background-color: #2b4ff4 !important;
}

.fn-date-picker td.is-today .pika-button {
  color: #2b4ff4;
}

table, td, th {
  border: 1px solid #282828;
}

td, th {
  color: #282828;
  padding: 0 15px;
}

thead th {
  color: #fff;
}

tfoot td {
  color: #282828;
}

.header__language-switcher .lang_list_class li a, .header__language-switcher-label-current, .header__logo .logo-company-name, .menu__link {
  color: #282828;
  font-family: Inter;
}

.menu__child-toggle-icon {
  border-top-color: #282828;
}

.header__language-switcher .lang_list_class li a:focus, .header__language-switcher .lang_list_class li:hover a, .header__language-switcher-label-current:focus, .header__language-switcher-label-current:hover, .menu .menu__link:focus, .menu .menu__link:hover {
  color: #000;
}

.menu__child-toggle-icon:focus, .menu__child-toggle-icon:hover {
  border-top-color: #000;
}

.header__language-switcher .lang_list_class li a:active, .header__language-switcher-label-current:active, .menu .menu__link:active {
  color: #505050;
}

.menu__child-toggle-icon:active {
  border-top-color: #505050;
}

.menu .menu__item--depth-1 > .menu__link--active-link:after {
  background-color: #282828;
}

@media (min-width: 767px) {
  .header__language-switcher .lang_list_class, .menu .menu__submenu, .menu__submenu--level-2 > .menu__item:first-child:before {
    border: 2px solid #2b4ff4;
  }
}
.menu__submenu .menu__link, .menu__submenu .menu__link:focus, .menu__submenu .menu__link:hover {
  color: #282828;
}

.header__language-switcher .lang_list_class:before {
  border-bottom-color: #2b4ff4;
}

.header__language-switcher .lang_list_class li a, .header__language-switcher-label-current {
  font-family: Inter;
}

.header__language-switcher-label-current:after {
  border-top-color: #282828;
}

@media (max-width: 767px) {
  .header__navigation-toggle svg, .menu-arrow svg {
    fill: #282828;
  }
}
.footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6, .footer img, .footer label, .footer li, .footer p, .footer span {
  color: #282828;
}

.blog-header__inner, .blog-post, .blog-related-posts {
  padding: 0;
}

.blog-post__meta a, .blog-post__tag-link {
  color: #282828;
}

.blog-post__tag-link:focus, .blog-post__tag-link:hover {
  color: #000;
}

.blog-post__tag-link:active {
  color: #505050;
}

.blog-related-posts__title-link, .blog-related-posts__title-link:active, .blog-related-posts__title-link:focus, .blog-related-posts__title-link:hover {
  font-family: Inter, serif;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  text-transform: none;
}

.blog-related-posts__title-link, .blog-related-posts__title-link:focus, .blog-related-posts__title-link:hover {
  color: #000;
}

.blog-related-posts__title-link:active {
  color: #282828;
}

.blog-comments {
  margin-bottom: 0;
}

#comments-listing .comment-reply-to {
  color: #2b4ff4;
}

#comments-listing .comment-reply-to:focus, #comments-listing .comment-reply-to:hover {
  color: #0327cc;
}

#comments-listing .comment-reply-to:active {
  color: #5377ff;
}

.hs-search-results__title {
  font-family: Inter, serif;
  font-style: normal;
  text-decoration: none;
}

.blog-index__post-title-link, .blog-index__post-title-link:active, .blog-index__post-title-link:focus, .blog-index__post-title-link:hover {
  font-family: Inter, serif;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  text-transform: none;
}

.blog-index__post-title-link, .blog-index__post-title-link:focus, .blog-index__post-title-link:hover {
  color: #000;
}

.blog-index__post-author-name, .blog-index__post-tag, .blog-index__post-title-link:active, .pagination__link--number, .pagination__link-text {
  color: #282828;
}

.pagination__link--number:focus, .pagination__link--number:hover, .pagination__link:focus .pagination__link-text, .pagination__link:hover .pagination__link-text {
  color: #000;
}

.pagination__link--number:active, .pagination__link:active .pagination__link-text {
  color: #505050;
}

.pagination__link-icon svg {
  fill: #282828;
}

.card__price {
  color: #000;
  font-family: Inter, serif;
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
}

.card__body svg {
  fill: #2b4ff4;
}

.social-links__icon {
  background-color: #2b4ff4;
}

.social-links__icon:focus, .social-links__icon:hover {
  background-color: #0327cc;
}

.social-links__icon:active {
  background-color: #5377ff;
  color: #000;
  font-family: Inter, serif;
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
}