@charset "UTF-8";
/*!-----------------------------------------------------------------------------------

    Theme Name: Altamira
    Theme URI: #
    Description: Altamira Master Theme
    Author: Secret Key
    Author URI: https://www.secretkey.it/
    Tags: HTML5, CSS3, JS

    Version: 1.0.1

    Text Domain: sk_theme

-------------------------------------------------------------------------------------*/
/* @start: Bootstrap */
:root {
  --bs-font-sans-serif: "sans-serif";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --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-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, .176);
  --bs-link-color: #0d6efd;
  --bs-link-hover-color: #0a58ca;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd;
}

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

body {
  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);
  margin: 0;
}

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

h6,
h5,
h4,
h3,
h2,
h1 {
  margin-top: 0;
  margin-bottom: 0.9375rem;
  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] {
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

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

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 {
  background-color: var(--bs-highlight-bg);
  padding: 0.1875em;
}

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

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 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 0.875em;
  display: block;
  overflow: auto;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

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

a > code {
  color: inherit;
}

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

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 {
  color: #6c757d;
  text-align: left;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

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 {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}

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 {
  border-style: none;
  padding: 0;
}

textarea {
  resize: vertical;
}

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

legend {
  float: left;
  width: 100%;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
  margin-bottom: 0.5rem;
  padding: 0;
}

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

::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.875rem;
  --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-left: auto;
  margin-right: 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: 1025px) {
  .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: 1440px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1440px;
  }
}
.row {
  --bs-gutter-x: 1.875rem;
  --bs-gutter-y: 0;
  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));
  flex-wrap: wrap;
  display: flex;
}

.row > * {
  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);
  flex-shrink: 0;
}

.col {
  flex: 1 0;
}

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

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

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

.row-cols-3 > * {
  width: 33.3333%;
  flex: none;
}

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

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

.row-cols-6 > * {
  width: 16.6667%;
  flex: none;
}

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

.col-1 {
  width: 8.33333%;
  flex: none;
}

.col-2 {
  width: 16.6667%;
  flex: none;
}

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

.col-4 {
  width: 33.3333%;
  flex: none;
}

.col-5 {
  width: 41.6667%;
  flex: none;
}

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

.col-7 {
  width: 58.3333%;
  flex: none;
}

.col-8 {
  width: 66.6667%;
  flex: none;
}

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

.col-10 {
  width: 83.3333%;
  flex: none;
}

.col-11 {
  width: 91.6667%;
  flex: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0;
  }
  .row-cols-sm-auto > * {
    width: auto;
    flex: none;
  }
  .row-cols-sm-1 > * {
    width: 100%;
    flex: none;
  }
  .row-cols-sm-2 > * {
    width: 50%;
    flex: none;
  }
  .row-cols-sm-3 > * {
    width: 33.3333%;
    flex: none;
  }
  .row-cols-sm-4 > * {
    width: 25%;
    flex: none;
  }
  .row-cols-sm-5 > * {
    width: 20%;
    flex: none;
  }
  .row-cols-sm-6 > * {
    width: 16.6667%;
    flex: none;
  }
  .col-sm-auto {
    width: auto;
    flex: none;
  }
  .col-sm-1 {
    width: 8.33333%;
    flex: none;
  }
  .col-sm-2 {
    width: 16.6667%;
    flex: none;
  }
  .col-sm-3 {
    width: 25%;
    flex: none;
  }
  .col-sm-4 {
    width: 33.3333%;
    flex: none;
  }
  .col-sm-5 {
    width: 41.6667%;
    flex: none;
  }
  .col-sm-6 {
    width: 50%;
    flex: none;
  }
  .col-sm-7 {
    width: 58.3333%;
    flex: none;
  }
  .col-sm-8 {
    width: 66.6667%;
    flex: none;
  }
  .col-sm-9 {
    width: 75%;
    flex: none;
  }
  .col-sm-10 {
    width: 83.3333%;
    flex: none;
  }
  .col-sm-11 {
    width: 91.6667%;
    flex: none;
  }
  .col-sm-12 {
    width: 100%;
    flex: none;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.6667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333%;
  }
  .offset-sm-5 {
    margin-left: 41.6667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333%;
  }
  .offset-sm-8 {
    margin-left: 66.6667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333%;
  }
  .offset-sm-11 {
    margin-left: 91.6667%;
  }
  .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: .46875rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: .46875rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: .9375rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: .9375rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1.875rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1.875rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 2.8125rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 2.8125rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 5.625rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 5.625rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0;
  }
  .row-cols-md-auto > * {
    width: auto;
    flex: none;
  }
  .row-cols-md-1 > * {
    width: 100%;
    flex: none;
  }
  .row-cols-md-2 > * {
    width: 50%;
    flex: none;
  }
  .row-cols-md-3 > * {
    width: 33.3333%;
    flex: none;
  }
  .row-cols-md-4 > * {
    width: 25%;
    flex: none;
  }
  .row-cols-md-5 > * {
    width: 20%;
    flex: none;
  }
  .row-cols-md-6 > * {
    width: 16.6667%;
    flex: none;
  }
  .col-md-auto {
    width: auto;
    flex: none;
  }
  .col-md-1 {
    width: 8.33333%;
    flex: none;
  }
  .col-md-2 {
    width: 16.6667%;
    flex: none;
  }
  .col-md-3 {
    width: 25%;
    flex: none;
  }
  .col-md-4 {
    width: 33.3333%;
    flex: none;
  }
  .col-md-5 {
    width: 41.6667%;
    flex: none;
  }
  .col-md-6 {
    width: 50%;
    flex: none;
  }
  .col-md-7 {
    width: 58.3333%;
    flex: none;
  }
  .col-md-8 {
    width: 66.6667%;
    flex: none;
  }
  .col-md-9 {
    width: 75%;
    flex: none;
  }
  .col-md-10 {
    width: 83.3333%;
    flex: none;
  }
  .col-md-11 {
    width: 91.6667%;
    flex: none;
  }
  .col-md-12 {
    width: 100%;
    flex: none;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.6667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333%;
  }
  .offset-md-5 {
    margin-left: 41.6667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333%;
  }
  .offset-md-8 {
    margin-left: 66.6667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333%;
  }
  .offset-md-11 {
    margin-left: 91.6667%;
  }
  .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: .46875rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: .46875rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: .9375rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: .9375rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1.875rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1.875rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 2.8125rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 2.8125rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 5.625rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 5.625rem;
  }
}
@media (min-width: 1025px) {
  .col-lg {
    flex: 1 0;
  }
  .row-cols-lg-auto > * {
    width: auto;
    flex: none;
  }
  .row-cols-lg-1 > * {
    width: 100%;
    flex: none;
  }
  .row-cols-lg-2 > * {
    width: 50%;
    flex: none;
  }
  .row-cols-lg-3 > * {
    width: 33.3333%;
    flex: none;
  }
  .row-cols-lg-4 > * {
    width: 25%;
    flex: none;
  }
  .row-cols-lg-5 > * {
    width: 20%;
    flex: none;
  }
  .row-cols-lg-6 > * {
    width: 16.6667%;
    flex: none;
  }
  .col-lg-auto {
    width: auto;
    flex: none;
  }
  .col-lg-1 {
    width: 8.33333%;
    flex: none;
  }
  .col-lg-2 {
    width: 16.6667%;
    flex: none;
  }
  .col-lg-3 {
    width: 25%;
    flex: none;
  }
  .col-lg-4 {
    width: 33.3333%;
    flex: none;
  }
  .col-lg-5 {
    width: 41.6667%;
    flex: none;
  }
  .col-lg-6 {
    width: 50%;
    flex: none;
  }
  .col-lg-7 {
    width: 58.3333%;
    flex: none;
  }
  .col-lg-8 {
    width: 66.6667%;
    flex: none;
  }
  .col-lg-9 {
    width: 75%;
    flex: none;
  }
  .col-lg-10 {
    width: 83.3333%;
    flex: none;
  }
  .col-lg-11 {
    width: 91.6667%;
    flex: none;
  }
  .col-lg-12 {
    width: 100%;
    flex: none;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.6667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333%;
  }
  .offset-lg-5 {
    margin-left: 41.6667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333%;
  }
  .offset-lg-8 {
    margin-left: 66.6667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333%;
  }
  .offset-lg-11 {
    margin-left: 91.6667%;
  }
  .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: .46875rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: .46875rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: .9375rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: .9375rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1.875rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1.875rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 2.8125rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 2.8125rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 5.625rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 5.625rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0;
  }
  .row-cols-xl-auto > * {
    width: auto;
    flex: none;
  }
  .row-cols-xl-1 > * {
    width: 100%;
    flex: none;
  }
  .row-cols-xl-2 > * {
    width: 50%;
    flex: none;
  }
  .row-cols-xl-3 > * {
    width: 33.3333%;
    flex: none;
  }
  .row-cols-xl-4 > * {
    width: 25%;
    flex: none;
  }
  .row-cols-xl-5 > * {
    width: 20%;
    flex: none;
  }
  .row-cols-xl-6 > * {
    width: 16.6667%;
    flex: none;
  }
  .col-xl-auto {
    width: auto;
    flex: none;
  }
  .col-xl-1 {
    width: 8.33333%;
    flex: none;
  }
  .col-xl-2 {
    width: 16.6667%;
    flex: none;
  }
  .col-xl-3 {
    width: 25%;
    flex: none;
  }
  .col-xl-4 {
    width: 33.3333%;
    flex: none;
  }
  .col-xl-5 {
    width: 41.6667%;
    flex: none;
  }
  .col-xl-6 {
    width: 50%;
    flex: none;
  }
  .col-xl-7 {
    width: 58.3333%;
    flex: none;
  }
  .col-xl-8 {
    width: 66.6667%;
    flex: none;
  }
  .col-xl-9 {
    width: 75%;
    flex: none;
  }
  .col-xl-10 {
    width: 83.3333%;
    flex: none;
  }
  .col-xl-11 {
    width: 91.6667%;
    flex: none;
  }
  .col-xl-12 {
    width: 100%;
    flex: none;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.6667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333%;
  }
  .offset-xl-5 {
    margin-left: 41.6667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333%;
  }
  .offset-xl-8 {
    margin-left: 66.6667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333%;
  }
  .offset-xl-11 {
    margin-left: 91.6667%;
  }
  .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: .46875rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: .46875rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: .9375rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: .9375rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1.875rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1.875rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 2.8125rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 2.8125rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 5.625rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 5.625rem;
  }
}
@media (min-width: 1440px) {
  .col-xxl {
    flex: 1 0;
  }
  .row-cols-xxl-auto > * {
    width: auto;
    flex: none;
  }
  .row-cols-xxl-1 > * {
    width: 100%;
    flex: none;
  }
  .row-cols-xxl-2 > * {
    width: 50%;
    flex: none;
  }
  .row-cols-xxl-3 > * {
    width: 33.3333%;
    flex: none;
  }
  .row-cols-xxl-4 > * {
    width: 25%;
    flex: none;
  }
  .row-cols-xxl-5 > * {
    width: 20%;
    flex: none;
  }
  .row-cols-xxl-6 > * {
    width: 16.6667%;
    flex: none;
  }
  .col-xxl-auto {
    width: auto;
    flex: none;
  }
  .col-xxl-1 {
    width: 8.33333%;
    flex: none;
  }
  .col-xxl-2 {
    width: 16.6667%;
    flex: none;
  }
  .col-xxl-3 {
    width: 25%;
    flex: none;
  }
  .col-xxl-4 {
    width: 33.3333%;
    flex: none;
  }
  .col-xxl-5 {
    width: 41.6667%;
    flex: none;
  }
  .col-xxl-6 {
    width: 50%;
    flex: none;
  }
  .col-xxl-7 {
    width: 58.3333%;
    flex: none;
  }
  .col-xxl-8 {
    width: 66.6667%;
    flex: none;
  }
  .col-xxl-9 {
    width: 75%;
    flex: none;
  }
  .col-xxl-10 {
    width: 83.3333%;
    flex: none;
  }
  .col-xxl-11 {
    width: 91.6667%;
    flex: none;
  }
  .col-xxl-12 {
    width: 100%;
    flex: none;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333%;
  }
  .offset-xxl-2 {
    margin-left: 16.6667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.3333%;
  }
  .offset-xxl-5 {
    margin-left: 41.6667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.3333%;
  }
  .offset-xxl-8 {
    margin-left: 66.6667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.3333%;
  }
  .offset-xxl-11 {
    margin-left: 91.6667%;
  }
  .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: .46875rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: .46875rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: .9375rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: .9375rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1.875rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1.875rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 2.8125rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 2.8125rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 5.625rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 5.625rem;
  }
}
.table {
  --bs-table-color: var(--bs-body-color);
  --bs-table-bg: transparent;
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-body-color);
  --bs-table-striped-bg: rgba(0, 0, 0, .05);
  --bs-table-active-color: var(--bs-body-color);
  --bs-table-active-bg: rgba(0, 0, 0, .1);
  --bs-table-hover-color: var(--bs-body-color);
  --bs-table-hover-bg: rgba(0, 0, 0, .075);
  width: 100%;
  color: var(--bs-table-color);
  vertical-align: top;
  border-color: var(--bs-table-border-color);
  margin-bottom: 1.875rem;
}

.table > :not(caption) > * > * {
  background-color: var(--bs-table-bg);
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
  border-bottom-width: 1px;
  padding: 0.5rem;
}

.table > tbody {
  vertical-align: inherit;
}

.table > thead {
  vertical-align: bottom;
}

.table-group-divider {
  border-top: 2px solid;
}

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

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

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

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

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

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

.table-striped > tbody > tr:nth-of-type(2n+1) > *,
.table-striped-columns > :not(caption) > tr > :nth-child(2n) {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

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

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

.table-primary {
  --bs-table-color: #000;
  --bs-table-bg: #cfe2ff;
  --bs-table-border-color: #bacbe6;
  --bs-table-striped-bg: #c5d7f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bacbe6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd1ec;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-secondary {
  --bs-table-color: #000;
  --bs-table-bg: #e2e3e5;
  --bs-table-border-color: #cbccce;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-success {
  --bs-table-color: #000;
  --bs-table-bg: #d1e7dd;
  --bs-table-border-color: #bcd0c7;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-info {
  --bs-table-color: #000;
  --bs-table-bg: #cff4fc;
  --bs-table-border-color: #badce3;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-warning {
  --bs-table-color: #000;
  --bs-table-bg: #fff3cd;
  --bs-table-border-color: #e6dbb9;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-danger {
  --bs-table-color: #000;
  --bs-table-bg: #f8d7da;
  --bs-table-border-color: #dfc2c4;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-light {
  --bs-table-color: #000;
  --bs-table-bg: #f8f9fa;
  --bs-table-border-color: #dfe0e1;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-dark {
  --bs-table-color: #fff;
  --bs-table-bg: #212529;
  --bs-table-border-color: #373b3e;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

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

@media (max-width: 575.98px) {
  .table-responsive-sm {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
  }
}
@media (max-width: 1024.98px) {
  .table-responsive-lg {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
  }
}
@media (max-width: 1439.98px) {
  .table-responsive-xxl {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
  }
}
.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;
  transition: height 0.35s;
  overflow: hidden;
}

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

@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}
.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1.875rem;
  --bs-modal-margin: .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: .5rem;
  --bs-modal-box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
  --bs-modal-inner-border-radius: calc(.5rem - 1px);
  --bs-modal-header-padding-x: 1.875rem;
  --bs-modal-header-padding-y: 1.875rem;
  --bs-modal-header-padding: 1.875rem 1.875rem;
  --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: .5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: 1px;
  z-index: var(--bs-modal-zindex);
  width: 100%;
  height: 100%;
  outline: 0;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
  position: relative;
}

.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 {
  min-height: calc(100% - var(--bs-modal-margin) * 2);
  align-items: center;
  display: flex;
}

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

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

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}

.modal-header {
  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);
  flex-shrink: 0;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.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 {
  line-height: var(--bs-modal-title-line-height);
  margin-bottom: 0;
}

.modal-body {
  padding: var(--bs-modal-padding);
  flex: auto;
  position: relative;
}

.modal-footer {
  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);
  flex-wrap: wrap;
  flex-shrink: 0;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.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 .5rem 1rem rgba(0, 0, 0, .15);
  }
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-left: auto;
    margin-right: auto;
  }
  .modal-sm {
    --bs-modal-width: 300px;
  }
}
@media (min-width: 1025px) {
  .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: 1024.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: 1439.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header,
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
.tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: .9375rem;
  --bs-tooltip-padding-y: .46875rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size: .875rem;
  --bs-tooltip-color: #fff;
  --bs-tooltip-bg: #000;
  --bs-tooltip-border-radius: .375rem;
  --bs-tooltip-opacity: .9;
  --bs-tooltip-arrow-width: .8rem;
  --bs-tooltip-arrow-height: .4rem;
  z-index: var(--bs-tooltip-zindex);
  padding: var(--bs-tooltip-arrow-height);
  margin: var(--bs-tooltip-margin);
  font-family: var(--bs-font-sans-serif);
  text-align: left;
  text-align: start;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
  text-decoration: none;
  display: block;
}

.tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}

.tooltip .tooltip-arrow {
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
  display: block;
}

.tooltip .tooltip-arrow:before {
  content: "";
  border-style: solid;
  border-color: rgba(0, 0, 0, 0);
  position: absolute;
}

.bs-tooltip-top .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: 0;
}

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

.bs-tooltip-end .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
  left: 0;
}

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

.bs-tooltip-bottom .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: 0;
}

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

.bs-tooltip-start .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
  right: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.flex-fill {
  flex: auto !important;
}

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

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

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

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

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.align-self-auto {
  align-self: auto !important;
}

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

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

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

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

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

.order-first {
  order: -1 !important;
}

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

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

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

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

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

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

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

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

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

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

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

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

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

.text-capitalize {
  text-transform: capitalize !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-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.46875rem !important;
  }
  .gap-sm-2 {
    gap: 0.9375rem !important;
  }
  .gap-sm-3 {
    gap: 1.875rem !important;
  }
  .gap-sm-4 {
    gap: 2.8125rem !important;
  }
  .gap-sm-5 {
    gap: 5.625rem !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-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.46875rem !important;
  }
  .gap-md-2 {
    gap: 0.9375rem !important;
  }
  .gap-md-3 {
    gap: 1.875rem !important;
  }
  .gap-md-4 {
    gap: 2.8125rem !important;
  }
  .gap-md-5 {
    gap: 5.625rem !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: 1025px) {
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.46875rem !important;
  }
  .gap-lg-2 {
    gap: 0.9375rem !important;
  }
  .gap-lg-3 {
    gap: 1.875rem !important;
  }
  .gap-lg-4 {
    gap: 2.8125rem !important;
  }
  .gap-lg-5 {
    gap: 5.625rem !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-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.46875rem !important;
  }
  .gap-xl-2 {
    gap: 0.9375rem !important;
  }
  .gap-xl-3 {
    gap: 1.875rem !important;
  }
  .gap-xl-4 {
    gap: 2.8125rem !important;
  }
  .gap-xl-5 {
    gap: 5.625rem !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: 1440px) {
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.46875rem !important;
  }
  .gap-xxl-2 {
    gap: 0.9375rem !important;
  }
  .gap-xxl-3 {
    gap: 1.875rem !important;
  }
  .gap-xxl-4 {
    gap: 2.8125rem !important;
  }
  .gap-xxl-5 {
    gap: 5.625rem !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-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
/* @start: Swiper 11.0.5 */
/* FONT_START */
@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");
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

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

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.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);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.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);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

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

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}

.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transform-origin: center;
}

.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "";
}

/* Navigation font end */
:root {
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

:root {
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

/* Zoom container styles start */
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* Zoom container styles end */
.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

/* Cube slide shadows start */
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Cube slide shadows end */
.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* Flip slide shadows start */
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Flip slide shadows end */
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

/* @start: Fancybox 6.1.10 */
:root {
  --f-button-width: 40px;
  --f-button-height: 40px;
  --f-button-border: 0;
  --f-button-border-radius: 0;
  --f-button-color: #374151;
  --f-button-bg: #f8f8f8;
  --f-button-shadow: none;
  --f-button-transition: all 0.15s ease;
  --f-button-transform: none;
  --f-button-outline-width: 1px;
  --f-button-outline-color: rgba(0, 0, 0, 0.7);
  --f-button-svg-width: 20px;
  --f-button-svg-height: 20px;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-fill: none;
  --f-button-svg-filter: none;
  --f-button-svg-opacity: 1;
  --f-button-svg-disabled-opacity: 0.5;
  --f-button-svg-transition: opacity 0.15s ease;
  --f-button-svg-transform: none;
}

.f-button {
  width: var(--f-button-width);
  height: var(--f-button-height);
  border: var(--f-button-border);
  border-radius: var(--f-button-border-radius);
  color: var(--f-button-color);
  background: var(--f-button-bg);
  box-shadow: var(--f-button-shadow);
  transform: var(--f-button-transform);
  transition: var(--f-button-transition);
  -webkit-backdrop-filter: var(--f-button-backdrop-filter);
          backdrop-filter: var(--f-button-backdrop-filter);
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: content-box;
  position: relative;
  margin: 0;
  padding: 0;
  pointer-events: all;
  cursor: pointer;
  overflow: hidden;
}

@media (hover: hover) {
  .f-button:hover:not([aria-disabled]) {
    color: var(--f-button-hover-color, var(--f-button-color));
    background-color: var(--f-button-hover-bg, var(--f-button-bg));
  }
}
.f-button:active:not([aria-disabled]) {
  color: var(--f-button-active-color, var(--f-button-hover-color, var(--f-button-color)));
  background-color: var(--f-button-active-bg, var(--f-button-hover-bg, var(--f-button-bg)));
}

.f-button:focus {
  outline: none;
}

.f-button:focus-visible {
  outline: var(--f-button-outline-width) solid var(--f-button-outline-color);
  outline-offset: var(--f-button-outline-offset);
}

.f-button svg {
  width: var(--f-button-svg-width);
  height: var(--f-button-svg-height);
  transform: var(--f-button-svg-transform);
  fill: var(--f-button-svg-fill);
  filter: var(--f-button-svg-filter);
  opacity: var(--f-button-svg-opacity, 1);
  transition: var(--f-button-svg-transition);
  stroke: currentColor;
  stroke-width: var(--f-button-svg-stroke-width);
  stroke-linecap: round;
  stroke-linejoin: round;
  pointer-events: none;
}

.f-button[aria-disabled] {
  cursor: default;
}

.f-button[aria-disabled] svg {
  opacity: var(--f-button-svg-disabled-opacity);
}

[data-panzoom-action=toggleFS] g:first-child {
  display: flex;
}

[data-panzoom-action=toggleFS] g:last-child {
  display: none;
}

.in-fullscreen [data-panzoom-action=toggleFS] g:first-child {
  display: none;
}

.in-fullscreen [data-panzoom-action=toggleFS] g:last-child {
  display: flex;
}

[data-autoplay-action=toggle] svg g:first-child {
  display: flex;
}

[data-autoplay-action=toggle] svg g:last-child {
  display: none;
}

.has-autoplay [data-autoplay-action=toggle] svg g:first-child {
  display: none;
}

.has-autoplay [data-autoplay-action=toggle] svg g:last-child {
  display: flex;
}

:-webkit-full-screen [data-fullscreen-action=toggle] svg [data-fullscreen-action=toggle] svg g:first-child {
  display: none;
}

:-moz-full-screen [data-fullscreen-action=toggle] svg [data-fullscreen-action=toggle] svg g:first-child {
  display: none;
}

:fullscreen [data-fullscreen-action=toggle] svg [data-fullscreen-action=toggle] svg g:first-child {
  display: none;
}

:-webkit-full-screen [data-fullscreen-action=toggle] svg [data-fullscreen-action=toggle] svg g:last-child {
  display: flex;
}

:-moz-full-screen [data-fullscreen-action=toggle] svg [data-fullscreen-action=toggle] svg g:last-child {
  display: flex;
}

:fullscreen [data-fullscreen-action=toggle] svg [data-fullscreen-action=toggle] svg g:last-child {
  display: flex;
}

:root {
  --f-spinner-color-1: rgba(0, 0, 0, 0.1);
  --f-spinner-color-2: rgba(17, 24, 28, 0.8);
  --f-spinner-width: 50px;
  --f-spinner-height: 50px;
  --f-spinner-border-radius: 50%;
  --f-spinner-border-width: 4px;
}

.f-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  padding: 0;
  width: var(--f-spinner-width);
  height: var(--f-spinner-height);
  translate: -50% -50%;
  border: var(--f-spinner-border-width) solid var(--f-spinner-color-1);
  border-top-color: var(--f-spinner-color-2);
  border-radius: var(--f-spinner-border-radius);
  animation: f-spinner 0.75s linear infinite, f-fadeIn 0.2s ease 0.2s both;
}

@keyframes f-spinner {
  to {
    rotate: 360deg;
  }
}
.f-panzoom,
.f-zoomable {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.f-panzoom:before,
.f-panzoom:after,
.f-zoomable:before,
.f-zoomable:after {
  display: block;
  content: "";
}

.f-panzoom:not(.has-controls):before,
.f-zoomable:not(.has-controls):before {
  margin-bottom: auto;
}

.f-panzoom:after,
.f-zoomable:after {
  margin-top: auto;
}

.f-panzoom.in-fullscreen,
.f-zoomable.in-fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  margin: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  aspect-ratio: unset !important;
  z-index: 9999;
}

.f-panzoom__wrapper {
  position: relative;
  min-width: 0;
  min-height: 0;
  max-width: 100%;
  max-height: 100%;
}

.f-panzoom__wrapper.will-zoom-out {
  cursor: zoom-out;
}

.f-panzoom__wrapper.can-drag {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.f-panzoom__wrapper.will-zoom-in {
  cursor: zoom-in;
}

.f-panzoom__wrapper.is-dragging {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.f-panzoom__wrapper.has-error {
  display: none;
}

.f-panzoom__content {
  display: block;
  min-width: 0;
  min-height: 0;
  max-width: 100%;
  max-height: 100%;
}

.f-panzoom__content.is-lazyloading,
.f-panzoom__content.has-lazyerror {
  visibility: hidden;
}

img.f-panzoom__content {
  width: auto;
  height: auto;
  vertical-align: top;
  -o-object-fit: contain;
     object-fit: contain;
  transition: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.f-panzoom__wrapper > .f-panzoom__content {
  visibility: hidden;
}

.f-panzoom__viewport {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.f-panzoom__viewport > .f-panzoom__content {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}

picture.f-panzoom__content img {
  vertical-align: top;
  width: 100%;
  height: auto;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.f-panzoom__protected {
  position: absolute;
  inset: 0;
  z-index: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

html.with-panzoom-in-fullscreen {
  overflow: hidden;
}

.f-fadeIn {
  animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeIn;
  z-index: 2;
}

.f-fadeOut {
  animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeOut;
  z-index: 1;
}

@keyframes f-fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes f-fadeOut {
  to {
    opacity: 0;
  }
}
.f-crossfadeIn {
  animation: var(--f-transition-duration, 0.2s) ease both f-crossfadeIn;
  z-index: 2;
}

.f-crossfadeOut {
  animation: calc(var(--f-transition-duration, 0.2s) * 0.2) ease calc(var(--f-transition-duration, 0.2s) * 0.8) both f-crossfadeOut;
  z-index: 1;
}

@keyframes f-crossfadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes f-crossfadeOut {
  to {
    opacity: 0;
  }
}
.is-horizontal .f-slideIn.from-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNextX;
}

.is-horizontal .f-slideIn.from-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrevX;
}

.is-horizontal .f-slideOut.to-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNextX;
}

.is-horizontal .f-slideOut.to-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrevX;
}

@keyframes f-slideInPrevX {
  0% {
    transform: translate(calc(100% + var(--f-carousel-gap, 0)));
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes f-slideInNextX {
  0% {
    transform: translate(calc(-100% - var(--f-carousel-gap, 0)));
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes f-slideOutNextX {
  to {
    transform: translate(calc(-100% - var(--f-carousel-gap, 0)));
  }
}
@keyframes f-slideOutPrevX {
  to {
    transform: translate(calc(100% + var(--f-carousel-gap, 0)));
  }
}
.is-vertical .f-slideIn.from-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNextY;
}

.is-vertical .f-slideIn.from-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrevY;
}

.is-vertical .f-slideOut.to-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNextY;
}

.is-vertical .f-slideOut.to-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrevY;
}

@keyframes f-slideInPrevY {
  0% {
    transform: translateY(calc(100% + var(--f-carousel-gap, 0)));
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes f-slideInNextY {
  0% {
    transform: translateY(calc(-100% - var(--f-carousel-gap, 0)));
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes f-slideOutNextY {
  to {
    transform: translateY(calc(-100% - var(--f-carousel-gap, 0)));
  }
}
@keyframes f-slideOutPrevY {
  to {
    transform: translateY(calc(100% + var(--f-carousel-gap, 0)));
  }
}
.f-zoomInUp {
  animation: var(--f-transition-duration, 0.3s) ease both f-zoomInUp;
}

.f-zoomOutDown {
  animation: var(--f-transition-duration, 0.3s) ease both f-zoomOutDown;
}

@keyframes f-zoomInUp {
  0% {
    transform: scale(var(--f-zoomInUp-scale, 0.975)) translate3d(var(--f-zoomInUp-x, 0), var(--f-zoomInUp-y, 16px), 0);
    opacity: var(--f-zoomInUp-opacity, 0);
  }
  to {
    transform: scale(1) translateZ(0);
    opacity: 1;
  }
}
@keyframes f-zoomOutDown {
  to {
    transform: scale(var(--f-zoomOutDown-scale, 0.975)) translate3d(var(--f-zoomOutDown-x, 0), var(--f-zoomOutDown-y, 16px), 0);
    opacity: 0;
  }
}
.f-throwOutUp {
  animation: var(--f-throwOutUp-duration, 0.2s) ease-out both f-throwOutUp;
}

.f-throwOutDown {
  animation: var(--f-throwOutDown-duration, 0.2s) ease-out both f-throwOutDown;
}

@keyframes f-throwOutUp {
  to {
    transform: translate3d(0, calc(var(--f-throwOutUp-y, 150px) * -1), 0);
    opacity: 0;
  }
}
@keyframes f-throwOutDown {
  to {
    transform: translate3d(0, var(--f-throwOutDown-y, 150px), 0);
    opacity: 0;
  }
}
.has-iframe .f-html,
.has-pdf .f-html,
.has-gmap .f-html {
  width: 100%;
  height: 100%;
  min-height: 1px;
  overflow: visible;
}

.has-pdf .f-html,
.has-gmap .f-html {
  padding: 0;
}

.f-html {
  position: relative;
  box-sizing: border-box;
  margin: var(--f-html-margin, 0);
  padding: var(--f-html-padding, 2rem);
  color: var(--f-html-color, currentColor);
  background: var(--f-html-bg);
}

.is-loading > .f-html {
  opacity: 0;
}

.f-html.is-error {
  text-align: center;
}

.f-iframe {
  display: block;
  margin: 0;
  border: 0;
  height: 100%;
  width: 100%;
}

.f-caption {
  align-self: center;
  flex-shrink: 0;
  margin: var(--f-caption-margin);
  padding: var(--f-caption-padding, 16px 8px);
  max-width: 100%;
  max-height: calc(80vh - 100px);
  overflow: auto;
  overflow-wrap: anywhere;
  line-height: var(--f-caption-line-height);
  color: var(--f-caption-color);
  background: var(--f-caption-bg);
  font: var(--f-caption-font);
}

.has-html5video .f-html,
.has-youtube .f-html,
.has-vimeo .f-html {
  padding: 0;
  width: 100%;
  height: 100%;
  min-height: 1px;
  overflow: visible;
  max-width: var(--f-video-width, 960px);
  max-height: var(--f-video-height, 540px);
  aspect-ratio: var(--f-video-aspect-ratio);
  background: var(--f-video-bg, rgba(0, 0, 0, 0.9));
}

.f-html5video {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: transparent;
}

.f-button.is-arrow {
  --f-button-width: var(--f-arrow-width, 46px);
  --f-button-height: var(--f-arrow-height, 46px);
  --f-button-svg-width: var(--f-arrow-svg-width, 24px);
  --f-button-svg-height: var(--f-arrow-svg-height, 24px);
  --f-button-svg-stroke-width: var(--f-arrow-svg-stroke-width, 1.75);
  --f-button-border-radius: var(--f-arrow-border-radius, unset);
  --f-button-bg: var(--f-arrow-bg, transparent);
  --f-button-hover-bg: var(--f-arrow-hover-bg, var(--f-arrow-bg));
  --f-button-active-bg: var(--f-arrow-active-bg, var(--f-arrow-hover-bg));
  --f-button-shadow: var(--f-arrow-shadow);
  --f-button-color: var(--f-arrow-color);
  --f-button-hover-color: var(--f-arrow-hover-color, var(--f-arrow-color));
  --f-button-active-color: var(
      --f-arrow-active-color,
      var(--f-arrow-hover-color)
  );
  overflow: visible;
}

.f-button.is-arrow.is-prev,
.f-button.is-arrow.is-next {
  position: absolute;
  transform: translate(0);
  z-index: 20;
}

.is-horizontal .f-button.is-arrow.is-prev,
.is-horizontal .f-button.is-arrow.is-next {
  inset: 50% auto auto;
  transform: translateY(-50%);
}

.is-horizontal.is-ltr .f-button.is-arrow.is-prev {
  left: var(--f-arrow-pos, 0);
}

.is-horizontal.is-ltr .f-button.is-arrow.is-next {
  right: var(--f-arrow-pos, 0);
}

.is-horizontal.is-rtl .f-button.is-arrow.is-prev {
  right: var(--f-arrow-pos, 0);
  transform: translateY(-50%) rotateY(180deg);
}

.is-horizontal.is-rtl .f-button.is-arrow.is-next {
  left: var(--f-arrow-pos, 0);
  transform: translateY(-50%) rotateY(180deg);
}

.is-vertical.is-ltr .f-button.is-arrow.is-prev,
.is-vertical.is-rtl .f-button.is-arrow.is-prev {
  top: var(--f-arrow-pos, 0);
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translate(-50%);
}

.is-vertical.is-ltr .f-button.is-arrow.is-next,
.is-vertical.is-rtl .f-button.is-arrow.is-next {
  top: auto;
  right: auto;
  bottom: var(--f-arrow-pos, 0);
  left: 50%;
  transform: translate(-50%);
}

.is-vertical .f-button.is-arrow.is-prev svg,
.is-vertical .f-button.is-arrow.is-next svg {
  transform: rotate(90deg);
}

.f-carousel__toolbar {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  margin: var(--f-toolbar-margin, 0);
  padding: var(--f-toolbar-padding, 8px);
  line-height: var(--f-toolbar-line-height);
  background: var(--f-toolbar-bg, none);
  box-shadow: var(--f-toolbar-shadow, none);
  -webkit-backdrop-filter: var(--f-toolbar-backdrop-filter);
          backdrop-filter: var(--f-toolbar-backdrop-filter);
  position: relative;
  z-index: 20;
  color: var(--f-toolbar-color, currentColor);
  font-size: var(--f-toolbar-font-size, 17px);
  font-weight: var(--f-toolbar-font-weight, inherit);
  font-family: var(--f-toolbar-font, -apple-system, BlinkMacSystemFont, "Segoe UI Adjusted", "Segoe UI", "Liberation Sans", sans-serif);
  text-shadow: var(--f-toolbar-text-shadow);
  text-align: center;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
  white-space: nowrap;
  pointer-events: none;
}

.f-carousel__toolbar.is-absolute {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.f-carousel__toolbar .f-button:focus-visible {
  position: relative;
  z-index: 1;
}

.f-carousel__toolbar__column {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  gap: var(--f-toolbar-gap, 0);
}

.f-carousel__toolbar__column.is-left {
  display: flex;
  justify-self: flex-start;
  justify-content: flex-start;
}

.f-carousel__toolbar__column.is-middle {
  display: flex;
  justify-content: center;
}

.f-carousel__toolbar__column.is-right {
  display: flex;
  justify-self: flex-end;
  justify-content: flex-end;
  flex-flow: nowrap;
}

.f-carousel__toolbar__column {
  pointer-events: none;
}

.f-carousel__toolbar__column > * {
  pointer-events: all;
}

.f-counter {
  position: relative;
  display: flex;
  flex-direction: row;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin: var(--f-counter-margin, 0);
  padding: var(--f-counter-padding, 4px);
  line-height: var(--f-counter-line-height);
  background: var(--f-counter-bg);
  border-radius: var(--f-counter-border-radius);
}

.f-counter span {
  padding: 0 var(--f-counter-gap, 4px);
}

:root {
  --f-thumbs-gap: 8px;
  --f-thumbs-margin: 0;
  --f-thumbs-padding-x: 8px;
  --f-thumbs-padding-y: 8px;
  --f-thumbs-bg: transparent;
  --f-thumbs-transition: max-height 0.3s ease, max-width 0.3s ease,
      padding 0.3s ease;
  --f-thumbs-z-index: 1;
  --f-thumbs-viewport-padding-x: 0px;
  --f-thumbs-viewport-padding-y: 0px;
  --f-thumb-width: 94px;
  --f-thumb-height: 76px;
  --f-thumb-clip-width: 46px;
  --f-thumb-extra-gap: 16px;
  --f-thumb-opacity: 1;
  --f-thumb-transition: opacity 0.3s ease, transform 0.15s ease;
  --f-thumb-border: none;
  --f-thumb-border-radius: 4px;
  --f-thumb-shadow: none;
  --f-thumb-bg: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.05));
  --f-thumb-focus-shadow: inset 0 0 0 0.8px #222, inset 0 0 0 2.25px #fff;
  --f-thumb-selected-shadow: inset 0 0 0 0.8px #222, inset 0 0 0 2.25px #fff;
  --f-thumb-border-transition: all 0.1s ease;
  --f-thumb-img-width: 100%;
  --f-thumb-img-height: 100%;
  --f-thumb-img-fit: cover;
  --f-thumb-img-position: 50% 20%;
}

.f-thumbs {
  --f-carousel-slide-width: var(--f-thumb-width);
  --f-carousel-slide-height: var(--f-thumb-height);
  --f-carousel-gap: var(--f-thumbs-gap);
  position: relative;
  box-sizing: border-box;
  flex-shrink: 0;
  margin: var(--f-thumbs-margin);
  padding: var(--f-thumbs-padding-y) var(--f-thumbs-padding-x);
  overflow: hidden;
  background: var(--f-thumbs-bg);
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: var(--f-thumbs-transition);
  z-index: var(--f-thumbs-z-index);
}

.f-thumbs.is-horizontal {
  max-height: calc(var(--f-carousel-slide-height) + var(--f-thumbs-padding-y) * 2);
}

.f-thumbs.is-horizontal.is-hidden {
  max-height: 0;
  --f-thumbs-padding-y: 0;
}

.f-thumbs.is-vertical {
  max-width: calc(var(--f-carousel-slide-width) + var(--f-thumbs-padding-x) * 2);
}

.f-thumbs.is-vertical.is-hidden {
  max-width: 0;
  --f-thumbs-padding-x: 0;
}

.f-thumbs.is-scrollable.is-hidden {
  max-height: 0;
  --f-thumbs-padding-y: 0;
}

.f-thumbs.is-ltr {
  direction: ltr;
}

.f-thumbs.is-rtl {
  direction: rtl;
}

.f-thumbs img {
  display: block;
  width: var(--f-thumb-img-width);
  height: var(--f-thumb-img-height);
  -o-object-fit: var(--f-thumb-img-fit);
     object-fit: var(--f-thumb-img-fit);
  -o-object-position: var(--f-thumb-img-position);
     object-position: var(--f-thumb-img-position);
  pointer-events: none;
  border-radius: inherit;
  color: transparent;
}

.f-thumbs img[data-lazy-src] {
  visibility: hidden;
}

.f-thumbs img.has-lazyerror {
  display: none;
}

.f-thumbs__viewport {
  box-sizing: border-box;
  height: 100%;
  padding: var(--f-thumbs-viewport-padding-y) var(--f-thumbs-viewport-padding-x);
  overflow: visible;
  display: grid;
}

.f-thumbs__slide {
  position: relative;
  box-sizing: border-box;
  grid-area: 1/1;
  width: var(--f-carousel-slide-width);
  height: var(--f-carousel-slide-height);
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
  overflow: visible;
}

.f-thumbs__slide:hover button {
  opacity: var(--f-thumb-hover-opacity, 1);
  transform: var(--f-thumb-hover-transform, none);
}

.f-thumbs__slide:hover button:after {
  border: var(--f-thumb-hover-border, none);
  box-shadow: var(--f-thumb-hover-shadow, var(--f-thumb-shadow));
}

.f-thumbs__slide button {
  all: unset;
  display: block;
  margin: auto;
  padding: 0;
  position: relative;
  overflow: visible;
  width: 100%;
  height: 100%;
  outline: none;
  transition: var(--f-thumb-transition);
  border-radius: var(--f-thumb-border-radius);
  opacity: var(--f-thumb-opacity);
  transform: var(--f-thumb-transform);
  background: var(--f-thumb-bg);
}

.f-thumbs__slide button:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  transition: var(--f-thumb-border-transition);
  border-radius: inherit;
  border: var(--f-thumb-border);
  box-shadow: var(--f-thumb-shadow);
}

.f-thumbs__slide button:focus-within {
  opacity: var(--f-thumb-focus-opacity, 1);
  transform: var(--f-thumb-focus-transform, none);
}

.f-thumbs__slide button:focus-within:after {
  border: var(--f-thumb-focus-border, none);
  box-shadow: var(--f-thumb-focus-shadow, var(--f-thumb-shadow));
}

.f-thumbs__slide:active {
  opacity: var(--f-thumb-active-opacity, 1);
  transform: var(--f-thumb-active-transform, none);
}

.f-thumbs__slide:active:after {
  border: var(--f-thumb-active-border, none);
  box-shadow: var(--f-thumb-active-shadow, var(--f-thumb-shadow));
}

.f-thumbs__slide.is-selected {
  z-index: 2;
}

.f-thumbs__slide.is-selected button {
  opacity: var(--f-thumb-selected-opacity, 1);
  transform: var(--f-thumb-selected-transform, none);
}

.f-thumbs__slide.is-selected button:after {
  border: var(--f-thumb-selected-border, none);
  box-shadow: var(--f-thumb-selected-shadow, var(--f-thumb-shadow));
}

.f-thumbs.is-modern {
  --f-carousel-slide-width: calc(
      var(--f-thumb-clip-width) + var(--f-thumbs-gap)
  );
  --f-carousel-slide-height: var(--f-thumb-height);
  --f-carousel-gap: 0;
  --width-diff: calc((var(--f-thumb-width) - var(--f-thumb-clip-width)));
}

.f-thumbs.is-modern .f-thumbs__viewport {
  width: calc(100% + var(--f-carousel-slide-width) * 2 + var(--f-thumbs-padding-x));
  margin-inline: calc((var(--f-carousel-slide-width) + var(--f-thumbs-padding-x)) * -1);
}

.f-thumbs.is-modern .f-thumbs__slide {
  --clip-shift: calc((var(--width-diff) * 0.5) * var(--progress));
  --clip-path: inset(
      0 var(--clip-shift) round var(--f-thumb-border-radius, 0)
  );
  padding: 0;
  overflow: visible;
  left: var(--shift, 0);
  will-change: left;
  transition: left var(--f-transition-duration) var(--f-transition-easing);
}

.f-thumbs.is-modern .f-thumbs__slide button {
  display: block;
  margin-inline: 50%;
  width: var(--f-thumb-width);
  -webkit-clip-path: var(--clip-path);
          clip-path: var(--clip-path);
  border: none;
  box-shadow: none;
  transition: opacity var(--f-thumb-transition-duration, 0.2s) var(--f-thumb-transition-easing, ease), -webkit-clip-path var(--f-transition-duration) var(--f-transition-easing);
  transition: clip-path var(--f-transition-duration) var(--f-transition-easing), opacity var(--f-thumb-transition-duration, 0.2s) var(--f-thumb-transition-easing, ease);
  transition: clip-path var(--f-transition-duration) var(--f-transition-easing), opacity var(--f-thumb-transition-duration, 0.2s) var(--f-thumb-transition-easing, ease), -webkit-clip-path var(--f-transition-duration) var(--f-transition-easing);
}

.f-thumbs.is-modern .f-thumbs__slide button:after {
  display: none;
}

.f-thumbs.is-modern .f-thumbs__slide:focus:not(:focus-visible) {
  outline: none;
}

.f-thumbs.is-modern .f-thumbs__slide:focus-within:not(.is-selected) button:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: var(--clip-shift);
  bottom: 0;
  right: var(--clip-shift);
  transition: border var(--f-transition-duration) var(--f-transition-easing), box-shadow var(--f-transition-duration) var(--f-transition-easing);
  border-radius: inherit;
  border: var(--f-thumb-focus-border, none);
  box-shadow: var(--f-thumb-focus-shadow, none);
}

.f-thumbs.is-modern {
  --f-transition-duration: 0.25s;
  --f-transition-easing: ease-out;
}

.f-thumbs.is-modern.is-syncing {
  --f-transition-duration: 0s;
}

.f-thumbs.is-scrollable .f-thumbs__viewport {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(var(--f-thumb-width), 1fr));
  grid-auto-rows: var(--f-thumb-height);
  gap: var(--f-thumbs-gap);
  overflow: auto;
  overscroll-behavior: contain;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.f-thumbs.is-scrollable .f-thumbs__viewport .f-thumbs__slide {
  grid-area: auto;
  display: block;
  position: relative;
  max-width: 100%;
  width: var(--f-thumb-width);
  height: var(--f-thumb-height);
  cursor: pointer;
  outline: none;
}

:root {
  --f-progressbar-height: 3px;
  --f-progressbar-color: var(--f-carousel-theme-color, #575ad6);
  --f-progressbar-opacity: 1;
  --f-progressbar-z-index: 30;
}

.f-progressbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: var(--f-progressbar-z-index);
  height: var(--f-progressbar-height);
  transform: scaleX(0);
  transform-origin: 0;
  opacity: var(--f-progressbar-opacity);
  background: var(--f-progressbar-color);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  animation-name: f-progressbar;
  animation-play-state: running;
  animation-timing-function: linear;
}

.f-progressbar:empty {
  display: block;
}

button > .f-progressbar {
  --f-progressbar-height: 100%;
  --f-progressbar-opacity: 0.2;
}

@keyframes f-progressbar {
  0% {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}
[data-fullscreen-action=toggle] svg g:first-child {
  display: flex;
}

[data-fullscreen-action=toggle] svg g:last-child {
  display: none;
}

:-webkit-full-screen [data-fullscreen-action=toggle] svg g:first-child {
  display: none;
}

:-moz-full-screen [data-fullscreen-action=toggle] svg g:first-child {
  display: none;
}

:fullscreen [data-fullscreen-action=toggle] svg g:first-child {
  display: none;
}

:-webkit-full-screen [data-fullscreen-action=toggle] svg g:last-child {
  display: flex;
}

:-moz-full-screen [data-fullscreen-action=toggle] svg g:last-child {
  display: flex;
}

:fullscreen [data-fullscreen-action=toggle] svg g:last-child {
  display: flex;
}

.in-fullscreen-mode > .f-carousel {
  flex: 1;
  min-width: 0 !important;
  min-height: 0 !important;
}

html.with-fancybox {
  width: auto;
  overflow: visible;
  scroll-behavior: auto;
}

html.with-fancybox body.hide-scrollbar {
  width: auto;
  margin-right: calc(var(--f-body-margin, 0px) + var(--f-scrollbar-compensate, 0px));
  overflow: hidden !important;
  overscroll-behavior-y: none;
}

.fancybox__dialog {
  position: fixed;
  inset: 0;
  z-index: 1050;
  width: 100%;
  height: 100vh;
  max-height: unset;
  max-width: unset;
  padding: 0;
  margin: 0;
  border: 0;
  overflow: hidden;
  background: transparent;
  touch-action: none;
  overscroll-behavior: contain;
}

.fancybox__dialog:focus {
  outline: none;
}

.fancybox__dialog::backdrop {
  opacity: 0;
}

@supports (height: 100dvh) {
  .fancybox__dialog {
    height: 100dvh;
  }
}
.fancybox__dialog *:empty {
  display: block;
}

.fancybox__container {
  --fancybox-color: #dbdbdb;
  --fancybox-backdrop-bg: rgba(24, 24, 27, 0.95);
  --f-toolbar-margin: 0;
  --f-toolbar-padding: 8px;
  --f-toolbar-gap: 0;
  --f-toolbar-color: #ddd;
  --f-toolbar-font-size: 16px;
  --f-toolbar-font-weight: 500;
  --f-toolbar-font: -apple-system, BlinkMacSystemFont, "Segoe UI Adjusted",
      "Segoe UI", "Liberation Sans", sans-serif;
  --f-toolbar-line-height: var(--f-button-height);
  --f-toolbar-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
  --f-toolbar-shadow: none;
  --f-toolbar-bg: none;
  --f-counter-margin: 0;
  --f-counter-padding: 0px 10px;
  --f-counter-gap: 4px;
  --f-counter-line-height: var(--f-button-height);
  --f-carousel-gap: 17px;
  --f-carousel-slide-width: 100%;
  --f-carousel-slide-height: 100%;
  --f-carousel-slide-padding: 0;
  --f-carousel-slide-bg: unset;
  --f-html-color: #222;
  --f-html-bg: #fff;
  --f-error-color: #fff;
  --f-error-bg: #333;
  --f-caption-margin: 0;
  --f-caption-padding: 16px 8px;
  --f-caption-color: var(--fancybox-color, #dbdbdb);
  --f-caption-bg: transparent;
  --f-caption-font: inherit;
  --f-caption-line-height: 1.375;
  --f-spinner-color-1: rgba(255, 255, 255, 0.2);
  --f-spinner-color-2: rgba(255, 255, 255, 0.8);
  --f-spinner-width: 50px;
  --f-spinner-height: 50px;
  --f-spinner-border-radius: 50%;
  --f-spinner-border-width: 4px;
  --f-progressbar-color: rgba(255, 255, 255);
  --f-button-width: 46px;
  --f-button-height: 46px;
  --f-button-color: #ddd;
  --f-button-hover-color: #fff;
  --f-button-outline-width: 1px;
  --f-button-outline-color: rgba(255, 255, 255, 0.75);
  --f-button-outline-offset: 0px;
  --f-button-bg: rgba(54, 54, 54, 0.75);
  --f-button-border: 0;
  --f-button-border-radius: 0;
  --f-button-shadow: none;
  --f-button-transition: all 0.2s ease;
  --f-button-transform: none;
  --f-button-svg-width: 24px;
  --f-button-svg-height: 24px;
  --f-button-svg-stroke-width: 1.75;
  --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.01)),
      drop-shadow(1px 2px 1px rgba(24, 24, 27, 0.05));
  --f-button-svg-fill: none;
  --f-button-svg-disabled-opacity: 0.5;
  --f-arrow-pos: 32px;
  --f-arrow-width: 50px;
  --f-arrow-height: 50px;
  --f-arrow-svg-width: 24px;
  --f-arrow-svg-height: 24px;
  --f-arrow-svg-stroke-width: 2.5;
  --f-arrow-border-radius: 50%;
  --f-arrow-bg: rgba(54, 54, 54, 0.65);
  --f-arrow-color: #ddd;
  --f-arrow-hover-color: #fff;
  --f-close-button-width: 30px;
  --f-close-button-height: 30px;
  --f-close-button-svg-width: 24px;
  --f-close-button-svg-height: 24px;
  --f-close-button-svg-stroke-width: 1.75;
  --f-close-border-radius: 4px;
  --f-close-button-color: #fff;
  --f-close-button-hover-color: #fff;
  --f-close-button-bg: transparent;
  --f-close-button-hover-bg: transparent;
  --f-close-button-active-bg: transparent;
  --f-thumbs-margin: 0px;
  --f-thumbs-padding-x: 8px;
  --f-thumbs-padding-y: 8px;
  --f-thumbs-bg: none;
  --f-thumb-transition: all 0.2s ease;
  --f-thumb-width: 94px;
  --f-thumb-height: 76px;
  --f-thumb-opacity: 1;
  --f-thumb-border: none;
  --f-thumb-shadow: none;
  --f-thumb-transform: none;
  --f-thumb-focus-opacity: 1;
  --f-thumb-focus-border: none;
  --f-thumb-focus-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.65);
  --f-thumb-focus-transform: none;
  --f-thumb-hover-opacity: 1;
  --f-thumb-hover-border: none;
  --f-thumb-hover-transform: none;
  --f-thumb-active-opacity: var(--f-thumb-hover-opacity);
  --f-thumb-active-border: var(--f-thumb-hover-border);
  --f-thumb-active-transform: var(--f-thumb-hover-transform);
  --f-thumb-selected-opacity: 1;
  --f-thumb-selected-border: none;
  --f-thumb-selected-shadow: inset 0 0 0 2px #fff;
  --f-thumb-selected-transform: none;
  --f-scrollbar-width: 7px;
  --f-scrollbar-track-bg: #444;
  --f-scrollbar-track-border-radius: 10px;
  --f-scrollbar-track-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  --f-scrollbar-thumb-bg: #ddd;
  --f-scrollbar-thumb-border-radius: 10px;
}

.fancybox__container[theme=light] {
  --fancybox-color: #222;
  --fancybox-backdrop-bg: rgba(255, 255, 255, 0.97);
  --f-toolbar-color: var(--fancybox-color, #222);
  --f-toolbar-text-shadow: none;
  --f-toolbar-font-weight: 400;
  --f-html-color: var(--fancybox-color, #222);
  --f-html-bg: #fff;
  --f-error-color: #555;
  --f-error-bg: #fff;
  --f-video-bg: #fff;
  --f-caption-color: #333;
  --f-spinner-color-1: rgba(0, 0, 0, 0.2);
  --f-spinner-color-2: rgba(0, 0, 0, 0.8);
  --f-spinner-border-width: 3.5px;
  --f-progressbar-color: rgba(111, 111, 116);
  --f-button-color: #333;
  --f-button-hover-color: #000;
  --f-button-outline-color: rgba(0, 0, 0, 0.85);
  --f-button-bg: rgba(255, 255, 255, 0.85);
  --f-button-svg-stroke-width: 1.3;
  --f-button-svg-filter: none;
  --f-arrow-bg: rgba(255, 255, 255, 0.85);
  --f-arrow-color: #333;
  --f-arrow-hover-color: #000;
  --f-arrow-svg-stroke-width: 1.3;
  --f-close-button-color: #555;
  --f-close-button-hover-color: #000;
  --f-thumb-bg: linear-gradient(#ebeff2, #e2e8f0);
  --f-thumb-focus-shadow: 0 0 0 1.8px #fff, 0px 0px 0px 2.25px #888;
  --f-thumb-selected-shadow: 0 0 0 1.8px #fff, 0px 0px 0px 2.25px #000;
  --f-scrollbar-track-bg: #ddd;
  --f-scrollbar-thumb-bg: #444;
}

.fancybox__container {
  position: absolute;
  inset: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.fancybox__container:focus {
  outline: none;
}

.fancybox__container.has-vertical-thumbs {
  flex-direction: row-reverse;
}

.fancybox__container.has-vertical-thumbs:not(.is-closing) .fancybox__viewport {
  overflow-x: clip;
  overflow-y: visible;
}

.fancybox__container > *:not(.fancybox__carousel),
.fancybox__container .fancybox__carousel > *:not(.fancybox__viewport),
.fancybox__container .fancybox__carousel > .fancybox__viewport > .fancybox__slide:not(.is-selected),
.fancybox__container .fancybox__carousel > .fancybox__viewport > .fancybox__slide.is-selected > *:not(.f-html, .f-panzoom__wrapper, .f-spinner) {
  opacity: var(--f-drag-opacity, 1);
}

.fancybox__container:not(.is-ready, .is-hiding) {
  visibility: hidden;
}

.fancybox__container.is-revealing > *:not(.fancybox__carousel),
.fancybox__container.is-revealing .fancybox__carousel > *:not(.fancybox__viewport),
.fancybox__container.is-revealing .fancybox__carousel > .fancybox__viewport > .fancybox__slide:not(.is-selected),
.fancybox__container.is-revealing .fancybox__carousel > .fancybox__viewport > .fancybox__slide.is-selected > *:not(.f-html, .f-panzoom__wrapper, .f-spinner) {
  animation: var(--f-interface-enter-duration, 0.35s) ease none f-fadeIn;
}

.fancybox__container.is-hiding > *:not(.fancybox__carousel),
.fancybox__container.is-hiding .fancybox__carousel > *:not(.fancybox__viewport),
.fancybox__container.is-hiding .fancybox__carousel > .fancybox__viewport > .fancybox__slide.is-selected > *:not(.f-html, .f-panzoom__wrapper) {
  animation: var(--f-interface-exit-duration, 0.35s) ease forwards f-fadeOut;
}

.fancybox__container.is-hiding .fancybox__carousel .fancybox__slide:not(.is-selected) {
  opacity: 0;
}

.fancybox__container.is-hiding {
  pointer-events: none;
}

.fancybox__container.is-idle .f-carousel__toolbar {
  pointer-events: none;
  opacity: 0;
}

.fancybox__container.is-idle .f-button.is-arrow {
  opacity: 0;
}

.fancybox__container.is-idle.is-ready .f-carousel__toolbar {
  pointer-events: none;
  animation: 0.15s ease-out both f-fadeOut;
}

.fancybox__container.is-idle.is-ready .f-button.is-arrow {
  animation: 0.15s ease-out both f-fadeOut;
}

.fancybox__backdrop {
  position: fixed;
  inset: 0;
  z-index: -1;
  background: var(--fancybox-backdrop-bg);
}

.fancybox__carousel {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
  min-width: 0;
  position: relative;
  z-index: 10;
  overflow-y: visible;
  overflow-x: clip;
}

.fancybox__carousel.is-vertical {
  --f-carousel-slide-height: 100%;
}

.fancybox__carousel.is-ltr {
  direction: ltr;
}

.fancybox__carousel.is-rtl {
  direction: rtl;
}

.fancybox__carousel > .f-button.is-arrow:before {
  position: absolute;
  content: "";
  inset: -30px;
  z-index: 1;
}

.fancybox__viewport {
  display: grid;
  flex: 1;
  min-height: 0;
  min-width: 0;
  position: relative;
  overflow: visible;
  transform: translate3d(0, var(--f-drag-offset, 0), 0);
}

.fancybox__viewport.is-draggable {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox__viewport.is-dragging {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox__viewport [data-selectable],
.fancybox__viewport [contenteditable] {
  cursor: auto;
}

.fancybox__slide {
  box-sizing: border-box;
  position: relative;
  grid-area: 1/1;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: var(--f-carousel-slide-width);
  height: var(--f-carousel-slide-height);
  min-width: 0;
  min-height: 0;
  max-width: 100%;
  margin: 0;
  padding: var(--f-carousel-slide-padding);
  background: var(--f-carousel-slide-bg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform: translateZ(0);
  will-change: transform;
}

.fancybox__slide:before,
.fancybox__slide:after {
  display: block;
  content: "";
}

.fancybox__slide:before {
  margin-bottom: auto;
}

.fancybox__slide:after {
  margin-top: auto;
}

.fancybox__slide.is-selected {
  z-index: 1;
}

.fancybox__slide.f-zoomable {
  overflow: visible;
}

.fancybox__slide.has-error {
  --f-html-color: var(--f-error-color, --f-html-color);
  --f-html-bg: var(--f-error-bg, --f-html-bg);
}

.fancybox__slide.has-html {
  overflow: auto;
  padding: 8px;
}

.fancybox__slide.has-iframe {
  overflow: hidden;
  padding: 8px 0;
}

.fancybox__slide.has-close-btn {
  padding-top: 34px;
}

.fancybox__slide.has-controls:before {
  margin: 0;
}

.fancybox__slide .f-spinner {
  cursor: pointer;
}

.fancybox__container.is-closing .f-caption,
.fancybox__slide.is-loading .f-caption {
  visibility: hidden;
}

.fancybox__container.is-closing .fancybox__carousel {
  overflow: visible;
}

.f-button.is-close-button {
  --f-button-width: var(--f-close-button-width);
  --f-button-height: var(--f-close-button-height);
  --f-button-border-radius: var(--f-close-border-radius);
  --f-button-color: var(--f-close-button-color);
  --f-button-hover-color: var(--f-close-button-hover-color);
  --f-button-bg: var(--f-close-button-bg);
  --f-button-hover-bg: var(--f-close-button-hover-bg);
  --f-button-active-bg: var(--f-close-button-active-bg);
  --f-button-svg-width: var(--f-close-button-svg-width);
  --f-button-svg-height: var(--f-close-button-svg-height);
  --f-button-svg-stroke-width: var(--f-close-button-svg-stroke-width);
  position: absolute;
  top: calc((var(--f-button-height) + 2px) * -1);
  right: 0;
  z-index: 10;
}

.is-loading .f-button.is-close-button {
  visibility: hidden;
}

.fancybox__thumbs {
  flex: 0 1 100%;
}

.fancybox__thumbs.is-scrollable {
  --f-thumbs-cols: 1;
  --f-thumbs-gap: 8px;
  --f-thumbs-transition: none;
  --f-thumbs-padding-x: 4px;
  --f-thumbs-padding-y: 8px;
  --f-thumbs-viewport-padding-x: 4px;
  --f-thumbs-viewport-padding-y: 0px;
  max-width: calc(var(--f-thumb-width) * var(--f-thumbs-cols) + var(--f-thumbs-gap) * (var(--f-thumbs-cols) - 1) + var(--f-thumbs-padding-x) * 2 + var(--f-thumbs-viewport-padding-x) * 2);
}

.fancybox__thumbs.is-scrollable ::-webkit-scrollbar {
  width: var(--f-scrollbar-width);
}

.fancybox__thumbs.is-scrollable ::-webkit-scrollbar-track {
  background: var(--f-scrollbar-track-bg);
  border-radius: var(--f-scrollbar-track-border-radius);
  box-shadow: var(--f-scrollbar-track-shadow);
}

.fancybox__thumbs.is-scrollable ::-webkit-scrollbar-thumb {
  background: var(--f-scrollbar-thumb-bg);
  border-radius: var(--f-scrollbar-thumb-border-radius);
}

.fancybox__thumbs.is-scrollable.is-hidden {
  max-width: 0;
  --f-thumbs-padding-x: 0;
  max-height: unset;
  --f-thumbs-padding-y: unset;
}

.fancybox__thumbs.is-scrollable .f-thumbs__viewport {
  overflow-x: hidden !important;
  grid-template-columns: repeat(auto-fill, calc((100% - var(--f-thumbs-gap) * (var(--f-thumbs-cols) - 1)) / var(--f-thumbs-cols))) !important;
}

.pricing-tables__item, .box-icons__item {
  background-color: #FFFFFF;
  border: 1px solid #BECEE9;
  border-radius: 1rem;
  box-shadow: 0px 10px 14px 0px rgba(0, 0, 0, 0.1);
}

.banner-stats, .banner-simple, .banner-media, .banner-client, .banner-app {
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
}
.banner-stats:before, .banner-simple:before, .banner-media:before, .banner-client:before, .banner-app:before {
  content: "";
  background-image: url("./assets/images/bg-dark-blue.jpg");
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 1;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.flex-end {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.map-box__wrapper .sk-map, .card-box__media .sk-media:before, .calendar-hero__background, .calendar-hero__background:after, .switcher__flag img, .sk-section__bg--abstract:after, .sk-section__bg--abstract-reverse:after, .sk-section__cover, .sk-media__image, .sk-media__video, .covered, .ajax-loader, .banner-stats:before, .banner-simple:before, .banner-media:before, .banner-client:before, .banner-app:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.card-box__media .sk-media:after, .faq__arrow svg, .sk-media--play:before, .centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.normalize-text *:not(table *):not(.sk-btn):not(blockquote):not(.wp-block-sk-highlight):not(.wp-block-sk-accordions *):first-child, .content-block__text *:not(table *):not(.sk-btn):not(blockquote):not(.wp-block-sk-highlight):not(.wp-block-sk-accordions *):first-child, .content-article__text *:not(table *):not(.sk-btn):not(blockquote):not(.wp-block-sk-highlight):not(.wp-block-sk-accordions *):first-child {
  margin-top: 0;
  padding-top: 0;
}
.normalize-text *:not(table *):not(.sk-btn):not(blockquote):not(.wp-block-sk-highlight):not(.wp-block-sk-accordions *):last-child, .content-block__text *:not(table *):not(.sk-btn):not(blockquote):not(.wp-block-sk-highlight):not(.wp-block-sk-accordions *):last-child, .content-article__text *:not(table *):not(.sk-btn):not(blockquote):not(.wp-block-sk-highlight):not(.wp-block-sk-accordions *):last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.reset-button {
  line-height: 1;
  margin: 0;
  padding: 0;
  border: 0 none;
  border-radius: 0;
  background-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.banner-app__stores li a, .case-study-hero__solutions a, .footer__menu ul .menu-item__link, .footer__store ul a, .footer__socials ul li a, .hero__cta-logo a, .header__nav--primary .sf-primary-menu .mega-menu .mega-panel__list--one .mega-panel__logos li a {
  opacity: 1;
  transition: opacity 0.35s cubic-bezier(0.45, 0, 0.14, 1.03);
}
@media (hover: hover) and (pointer: fine) and (min-width: 1024px) {
  .banner-app__stores li a:hover, .case-study-hero__solutions a:hover, .footer__menu ul .menu-item__link:hover, .footer__store ul a:hover, .footer__socials ul li a:hover, .hero__cta-logo a:hover, .header__nav--primary .sf-primary-menu .mega-menu .mega-panel__list--one .mega-panel__logos li a:hover {
    opacity: 0.6;
  }
}

.modal-dialog .close {
  margin: 0;
  padding: 0;
  outline: 0 !important;
  border: 0 none;
  background: transparent;
  text-indent: -9999px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  z-index: 10;
}
.modal-dialog .close:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.875rem;
  height: 1.875rem;
  margin: -0.9375rem 0 0 -0.9375rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3E%3Cpath stroke='%23444444' stroke-linecap='round' stroke-linejoin='round' d='m1 1 14 14m0-14L1 15'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1rem auto;
  z-index: 2;
}
.ajax-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2.5rem;
  height: 2.5rem;
  margin: -1.25rem 0 0 -1.25rem;
  line-height: 1;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='38px' height='38px' viewBox='0 0 38 38' enable-background='new 0 0 38 38' xml:space='preserve'%3E%3Cg transform='translate%281 1%29'%3E%3Cpath fill='none' stroke='%23EC6446' stroke-width='3' stroke-opacity='0.5' d='M18,7.747c5.521,0,10,4.591,10,10.251 c0,5.666-4.479,10.256-10,10.256c-5.522,0-10-4.59-10-10.256C8,12.338,12.478,7.747,18,7.747z'/%3E%3Cpath fill='none' stroke='%23EC6446' stroke-width='3' d='M28,17.998c0-5.66-4.479-10.251-10-10.251'%3E%3CanimateTransform fill='remove' type='rotate' attributeName='transform' from='0 18 18' to='360 18 18' dur='0.5s' repeatCount='indefinite' accumulate='none' additive='replace' calcMode='linear' restart='always'%3E%3C/animateTransform%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
}

.box-features__title, .box-grid-text-media__title {
  font-size: 1.5rem;
}
@media (max-width: 1024px) {
  .box-features__title, .box-grid-text-media__title {
    font-size: 1.25rem;
  }
}

.content-block__title--small {
  font-size: 1.875rem;
}

.banner-stats__title, .banner-simple__title, .banner-media__title, .banner-client__title, .banner-app__title, .blog-featured__title, .hero__title--regular, .modal-title,
.modal .response__title, .content-block__title--regular, .tab__heading, .sk-carousel__heading-title {
  font-size: 2.5rem;
}
@media (max-width: 1024px) {
  .banner-stats__title, .banner-simple__title, .banner-media__title, .banner-client__title, .banner-app__title, .blog-featured__title, .hero__title--regular, .modal-title,
  .modal .response__title, .content-block__title--regular, .tab__heading, .sk-carousel__heading-title {
    font-size: 1.875rem;
  }
}

.banner-stats__list-value, .calendar-hero__title, .case-study-hero__title, .blog-article__title, .hero__title--big {
  font-size: 4rem;
}
@media (max-width: 1024px) {
  .banner-stats__list-value, .calendar-hero__title, .case-study-hero__title, .blog-article__title, .hero__title--big {
    font-size: 2.25rem;
  }
}

.banner-app__subtitle, .modal-description {
  font-size: 1.25rem;
}
@media (max-width: 1024px) {
  .banner-app__subtitle, .modal-description {
    font-size: 1.125rem;
  }
}

.calendar-hero__text, .hero__text--regular {
  font-size: 1.375rem;
}
@media (max-width: 1024px) {
  .calendar-hero__text, .hero__text--regular {
    font-size: 1.125rem;
  }
}

.hero__subtitle {
  font-size: 1.5rem;
}
@media (max-width: 1024px) {
  .hero__subtitle {
    font-size: 1.25rem;
  }
}

.sk-form__input--default, .sk-form__input--textarea {
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  max-height: 3.375rem;
  padding: 1.125rem 1rem 0.875rem;
  margin: 0;
  color: #123268;
  border: 1px solid #BECEE9;
  background-color: #FFFFFF;
  border-radius: 0.5rem;
  display: block;
  resize: none;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: background 0.25s ease, border 0.25s ease, box-shadow 0.35s ease;
}
.sk-form__input--default::-moz-placeholder, .sk-form__input--textarea::-moz-placeholder {
  position: relative;
  top: -0.125rem;
  font-size: 1rem;
  color: rgba(18, 50, 104, 0.6);
  opacity: 1;
}
.sk-form__input--default::placeholder, .sk-form__input--textarea::placeholder {
  position: relative;
  top: -0.125rem;
  font-size: 1rem;
  color: rgba(18, 50, 104, 0.6);
  opacity: 1;
}
.sk-form__input--default:focus, .sk-form__input--textarea:focus {
  border-color: #123268;
}
.sk-form__input--default:focus::-moz-placeholder, .sk-form__input--textarea:focus::-moz-placeholder {
  opacity: 0;
}
.sk-form__input--default:focus::placeholder, .sk-form__input--textarea:focus::placeholder {
  opacity: 0;
}
.f--required.sk-form__input--default, .f--required.sk-form__input--textarea {
  background-color: rgb(255, 244.8, 244.8) !important;
  border-color: #FF0000 !important;
  box-shadow: none !important;
}
.sk-form__input--default:disabled, .sk-form__input--textarea:disabled {
  background-color: #F2F2F2 !important;
  border-color: rgb(216.5, 216.5, 216.5) !important;
  cursor: not-allowed !important;
}
[readonly].sk-form__input--default, [readonly].sk-form__input--textarea, [readonly=readonly].sk-form__input--default, [readonly=readonly].sk-form__input--textarea {
  cursor: default;
}
@media (max-width: 767px) {
  .sk-form__input--default, .sk-form__input--textarea {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.sk-form__input--select {
  min-height: 3.375rem;
  max-height: 3.375rem;
  line-height: 1.3;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 0.875rem 2.1875rem 0.875rem 1rem;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 17 10' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='%232A5295' stroke-width='1.75' fill='none' fill-rule='evenodd' stroke-linecap='round'%3E%3Cpath d='M1.632 1.2882L8.7 8.5M8.7 8.5l7.068-7.2118'/%3E%3C/g%3E%3C/svg%3E");
  background-position: calc(100% - 1.125rem) 53%;
  background-repeat: no-repeat;
  background-size: 0.75rem 0.625rem;
  cursor: pointer;
}
.sk-form__input--select option[disabled] {
  display: none;
}
.empty.sk-form__input--select,
.sk-form__input--select .placeholder {
  position: relative;
  font-size: 1rem;
  color: rgba(18, 50, 104, 0.6);
}
.sk-form__input--select:focus .placeholder {
  display: none;
}
.f--required.sk-form__input--select {
  background-color: rgb(255, 244.8, 244.8) !important;
  border-color: #FF0000 !important;
  box-shadow: none !important;
}
.sk-form__input--select:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
@media (max-width: 767px) {
  .sk-form__input--select {
    padding-left: 0.9375rem;
  }
}

.sk-form__input--checkbox:not(:checked), .sk-form__input--checkbox:checked {
  position: absolute;
  left: -9999px;
}
.sk-form__input--checkbox:not(:checked) + label, .sk-form__input--checkbox:checked + label {
  position: relative;
  width: auto;
  margin-bottom: 0;
  padding: 0 0 0 1.75rem;
  color: #123268;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.2;
  text-align: left;
  display: flex;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.sk-form__input--checkbox:not(:checked) + label:before, .sk-form__input--checkbox:checked + label:before {
  content: "";
  position: absolute;
  top: 0.125rem;
  left: 0;
  width: 1.25rem;
  height: 1.25rem;
  background-color: #FFFFFF;
  border: 1px solid #BECEE9;
  border-radius: 0.25rem;
  transition: border 0.25s ease;
}
.sk-form__input--checkbox:not(:checked) + label a, .sk-form__input--checkbox:checked + label a {
  font-weight: 400;
  text-decoration: underline;
}
.sk-form__input--checkbox:not(:checked) + label:after, .sk-form__input--checkbox:checked + label:after {
  content: "";
  position: absolute;
  top: 0.0625rem;
  left: 0.0625rem;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 34 26' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30.9844.2187L29.578 1.625 10.8906 20.3125 4.297 14.5312l-1.5-1.3125L.1719 16.25l1.5 1.3125 8 7 1.4062 1.2188 1.3125-1.3125 20-20 1.4375-1.4063z' fill='%23000000' fill-rule='nonzero'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 0.875rem auto;
  transition: opacity 0.25s ease;
}
.sk-form__input--checkbox:not(:checked) + label:after {
  opacity: 0;
}
.sk-form__input--checkbox:checked + label:after {
  opacity: 1;
}
.sk-form__input--checkbox:disabled + label {
  opacity: 0.5;
  cursor: not-allowed;
}
@media (hover: hover) and (pointer: fine) and (min-width: 1024px) {
  .sk-form__input--checkbox:hover:not(:checked) + label:before {
    border-color: #123268;
  }
}
.f--required.sk-form__input--checkbox:not(:checked) + label:before {
  background-color: rgb(255, 244.8, 244.8) !important;
  border-color: #FF0000 !important;
}

.sk-form__input--radio {
  position: absolute;
  left: -9999px;
}
.sk-form__input--radio:not(:checked), .sk-form__input--radio:checked {
  position: absolute;
  visibility: hidden;
}
.sk-form__input--radio:not(:checked) + label, .sk-form__input--radio:checked + label {
  position: relative;
  width: auto;
  margin-bottom: 0;
  padding: 0.125rem 0 0 1.5rem;
  color: #123268;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.2;
  text-align: left;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.sk-form__input--radio:not(:checked) + label:before, .sk-form__input--radio:checked + label:before {
  content: "";
  position: absolute;
  top: 0.125rem;
  left: 0;
  width: 1rem;
  height: 1rem;
  background-color: #FFFFFF;
  border: 1px solid #BECEE9;
  border-radius: 100%;
  transition: background 0.25s ease, border 0.25s ease;
}
.sk-form__input--radio:not(:checked) + label:after, .sk-form__input--radio:checked + label:after {
  content: "";
  position: absolute;
  top: 0.3125rem;
  left: 0.1875rem;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 100%;
  background-color: #000000;
  transition: opacity 0.25s ease;
}
.sk-form__input--radio:not(:checked) + label a, .sk-form__input--radio:checked + label a {
  font-weight: bold;
  text-decoration: underline;
}
.sk-form__input--radio:not(:checked) + label:after {
  opacity: 0;
}
.sk-form__input--radio:checked + label:after {
  opacity: 1;
}

.sk-form__upload {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.sk-form__input--floated label:not(.sk-form__upload--button) {
  position: absolute;
  top: -0.25rem;
  left: 1.125rem;
  right: 1rem;
  font-size: 0.6875rem;
  color: #123268;
  font-weight: 600;
  text-align: left;
  text-transform: uppercase;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  margin-bottom: 0;
  text-transform: uppercase;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  z-index: 49;
  transform-origin: top left;
  transform: translateY(1rem);
  transition: opacity 0.25s ease, transform 0.25s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  will-change: transform;
}
.sk-form__input--floated label:not(.sk-form__upload--button).no--floated {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
  visibility: visible;
  transform: none;
}
.is--visible.sk-form__input--floated label, .is--activated.sk-form__input--floated label {
  opacity: 1;
  visibility: visible;
  transform: translateY(0.625rem);
}
.is--visible.sk-form__input--floated .sk-form__input--default:not(textarea), .is--activated.sk-form__input--floated .sk-form__input--default:not(textarea) {
  padding: 1.375rem 1rem 0.625rem 1rem;
}
.is--visible.sk-form__input--floated .sk-form__input--select:not(textarea), .is--activated.sk-form__input--floated .sk-form__input--select:not(textarea) {
  padding: 1.375rem 1rem 0.625rem 1rem;
}
.is--visible.sk-form__input--floated .sk-form__input--datepicker::-moz-placeholder, .is--activated.sk-form__input--floated .sk-form__input--datepicker::-moz-placeholder {
  opacity: 0;
}
.is--visible.sk-form__input--floated .sk-form__input--datepicker::placeholder, .is--activated.sk-form__input--floated .sk-form__input--datepicker::placeholder {
  opacity: 0;
}
.is--visible.sk-form__input--floated .sk-form__select2 .select2.select2-container .select2-selection--single .select2-selection__rendered, .is--activated.sk-form__input--floated .sk-form__select2 .select2.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 1.5rem 1rem 0.625rem 1rem;
  line-height: 1;
}
.is--visible.sk-form__input--floated textarea, .is--activated.sk-form__input--floated textarea {
  padding: 1.375rem 1rem 1.25rem;
}

/* @start: Helper Class */
.no--select {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

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

.no--link {
  cursor: default !important;
  pointer-events: none !important;
}

.no--visible {
  display: none !important;
}

.ajax-loader {
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  opacity: 0;
  visibility: hidden;
  display: none;
  z-index: 50;
}
.ajax-loader.is--loaded {
  opacity: 1;
  visibility: visible;
  display: flex;
}
.ajax-loader.is--loaded .ajax-spinner {
  opacity: 1;
}
.ajax-loader.is--error {
  opacity: 1;
  visibility: visible;
  display: flex;
}
.ajax-loader.is--error .ajax-error {
  opacity: 1;
}
.ajax-spinner {
  opacity: 0;
}
.ajax-error {
  opacity: 0;
}
.ajax-error p {
  font-size: 0.875rem;
  color: #E31616;
  text-align: center;
  padding: 0;
}
.ajax-error--light p {
  color: #FFFFFF;
}

/* @start: Paddings */
.pdg-top--0x {
  padding-top: 0rem !important;
}

.pdg-top--1x {
  padding-top: 1.875rem !important;
}

.pdg-top--2x {
  padding-top: 3.75rem !important;
}

.pdg-top--3x {
  padding-top: 5.625rem !important;
}

.pdg-top--4x {
  padding-top: 7.5rem !important;
}

.pdg-top--5x {
  padding-top: 9.375rem !important;
}

.pdg-bottom--0x {
  padding-bottom: 0rem !important;
}

.pdg-bottom--1x {
  padding-bottom: 1.875rem !important;
}

.pdg-bottom--2x {
  padding-bottom: 3.75rem !important;
}

.pdg-bottom--3x {
  padding-bottom: 5.625rem !important;
}

.pdg-bottom--4x {
  padding-bottom: 7.5rem !important;
}

.pdg-bottom--5x {
  padding-bottom: 9.375rem !important;
}

.no-paddings {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 577px) and (max-width: 1024px) {
  .pdg-top--2x {
    padding-top: 3.75rem !important;
  }
  .pdg-top--3x {
    padding-top: 3.75rem !important;
  }
  .pdg-top--4x {
    padding-top: 5rem !important;
  }
  .pdg-top--5x {
    padding-top: 6.25rem !important;
  }
  .pdg-bottom--2x {
    padding-bottom: 3.75rem !important;
  }
  .pdg-bottom--3x {
    padding-bottom: 3.75rem !important;
  }
  .pdg-bottom--4x {
    padding-bottom: 5rem !important;
  }
  .pdg-bottom--5x {
    padding-bottom: 6.25rem !important;
  }
  /*
  .pdg-around--2x {
      padding: rem(calc(($increment*3)/2)) !important;
  }

  .pdg-around--3x {
      padding: rem(calc(($increment*3)/2)) !important;
  }

  .pdg-around--4x {
      padding: rem(calc(($increment*4)/2)) !important;
  }

  .pdg-around--5x {
      padding: rem(calc(($increment*5)/2)) !important;
  }
  */
}
@media (max-width: 576px) {
  .pdg-top--2x,
  .pdg-top--3x,
  .pdg-top--4x,
  .pdg-top--5x {
    padding-top: 3.75rem !important;
  }
  .pdg-bottom--2x,
  .pdg-bottom--3x,
  .pdg-bottom--4x,
  .pdg-bottom--5x {
    padding-bottom: 3.75rem !important;
  }
  /*
  .pdg-around--2x,
  .pdg-around--3x,
  .pdg-around--4x,
  .pdg-around--5x {
      padding: rem(calc(($increment*3)/2)) !important;
  }
  */
}
@media (max-width: 414px) {
  .pdg-top--2x {
    padding-top: 2.5rem !important;
  }
  .pdg-bottom--2x {
    padding-bottom: 2.5rem !important;
  }
}
/* @start: Margins */
.mrg-top--0x {
  margin-top: 0rem !important;
}

.mrg-top--1x {
  margin-top: 1.875rem !important;
}

.mrg-top--2x {
  margin-top: 3.75rem !important;
}

.mrg-top--3x {
  margin-top: 5.625rem !important;
}

.mrg-top--4x {
  margin-top: 7.5rem !important;
}

.mrg-top--5x {
  margin-top: 9.375rem !important;
}

.mrg-bottom--0x {
  margin-bottom: 0rem !important;
}

.mrg-bottom--1x {
  margin-bottom: 1.875rem !important;
}

.mrg-bottom--2x {
  margin-bottom: 3.75rem !important;
}

.mrg-bottom--3x {
  margin-bottom: 5.625rem !important;
}

.mrg-bottom--4x {
  margin-bottom: 7.5rem !important;
}

.mrg-bottom--5x {
  margin-bottom: 9.375rem !important;
}

@media (min-width: 577px) and (max-width: 1024px) {
  .mrg-top--2x {
    margin-top: 2.8125rem !important;
  }
  .mrg-top--3x {
    margin-top: 2.8125rem !important;
  }
  .mrg-top--4x {
    margin-top: 3.75rem !important;
  }
  .mrg-top--5x {
    margin-top: 4.6875rem !important;
  }
  .mrg-bottom--2x {
    margin-bottom: 2.8125rem !important;
  }
  .mrg-bottom--3x {
    margin-bottom: 2.8125rem !important;
  }
  .mrg-bottom--4x {
    margin-bottom: 3.75rem !important;
  }
  .mrg-bottom--5x {
    margin-bottom: 4.6875rem !important;
  }
}
@media (max-width: 576px) {
  .mrg-top--2x,
  .mrg-top--3x,
  .mrg-top--4x,
  .mrg-top--5x {
    margin-top: 2.8125rem !important;
  }
  .mrg-bottom--2x,
  .mrg-bottom--3x,
  .mrg-bottom--4x,
  .mrg-bottom--5x {
    margin-bottom: 2.8125rem !important;
  }
}
/* @start: Svgs Utility */
.svg-data {
  position: relative;
  width: auto;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 0;
  display: inline-block;
  line-height: 0;
  vertical-align: bottom;
}
.svg-data svg {
  width: auto;
  height: 100%;
}

/* @start: Image Utility */
.sk-lazyload {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease 0.1s;
  z-index: 2;
}
.sk-lazyload__bg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.sk-lazyload[data-src], .sk-lazyload[data-srcset] {
  min-height: 1px;
  display: block;
}
.sk-lazyload:not([src]) {
  visibility: hidden;
}
.sk-lazyload.initial, .sk-lazyload.is--loaded, .sk-lazyload.swiper-lazy-loaded {
  opacity: 1;
  visibility: visible;
}

.sk-media {
  position: relative;
  width: 100%;
  height: 0;
  font-size: 0;
  overflow: hidden;
}
.sk-media--radius {
  border-radius: 1rem;
}
.sk-media__image, .sk-media__video {
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.sk-media--play:before {
  content: "";
  width: 6rem;
  height: 6rem;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='26' viewBox='0 0 22 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.9004 13L0.300389 25.4707L0.30039 0.529209L21.9004 13Z' fill='%232A5295'/%3E%3C/svg%3E%0A");
  background-position: 54% center;
  background-size: 1.75rem auto;
  background-repeat: no-repeat;
  transform: translate(-50%, -50%) scale(1);
  transform-origin: center center;
  transition: transform 0.2s ease;
  z-index: 4;
}
@media (hover: hover) and (pointer: fine) and (min-width: 1024px) {
  .sk-media--play:hover:before {
    transform: translate(-50%, -50%) scale(1.1);
  }
}
@media (max-width: 767px) {
  .sk-media--play:before {
    width: 4rem;
    height: 4rem;
    background-size: 1rem auto;
  }
}

/* @start: Object Position Utility */
.object-position--top {
  -o-object-position: top;
     object-position: top;
}

/* @start: Aspect-Ratio Utility */
.ratio-1 {
  padding-bottom: 100%;
}

.ratio-16 {
  padding-bottom: 50%;
}

.ratio-150 {
  padding-bottom: 150%;
}

/* @start: Texts Utility */
.text-ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.text-truncate {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 1.2;
  overflow: hidden;
}
.text-truncate--two-lines {
  -webkit-line-clamp: 2;
}
.text-truncate--three-lines {
  -webkit-line-clamp: 3;
}
.text-truncate--four-lines {
  -webkit-line-clamp: 4;
}
.text-truncate--five-lines {
  -webkit-line-clamp: 5;
}
.text-link--underline {
  text-decoration: underline;
}
.text-blur {
  filter: blur(3px);
}
.text-weight--semibold {
  font-weight: 600;
}
.text-color--white {
  color: #FFFFFF;
}
.text-color--black {
  color: #232C40;
}
.text-color--orange {
  color: #EC6446;
}

/* @start: Animations */
html:not(.no-animations):not(.animation-disabled-reduce-motions) [data-animation-type=header] {
  opacity: 0;
  transform: translateY(10px);
  will-change: opacity, transform;
}
html:not(.no-animations):not(.animation-disabled-reduce-motions) [data-animation-type=header].is--animation-completed {
  opacity: 1;
  transform: none;
  will-change: auto;
}
html:not(.no-animations):not(.animation-disabled-reduce-motions) [data-animation-type=hero-header-simple] .hero__data {
  opacity: 0;
  transform: translateY(10px);
  will-change: opacity, transform;
}
html:not(.no-animations):not(.animation-disabled-reduce-motions) [data-animation-type=hero-header-extended] .hero__data {
  opacity: 0;
  transform: translateY(10px);
  will-change: opacity, transform;
}
html:not(.no-animations):not(.animation-disabled-reduce-motions) [data-animation-type=hero-header-extended] .hero__background-media {
  opacity: 0;
  will-change: opacity;
}
html:not(.no-animations):not(.animation-disabled-reduce-motions) [data-animation-type=hero-header-software] .hero__data,
html:not(.no-animations):not(.animation-disabled-reduce-motions) [data-animation-type=hero-header-software] .hero-software-menu {
  opacity: 0;
  transform: translateY(10px);
  will-change: opacity, transform;
}
html:not(.no-animations):not(.animation-disabled-reduce-motions) [data-animation-type=hero-header-software] .hero__background-media {
  opacity: 0;
  will-change: opacity;
}
html:not(.no-animations):not(.animation-disabled-reduce-motions) [data-animation-type=hero-header-form] .hero__data,
html:not(.no-animations):not(.animation-disabled-reduce-motions) [data-animation-type=hero-header-form] .form-box {
  opacity: 0;
  transform: translateY(10px);
  will-change: opacity, transform;
}
html:not(.no-animations):not(.animation-disabled-reduce-motions) [data-animation-type=hero-header-case-study] .case-study-hero__logo,
html:not(.no-animations):not(.animation-disabled-reduce-motions) [data-animation-type=hero-header-case-study] .case-study-hero__title,
html:not(.no-animations):not(.animation-disabled-reduce-motions) [data-animation-type=hero-header-case-study] .case-study-hero__info-item {
  opacity: 0;
  transform: translateY(10px);
  will-change: opacity, transform;
}
html:not(.no-animations):not(.animation-disabled-reduce-motions) [data-animation-type=hero-header-calendar] .calendar-hero__data,
html:not(.no-animations):not(.animation-disabled-reduce-motions) [data-animation-type=hero-header-calendar] .calendar-hero__media-image {
  opacity: 0;
  transform: translateY(10px);
  will-change: opacity, transform;
}
html:not(.no-animations):not(.animation-disabled-reduce-motions) [data-animation-type=fade-translateY] {
  opacity: 0;
  transform: translateY(20px);
  will-change: opacity, transform;
}
html:not(.no-animations):not(.animation-disabled-reduce-motions) [data-animation-type=grid-fade-translateY] > div:not(.no--animable) {
  opacity: 0;
  transform: translateY(20px);
  will-change: opacity, transform;
}
html:not(.no-animations):not(.animation-disabled-reduce-motions) [data-animation-type=carousel-translateX] .swiper-slide {
  opacity: 0;
  transform: translateX(40px);
  will-change: opacity, transform;
}

/* @start: Base */
:root {
  --vh: 100vh;
}

::-moz-selection {
  background-color: #000000;
  color: #FFFFFF;
}

::selection {
  background-color: #000000;
  color: #FFFFFF;
}

::-moz-selection {
  background-color: #000000;
  color: #FFFFFF;
}

.otgs-development-site-front-end {
  display: none !important;
}

html {
  position: relative !important;
  top: auto !important;
  width: 100%;
  min-height: -webkit-fill-available;
  -webkit-marquee-increment: 0vw;
  font-size: 16px;
  overflow-x: hidden;
  background-color: transparent;
  scroll-behavior: smooth;
}
@media (min-width: 1025px) and (max-width: 1400px) {
  html {
    font-size: calc(20px + 0.83333vw - 16px);
  }
}
html {
  /*
  @include mq( $until: 1024px ) {
      font-size: rem(18px);
  }
  */
}
html .bg-pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("./assets/images/pattern.png");
  background-repeat: repeat;
  z-index: 5;
}
html .bg-head {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 43.75rem;
  background-image: url("./assets/images/bg.jpg");
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.5;
  z-index: -1;
}
html .bg-head:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 16.25rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
}
html .p-z6 {
  position: relative;
  z-index: 6;
}
html .pin-spacer {
  z-index: 6 !important;
}
html.no-smooth-scroll {
  scroll-behavior: auto;
}
html.admin-logged-in {
  margin-top: 1.875rem;
}
html.admin-logged-in .sk-header {
  top: 30px;
}

body {
  width: 100%;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  background-color: #FFFFFF;
  font-kerning: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeSpeed;
  scroll-behavior: smooth;
}
@media (max-width: 1024px) {
  body {
    overflow-x: hidden;
  }
}

a {
  color: inherit;
  cursor: pointer;
  outline: none !important;
  text-decoration: none;
  transition: color 0.3s ease;
}
a:hover, a:active, a:focus {
  color: inherit;
  outline: 0;
  text-decoration: none;
}
a.no-color {
  color: inherit !important;
}
a img {
  border: none;
}

b,
strong {
  font-weight: bold;
}

p {
  padding: 0;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

img,
figure {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

figcaption {
  font-size: 0.6875rem;
  font-style: italic;
  margin-top: 0.25rem;
}

mark,
.mark {
  background-color: #000000;
  color: #FFFFFF;
  font-size: 0.75rem;
  font-weight: bold;
  padding: 0.1875rem;
  text-transform: uppercase;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.aligncenter {
  display: block;
  clear: both;
  margin-right: auto;
  margin-left: auto;
}

img.alignleft {
  float: left;
  margin: 1.25rem 1.5625rem 1.25rem 0;
}

img.alignright {
  display: block;
  margin: 1.25rem 0 1.25rem 1.5625rem;
}

img.aligncenter {
  display: block;
  clear: both;
  margin: 0 auto;
}

img.alignnone {
  display: block;
}

blockquote {
  position: relative;
  z-index: 1;
  /*
  &:before {
      position: absolute;
      color: rgba($color-black, 0.35);
      font-size: rem(30px);
      font-style: normal;
      font-weight: bold;
      z-index: -1;
  }

  &:before {
      content: "“";
      top: rem(-30px);
      left: rem(-30px);
      line-height: 1;

      @include mq( $until: 576px ) {
          left: rem(-15px);
      }

  }
  */
}
blockquote cite {
  font-size: 0.8125rem;
  display: block;
  margin-top: 1.25rem;
}
blockquote cite:before {
  content: "-";
  margin: 0 0.5625rem;
}

.gallery {
  margin-top: 1.25rem;
}

.gallery:after {
  content: "";
  display: table;
  clear: both;
}

.gallery figure img {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}

.gallery figure {
  float: left;
  margin: 0 2% 1em 0;
}

.gallery .gallery-caption {
  font-size: 0.75rem;
  margin-top: 0.3125rem;
}

.gallery.gallery-columns-1 figure {
  width: 100%;
  margin: 0 0 1em 0;
  float: none;
}

.gallery.gallery-columns-3 figure {
  width: 32%;
}

.gallery.gallery-columns-3 figure:nth-of-type(3n+3) {
  margin-right: 0;
}

.gallery.gallery-columns-3 figure:nth-of-type(3n+4) {
  clear: left;
}

.gallery.gallery-columns-2 figure {
  width: 49%;
}

.gallery.gallery-columns-2 figure:nth-of-type(even) {
  margin-right: 0;
}

.gallery.gallery-columns-2 figure:nth-of-type(odd) {
  clear: left;
}

.gallery.gallery-columns-4 figure {
  width: 23.25%;
}

.gallery.gallery-columns-4 figure:nth-of-type(4n+4) {
  margin-right: 0;
}

.gallery.gallery-columns-4 figure:nth-of-type(4n+5) {
  clear: left;
}

.gallery.gallery-columns-5 figure {
  width: 18%;
}

.gallery.gallery-columns-5 figure:nth-of-type(5n+5) {
  margin-right: 0;
}

.gallery.gallery-columns-5 figure:nth-of-type(5n+6) {
  clear: left;
}

.gallery.gallery-columns-6 figure {
  width: 14.2%;
}

.gallery.gallery-columns-6 figure:nth-of-type(6n+6) {
  margin-right: 0;
}

.gallery.gallery-columns-6 figure:nth-of-type(6n+7) {
  clear: left;
}

.gallery.gallery-columns-7 figure {
  width: 12%;
}

.gallery.gallery-columns-7 figure:nth-of-type(7n+7) {
  margin-right: 0;
}

.gallery.gallery-columns-7 figure:nth-of-type(7n+8) {
  clear: left;
}

.gallery.gallery-columns-8 figure {
  width: 10.2%;
}

.gallery.gallery-columns-8 figure:nth-of-type(8n+8) {
  margin-right: 0;
}

.gallery.gallery-columns-8 figure:nth-of-type(8n+9) {
  clear: left;
}

.gallery.gallery-columns-9 figure {
  width: 8.85%;
}

.gallery.gallery-columns-9 figure:nth-of-type(9n+9) {
  margin-right: 0;
}

.gallery.gallery-columns-9 figure:nth-of-type(9n+10) {
  clear: left;
}

@media (max-width: 767px) {
  .gallery.gallery-columns-4 figure,
  .gallery.gallery-columns-5 figure,
  .gallery.gallery-columns-6 figure,
  .gallery.gallery-columns-7 figure,
  .gallery.gallery-columns-8 figure,
  .gallery.gallery-columns-9 figure {
    width: 100%;
    margin: 0 0 1em 0;
    float: none;
  }
}
address {
  display: block;
}

abbr[title],
acronym[title],
dfn[title] {
  border-bottom: 1px dotted #666666;
  cursor: help;
}

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

pre,
code {
  padding: 0 0.1875rem 0.125rem;
  border-radius: 0.1875rem;
  color: #232527;
  font-size: 0.75rem;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}

code {
  padding: 0.125rem 0.25rem;
  border: 1px solid #DDE4E9;
  background-color: #F6F6F6;
  color: #232527;
  white-space: nowrap;
}

pre {
  display: block;
  margin: 20px 0 0 0;
  padding: 25px !important;
  border: 1px solid #DDE4E9;
  border-radius: 0.25rem;
  background-color: #FCFCFC;
  background-image: linear-gradient(#f5f5f5 50%, #e6e6e6 50%);
  background-size: 3.125rem 3.125rem;
  white-space: pre;
  word-wrap: normal;
  word-break: break-all;
  font-size: 0.75rem;
  line-height: 1.5625rem;
  overflow-x: visible;
  overflow-y: hidden;
}

pre code {
  padding: 0;
  border: 0;
  background-color: transparent;
  color: inherit;
  white-space: pre;
  white-space: pre-wrap;
}

.pre-scrollable {
  overflow-y: scroll;
  max-height: 21.25rem;
}

table {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.15);
  text-align: left;
}
table tr {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
table th,
table td {
  min-height: 2.5625rem;
  padding: 0.625rem 0.875rem 0.5rem;
  border-right: 1px solid rgba(0, 0, 0, 0.15);
}
table thead tr {
  border-top: none;
}
table thead h4 {
  font-size: 0.625rem;
  line-height: 1.125rem;
  text-transform: uppercase;
  margin-bottom: 0;
}

iframe,
object,
embed {
  max-width: 100%;
  border: none;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #F1F1F1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759B;
  display: block;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* @start: Layout */
.sk-main {
  position: relative;
  z-index: 6;
}

.sk-col {
  position: relative;
}

.container,
.container-fluid {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}
.container > .row:not(.row-bypass),
.container-fluid > .row:not(.row-bypass) {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}
.container > .row:not(.row-bypass) > *,
.container-fluid > .row:not(.row-bypass) > * {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.no-gutters.container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.no-gutters.container-fluid > .row:not(.row-bypass) {
  margin-left: 0;
  margin-right: 0;
}
.no-gutters.container-fluid > .row:not(.row-bypass) > * {
  padding-left: 0;
  padding-right: 0;
}

.gy-60 {
  margin-top: -3.75rem;
}
.gy-60 > * {
  margin-top: 3.75rem;
}

@media (min-width: 1025px) {
  .container--1200px {
    max-width: 78.75rem;
  }
}

@media (min-width: 1025px) {
  .container--1400px {
    max-width: 91.25rem;
  }
}

@media (min-width: 1025px) {
  .container--1600px {
    max-width: 103.75rem;
  }
}

@media (min-width: 1025px) {
  .container--1920px {
    max-width: 123.75rem;
  }
}

/* @start: Layout Responsive */
@media (max-width: 1200px) {
  .container,
  .container-fluid {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
  .container > .row:not(.row-bypass),
  .container-fluid > .row:not(.row-bypass) {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
  .container > .row:not(.row-bypass) > *,
  .container-fluid > .row:not(.row-bypass) > * {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
@media (max-width: 1024px) {
  .gy-60 {
    margin-top: -1.875rem;
  }
  .gy-60 > * {
    margin-top: 1.875rem;
  }
}
@media (max-width: 767px) {
  .container,
  .container-fluid {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .container > .row:not(.row-bypass),
  .container-fluid > .row:not(.row-bypass) {
    margin-left: -0.46875rem;
    margin-right: -0.46875rem;
  }
  .container > .row:not(.row-bypass) > *,
  .container-fluid > .row:not(.row-bypass) > * {
    padding-left: 0.46875rem;
    padding-right: 0.46875rem;
  }
  .container--no-gutter {
    padding-left: 0;
    padding-right: 0;
  }
  .container--no-gutter > .row:not(.row-bypass) {
    margin-left: 0;
    margin-right: 0;
  }
  .container--no-gutter > .row:not(.row-bypass) > * {
    padding-left: 0;
    padding-right: 0;
  }
}
/* @start: Typography */
body,
input,
button,
select,
textarea {
  font-family: "InstrumentSansAltamira", sans-serif;
  font-size: 1.125rem;
  color: #123268;
  font-weight: 400;
  line-height: 1.3;
}

input,
button,
select,
textarea {
  font-size: 1rem;
  line-height: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "InstrumentSansAltamira", sans-serif;
  color: #123268;
  font-weight: 500;
  line-height: 1;
  margin: 0;
}

/* @start: Typography Responsive */
@media (max-width: 1024px) {
  body,
  input,
  button,
  select,
  textarea {
    font-size: 1rem;
  }
}
/* @start: Section */
.sk-section[id] {
  scroll-margin-top: 5rem;
}

.sk-section {
  position: relative;
  width: 100%;
}
.sk-section__bg--no {
  background-color: transparent;
}
.sk-section__bg--white {
  background-color: #FFFFFF;
}
.sk-section__bg--gray-zircon {
  background-color: #F5F8FF;
}
.sk-section__bg--abstract:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 16.25rem;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
  z-index: 4;
}
.sk-section__bg--abstract:after {
  content: "";
  background-image: url("./assets/images/bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.5;
  z-index: 3;
}
.sk-section__bg--abstract-reverse:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 16.25rem;
  background: linear-gradient(-180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
  z-index: 4;
}
.sk-section__bg--abstract-reverse:after {
  content: "";
  background-image: url("./assets/images/bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.5;
  z-index: 3;
}
.sk-section__bg--abstract-reverse.abstract-reverse--gradient-gray-zircon:before {
  background: linear-gradient(-180deg, rgba(245, 248, 255, 0) 0%, #F5F8FF 100%);
}
.sk-section__cover {
  content: "";
  background-image: url("./assets/images/bg-dark-blue.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: rotate(0deg) scale(-1);
  z-index: 3;
}

/* @start: Section Responsive */
@media (max-width: 1024px) {
  .sk-main__section .sk-section:first-of-type {
    padding-top: 1.875rem !important;
  }
}
/* @start: Form Box */
.form-box {
  position: relative;
  padding: 0.625rem;
  background-color: rgba(42, 82, 149, 0.15);
  border-radius: 2rem;
}
.form-box--650 {
  max-width: 40.625rem;
  margin: 0 auto;
}
.form-box__wrapper {
  padding: 2.5rem 3.125rem;
  border-radius: 1.5rem;
  background-color: #FFFFFF;
}

/* @start: Forms */
.sk-form {
  position: relative;
  width: 100%;
}
.sk-form--small {
  max-width: 46.875rem;
  margin-left: auto;
  margin-right: auto;
}
.sk-form__wrap {
  position: relative;
  width: 100%;
}
.sk-form__disclaimer {
  font-size: 1rem;
  margin-top: 0.3125rem;
}
.sk-form__inputs-wrapper {
  position: relative;
  width: 100%;
  gap: 1.375rem;
  display: flex;
  flex-wrap: wrap;
}
.sk-form__inputs-wrapper.is--small {
  margin-bottom: 0.625rem;
}
.sk-form__inputs-wrapper.is--last {
  margin-top: 0.625rem;
  margin-bottom: 0;
}
.sk-form__inputs-wrapper:last-child {
  margin-bottom: 0;
}
.sk-form__inputs-wrapper--newsletter .sk-form__input:not(.is--last) {
  width: calc(50% - 4.6875rem);
}
.sk-form__inputs-wrapper--newsletter .sk-form__input.is--last {
  width: 9.375rem;
}
.sk-form__input--content {
  position: relative;
  width: 100%;
  display: block;
}
.sk-form__input--content + .sk-form__input--content {
  margin-top: 0.625rem;
}
.sk-form__inputs-fields {
  opacity: 1;
  transition: opacity 0.2s ease;
}
.sk-form__inputs-fields.is--loaded {
  opacity: 0.1;
  pointer-events: none;
}
.sk-form__input {
  position: relative;
}
.sk-form__input > label {
  width: 100%;
  display: block;
  margin: 0;
}
.sk-form__input abbr[title] {
  border-bottom: 0 none;
  text-decoration: none;
}
.sk-form__input abbr[title].required {
  color: #E31616;
  margin-left: 0.25rem;
}
.sk-form__input--field-30 {
  width: calc(30% - 0.6875rem);
}
.sk-form__input--field-33 {
  width: calc(33.33% - 0.6875rem);
}
.sk-form__input--field-50 {
  width: calc(50% - 0.6875rem);
}
.sk-form__input--field-70 {
  width: calc(70% - 0.6875rem);
}
.sk-form__input--field-100 {
  width: 100%;
}
.sk-form__error {
  font-size: 0.875rem;
  color: #FFFFFF;
  font-weight: bold;
  width: 100%;
  padding: 0.9375rem 0.625rem 1.125rem;
  background-color: rgb(255, 76.5, 76.5);
  margin-top: 1.875rem;
  text-align: center;
}
.sk-form__error .login {
  text-decoration: underline;
}
.sk-form__error a:not(.login) {
  display: none;
}
.sk-form__description {
  font-size: 1rem;
  margin-bottom: 1.25rem;
}
.sk-form__label-out {
  font-size: 0.875rem;
  color: #000000;
  font-weight: bold;
  margin-bottom: 0.3125rem;
  text-transform: uppercase;
  display: block;
}
.sk-form__privacy-text {
  font-size: 0.875rem;
  text-decoration: underline;
}
.sk-form__logo-capterra {
  position: relative;
  width: 10.5rem;
  height: 3.5625rem;
  margin: 1.25rem auto 0;
}
.sk-form__logo-capterra img {
  -o-object-fit: contain;
     object-fit: contain;
}

/* @start: Forms Styles */
input,
button,
select,
textarea,
input:focus,
textarea:focus,
input[type=checkbox]:focus,
input[type=file]:focus,
input[type=radio]:focus {
  outline: 0;
}

label {
  outline: 0 none;
}

textarea {
  min-height: 6.25rem;
  overflow: auto;
  resize: vertical;
}

.sk-form__input--hypt {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.sk-form__input--default {
  box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.05);
}
.sk-form__input--textarea {
  border-radius: 0;
}
.sk-form__input--file {
  display: none;
}
.sk-form__input--multicheckboxes {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9375rem 0.625rem;
}
.sk-form__input--multicheckboxes .multicheckbox__label {
  width: 100%;
  font-size: 1rem;
  font-weight: 500;
}
.sk-form__input--multicheckboxes .multicheckbox__field {
  flex: 0 0 calc((100% - 0.625rem) / 2);
}
.sk-form__input--multicheckboxes .multicheckbox__field label {
  font-size: 1rem;
}
.sk-form__input--multicheckboxes .multicheckbox__field label:before {
  top: -0.125rem;
}
.sk-form__input--multicheckboxes .multicheckbox__field label:after {
  top: -0.1875rem;
}
.sk-form__input--multicheckboxes.f--required .sk-form__input--checkbox:not(:checked) + label:before {
  background-color: rgb(255, 244.8, 244.8) !important;
  border-color: #FF0000 !important;
}
/* @start: Forms Responsive */
@media (max-width: 1024px) {
  .form-box__wrapper {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
  .sk-form__headings {
    margin-bottom: 1.875rem;
  }
  .sk-form--hidden .sk-form__wrap {
    display: none;
  }
  .sk-form__mobile {
    display: block;
  }
  .sk-form__input--field-33 {
    width: 100%;
  }
  .sk-form__input--field-50 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .form-box__wrapper {
    padding: 1.5625rem 1.25rem;
  }
  .sk-form__input {
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .sk-form__input.is--middle, .sk-form__input.is--last {
    margin-top: 1.25rem;
  }
  .sk-form__input .sk-btn:not(.sk-form__upload--button) {
    width: 100%;
  }
  .sk-form__input .sk-btn:not(.sk-form__upload--button) br {
    display: none;
  }
  .sk-form__upload--text {
    width: calc(100% - 6.25rem);
  }
  .sk-form__upload--button {
    width: 6.25rem;
  }
}
/* @start: Button Animation */
.sk-btn__ripple {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: transparent;
  z-index: 4;
}
.sk-btn__ripple--circle {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.25);
  transform: translate3d(-50%, -50%, 0);
}
.sk-btn__ripple.is--active .sk-btn__ripple--circle {
  animation: ripple 0.4s ease-in;
}
@keyframes ripple {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  100% {
    width: 200%;
    padding-bottom: 200%;
    opacity: 0;
  }
}

/* @start: Button Style */
.sk-btn {
  position: relative;
  width: auto;
  min-width: 9.375rem;
  padding: 1rem 1.125rem;
  border: 1px solid;
  border-radius: 0.5rem;
  font-size: 0;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
  outline: 0 !important;
  text-decoration: none !important;
  display: inline-block;
  overflow: visible;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  transition: border 0.3s cubic-bezier(0.45, 0, 0.14, 1.03), background 0.3s cubic-bezier(0.45, 0, 0.14, 1.03), transform 0.2s cubic-bezier(0.45, 0, 0.14, 1.03), box-shadow 0.2s cubic-bezier(0.45, 0, 0.14, 1.03);
}
.sk-btn__label {
  position: relative;
  color: #FFFFFF;
  font-family: "InstrumentSansAltamira", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0;
  z-index: 3;
  transition: color 0.3s cubic-bezier(0.45, 0, 0.14, 1.03);
}
.sk-btn.is--disabled {
  opacity: 0.3;
  pointer-events: none;
  cursor: not-allowed;
}
.sk-btn--icon .sk-btn__label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
}
.sk-btn--icon .svg-data--icon {
  width: 1.5rem;
  height: 1.5rem;
}
.sk-btn--full {
  width: 100%;
  min-width: auto;
}
.sk-btn--xs {
  padding: 0.6875rem 1rem;
}
.sk-btn--xs .sk-btn__label {
  font-size: 0.875rem;
}
.sk-btn--xs .sk-btn__label .svg-data--icon {
  width: 1.125rem;
  height: 1.125rem;
}
.sk-btn--lg .sk-btn__label .svg-data--icon {
  width: 1.125rem;
  height: 1.125rem;
  margin-top: -0.5625rem;
}
.sk-btn--download, .sk-btn--read {
  min-width: auto;
  border: 0 none;
  padding: 0;
}
.sk-btn--download .sk-btn__label, .sk-btn--read .sk-btn__label {
  color: #2A5295;
  font-weight: 500;
  text-transform: none;
}
.sk-btn--download .svg-data--icon path, .sk-btn--read .svg-data--icon path {
  transition: stroke 0.3s ease;
}
@media (hover: hover) and (pointer: fine) and (min-width: 1024px) {
  .sk-btn--download:hover .sk-btn__label, .sk-btn--read:hover .sk-btn__label {
    color: #EC6446;
  }
  .sk-btn--download:hover .svg-data--icon path, .sk-btn--read:hover .svg-data--icon path {
    stroke: #EC6446;
  }
}
.sk-btn--read .sk-btn__label {
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
}
.sk-btn--read .svg-data--icon {
  transform: rotate(180deg);
}
.sk-btn--primary {
  border-color: #EC6446;
  background-color: #EC6446;
}
@media (hover: hover) and (pointer: fine) and (min-width: 1024px) {
  .sk-btn--primary:hover {
    border-color: rgb(240.75, 138.75, 116.25);
    background-color: rgb(240.75, 138.75, 116.25);
  }
}
.sk-btn--secondary {
  border-color: #2A5295;
  background-color: #2A5295;
}
@media (hover: hover) and (pointer: fine) and (min-width: 1024px) {
  .sk-btn--secondary:hover {
    border-color: #2a5295;
    background-color: rgb(53.2146596859, 103.8952879581, 188.7853403141);
  }
}

/* @start: Button Responsive */
@media (max-width: 1024px) {
  .sk-btn__label {
    font-size: 1rem;
  }
}
/* @start: Carousel */
.sk-carousel {
  position: relative;
  width: 100%;
}
.sk-carousel__mask {
  width: calc(100% + 2.5rem);
  padding: 0 1.25rem 1.875rem;
  margin-left: -1.25rem;
  overflow: hidden;
}
.sk-carousel__mask .swiper,
.sk-carousel__mask .swiper-wrapper {
  overflow: visible;
}
.sk-carousel--overflow .swiper {
  overflow: visible;
}
.sk-carousel--marquee .swiper-wrapper {
  transition-timing-function: linear !important;
}
.sk-carousel--gradient:before, .sk-carousel--gradient:after {
  content: "";
  position: absolute;
  top: 0;
  width: 18.75rem;
  height: 100%;
  z-index: 2;
}
.sk-carousel--gradient:before {
  left: 0;
  background: linear-gradient(90deg, white 5%, rgba(255, 255, 255, 0.15) 20%, rgba(255, 255, 255, 0) 100%);
}
.sk-carousel--gradient:after {
  right: 0;
  background: linear-gradient(-90deg, white 5%, rgba(255, 255, 255, 0.15) 20%, rgba(255, 255, 255, 0) 100%);
}
.sk-carousel__top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2.5rem;
  gap: 1.875rem;
}
.sk-carousel__heading-subtitle {
  font-size: 1.125rem;
  margin-top: 0.625rem;
}

.swiper-buttons {
  position: relative;
  width: 7.625rem;
  height: 3.5rem;
}
.swiper-buttons--desktop {
  display: block;
}
.swiper-buttons--mobile {
  display: none;
}

.swiper-button-prev,
.swiper-button-next {
  font-family: none;
  top: 0;
  margin: 0;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 100%;
  background: #F5F8FF;
  opacity: 1;
  transition: background 0.2s ease, opacity 0.2s ease;
}
.swiper-button-prev .svg-data,
.swiper-button-next .svg-data {
  width: 1.75rem;
  height: 1.75rem;
}
.swiper-button-prev .svg-data path,
.swiper-button-next .svg-data path {
  stroke: #2A5295;
  transition: stroke 0.2s ease;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.2;
}
@media (hover: hover) and (pointer: fine) and (min-width: 1024px) {
  .swiper-button-prev:hover,
  .swiper-button-next:hover {
    background-color: #2A5295;
  }
  .swiper-button-prev:hover .svg-data path,
  .swiper-button-next:hover .svg-data path {
    stroke: #FFFFFF;
  }
}

.swiper-button-prev {
  left: 0;
}

.swiper-button-next {
  right: 0;
}
.swiper-button-next .svg-data {
  transform: rotate(180deg);
}

.swiper-pagination.swiper-pagination--relative {
  position: relative;
  left: auto;
  bottom: auto;
  margin-top: 2.5rem;
}
.swiper-pagination-progressbar {
  background-color: #F5F8FF;
  border-radius: 0.25rem;
  overflow: hidden;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: #BECEE9;
}

/* @start: Carousel Responsive */
@media (max-width: 1024px) {
  .sk-carousel--overflow-mobile .swiper {
    overflow: visible;
  }
  .sk-carousel__top {
    margin-bottom: 1.875rem;
    flex-direction: column;
  }
  .sk-carousel__heading {
    text-align: center;
  }
  .sk-carousel__heading br {
    display: none;
  }
  .swiper-pagination {
    display: none;
  }
  .swiper-buttons {
    width: 100%;
    margin-top: 1.5rem;
  }
  .swiper-buttons--desktop {
    display: none;
  }
  .swiper-buttons--mobile {
    display: block;
  }
}
@media (max-width: 767px) {
  .sk-carousel--gradient:before, .sk-carousel--gradient:after {
    width: 9.375rem;
  }
}
/* @start: Tabs */
.sk-tabs {
  position: relative;
  width: 100%;
  display: flex;
  align-items: flex-start;
}
.sk-tabs.tabs--generic {
  gap: 6.25rem;
}
.sk-tabs.tabs--generic .tab__navs {
  flex: 0 0 25rem;
  width: 25rem;
}
.sk-tabs.tabs--generic .tab__nav li:first-child {
  padding-top: 0;
}
.sk-tabs.tabs--generic .tab__nav-item {
  border-bottom: 1px solid rgba(42, 82, 149, 0.2);
  transition: border 0.2s ease;
}
@media (hover: hover) and (pointer: fine) and (min-width: 1024px) {
  .sk-tabs.tabs--generic .tab__nav-item:hover {
    border-color: #123268;
  }
}
.sk-tabs.tabs--generic .tab__nav-item.is--activated {
  border-color: #123268;
  pointer-events: none;
}
.sk-tabs.tabs--generic .tab__nav-item.is--activated .tab__nav-label {
  font-weight: 600;
}
.sk-tabs.tabs--generic .tab__nav-label {
  font-size: 1.5rem;
  font-weight: 400;
}
.sk-tabs.tabs--generic .tab__items {
  flex: 0 0 calc(100% - 31.25rem);
  width: calc(100% - 31.25rem);
}
.sk-tabs.tabs--generic .tab__item-nav-mobile {
  padding: 1.25rem 0;
  cursor: pointer;
  display: none;
}
.sk-tabs.tabs--generic .tab__item-nav-mobile > h3 {
  font-size: 1.25rem;
  font-weight: 400;
}
.sk-tabs.tabs--generic .tab__item.is--activated .tab__item-nav-mobile {
  pointer-events: none;
}
.sk-tabs.tabs--generic .tab__item.is--activated .tab__item-nav-mobile > h3 {
  font-weight: 600;
}
.sk-tabs.tabs--generic .tab__content {
  padding: 3rem;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}
.sk-tabs.tabs--generic .tab__media {
  position: relative;
  width: 6rem;
  height: 6rem;
  margin-bottom: 1.5rem;
}
.sk-tabs.tabs--software {
  gap: 3.125rem;
}
.sk-tabs.tabs--software .tab__navs {
  flex: 0 0 31.25rem;
  width: 31.25rem;
}
.sk-tabs.tabs--software .tab__items {
  flex: 0 0 calc(100% - 34.375rem);
  width: calc(100% - 34.375rem);
}
.sk-tabs.tabs--software .tab__content {
  background: linear-gradient(180deg, #F6F8FC 0%, #BECEE9 100%);
}
.sk-tabs.tabs--software .tab__nav-item {
  border-bottom: 1px solid rgba(42, 82, 149, 0.2);
}
.sk-tabs.tabs--software .tab__nav-item:first-child {
  border-top: 1px solid rgba(42, 82, 149, 0.2);
}
.sk-tabs.tabs--software .tab__nav-item--flex {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.sk-tabs.tabs--software .tab__nav-item.is--activated {
  cursor: default;
}
.sk-tabs.tabs--software .tab__nav-item.is--activated .tab__nav-text {
  display: block;
}
.sk-tabs.tabs--software .tab__nav-label {
  color: #232C40;
  font-size: 1.25rem;
  font-weight: 600;
}
.sk-tabs.tabs--software .tab__nav-text {
  padding-left: 4rem;
  margin-bottom: 0.375rem;
  display: none;
}
.sk-tabs.tabs--software .tab__nav-text p {
  color: #232C40;
}
.sk-tabs.tabs--software .tab__nav-text a {
  margin-top: 0.9375rem;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: underline;
  display: inline-block;
}
.sk-tabs.tabs--software .tab__container {
  padding: 3rem;
}
.sk-tabs.tabs--software .tab__title-link {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
.sk-tabs.tabs--software .tab__title .svg-data {
  width: 2.5rem;
  height: 2.5rem;
}
.sk-tabs.tabs--software .tab__title .svg-data path {
  stroke: #123268;
}
.sk-tabs.tabs--software .tab__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
}
.sk-tabs.tabs--software .tab__list-badge {
  background-color: #FFFFFF;
  border: 1px solid #BECEE9;
  border-radius: 0.5rem;
  padding: 0.75rem 1rem;
  display: flex;
  align-items: center;
  gap: 0.625rem;
  transition: border 0.2s ease;
}
@media (hover: hover) and (pointer: fine) and (min-width: 1024px) {
  .sk-tabs.tabs--software .tab__list-badge:hover {
    border-color: #2A5295;
  }
}
.sk-tabs.tabs--software .tab__list-label {
  color: #232C40;
  font-size: 1.125rem;
  font-weight: 500;
}
.sk-tabs.tabs--software .tab__list .svg-data {
  width: 1rem;
  height: 1rem;
}
.sk-tabs.tabs--software .tab__media {
  position: relative;
  width: 100%;
}
.sk-tabs.tabs--software .tab__media .sk-media {
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}
.sk-tabs.tabs--software .tab__item-nav-mobile {
  padding: 1.25rem 0;
  cursor: pointer;
  display: none;
}
.sk-tabs.tabs--software .tab__item-nav-mobile--flex {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.sk-tabs.tabs--software .tab__item-nav-mobile-label {
  color: #232C40;
  font-size: 1.25rem;
  font-weight: 600;
}
.sk-tabs.tabs--software .tab__item-nav-mobile-text {
  padding-left: 4rem;
  margin-bottom: 0.375rem;
  display: none;
}
.sk-tabs.tabs--software .tab__item-nav-mobile-text p {
  color: #232C40;
}
.sk-tabs.tabs--software .tab__item-nav-mobile-text a {
  margin-top: 0.9375rem;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: underline;
  display: inline-block;
}
.sk-tabs.tabs--icons {
  gap: 3.125rem;
}
.sk-tabs.tabs--icons .tab__navs {
  flex: 0 0 31.25rem;
  width: 31.25rem;
}
.sk-tabs.tabs--icons .tab__items {
  flex: 0 0 calc(100% - 34.375rem);
  width: calc(100% - 34.375rem);
}
.sk-tabs.tabs--icons .tab__content {
  background: linear-gradient(180deg, #F6F8FC 0%, #BECEE9 100%);
}
.sk-tabs.tabs--icons .tab__nav-item {
  border-bottom: 1px solid rgba(42, 82, 149, 0.2);
}
.sk-tabs.tabs--icons .tab__nav-item:first-child {
  border-top: 1px solid rgba(42, 82, 149, 0.2);
}
.sk-tabs.tabs--icons .tab__nav-item--flex {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media (hover: hover) and (pointer: fine) and (min-width: 1024px) {
  .sk-tabs.tabs--icons .tab__nav-item:hover .tab__nav-label {
    color: #2A5295;
  }
}
.sk-tabs.tabs--icons .tab__nav-item.is--activated {
  cursor: default;
}
.sk-tabs.tabs--icons .tab__nav-item.is--activated .tab__nav-label {
  color: #2A5295;
}
.sk-tabs.tabs--icons .tab__nav-label {
  color: #232C40;
  font-size: 1.25rem;
  font-weight: 600;
  transition: color 0.2s ease;
}
.sk-tabs.tabs--icons .tab__container {
  padding: 3rem;
}
.sk-tabs.tabs--icons .tab__title-link {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
.sk-tabs.tabs--icons .tab__title .svg-data {
  width: 2.5rem;
  height: 2.5rem;
}
.sk-tabs.tabs--icons .tab__title .svg-data path {
  stroke: #123268;
}
.sk-tabs.tabs--icons .tab__text--link {
  padding: 0;
  margin-top: 0.9375rem;
}
.sk-tabs.tabs--icons .tab__text--link a {
  color: #123268;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: underline;
}
.sk-tabs.tabs--icons .tab__media {
  position: relative;
  width: 100%;
}
.sk-tabs.tabs--icons .tab__media .sk-media {
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}
.sk-tabs.tabs--icons .tab__item-nav-mobile {
  padding: 1.25rem 0;
  cursor: pointer;
  display: none;
}
.sk-tabs.tabs--icons .tab__item-nav-mobile--flex {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.sk-tabs.tabs--icons .tab__item-nav-mobile-label {
  color: #232C40;
  font-size: 1.25rem;
  font-weight: 600;
}

.tab__nav {
  list-style: none;
}
.tab__nav li {
  padding: 1rem 0;
  cursor: pointer;
  display: block;
}
.tab__item.is--activated .tab__content {
  display: block;
}
.tab__icon {
  position: relative;
  flex: none;
  width: 3rem;
  height: 3rem;
}
.tab__heading {
  margin-bottom: 2.5rem;
}
.tab__title {
  font-size: 1.875rem;
  margin-bottom: 1.5rem;
}
.tab__content {
  border-radius: 1rem;
  display: none;
}
.tab__text {
  color: #232C40;
}

/* @start: Tabs Responsive */
@media (max-width: 1024px) {
  .sk-tabs {
    max-width: 37.5rem;
    margin: 0 auto;
    flex-direction: column;
  }
  .sk-tabs.tabs--generic {
    gap: 0;
  }
  .sk-tabs.tabs--generic .tab__navs {
    display: none;
  }
  .sk-tabs.tabs--generic .tab__items {
    flex: 0 0 100%;
    width: 100%;
  }
  .sk-tabs.tabs--generic .tab__content {
    padding: 2rem;
    margin-bottom: 1.25rem;
  }
  .sk-tabs.tabs--generic .tab__item {
    border-bottom: 1px solid rgba(42, 82, 149, 0.2);
    transition: border 0.2s ease;
  }
  .sk-tabs.tabs--generic .tab__item.is--activated {
    border-color: #123268;
  }
  .sk-tabs.tabs--generic .tab__item-nav-mobile {
    display: block;
  }
  .sk-tabs.tabs--software {
    gap: 0;
  }
  .sk-tabs.tabs--software .tab__navs, .sk-tabs.tabs--software .tab__items {
    flex: 0 0 100%;
    width: 100%;
  }
  .sk-tabs.tabs--software .tab__nav {
    display: none;
  }
  .sk-tabs.tabs--software .tab__heading {
    text-align: center;
  }
  .sk-tabs.tabs--software .tab__content {
    margin-bottom: 1.25rem;
  }
  .sk-tabs.tabs--software .tab__container {
    padding: 2rem;
  }
  .sk-tabs.tabs--software .tab__item {
    border-top: 1px solid rgba(42, 82, 149, 0.2);
  }
  .sk-tabs.tabs--software .tab__item:last-child {
    border-bottom: 1px solid rgba(42, 82, 149, 0.2);
  }
  .sk-tabs.tabs--software .tab__item-nav-mobile {
    display: block;
  }
  .sk-tabs.tabs--software .tab__item.is--activated .tab__item-nav-mobile-text {
    display: block;
  }
  .sk-tabs.tabs--software .tab__title .svg-data {
    width: 2rem;
    height: 2rem;
  }
  .sk-tabs.tabs--software .tab__list-badge {
    padding: 0.5rem 0.75rem;
  }
  .sk-tabs.tabs--software .tab__list-label {
    font-size: 0.875rem;
  }
  .sk-tabs.tabs--icons {
    gap: 0;
  }
  .sk-tabs.tabs--icons .tab__navs, .sk-tabs.tabs--icons .tab__items {
    flex: 0 0 100%;
    width: 100%;
  }
  .sk-tabs.tabs--icons .tab__nav {
    display: none;
  }
  .sk-tabs.tabs--icons .tab__heading {
    text-align: center;
  }
  .sk-tabs.tabs--icons .tab__content {
    margin-bottom: 1.25rem;
  }
  .sk-tabs.tabs--icons .tab__container {
    padding: 2rem;
  }
  .sk-tabs.tabs--icons .tab__item {
    border-top: 1px solid rgba(42, 82, 149, 0.2);
  }
  .sk-tabs.tabs--icons .tab__item:last-child {
    border-bottom: 1px solid rgba(42, 82, 149, 0.2);
  }
  .sk-tabs.tabs--icons .tab__item-nav-mobile {
    display: block;
  }
  .sk-tabs.tabs--icons .tab__title .svg-data {
    width: 2rem;
    height: 2rem;
  }
  .sk-tabs.tabs--icons .tab__text--link a {
    font-size: 0.875rem;
  }
  .tab__title {
    font-size: 1.5rem;
  }
}
@media (max-width: 576px) {
  .sk-tabs.tabs--generic .tab__content {
    padding: 1rem;
  }
  .sk-tabs.tabs--software .tab__container {
    padding: 1.5rem;
  }
  .sk-tabs.tabs--icons .tab__container {
    padding: 1.5rem;
  }
}
/* @start: Faqs */
.sk-faqs {
  position: relative;
  width: 100%;
  max-width: 50rem;
  margin: 0 auto;
}

.faq__item {
  border-top: 1px solid #BECEE9;
}
.faq__item:last-child {
  border-bottom: 1px solid #BECEE9;
}
.faq__item.is--opened .faq__title {
  color: #2A5295;
}
.faq__item.is--opened .faq__arrow {
  transform: rotate(180deg);
}
.faq__item.is--first .faq__content {
  display: block;
}
.faq__title {
  position: relative;
  width: 100%;
  color: #123268;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.2;
  padding: 1rem 4.375rem 1rem 0;
  margin: 0;
  cursor: pointer;
  transition: color 0.2s ease;
}
@media (hover: hover) and (pointer: fine) and (min-width: 1024px) {
  .faq__title:hover {
    color: #2A5295;
  }
}
.faq__arrow {
  position: absolute;
  top: 50%;
  right: 0;
  width: 1.75rem;
  height: 1.75rem;
  margin-top: -0.875rem;
  transform: rotate(0deg);
  transform-origin: center center;
  transition: transform 0.2s ease;
}
.faq__arrow svg {
  width: 0.875rem;
  height: 0.875rem;
}
.faq__arrow svg path {
  stroke: #123268;
}
.faq__content {
  position: relative;
  width: 100%;
  color: #232C40;
  padding-bottom: 1rem;
  display: none;
}

/* @start: Faqs Responsive */
@media (max-width: 1024px) {
  .faq__title {
    font-size: 1.125rem;
  }
}
/* @start: Switcher Select */
.switcher__languages {
  position: relative;
  height: 100%;
  list-style: none;
  display: flex;
  align-items: center;
  margin-top: 0.0625rem;
}
.switcher__languages label {
  position: relative;
  display: none;
}
.switcher__flag {
  position: absolute;
  top: 50%;
  left: 0;
  width: 1rem;
  height: 1rem;
  overflow: hidden;
  transform: translateY(-50%);
  z-index: 2;
}
.switcher__flag img {
  transform: scale(1.5);
}
.switcher__select {
  font-size: 0.875rem;
  line-height: normal;
  color: #2A5295;
  width: auto;
  min-width: auto;
  max-width: none;
  min-height: auto;
  max-height: none;
  padding: 0 0 0 1.5rem;
  border: 0 none;
  border-radius: 0;
  background-image: none;
  background-color: transparent;
  box-shadow: none;
}
.switcher__select option {
  padding: 0;
}
.switcher__dropdown {
  line-height: 0;
  display: block;
}
.switcher__dropdown-toggle {
  position: relative;
  font-size: 0.875rem;
  color: #2A5295;
  line-height: normal;
  padding: 0.4375rem 0.375rem 0.3125rem 1.25rem;
}
.switcher__dropdown-menu {
  position: absolute;
  top: calc(100% + 0.125rem);
  left: 50%;
  width: auto;
  min-width: 6.25rem;
  max-width: 12.5rem;
  background-color: #FFFFFF;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.05);
  transform: translateX(-50%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
  z-index: 50;
}
.switcher__dropdown-item {
  font-size: 0.875rem;
  line-height: normal;
  white-space: nowrap;
  padding: 0.5rem 0.625rem;
  cursor: pointer;
  transition: background 0.2s ease;
}
@media (hover: hover) and (pointer: fine) and (min-width: 1024px) {
  .switcher__dropdown-item:hover {
    background-color: #F5F8FF;
  }
}
.switcher__dropdown.is--opened .switcher__dropdown-menu {
  opacity: 1;
  pointer-events: auto;
}

/* @start: Switcher Select Responsive */
@media (max-width: 1024px) {
  .switcher__languages label {
    display: block;
  }
  .switcher__dropdown {
    display: none;
  }
}
/* @start: Content Article */
.content-article__text ul,
.content-article__text ol {
  list-style: none;
  list-style-type: revert;
  padding-left: 0.9375rem;
  margin: 0.625rem 0 0.625rem 0.9375rem;
}
.content-article__text ul li,
.content-article__text ol li {
  margin-bottom: 0.9375rem;
}
.content-article__text ul li:last-child,
.content-article__text ol li:last-child {
  margin-bottom: 0;
}
.content-article__text p {
  padding: 0.6em 0;
}
.content-article__text h2 {
  font-size: 1.875rem;
}
.content-article__text h3 {
  font-size: 1.625rem;
}
.content-article__text h4 {
  font-size: 1.5rem;
}
.content-article__text h5 {
  font-size: 1.375rem;
}
.content-article__text h6 {
  font-size: 1.25rem;
}
.content-article__text h1:not(.faq__title), .content-article__text h2:not(.faq__title), .content-article__text h3:not(.faq__title), .content-article__text h4:not(.faq__title), .content-article__text h5:not(.faq__title), .content-article__text h6:not(.faq__title) {
  margin-top: 2.1875rem;
  margin-bottom: 0.625rem;
}
.content-article__text h1 + *:not(ul):not(ol):not(p), .content-article__text h2 + *:not(ul):not(ol):not(p), .content-article__text h3 + *:not(ul):not(ol):not(p), .content-article__text h4 + *:not(ul):not(ol):not(p), .content-article__text h5 + *:not(ul):not(ol):not(p), .content-article__text h6 + *:not(ul):not(ol):not(p) {
  margin-top: 0.9375rem;
}
.content-article__text h1 + ul,
.content-article__text h1 + ol, .content-article__text h2 + ul,
.content-article__text h2 + ol, .content-article__text h3 + ul,
.content-article__text h3 + ol, .content-article__text h4 + ul,
.content-article__text h4 + ol, .content-article__text h5 + ul,
.content-article__text h5 + ol, .content-article__text h6 + ul,
.content-article__text h6 + ol {
  margin-top: 1.25rem;
}
.content-article__text a {
  font-weight: 500;
  text-decoration: underline;
}
.content-article .wp-block-quote {
  color: #2A5295;
  font-size: 1.875rem;
  font-weight: 500;
  padding: 1.875rem 0;
  margin: 1.5625rem 0;
  border-top: 1px solid #EC6446;
  border-bottom: 1px solid #EC6446;
  background-color: transparent;
  font-style: normal;
}
.content-article .wp-block-quote:first-child {
  margin-top: 0;
}
.content-article .wp-block-quote:last-child {
  margin-bottom: 0;
}
.content-article .wp-block-sk-review {
  margin: 1.875rem 0;
}
.content-article .wp-block-sk-review__wrapper {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 2.5rem;
}
.content-article .wp-block-sk-review__avatar {
  position: relative;
  flex: none;
  width: 4rem;
  height: 4rem;
  border-radius: 100%;
  overflow: hidden;
}
.content-article .wp-block-sk-review__text {
  font-size: 1.375rem;
  font-weight: 500;
}
.content-article .wp-block-sk-review__author {
  margin-top: 0.9375rem;
}
.content-article .wp-block-sk-review__author span {
  font-size: 1.125rem;
  display: block;
}
.content-article .wp-block-sk-review__author-name {
  font-weight: 600;
}
.content-article .wp-block-sk-review__author-role {
  margin-top: 0.3125rem;
}
.content-article .wp-block-sk-highlight {
  position: relative;
  width: 100%;
  border-radius: 1rem;
  padding: 2.5rem;
  background-color: rgba(236, 100, 70, 0.1);
  margin: 1.875rem 0;
}
.content-article .wp-block-sk-highlight__wrapper {
  display: flex;
  align-items: center;
  gap: 1.875rem;
}
.content-article .wp-block-sk-highlight__icon {
  position: relative;
  flex: none;
  width: 4rem;
  height: 4rem;
}
.content-article .wp-block-sk-highlight__text p {
  line-height: 1.4;
}
.content-article .wp-block-image {
  margin: 1.875rem 0;
}
.content-article .wp-block-image img {
  border-radius: 1rem;
  overflow: hidden;
}
.content-article .wp-block-sk-accordions .sk-faqs {
  margin-top: 1.875rem;
}
.content-article .wp-block-sk-accordions .sk-faqs .faq__title {
  font-size: 1.25rem;
}
.content-article .wp-block-sk-accordions .sk-faqs .faq__content {
  margin-top: 0;
}
.content-article .wp-block-sk-accordions .sk-faqs .faq__content p {
  font-size: 1.125rem;
}
.content-article .wp-block-sk-accordions .sk-faqs .faq__content *:first-child {
  margin-top: 0;
  padding-top: 0;
}
.content-article .wp-block-sk-accordions .sk-faqs .faq__content *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.content-article .ez-toc-counter {
  position: relative;
  width: 100%;
  padding: 2.5rem;
  border-radius: 1rem;
  background-color: #ECF1F9;
  margin: 1.875rem 0;
}
.content-article .ez-toc-counter .ez-toc-title {
  color: #123268;
  font-size: 1.5rem;
  font-weight: 600;
  padding: 0;
}
.content-article .ez-toc-counter nav {
  margin-top: 1.25rem;
}
.content-article .ez-toc-counter .ez-toc-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.content-article .ez-toc-counter .ez-toc-list a {
  color: #123268;
  font-weight: 500;
}
@media (hover: hover) and (pointer: fine) and (min-width: 1024px) {
  .content-article .ez-toc-counter .ez-toc-list a:hover {
    color: #EC6446;
  }
}

/* @start: Content Article Responsive */
@media (max-width: 1024px) {
  .content-article .wp-block-quote {
    font-size: 1.625rem;
  }
  .content-article .wp-block-sk-highlight__text {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .content-article .wp-block-sk-review__wrapper {
    flex-direction: column;
    gap: 1.25rem;
  }
  .content-article .wp-block-sk-review__avatar {
    margin: 0 auto;
  }
  .content-article .wp-block-sk-review__data {
    text-align: center;
  }
  .content-article .wp-block-sk-review__text {
    font-size: 1.25rem;
  }
  .content-article .wp-block-sk-review__author span {
    font-size: 1rem;
  }
  .content-article .wp-block-sk-highlight {
    padding: 1.875rem;
  }
  .content-article .wp-block-sk-highlight__icon {
    width: 3rem;
    height: 3rem;
  }
  .content-article .ez-toc-counter {
    padding: 1.875rem;
  }
}
/* @start: Content Block */
.normalize-text p {
  padding: 0.6em 0;
}
.normalize-text a {
  font-weight: 500;
  text-decoration: underline;
}
.normalize-text ul,
.normalize-text ol {
  list-style: none;
  list-style-type: revert;
  padding-left: 0.625rem;
  margin: 0.625rem 0 0.625rem 0.625rem;
}
.normalize-text ul li,
.normalize-text ol li {
  margin-bottom: 0.625rem;
}
.normalize-text ul li:last-child,
.normalize-text ol li:last-child {
  margin-bottom: 0;
}

.content-list-checkmarks ul {
  list-style: none;
  margin-top: 0.625rem;
}
.content-list-checkmarks ul li {
  display: flex;
  gap: 0.625rem;
  margin-bottom: 1rem;
}
.content-list-checkmarks ul li:before {
  content: "";
  position: relative;
  top: 0.375rem;
  flex: none;
  width: 1rem;
  height: 1rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 13'%3E%3Cpath fill='%23EC6446' d='M14.4827.7704c.3471-.3605.9098-.3605 1.2569 0 .3472.3604.3472.9448 0 1.3053L5.9617 12.2296c-.3471.3605-.9098.3605-1.257 0L.2602 7.6142l-.0608-.0703c-.2847-.3626-.2646-.897.0608-1.235s.8401-.3588 1.1893-.0631l.0677.063 3.816 3.9629z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100% auto;
  display: inline-block;
}
.content-list-checkmarks ul li:last-child {
  margin-bottom: 0;
}

.ul-list-checkmarks {
  list-style: none;
  margin-top: 0.625rem;
  margin-left: 0 !important;
}
.ul-list-checkmarks li {
  display: flex;
  gap: 0.625rem;
  margin-bottom: 1rem;
}
.ul-list-checkmarks li:before {
  content: "";
  position: relative;
  top: 0.375rem;
  flex: none;
  width: 1rem;
  height: 1rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 13'%3E%3Cpath fill='%23EC6446' d='M14.4827.7704c.3471-.3605.9098-.3605 1.2569 0 .3472.3604.3472.9448 0 1.3053L5.9617 12.2296c-.3471.3605-.9098.3605-1.257 0L.2602 7.6142l-.0608-.0703c-.2847-.3626-.2646-.897.0608-1.235s.8401-.3588 1.1893-.0631l.0677.063 3.816 3.9629z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100% auto;
  display: inline-block;
}
.ul-list-checkmarks li:last-child {
  margin-bottom: 0;
}

.content-block__pre-heading + .content-block__heading {
  margin-top: 0.625rem;
}
.content-block__heading {
  margin-bottom: 0;
}
.content-block__heading + .content-block__text {
  margin-top: 1.875rem;
}
.content-block__pre-title {
  color: #2A5295;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
}
.content-block__title--mini {
  font-size: 0.875rem;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
}
.content-block__text ul,
.content-block__text ol {
  margin: 0.625rem 0 0.625rem 0.9375rem;
}
.content-block__text ul li,
.content-block__text ol li {
  margin-bottom: 1.25rem;
}
.content-block__text ul li:last-child,
.content-block__text ol li:last-child {
  margin-bottom: 0;
}
.content-block__text ul {
  list-style: inside;
}
.content-block__text ol {
  list-style: decimal inside;
}
.content-block__text p {
  padding: 0.6em 0;
}
.content-block__text h1, .content-block__text h2, .content-block__text h3, .content-block__text h4, .content-block__text h5, .content-block__text h6 {
  margin-top: 2.1875rem;
  margin-bottom: 0.625rem;
}
.content-block__text h1 + *:not(ul):not(ol):not(p), .content-block__text h2 + *:not(ul):not(ol):not(p), .content-block__text h3 + *:not(ul):not(ol):not(p), .content-block__text h4 + *:not(ul):not(ol):not(p), .content-block__text h5 + *:not(ul):not(ol):not(p), .content-block__text h6 + *:not(ul):not(ol):not(p) {
  margin-top: 0.9375rem;
}
.content-block__text h1 + ul,
.content-block__text h1 + ol, .content-block__text h2 + ul,
.content-block__text h2 + ol, .content-block__text h3 + ul,
.content-block__text h3 + ol, .content-block__text h4 + ul,
.content-block__text h4 + ol, .content-block__text h5 + ul,
.content-block__text h5 + ol, .content-block__text h6 + ul,
.content-block__text h6 + ol {
  margin-top: 1.25rem;
}
.content-block__text a {
  font-weight: 500;
  text-decoration: underline;
}
.content-block__button {
  margin-top: 1.875rem;
}

/* @start: Content Block Responsive */
@media (max-width: 1024px) {
  .content-block__heading br, .content-block__text br {
    display: none;
  }
}
@media (max-width: 767px) {
  .content-block__heading + .content-block__text {
    margin-top: 1.5rem;
  }
  .content-block__button {
    margin-top: 1.5rem;
  }
}
/* @start: Pagination */
.pagination {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 3.75rem;
}
.pagination__numbers {
  list-style: none;
  display: flex;
  gap: 0.375rem;
}
.pagination__numbers li .pagination__number {
  position: relative;
  min-width: 2.625rem;
  height: 2.625rem;
  padding: 0 0.375rem;
  border-radius: 0.25rem;
  border: 1px solid #BECEE9;
  background-color: #FFFFFF;
  font-size: 0.875rem;
  font-weight: 400;
  color: #123268;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s ease, border 0.2s ease, background 0.2s ease;
}
.pagination__numbers li a .svg-data path {
  fill: #123268;
  transition: fill 0.2s ease;
}
@media (hover: hover) and (pointer: fine) and (min-width: 1024px) {
  .pagination__numbers li a:hover {
    color: #FFFFFF;
    border-color: #EC6446;
    background-color: #EC6446;
  }
  .pagination__numbers li a:hover .svg-data path {
    fill: #FFFFFF;
  }
}
.pagination__numbers li.is--current span {
  color: #FFFFFF;
  border-color: #EC6446;
  background-color: #EC6446;
}
.pagination__numbers li.pagination__prev .svg-data, .pagination__numbers li.pagination__next .svg-data {
  width: 1rem;
  height: 1rem;
}
.pagination__numbers li.pagination__prev a {
  padding-left: 0.5rem;
  padding-right: 0.875rem;
}
.pagination__numbers li.pagination__prev .svg-data {
  margin-right: 0.375rem;
  transform: rotate(-180deg);
}
.pagination__numbers li.pagination__next a {
  padding-left: 0.875rem;
  padding-right: 0.5rem;
}
.pagination__numbers li.pagination__next .svg-data {
  margin-left: 0.375rem;
}

/* @start: Pagination Responsive */
@media (max-width: 1024px) {
  .pagination__numbers li.pagination__prev a, .pagination__numbers li.pagination__next a {
    padding: 0 0.375rem;
  }
  .pagination__numbers li.pagination__prev a .svg-data, .pagination__numbers li.pagination__next a .svg-data {
    margin: 0;
  }
  .pagination__numbers li .pagination__prev-label,
  .pagination__numbers li .pagination__next-label {
    display: none;
  }
}
@media (max-width: 767px) {
  .pagination {
    margin-top: 1.875rem;
  }
  .pagination__numbers {
    justify-content: center;
    flex-wrap: wrap;
  }
  .pagination__numbers li .pagination__number {
    min-width: 2rem;
    height: 2rem;
    font-size: 0.75rem;
  }
}
/* @start: Modal */
.frameContainer {
  z-index: 1100 !important;
}

.modal-backdrop {
  background: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.modal-backdrop.show {
  opacity: 1;
}
.modal-backdrop.is--last {
  z-index: 1060;
  cursor: pointer;
}
.modal-dialog {
  max-width: none;
}
.modal-dialog .close {
  position: absolute;
  top: 0.9375rem;
  right: 0.9375rem;
  width: 2.5rem;
  height: 2.5rem;
}
.modal-content {
  position: relative;
  background-color: #FFFFFF;
  padding: 6.25rem;
  border: 0 none;
  border-radius: 1rem;
  overflow: hidden;
}
.modal-body {
  padding: 0;
  margin-top: 0;
}
.modal-title,
.modal .response__title {
  color: #2A5295;
  position: relative;
  line-height: 1.1;
  margin-bottom: 0;
  z-index: 3;
}
.modal-header {
  position: relative;
  width: 100%;
  padding: 0;
  border: 0 none;
  border-radius: 0;
  display: block;
}
.modal-footer {
  display: none;
}

.bootbox:not(.modal--bootbox) .modal-content {
  padding: 0;
}
.bootbox:not(.modal--bootbox) .modal-content > .modal-header.border-0 > .modal-title {
  display: none;
}
.bootbox:not(.modal--bootbox) .bootbox-body {
  padding: 6.25rem 3.125rem;
}
.bootbox:not(.modal--bootbox) .bootbox-body .modal-body {
  margin-top: 1.25rem;
}

.modal--bootbox {
  text-align: center;
}
.modal--bootbox .modal-header {
  position: initial;
}

/* @start: Modal Type */
.modal--vertical .modal-dialog {
  width: 100%;
  max-width: none;
  margin: 0;
}
.modal--vertical .modal-content {
  padding-top: 2.5rem;
}

/* @start: Modal Responsive */
@media (min-width: 768px) and (max-width: 1024px) {
  .modal-content,
  .bootbox:not(.modal--bootbox) .bootbox-body {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}
@media (max-width: 767px) {
  .modal-content,
  .bootbox:not(.modal--bootbox) .bootbox-body {
    padding: 3.75rem 0.9375rem;
  }
  .modal-description br {
    display: none;
  }
}
@media (min-width: 320px) {
  .modal-dialog {
    max-width: 50rem;
  }
  .modal-dialog--lg {
    max-width: 59.375rem;
  }
  .modal-dialog.modal-xl, .modal-dialog--xl {
    max-width: 78.75rem;
  }
}
/* @start: Header */
.sk-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 50;
  transition: all 0.2s ease;
}
.sk-header:not(.sk-header--simple) + .sk-main__content {
  margin-top: 5.25rem;
}
.sk-header--simple {
  position: relative;
}
.sk-header--simple .header__wrapper {
  background-color: #FFFFFF;
}

.header__wrapper {
  position: relative;
  width: 100%;
  height: 5.25rem;
  background-color: transparent;
  transition: all 0.2s ease;
  z-index: 2;
}
.header__content {
  position: relative;
  width: 100%;
  height: 100%;
}
.header__opts {
  height: 100%;
  display: flex;
  align-items: center;
}
.header__opts--right {
  padding: 0.25rem 0;
}
.header__logo {
  position: relative;
  width: 10.625rem;
  height: 2.375rem;
}
.header__logo a {
  width: 100%;
  height: 100%;
  display: block;
}
.header__demo {
  margin-top: 2.125rem;
  margin-left: 1.25rem;
}
.header__burger {
  position: relative;
  width: 2.75rem;
  height: 2.75rem;
  display: none;
}
.header__burger .svg-data {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.header__burger--open .svg-data {
  width: 1.5rem;
  height: 1.125rem;
}
.header__burger--close .svg-data {
  width: 1.25rem;
  height: 1.25rem;
}

/* @start: Header Navs Desktop */
.header__navs {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.header__nav-mobile {
  max-width: 43.75rem;
  margin: 0 auto;
  display: none;
}
.header__nav-mobile--top, .header__nav-mobile--bottom {
  display: none;
}
.header__nav ul {
  list-style: none;
}
.header__nav .sf-menu {
  display: flex;
  align-items: center;
}
.header__nav--top {
  height: 1.875rem;
  opacity: 1;
  transform: translateY(0);
  display: flex;
  align-items: center;
  z-index: 10;
  transition: transform 0.18s ease, opacity 0.18s ease, height 0.16s ease;
}
.header__nav--top .menu-item__label {
  color: #2A5295;
  font-size: 0.875rem;
}
.header__nav--top .menu-item.depth-0 {
  margin-right: 1.875rem;
}
.header__nav--primary {
  margin-top: auto;
}
.header__nav--primary .menu-item__label {
  color: #123268;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1;
  transition: color 0.2s ease;
}
.header__nav--primary .menu-item__arrow {
  position: relative;
  width: 0.75rem;
  height: 0.375rem;
  margin-left: 0.5rem;
  transition: transform 0.2s ease;
  z-index: 1;
}
.header__nav--primary .menu-item.depth-0 {
  position: relative;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.5rem;
  margin-right: 0.3125rem;
  transition: background 0.2s ease, border 0.2s ease;
}
.header__nav--primary .menu-item.depth-0:last-child {
  margin-right: 0;
}
.header__nav--primary .menu-item.depth-0 > .menu-item__link {
  padding: 0.6875rem 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (hover: hover) and (pointer: fine) and (min-width: 1024px) {
  .header__nav--primary .menu-item.depth-0:hover {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
  }
  .header__nav--primary .menu-item.depth-0:hover > .menu-item__link .menu-item__arrow {
    transform: rotate(180deg);
  }
}

/* @start: Header Nav Desktop / Mobile */
.header__nav--primary .sf-primary-menu .sf-sub-menu {
  position: absolute;
  top: 3.5rem;
  left: 0;
  background-color: #FFFFFF;
  border-radius: 1rem;
  box-shadow: 0px 10px 20px 20px rgba(0, 0, 0, 0.05);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  display: block;
  z-index: 50;
}
.header__nav--primary .sf-primary-menu .sf-sub-menu.is--hovered {
  pointer-events: auto;
}
.header__nav--primary .sf-primary-menu .simple-menu .sf-sub-menu {
  width: auto;
  min-width: 13.75rem;
  max-width: 31.25rem;
  height: auto;
  padding: 1.5rem;
}
.header__nav--primary .sf-primary-menu .simple-menu .sf-sub-menu .menu-item {
  margin-bottom: 1.25rem;
}
.header__nav--primary .sf-primary-menu .simple-menu .sf-sub-menu .menu-item:last-child {
  margin-bottom: 0;
}
.header__nav--primary .sf-primary-menu .simple-menu .sf-sub-menu .menu-item__label {
  font-size: 1rem;
  white-space: nowrap;
  transition: color 0.2s ease;
}
.header__nav--primary .sf-primary-menu .simple-menu .sf-sub-menu .menu-item > .menu-item__link {
  display: block;
}
@media (hover: hover) and (pointer: fine) and (min-width: 1024px) {
  .header__nav--primary .sf-primary-menu .simple-menu .sf-sub-menu .menu-item > .menu-item__link:hover .menu-item__label {
    color: #EC6446;
  }
}
.header__nav--primary .sf-primary-menu .mega-menu .mega-menu-container {
  transform: translateX(-24rem);
  width: 75rem;
  overflow: hidden;
  display: flex;
  align-items: stretch;
}
.header__nav--primary .sf-primary-menu .mega-menu .mega-menu-left {
  flex: none;
  width: 18.75rem;
  padding: 1.5rem;
  background: linear-gradient(180deg, #F6F8FC 0%, #BECEE9 100%);
}
.header__nav--primary .sf-primary-menu .mega-menu .mega-menu-left .menu-item {
  margin-bottom: 0.375rem;
}
.header__nav--primary .sf-primary-menu .mega-menu .mega-menu-left .menu-item:last-child {
  margin-bottom: 0;
}
.header__nav--primary .sf-primary-menu .mega-menu .mega-menu-left .menu-item__label {
  font-size: 1rem;
  transition: color 0.2s ease;
}
.header__nav--primary .sf-primary-menu .mega-menu .mega-menu-left .menu-item__arrow {
  position: absolute;
  top: 50%;
  right: 0.75rem;
  width: 1rem;
  height: 1rem;
  margin-top: -0.5rem;
  transform: rotate(-180deg);
}
.header__nav--primary .sf-primary-menu .mega-menu .mega-menu-left .menu-item__arrow path {
  transition: stroke 0.2s ease;
}
.header__nav--primary .sf-primary-menu .mega-menu .mega-menu-left .menu-item__link {
  position: relative;
  display: block;
}
.header__nav--primary .sf-primary-menu .mega-menu .mega-menu-left .menu-item__icon {
  position: relative;
  flex: none;
  width: 2rem;
  height: 2rem;
}
.header__nav--primary .sf-primary-menu .mega-menu .mega-menu-left .menu-item.depth-1.menu-item-space {
  margin-top: 2.5rem;
}
.header__nav--primary .sf-primary-menu .mega-menu .mega-menu-left .menu-item.depth-1.menu-item-has-children > .menu-item__link {
  padding: 0.625rem 0.75rem;
  border-radius: 0.5rem;
  background-color: transparent;
  transition: background 0.2s ease;
}
@media (hover: hover) and (pointer: fine) and (min-width: 1024px) {
  .header__nav--primary .sf-primary-menu .mega-menu .mega-menu-left .menu-item.depth-1.menu-item-has-children > .menu-item__link:hover {
    background-color: #FFFFFF;
  }
  .header__nav--primary .sf-primary-menu .mega-menu .mega-menu-left .menu-item.depth-1.menu-item-has-children > .menu-item__link:hover .menu-item__label {
    color: #EC6446;
  }
  .header__nav--primary .sf-primary-menu .mega-menu .mega-menu-left .menu-item.depth-1.menu-item-has-children > .menu-item__link:hover .menu-item__arrow path {
    stroke: #EC6446;
  }
}
.header__nav--primary .sf-primary-menu .mega-menu .mega-menu-left .menu-item.depth-1.menu-item-has-children.is--current > .menu-item__link {
  background-color: #FFFFFF;
}
.header__nav--primary .sf-primary-menu .mega-menu .mega-menu-left .menu-item.depth-1.menu-item-has-children.is--current > .menu-item__link .menu-item__label {
  color: #EC6446;
}
.header__nav--primary .sf-primary-menu .mega-menu .mega-menu-left .menu-item.depth-1.menu-item-has-children.is--current > .menu-item__link .menu-item__arrow path {
  stroke: #EC6446;
}
.header__nav--primary .sf-primary-menu .mega-menu .mega-menu-left .menu-item.depth-1:not(.menu-item-has-children) > .menu-item__link {
  padding: 0.375rem 0.75rem;
}
.header__nav--primary .sf-primary-menu .mega-menu .mega-menu-left .menu-item.depth-1:not(.menu-item-has-children) > .menu-item__link--icon {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
@media (hover: hover) and (pointer: fine) and (min-width: 1024px) {
  .header__nav--primary .sf-primary-menu .mega-menu .mega-menu-left .menu-item.depth-1:not(.menu-item-has-children) > .menu-item__link:hover .menu-item__label {
    color: #EC6446;
  }
}
.header__nav--primary .sf-primary-menu .mega-menu .mega-menu-right {
  flex: 1;
  padding: 1.5rem;
}
.header__nav--primary .sf-primary-menu .mega-menu .mega-menu-right .mega-panel {
  display: none;
}
.header__nav--primary .sf-primary-menu .mega-menu .mega-menu-right .mega-panel.is--current {
  display: block;
}
.header__nav--primary .sf-primary-menu .mega-menu .mega-menu-right .mega-panel__item {
  flex: none;
  width: calc(50% - 0.9375rem);
  margin-top: 1.5625rem;
}
.header__nav--primary .sf-primary-menu .mega-menu .mega-menu-right .mega-panel__item:first-child {
  margin-top: 0;
}
.header__nav--primary .sf-primary-menu .mega-menu .mega-menu-right .mega-panel__icon {
  position: relative;
  flex: none;
  width: 2rem;
  height: 2rem;
}
.header__nav--primary .sf-primary-menu .mega-menu .mega-menu-right .mega-panel__link--icon {
  display: flex;
  align-items: flex-start;
  gap: 0.625rem;
}
@media (hover: hover) and (pointer: fine) and (min-width: 1024px) {
  .header__nav--primary .sf-primary-menu .mega-menu .mega-menu-right .mega-panel__link:hover .mega-panel__label {
    color: #EC6446;
  }
}
.header__nav--primary .sf-primary-menu .mega-menu .mega-menu-right .mega-panel__label:not(.mega-panel__text) {
  font-size: 1rem;
  font-weight: 500;
  text-decoration: underline;
  display: block;
  transition: color 0.2s ease;
}
.header__nav--primary .sf-primary-menu .mega-menu .mega-menu-right .mega-panel__text {
  font-size: 0.875rem;
  font-weight: 400;
  margin-top: 0.25rem;
  display: block;
}
.header__nav--primary .sf-primary-menu .mega-menu .mega-panel__list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0 1.875rem;
}
.header__nav--primary .sf-primary-menu .mega-menu .mega-panel__list--one .mega-panel__item:first-child {
  width: 100%;
  border-bottom: 1px solid #BECEE9;
  padding-bottom: 1.25rem;
}
.header__nav--primary .sf-primary-menu .mega-menu .mega-panel__list--one .mega-panel__item--logos {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.875rem;
}
.header__nav--primary .sf-primary-menu .mega-menu .mega-panel__list--one .mega-panel__logos {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
}
.header__nav--primary .sf-primary-menu .mega-menu .mega-panel__list--one .mega-panel__logos-item {
  position: relative;
  width: 8.375rem;
  height: 2.8125rem;
}
.header__nav--primary .sf-primary-menu .mega-menu .mega-panel__list--one .mega-panel__logos-item img {
  -o-object-fit: contain;
     object-fit: contain;
}
.header__nav--primary .sf-primary-menu .mega-menu .mega-panel__list--two .mega-panel__column {
  flex: none;
  width: calc(50% - 0.9375rem);
}
.header__nav--primary .sf-primary-menu .mega-menu .mega-panel__list--two .mega-panel__item {
  width: 100%;
}
.header__nav--primary .sf-primary-menu .mega-menu .mega-panel__list--two .mega-panel__item--box {
  display: flex;
  align-items: center;
  margin-top: 0.9375rem;
  gap: 0.9375rem;
}
@media (hover: hover) and (pointer: fine) and (min-width: 1024px) {
  .header__nav--primary .sf-primary-menu .mega-menu .mega-panel__list--two .mega-panel__item--image .mega-panel__link:hover .mega-panel__label {
    text-decoration: underline;
  }
}
.header__nav--primary .sf-primary-menu .mega-menu .mega-panel__list--two .mega-panel__item--image .mega-panel__label {
  font-size: 1.5rem;
  font-weight: 600;
  text-decoration: none;
}

.sk-header-mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0.9375rem;
  overflow-x: hidden;
  overflow-y: scroll;
  transform: translateY(-101%);
  background-color: #FFFFFF;
  background-image: url("./assets/images/pattern.png");
  background-repeat: repeat;
  z-index: 60;
}
.sk-header-mobile .header__nav-mobile {
  display: block;
}
.sk-header-mobile .header__nav-mobile--top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sk-header-mobile .header__nav-mobile--bottom {
  margin-top: 1.875rem;
  display: block;
}
.sk-header-mobile ul {
  list-style: none;
}
.sk-header-mobile .sf-primary-menu-mobile {
  position: relative;
  padding: 0.25rem 0;
  border-radius: 1rem;
  background-color: #ECF1F9;
  margin-top: 1.25rem;
  display: block;
}
.sk-header-mobile .sf-primary-menu-mobile .menu-item__label {
  color: #123268;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1;
  transition: color 0.2s ease;
}
.sk-header-mobile .sf-primary-menu-mobile .menu-item__arrow {
  position: relative;
  width: 0.75rem;
  height: 0.375rem;
  margin-left: 0.5rem;
  transition: transform 0.2s ease;
  z-index: 1;
}
.sk-header-mobile .sf-primary-menu-mobile .menu-item.depth-0 {
  position: relative;
}
.sk-header-mobile .sf-primary-menu-mobile .menu-item.depth-0 > .menu-item__link {
  padding: 1.25rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
}
.sk-header-mobile .sf-primary-menu-mobile .menu-item.depth-0.is--opened > .menu-item__link > .menu-item__arrow {
  transform: rotate(180deg);
}
.sk-header-mobile .sf-primary-menu-mobile .sf-sub-menu {
  position: relative;
  width: 100%;
  background-color: #FFFFFF;
  padding: 1.5rem;
  overflow: hidden;
  display: none;
}
.sk-header-mobile .sf-primary-menu-mobile .sf-sub-menu .menu-item {
  margin-bottom: 1.25rem;
}
.sk-header-mobile .sf-primary-menu-mobile .sf-sub-menu .menu-item:last-child {
  margin-bottom: 0;
}
.sk-header-mobile .sf-primary-menu-mobile .sf-sub-menu .menu-item__label {
  font-size: 1rem;
  white-space: nowrap;
}
.sk-header-mobile .sf-primary-menu-mobile .sf-sub-menu .menu-item > .menu-item__link {
  padding: 0.25rem 0;
  display: block;
}
.sk-header-mobile .sf-primary-menu-mobile .mega-menu .sf-sub-menu.second-menu .menu-item__icon {
  position: relative;
  flex: none;
  width: 2rem;
  height: 2rem;
}
.sk-header-mobile .sf-primary-menu-mobile .mega-menu .sf-sub-menu.second-menu .menu-item.menu-item-has-children > .menu-item__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sk-header-mobile .sf-primary-menu-mobile .mega-menu .sf-sub-menu.second-menu .menu-item.menu-item-has-children > .menu-item__link > .menu-item__arrow {
  width: 1rem;
  height: 1rem;
  margin-left: 0;
  transform: rotate(180deg);
}
.sk-header-mobile .sf-primary-menu-mobile .mega-menu .sf-sub-menu.second-menu .menu-item.menu-item-has-children.is--opened > .menu-item__link > .menu-item__arrow {
  transform: rotate(90deg);
}
.sk-header-mobile .sf-primary-menu-mobile .mega-menu .sf-sub-menu.second-menu .menu-item.depth-1.menu-item-space {
  margin-top: 1.875rem;
}
.sk-header-mobile .sf-primary-menu-mobile .mega-menu .sf-sub-menu.second-menu .menu-item.depth-1:not(.menu-item-has-children) > .menu-item__link--icon {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
.sk-header-mobile .sf-primary-menu-mobile .mega-menu .sf-sub-menu.third-menu {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
.sk-header-mobile .sf-primary-menu-mobile .mega-menu .sf-sub-menu.third-menu .menu-item__icon {
  position: relative;
  flex: none;
  width: 2rem;
  height: 2rem;
}
.sk-header-mobile .sf-primary-menu-mobile .mega-menu .sf-sub-menu.third-menu .menu-item__link--icon {
  display: flex;
  align-items: flex-start;
  gap: 0.625rem;
}
.sk-header-mobile .sf-primary-menu-mobile .mega-menu .sf-sub-menu.third-menu .menu-item__label:not(.menu-item__text) {
  font-size: 1rem;
  font-weight: 500;
  text-decoration: underline;
  display: block;
  transition: color 0.2s ease;
}
.sk-header-mobile .sf-primary-menu-mobile .mega-menu .sf-sub-menu.third-menu .menu-item__text {
  font-size: 0.875rem;
  font-weight: 400;
  margin-top: 0.25rem;
  display: block;
}
.sk-header-mobile .sf-primary-menu-mobile .mega-menu .sf-sub-menu.third-menu .menu-item__text br {
  display: none;
}
.sk-header-mobile .sf-primary-menu-mobile .mega-menu .sf-sub-menu.third-menu .blog-post__item .blog-post__time {
  font-size: 0.875rem;
}
.sk-header-mobile .sf-primary-menu-mobile .mega-menu .sf-sub-menu.third-menu .blog-post__item .blog-post__title {
  font-size: 1.125rem;
}
.sk-header-mobile .sf-primary-menu-mobile .mega-menu .mega-item__list--one .third-menu .menu-item:first-child {
  border-bottom: 1px solid #BECEE9;
  padding-bottom: 1.25rem;
}
.sk-header-mobile .sf-primary-menu-mobile .mega-menu .mega-item__logos {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
  margin-top: 0.625rem;
}
.sk-header-mobile .sf-primary-menu-mobile .mega-menu .mega-item__logos-item {
  position: relative;
  width: 8.375rem;
  height: 2.8125rem;
}
.sk-header-mobile .sf-primary-menu-mobile .mega-menu .mega-item__logos-item img {
  -o-object-fit: contain;
     object-fit: contain;
}
.sk-header-mobile .sf-primary-menu-mobile .mega-menu .mega-item__image-box {
  display: flex;
  align-items: center;
  margin-top: 0.9375rem;
  gap: 0.9375rem;
}
.sk-header-mobile .sf-primary-menu-mobile .mega-menu .mega-item__image-box .menu-item__label {
  font-size: 1.125rem !important;
  font-weight: 600 !important;
  text-decoration: none !important;
}
.sk-header-mobile .sf-top-menu {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  margin-top: 1.5rem;
}
.sk-header-mobile .sf-top-menu .menu-item__label {
  color: #2A5295;
  font-size: 0.875rem;
}

/* @start: Header Sticky */
.sk-header.is--sticky {
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.05);
}
.sk-header.is--sticky .header__wrapper {
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}
.sk-header.is--sticky .header__nav--top {
  height: 0;
  opacity: 0;
  transform: translateY(-3.125rem);
  transition: transform 0.18s ease, opacity 0.18s ease, height 0.16s ease;
}
.sk-header.is--sticky .header__nav--primary {
  height: 100%;
}
@media (hover: hover) and (pointer: fine) and (min-width: 1024px) {
  .sk-header.is--sticky .header__nav--primary .menu-item.depth-0:hover {
    border-color: #2A5295;
  }
}
.sk-header.is--sticky .header__nav .sf-menu {
  height: 100%;
}
.sk-header.is--sticky .header__demo {
  margin-top: 0;
  transition: margin 0.18s ease;
}

/* @start: Header Responsive */
@media (max-width: 1024px) {
  .sk-header:not(.sk-header--simple) + .sk-main__content {
    margin-top: 5rem;
  }
  .header__wrapper {
    height: 5rem;
  }
  .header__content {
    justify-content: flex-start;
  }
  .header__logo {
    position: relative;
    width: 6.5625rem;
    height: 1.5rem;
  }
  .header__opts--right {
    flex: 1;
  }
  .header__demo {
    margin: 0 0 0 auto;
  }
  .header__demo .sk-btn {
    min-width: auto;
  }
  .header__demo .sk-btn__label {
    font-size: 0.8125rem;
  }
  .header__demo .sk-btn__label .svg-data {
    width: 1rem;
    height: 1rem;
  }
  .header__demo-mobile .sk-btn {
    width: 100%;
  }
  .header__burger {
    display: block;
  }
  .header__switcher {
    margin-top: 0.9375rem;
  }
  .header__switcher .switcher__languages {
    justify-content: center;
  }
  .header__navs {
    display: none;
  }
}
@media (max-width: 374px) {
  .header__demo {
    margin-left: 0.9375rem;
  }
  .header__demo .sk-btn__label {
    font-size: 0.75rem;
  }
}
/* @start: Hero Header */
.hero {
  position: relative;
  width: 100%;
  height: auto;
}
.hero--extended {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 40.625rem;
}
.hero--extended .hero__content {
  z-index: 4;
}
.hero__content {
  position: relative;
  width: 100%;
}
.hero__data {
  position: relative;
}
.hero__pretitle {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  margin-bottom: 1.25rem;
}
.hero__pretitle-icon {
  position: relative;
  width: 2.5rem;
  height: 2.5rem;
}
.hero__pretitle-label {
  font-size: 1.25rem;
  font-weight: 600;
}
.hero__subtitle {
  font-weight: 600;
  margin-top: 1.5625rem;
}
.hero__text {
  margin-top: 1.5625rem;
}
.hero__text--regular {
  font-weight: 500;
}
.hero__text--small {
  font-size: 1.125rem;
}
.hero__text blockquote {
  font-size: 1.875rem;
  font-weight: 500;
}
.hero__text blockquote .cite {
  font-size: 1rem;
  font-weight: 600;
  margin-top: 0.625rem;
  display: block;
}
.hero__background {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  max-width: 143.75rem;
  transform: translateX(-50%);
  z-index: 3;
}
.hero__background-media {
  position: absolute;
  right: -0.0625rem;
  bottom: 0;
  width: 50%;
  height: 100%;
  z-index: 3;
}
.hero__background-media img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 3.75rem center;
     object-position: 3.75rem center;
}
.hero__buttons {
  margin-top: 1.875rem;
}
.hero__buttons > div {
  display: inline-flex;
}
.hero__buttons--group {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
.hero__cta-logo--item {
  position: relative;
  width: 10.9375rem;
  height: 3.75rem;
}
.hero__cta-logo--item img {
  -o-object-fit: contain;
     object-fit: contain;
}

/* @start: Hero Header Responsive */
@media (max-width: 1024px) {
  .hero--extended {
    min-height: auto;
  }
  .hero__pretitle {
    justify-content: center;
  }
  .hero__pretitle-icon {
    width: 2rem;
    height: 2rem;
  }
  .hero__pretitle-label {
    font-size: 1rem;
  }
  .hero__background {
    position: relative;
    left: 0;
    max-width: 50rem;
    margin-top: 1.875rem;
    margin-left: auto;
    padding-left: 1.875rem;
    transform: translateX(0);
  }
  .hero__background-media {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 68.44%;
  }
  .hero__background-media img {
    -o-object-position: right;
       object-position: right;
  }
  .hero__text blockquote {
    font-size: 1.5rem;
  }
  .hero__buttons--group {
    gap: 0.625rem;
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .hero__title br, .hero__subtitle br, .hero__text br {
    display: none;
  }
  .hero__text {
    margin-top: 0.9375rem;
  }
  .hero__background {
    padding-left: 0.9375rem;
  }
}
/* @start: Blog Post */
.blog-post__item {
  position: relative;
}
@media (hover: hover) and (pointer: fine) and (min-width: 1024px) {
  .blog-post__link:hover .blog-post__title {
    color: #EC6446;
    text-decoration: underline;
  }
}
.blog-post__media {
  border: 1px solid #BECEE9;
  padding-bottom: 63.1578947368%;
}
.blog-post__data {
  margin-top: 0.9375rem;
}
.blog-post__time {
  color: #2A5295;
  font-size: 1rem;
  font-weight: 400;
}
.blog-post__title {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 0.625rem;
  transition: color 0.2s ease;
}

/* @start: Blog Featured */
.blog-featured {
  margin-bottom: 2.5rem;
}
.blog-featured__item {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 3.125rem;
}
.blog-featured__media {
  flex: none;
  width: 60%;
}
.blog-featured__media .sk-media {
  border: 1px solid #BECEE9;
  padding-bottom: 63.25%;
}
.blog-featured__data {
  flex: none;
  width: calc(40% - 3.125rem);
}
.blog-featured__badge {
  margin-bottom: 1.5rem;
}
.blog-featured__badge span {
  color: #2A5295;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  border-radius: 0.5rem;
  padding: 0.5rem 1rem;
  background-color: #ECF1F9;
}
.blog-featured__title {
  line-height: 1.2;
  margin-bottom: 0.625rem;
}
@media (hover: hover) and (pointer: fine) and (min-width: 1024px) {
  .blog-featured__title a:hover {
    color: #EC6446;
  }
}
.blog-featured__text {
  color: #232C40;
}
.blog-featured__cta {
  margin-top: 1.25rem;
}

/* @start: Blog Categories Bar */
.blog-categories-bar {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0.9375rem;
}
.blog-categories-bar__label {
  color: #123268;
  font-size: 1rem;
  font-weight: 500;
}
.blog-categories-bar__nav {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
.blog-categories-bar__item {
  border: 1px solid #BECEE9;
  background-color: #FFFFFF;
  box-shadow: none;
  border-radius: 0.5rem;
  transition: border 0.2s ease, box-shadow 0.2s ease;
}
.blog-categories-bar__item a {
  padding: 0.625rem 0.875rem;
  display: block;
}
.blog-categories-bar__item a span {
  font-size: 1rem;
  font-weight: 500;
}
.blog-categories-bar__item.is--active {
  border-color: #123268;
  pointer-events: none;
}
@media (hover: hover) and (pointer: fine) and (min-width: 1024px) {
  .blog-categories-bar__item:hover {
    border-color: #123268;
    box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.2);
  }
}
.blog-categories-bar__mobile {
  display: none;
}
.blog-categories-bar__mobile label {
  display: block;
}

/* @start: Blog Articles Grid */
.blog-articles-grid {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 3.125rem 1.875rem;
  margin-top: 2.5rem;
}
.blog-articles-grid__item {
  flex: 0 1 calc((100% - 3.75rem) / 3);
}
.blog-articles-grid__item--full {
  flex: 0 0 100% !important;
}

/* @start: Blog Article */
.blog-article__title {
  margin-bottom: 1.25rem;
}
.blog-article__meta {
  color: #2A5295;
  font-size: 1rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.blog-article__meta-separator {
  position: relative;
  width: 1px;
  height: 1.25rem;
  background-color: #BECEE9;
  margin: 0 1.25rem;
}
.blog-article__meta-author i {
  font-style: normal;
  text-decoration: underline;
}
.blog-article__media {
  margin: 2.5rem 0;
}
.blog-article__media .sk-media {
  border: 1px solid #BECEE9;
  padding-bottom: 63.25%;
}
.blog-article__text {
  margin-top: 1.875rem;
}
.blog-article__text a {
  color: #EC6446;
  font-weight: 600;
}
.blog-article__text p img {
  border-radius: 1rem;
  overflow: hidden;
}
.blog-article__footer {
  position: relative;
  width: 100%;
  border-radius: 1rem;
  padding: 1.875rem;
  margin-top: 2.5rem;
  background-color: #ECF1F9;
}
.blog-article__footer-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.blog-article__footer-categories a {
  padding: 0.625rem 0.875rem;
  border: 1px solid #BECEE9;
  background-color: #FFFFFF;
  border-radius: 0.5rem;
  transition: border 0.2s ease, box-shadow 0.2s ease;
}
.blog-article__footer-categories a span {
  font-size: 1rem;
  font-weight: 500;
}
@media (hover: hover) and (pointer: fine) and (min-width: 1024px) {
  .blog-article__footer-categories a:hover {
    border-color: #123268;
  }
}
.blog-article__footer-end {
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  border-top: 1px solid #BECEE9;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
}
.blog-article__footer-credits {
  font-size: 0.875rem;
}
.blog-article__footer-share ul {
  list-style: none;
  display: flex;
  gap: 0.625rem;
}
.blog-article__footer-share ul li a {
  position: relative;
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 100%;
  border: 1px solid #2A5295;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease;
}
.blog-article__footer-share ul li a .svg-data {
  width: 1.25rem;
  height: 1.25rem;
}
.blog-article__footer-share ul li a .svg-data path {
  fill: #2A5295;
  transition: fill 0.2s ease;
}
@media (hover: hover) and (pointer: fine) and (min-width: 1024px) {
  .blog-article__footer-share ul li a:hover {
    background-color: #2A5295;
  }
  .blog-article__footer-share ul li a:hover .svg-data path {
    fill: #FFFFFF;
  }
}
.blog-article__navigation {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 1.875rem;
  margin-top: 2.5rem;
}
.blog-article__navigation-item {
  color: #2A5295;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  transition: color 0.2s ease;
}
.blog-article__navigation-item .svg-data {
  width: 1rem;
  height: 1rem;
}
.blog-article__navigation-item .svg-data path {
  stroke: #2A5295;
  transition: stroke 0.2s ease;
}
.blog-article__navigation-item.no-link {
  opacity: 0;
  pointer-events: none;
}
.blog-article__navigation-item.prev .svg-data {
  margin-right: 0.3125rem;
}
.blog-article__navigation-item.next .svg-data {
  transform: rotate(180deg);
  margin-left: 0.3125rem;
}
@media (hover: hover) and (pointer: fine) and (min-width: 1024px) {
  .blog-article__navigation-item:hover {
    color: #EC6446;
  }
  .blog-article__navigation-item:hover .svg-data path {
    stroke: #EC6446;
  }
}

/* @start: Blog Responsive */
@media (min-width: 1025px) {
  .blog-article__text {
    font-size: 1.25rem;
    line-height: 1.4;
  }
}
@media (max-width: 1024px) {
  .blog-articles-grid__item {
    flex: 0 1 calc((100% - 1.875rem) / 2);
  }
  .blog-categories-bar {
    display: none;
  }
  .blog-categories-bar__mobile {
    display: block;
  }
  .blog-featured__item {
    flex-direction: column;
    gap: 1.25rem;
  }
  .blog-featured__media, .blog-featured__data {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .blog-featured__badge span {
    font-size: 0.75rem;
  }
  .blog-post__title {
    font-size: 1.375rem;
  }
  .blog-article__footer {
    padding: 1.25rem;
  }
  .blog-article__footer-end {
    flex-direction: column;
  }
  .blog-article__navigation-item {
    font-size: 0.75rem;
  }
}
@media (max-width: 576px) {
  .blog-articles-grid {
    gap: 1.875rem;
  }
  .blog-articles-grid__item {
    flex: 0 0 100%;
  }
}
/* @start: Footer */
.footer__section {
  background-color: #123268;
}
.footer__section--gap {
  -moz-column-gap: 1.875rem;
       column-gap: 1.875rem;
}
.footer__logo {
  position: relative;
  width: 10.625rem;
  height: 2.375rem;
}
.footer__logo a {
  width: 100%;
  height: 100%;
  display: block;
}
.footer__headline {
  color: #FFFFFF;
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 1.25rem;
}
.footer__iso {
  list-style: none;
  margin-top: 1.875rem;
  display: flex;
  gap: 0.625rem;
}
.footer__iso li {
  position: relative;
  flex: 0 0 5.5rem;
  width: 5.5rem;
  height: 5.5rem;
}
.footer__menu-title {
  font-size: 0.875rem;
  font-weight: 500;
  color: #BECEE9;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
.footer__menu ul {
  list-style: none;
}
.footer__menu ul .menu-item {
  margin-bottom: 1rem;
}
.footer__menu ul .menu-item:last-child {
  margin-bottom: 0;
}
.footer__menu ul .menu-item__label {
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: 500;
}
.footer__store ul {
  list-style: none;
}
.footer__store ul li {
  margin-bottom: 1.125rem;
  display: block;
}
.footer__store-item {
  position: relative;
  width: 10.5rem;
  height: 3.5625rem;
}
.footer__store-item img {
  -o-object-fit: contain;
     object-fit: contain;
}
.footer__bottom {
  width: 100%;
  border-top: 1px solid #2A5295;
  padding-top: 1.25rem;
  margin-top: 5.625rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer__bottom-column--flex {
  display: flex;
  align-items: center;
}
.footer__copyrights {
  font-size: 0.875rem;
  color: #BECEE9;
}
.footer__copyrights span {
  margin: 0 0.625rem;
}
.footer__copyrights span:first-child {
  margin-left: 0;
}
.footer__copyrights span:last-child {
  margin-right: 0;
}
.footer__switcher .switcher__flag path {
  fill: #BECEE9;
}
.footer__switcher .switcher__select, .footer__switcher .switcher__dropdown-toggle {
  color: #BECEE9;
}
.footer__socials {
  margin-left: 1.875rem;
}
.footer__socials ul {
  list-style: none;
  display: flex;
  gap: 0.625rem;
}
.footer__socials ul li a {
  position: relative;
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 100%;
  background-color: #2A5295;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer__socials ul li .svg-data {
  width: 1.25rem;
  height: 1.25rem;
}

/* @start: Footer Responsive */
@media (max-width: 1024px) {
  .footer__section--gap {
    row-gap: 2.5rem;
  }
  .footer__informations {
    text-align: center;
  }
  .footer__logo {
    margin: 0 auto;
  }
  .footer__headline br {
    display: none;
  }
  .footer__iso {
    justify-content: center;
  }
  .footer__menu {
    text-align: center;
  }
  .footer__store ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1.25rem;
  }
  .footer__store ul li {
    margin-bottom: 0;
  }
  .footer__bottom {
    margin-top: 0;
    padding-top: 2.1875rem;
    flex-direction: column;
    gap: 1.875rem;
  }
  .footer__bottom-column--flex {
    width: 100%;
    justify-content: space-between;
  }
  .footer__copyrights {
    line-height: 1.8;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .footer__headline {
    font-size: 1.25rem;
  }
  .footer__iso {
    margin-top: 1.25rem;
  }
  .footer__iso li {
    flex: 0 0 4.375rem;
    width: 4.375rem;
    height: 4.375rem;
  }
  .footer__store-item {
    width: 8.375rem;
    height: 2.8125rem;
  }
  .footer__copyrights span:nth-child(3n):before {
    content: "\a";
    white-space: pre;
  }
  .footer__socials ul li a {
    width: 2.75rem;
    height: 2.75rem;
  }
}
/* @start: Case Study */
.case-study-hero {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 22.5rem;
}
.case-study-hero__logo {
  position: relative;
  width: 100%;
  max-width: 11.25rem;
  height: 3.125rem;
  margin-bottom: 1.875rem;
}
.case-study-hero__logo img {
  -o-object-fit: scale-down;
     object-fit: scale-down;
  -o-object-position: top left;
     object-position: top left;
}
.case-study-hero__info {
  margin-top: 1.875rem;
  display: flex;
  flex-wrap: wrap;
  gap: 3.75rem;
}
.case-study-hero__info-item span {
  display: block;
}
.case-study-hero__info-label {
  font-size: 1rem;
}
.case-study-hero__info-value {
  font-size: 1.375rem;
  font-weight: 500;
  margin-top: 0.9375rem;
}
.case-study-hero__solutions {
  margin-top: 0.9375rem;
  list-style: none;
  display: flex;
  gap: 0.3125rem;
}
.case-study-hero__solutions li {
  position: relative;
  flex: none;
  width: 2rem;
  height: 2rem;
}
/* @start: Case Study Single */
.case-study-single__wrapper {
  display: flex;
  align-items: flex-start;
  gap: 5rem;
}
.case-study-single__sidebar a {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
.case-study-single__sidebar .svg-data {
  flex: none;
  width: 1.125rem;
  height: 1.125rem;
}
.case-study-single__sidebar .svg-data path {
  stroke: #2A5295;
}
.case-study-single__sidebar-label {
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
}
.case-study-single__content {
  flex: 0 0 49.375rem;
  width: 49.375rem;
}

/* @start: Case Study Responsive */
@media (max-width: 1024px) {
  .case-study-hero {
    min-height: auto;
  }
  .case-study-hero__title br {
    display: none;
  }
  .case-study-hero__info {
    gap: 1.875rem;
  }
  .case-study-hero__info-value {
    font-size: 1.125rem;
  }
  .case-study-single__wrapper {
    flex-direction: column;
    gap: 2.5rem;
  }
  .case-study-single__sidebar {
    width: 100%;
    display: inline-flex;
    justify-content: center;
  }
  .case-study-single__content {
    width: 100%;
    max-width: 49.375rem;
    margin: 0 auto;
  }
}
/* @start: Faq Page */
.sk-block-faqs-multiple .faqs__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 1.875rem;
}
.sk-block-faqs-multiple .faqs__nav-item {
  flex: 0 0 calc((100% - 5.625rem) / 4);
}
.sk-block-faqs-multiple .faqs__nav-item {
  cursor: pointer;
}
@media (hover: hover) and (pointer: fine) and (min-width: 1024px) {
  .sk-block-faqs-multiple .faqs__nav-item:hover .box-icons__item {
    border-color: #2A5295;
  }
}
.sk-block-faqs-multiple .faqs__nav .box-icons__item {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  transition: border 0.2s ease;
}
.sk-block-faqs-multiple .faqs__nav .box-icons__title {
  font-size: 1.25rem;
  font-weight: 600;
}
.sk-block-faqs-multiple .faqs__badge {
  position: relative;
  margin-bottom: 1.875rem;
  text-align: center;
}
.sk-block-faqs-multiple .faqs__badge--top span {
  background-color: #FFFFFF;
}
.sk-block-faqs-multiple .faqs__badge--bottom {
  margin-top: 1.875rem;
}
.sk-block-faqs-multiple .faqs__badge--bottom span {
  background-color: #ECF1F9;
}
.sk-block-faqs-multiple .faqs__badge span {
  color: #2A5295;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  border-radius: 0.5rem;
  padding: 0.5rem 1rem;
}
.sk-block-faqs-multiple .faqs__blocks {
  position: relative;
  width: 100%;
  max-width: 50rem;
  margin: 3.75rem auto 0;
}
.sk-block-faqs-multiple .faqs__block {
  margin-bottom: 4.375rem;
}
.sk-block-faqs-multiple .faqs__block:last-child {
  margin-bottom: 0;
}
.sk-block-faqs-multiple .faqs__block-heading {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  margin-bottom: 1.875rem;
}
.sk-block-faqs-multiple .faqs__block-icon {
  position: relative;
  flex: none;
  width: 3rem;
  height: 3rem;
}
.sk-block-faqs-multiple .faqs__block-title {
  font-size: 1.875rem;
}
.sk-block-faqs-multiple .faqs__bottom {
  text-align: center;
}

/* @start: Faq Page Responsive */
@media (max-width: 1024px) {
  .sk-block-faqs-multiple .faqs__nav-item {
    flex: 0 0 calc((100% - 1.875rem) / 2);
  }
  .sk-block-faqs-multiple .faqs__badge span {
    font-size: 0.75rem;
  }
  .sk-block-faqs-multiple .faqs__blocks {
    margin-top: 1.875rem;
  }
  .sk-block-faqs-multiple .faqs__block {
    margin-bottom: 3.125rem;
  }
  .sk-block-faqs-multiple .faqs__block-heading {
    margin-bottom: 1.25rem;
  }
  .sk-block-faqs-multiple .faqs__block-icon {
    width: 2.25rem;
    height: 2.25rem;
  }
  .sk-block-faqs-multiple .faqs__block-title {
    font-size: 1.625rem;
  }
}
@media (max-width: 767px) {
  .sk-block-faqs-multiple .faqs__nav {
    gap: 0.9375rem;
  }
  .sk-block-faqs-multiple .faqs__nav-item {
    flex: 0 0 calc((100% - 0.9375rem) / 2);
  }
  .sk-block-faqs-multiple .faqs__nav .box-icons-title {
    font-size: 1.125rem;
  }
  .sk-block-faqs-multiple .faqs__nav .box-icons-title br {
    display: none;
  }
}
/* @start: Software */
.hero-software-menu {
  position: absolute;
  left: 50%;
  bottom: -2.5rem;
  max-width: 20.625rem;
  display: inline-flex;
  z-index: 5;
}
.hero-software-menu ul {
  padding: 1.5rem;
  background-color: #FFFFFF;
  border: 2px solid var(--software-color-menu);
  border-radius: 1rem;
  list-style: none;
}
.hero-software-menu__item {
  margin-bottom: 1.25rem;
}
.hero-software-menu__item:last-child {
  margin-bottom: 0;
}
.hero-software-menu__item a {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
@media (hover: hover) and (pointer: fine) and (min-width: 1024px) {
  .hero-software-menu__item a:hover .hero-software-menu__label {
    color: var(--software-color-menu);
  }
}
.hero-software-menu__item.is--current .hero-software-menu__label {
  color: var(--software-color-menu);
}
.hero-software-menu__icon {
  position: relative;
  flex: none;
  width: 2.5rem;
  height: 2.5rem;
}
.hero-software-menu__label {
  font-size: 1.125rem;
  font-weight: 500;
  transition: color 0.2s ease;
}

.hero-software-back {
  margin-bottom: 1.25rem;
}
.hero-software-back a {
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
.hero-software-back .svg-data {
  flex: none;
  width: 1rem;
  height: 1rem;
}
.hero-software-back .svg-data path {
  stroke: #2A5295;
}

/* @start: Software Responsive */
@media (max-width: 1024px) {
  .hero-software-menu {
    left: 1.25rem;
  }
  .hero-software-back a {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .hero-software-menu {
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    max-width: none;
    margin-top: 1.875rem;
    padding: 0 0.9375rem;
    display: block;
  }
}
/* @start: Contact */
.hero--form-contact .hero-contact__list-mail {
  list-style: none;
  margin-top: 1.875rem;
}
.hero--form-contact .hero-contact__list-mail li {
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 1.25rem;
}
.hero--form-contact .hero-contact__list-mail li:last-child {
  margin-bottom: 0;
}
.hero--form-contact .hero-contact__list-mail li span {
  color: #232C40;
  display: block;
}
.hero--form-contact .hero-contact__list-mail li a {
  color: #2A5295;
}
@media (hover: hover) and (pointer: fine) and (min-width: 1024px) {
  .hero--form-contact .hero-contact__list-mail li a:hover {
    text-decoration: underline;
  }
}
.hero--form-contact .hero-contact__list-contacts {
  list-style: none;
  margin-top: 1.875rem;
}
.hero--form-contact .hero-contact__list-contacts-icon {
  position: relative;
  flex: none;
  width: 1.5rem;
  height: 1.5rem;
}
.hero--form-contact .hero-contact__list-contacts li {
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 0.625rem;
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
.hero--form-contact .hero-contact__list-contacts li:last-child {
  margin-bottom: 0;
}
.hero--form-contact .hero-contact__list-contacts li a {
  color: #2A5295;
}
@media (hover: hover) and (pointer: fine) and (min-width: 1024px) {
  .hero--form-contact .hero-contact__list-contacts li a:hover {
    text-decoration: underline;
  }
}

/* @start: Contact Responsive */
/* @start: Demo */
.hero--form-demo .hero-demo__list {
  margin-top: 1.875rem;
}
.hero--form-demo .hero-demo__media {
  position: relative;
  width: 100%;
  max-width: 31.875rem;
  margin-top: 2.5rem;
}
.hero--form-demo .hero-demo__media:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 14.0625rem;
  height: 9rem;
  background-image: url("./assets/images/arrow-deco-form.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  transform: translate(90%, -100%);
  z-index: 2;
}

/* @start: Demo Responsive */
@media (max-width: 1024px) {
  .hero--form-demo .hero-demo__media {
    display: none;
  }
}
/* @start: Calendar */
.calendar-hero {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 43.75rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}
.calendar-hero:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 10rem;
  background-image: url("./assets/images/bottom-hero.svg");
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 4;
}
.calendar-hero__content {
  position: relative;
  width: 100%;
  z-index: 5;
}
.calendar-hero__data {
  position: relative;
}
.calendar-hero__text {
  font-weight: 500;
  margin-top: 1.5625rem;
}
.calendar-hero__cta {
  margin-top: 1.875rem;
}
.calendar-hero__media {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  max-width: 75rem;
  transform: translateX(-50%);
  z-index: 3;
}
.calendar-hero__media-image {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 32.375rem;
  height: 32.125rem;
}
.calendar-hero__background {
  z-index: 1;
}
.calendar-hero__background:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 2;
}

/* @start: Calendar Responsive */
@media (max-width: 1024px) {
  .calendar-hero {
    min-height: auto;
    padding-top: 3.75rem;
  }
  .calendar-hero:after {
    height: 5rem;
  }
  .calendar-hero__media {
    position: relative;
    left: auto;
    height: auto;
    max-width: 26.875rem;
    padding: 0 0.9375rem;
    margin: 1.875rem auto 0;
    transform: none;
  }
  .calendar-hero__media-image {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 99.23%;
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .calendar-hero {
    padding-top: 2.8125rem;
  }
  .calendar-hero:after {
    height: 3.125rem;
  }
}
/* @start: Banner App */
.banner-app {
  min-height: 28.125rem;
}
.banner-app:before {
  transform: rotate(180deg) scale(1.5);
}
.banner-app__content {
  position: relative;
  width: calc(100% - 17.5rem);
  padding: 5rem;
  z-index: 3;
}
.banner-app__media {
  position: absolute;
  right: -0.0625rem;
  bottom: -0.0625rem;
  width: 22.5rem;
  height: 100%;
  z-index: 2;
}
.banner-app__media img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom right;
     object-position: bottom right;
}
.banner-app__subtitle {
  font-weight: 500;
  margin-top: 1.5rem;
}
.banner-app__list {
  list-style: none;
  margin-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.9375rem 1.25rem;
}
.banner-app__list li {
  flex: 0 0 calc(50% - 0.9375rem);
  color: #FFFFFF;
  display: flex;
  gap: 0.625rem;
}
.banner-app__list li:before {
  content: "";
  position: relative;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%2300A16B' d='M10 0C4.48438 0 0 4.48438 0 10c0 5.5156 4.48438 10 10 10 5.5156 0 10-4.4844 10-10 0-5.51562-4.4844-10-10-10Z'/%3E%3Cpath fill='%23FFF' fill-rule='nonzero' d='M8.07422 14.5742c-1.27734-1.2773-2.54688-2.5664-3.82813-3.8437-.14062-.1407-.14062-.375 0-.5157l1.47266-1.47261c.14063-.14063.375-.14063.51563 0l2.10546 2.10551 5.41406-5.41801c.1445-.14063.375-.14063.5195 0L15.75 6.90625c.1445.14453.1445.375 0 .51562L8.58984 14.5742c-.14062.1445-.37109.1445-.51562 0Z'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100% auto;
  display: inline-block;
}
.banner-app__stores {
  list-style: none;
  margin-top: 1.875rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
}
.banner-app__stores-logo {
  position: relative;
  width: 10.5rem;
  height: 3.5625rem;
}
.banner-app__stores-logo img {
  -o-object-fit: contain;
     object-fit: contain;
}
/* @start: Banner App Responsive */
@media (max-width: 1024px) {
  .banner-app {
    min-height: auto;
  }
  .banner-app__content {
    width: 100%;
    padding: 3.75rem 2.5rem 1.875rem;
  }
  .banner-app__media {
    position: relative;
    width: 100%;
    height: auto;
    max-width: 22.5rem;
    padding-left: 1.25rem;
    margin-left: auto;
  }
  .banner-app__media-image {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 109.81%;
  }
}
@media (max-width: 767px) {
  .banner-app__content {
    padding: 1.875rem 1.25rem;
  }
  .banner-app__list li {
    flex: 0 0 100%;
  }
  .banner-app__stores {
    gap: 0.625rem;
  }
  .banner-app__stores-logo {
    width: 8.375rem;
    height: 2.8125rem;
  }
}
/* @start: Banner Client */
.banner-client:before {
  transform: rotate(0deg) scaleX(-1);
  background-position: right bottom;
  background-size: 100% auto;
}
.banner-client__content {
  position: relative;
  width: 100%;
  padding: 4rem 4.5rem;
  z-index: 3;
}
.banner-client__data {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 3.125rem;
  margin-top: 3.125rem;
}
.banner-client__logo {
  flex: none;
  width: 15.625rem;
}
.banner-client__media {
  position: relative;
  width: 100%;
  max-width: 11.25rem;
  height: 6.25rem;
}
.banner-client__media img {
  -o-object-fit: contain;
     object-fit: contain;
}
.banner-client__review {
  position: relative;
  flex: none;
  width: calc(100% - 18.75rem);
}
.banner-client__review:before {
  content: "";
  position: absolute;
  top: 0;
  left: -3.125rem;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
}
.banner-client__text {
  color: #FFFFFF;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.4;
}
.banner-client__author {
  font-size: 1.125rem;
  margin-top: 3.75rem;
}
.banner-client__author span {
  display: block;
}
.banner-client__author-name {
  color: #FFFFFF;
  font-weight: 600;
}
.banner-client__author-role {
  color: rgba(255, 255, 255, 0.6);
  margin-top: 0.125rem;
}

/* @start: Banner Client Responsive */
@media (max-width: 1024px) {
  .banner-client:before {
    background-size: cover;
  }
  .banner-client__content {
    width: 100%;
    padding: 3.75rem 2.5rem;
  }
  .banner-client__data {
    margin-top: 0.625rem;
    flex-direction: column;
  }
  .banner-client__media {
    margin: 0 auto;
  }
  .banner-client__review {
    width: 100%;
    text-align: center;
  }
  .banner-client__review:before {
    top: -3.125rem;
    left: 0;
    width: 100%;
    height: 1px;
  }
  .banner-client__text {
    font-size: 1.25rem;
  }
  .banner-client__author {
    margin-top: 2.5rem;
  }
}
@media (max-width: 767px) {
  .banner-client__content {
    padding: 1.875rem 1.25rem;
  }
}
/* @start: Banner Media */
.banner-media:before {
  transform: rotate(0deg) scaleX(-1);
}
.banner-media__content {
  position: relative;
  width: 55%;
  padding: 5rem 5rem 5rem 7.5rem;
  z-index: 3;
}
.banner-media__media {
  position: absolute;
  right: 6.25rem;
  bottom: -0.0625rem;
  width: 25rem;
  height: 100%;
  z-index: 2;
}
.banner-media__media img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom right;
     object-position: bottom right;
}
.banner-media__cta {
  margin-top: 1.875rem;
}

/* @start: Banner App Responsive */
@media (max-width: 1024px) {
  .banner-media {
    min-height: auto;
  }
  .banner-media__content {
    width: 100%;
    padding: 3.75rem 2.5rem 1.875rem;
  }
  .banner-media__title, .banner-media__cta {
    text-align: center;
  }
  .banner-media__media {
    position: relative;
    right: auto;
    width: 100%;
    height: auto;
    max-width: 24.0625rem;
    padding: 0 0.9375rem;
    margin: 0 auto;
  }
  .banner-media__media-image {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 72%;
  }
}
@media (max-width: 767px) {
  .banner-media__content {
    padding: 1.875rem 1.25rem;
  }
}
/* @start: Banner Simple */
.banner-simple:before {
  transform: rotate(0deg) scaleX(-1);
  background-position: right bottom;
  background-size: 100% auto;
}
.banner-simple__content {
  position: relative;
  width: 100%;
  padding: 4rem 4.5rem;
  z-index: 3;
}
.banner-simple__button {
  margin-top: 1.875rem;
}

/* @start: Banner Client Responsive */
@media (max-width: 1024px) {
  .banner-client:before {
    background-size: cover;
  }
  .banner-client__content {
    width: 100%;
    padding: 3.75rem 2.5rem;
  }
}
@media (max-width: 767px) {
  .banner-client__content {
    padding: 1.875rem 1.25rem;
  }
}
/* @start: Banner Stats */
.banner-stats:before {
  transform: rotate(0deg) scale(-1);
  background-position: right bottom;
  background-size: 100% auto;
}
.banner-stats__content {
  position: relative;
  width: 100%;
  padding: 4rem;
  z-index: 3;
}
.banner-stats__text {
  margin-top: 1.875rem;
}
.banner-stats__data {
  position: relative;
  width: 100%;
  display: flex;
  gap: 3.125rem;
}
.banner-stats__info {
  position: relative;
  flex: none;
  width: calc(100% - 25rem);
}
.banner-stats__info:before {
  content: "";
  position: absolute;
  top: 0;
  right: -3.125rem;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
}
.banner-stats__list {
  position: relative;
  flex: 0 0 1;
  padding-left: 3.125rem;
}
.banner-stats__list ul {
  list-style: none;
}
.banner-stats__list ul li {
  margin-top: 2.5rem;
  display: block;
}
.banner-stats__list ul li:first-child {
  margin-top: 0;
}
.banner-stats__list ul li span {
  display: block;
}
.banner-stats__list-value {
  font-weight: 500;
  line-height: 1;
}
.banner-stats__list-label {
  font-size: 1.125rem;
  font-weight: 500;
  margin-top: 0.3125rem;
}

/* @start: Banner Stats Responsive */
@media (max-width: 1024px) {
  .banner-stats:before {
    background-size: cover;
  }
  .banner-stats__content {
    width: 100%;
    padding: 3.75rem 2.5rem;
  }
  .banner-stats__data {
    flex-direction: column;
  }
  .banner-stats__info {
    width: 100%;
    text-align: center;
  }
  .banner-stats__info:before {
    top: auto;
    bottom: -3.125rem;
    right: 0;
    width: 100%;
    height: 1px;
  }
  .banner-stats__list {
    padding-top: 3.125rem;
    padding-left: 0;
  }
  .banner-stats__list li {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .banner-stats__content {
    padding: 1.875rem 1.25rem;
  }
}
/* @start: Banner Text Demo */
.banner-text-demo__title {
  font-size: 1.875rem;
}
.banner-text-demo__privacy {
  color: #2A5295;
  font-size: 0.875rem;
  margin-top: 0.375rem;
}
.banner-text-demo__privacy a {
  text-decoration: underline;
}

/* @start: Banner Text Demo Responsive */
@media (max-width: 1024px) {
  .banner-text-demo__title {
    font-size: 1.875rem;
  }
}
/* @start: Box Icons */
.box-icons__item {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 1.875rem;
}
.box-icons__item[data-type=type-1] {
  text-align: center;
}
.box-icons__item[data-type=type-2] .box-icons__head {
  gap: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.box-icons__item[data-type=type-2] .box-icons__title {
  margin-top: 0;
}
.box-icons__item[data-type=type-2] .box-icons__media {
  flex: 0 0 5rem;
  width: 5rem;
  height: 5rem;
  margin: 0 0 0 auto;
}
.box-icons__media {
  position: relative;
  width: 4rem;
  height: 4rem;
  margin: 0 auto;
}
.box-icons__title {
  font-size: 1.875rem;
  margin-top: 0.9375rem;
}
.box-icons__data {
  margin-top: 1.25rem;
}
.box-icons__data b, .box-icons__data strong {
  font-weight: 500;
}

/* @start: Box Icons Responsive */
@media (max-width: 1024px) {
  .box-icons__item[data-type=type-2] .box-icons__media {
    flex: 0 0 4rem;
    width: 4rem;
    height: 4rem;
  }
  .box-icons__title {
    font-size: 1.625rem;
  }
}
@media (max-width: 767px) {
  .box-icons__data br {
    display: none;
  }
}
/* @start: Box Decorative Icons */
.box-decorative-icons__item {
  position: relative;
}
.box-decorative-icons__media {
  position: relative;
  width: 15.625rem;
  height: 15.625rem;
  margin: 0 auto;
}
.box-decorative-icons__media img {
  -o-object-fit: contain;
     object-fit: contain;
}
.box-decorative-icons__title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-top: 0.9375rem;
}

/* @start: Box Decorative Icons Responsive */
@media (max-width: 767px) {
  .box-decorative-icons__media {
    width: 12.5rem;
    height: 12.5rem;
  }
  .box-decorative-icons__title {
    font-size: 1.375rem;
  }
  .box-decorative-icons__title br {
    display: none;
  }
}
/* @start: Box Grid Text Media */
@media (hover: hover) and (pointer: fine) and (min-width: 1024px) {
  .box-grid-text-media__item a:hover .box-grid-text-media__title {
    color: #EC6446;
  }
}
.box-grid-text-media__image {
  padding-bottom: 78.9473684211%;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  margin-bottom: 1.25rem;
}
.box-grid-text-media__title {
  font-weight: 600;
  transition: color 0.2s ease;
}
.box-grid-text-media__text {
  margin-top: 0.625rem;
}

/* @start: Box Grid Text Media Responsive */
/* @start: Box Step Text Media */
.box-step-text-media {
  position: relative;
}
.box-step-text-media__sticky {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.box-step-text-media__sticky-stack {
  position: -webkit-sticky;
  position: sticky;
  top: calc(35% - 5.25rem);
  bottom: 0;
  width: 100%;
}
.box-step-text-media__sticky-image-item {
  position: relative;
  width: 50%;
}
.box-step-text-media__grid {
  position: relative;
}
.box-step-text-media__item {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3.125rem;
  margin-bottom: 3.75rem;
}
.box-step-text-media__item:last-child {
  margin-bottom: 0;
}
.box-step-text-media__image {
  flex: none;
  width: 50%;
}
.box-step-text-media__image .sk-media {
  opacity: 0;
}
.box-step-text-media__data {
  flex: none;
  width: 41.6667%;
}
.box-step-text-media__badge {
  margin-bottom: 1.5rem;
}
.box-step-text-media__badge span {
  color: #2A5295;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  border-radius: 0.5rem;
  padding: 0.5rem 1rem;
  background-color: #ECF1F9;
}
.box-step-text-media__title {
  font-size: 1.875rem;
}
.box-step-text-media__title + .box-step-text-media__text {
  margin-top: 1.25rem;
}
.box-step-text-media__button {
  margin-top: 1.875rem;
}

/* @start: Box Step Text Media Responsive */
@media (max-width: 1024px) {
  .box-step-text-media__sticky {
    display: none;
  }
  .box-step-text-media__item {
    position: relative;
    opacity: 1;
    gap: 0;
    flex-direction: column;
  }
  .box-step-text-media__item:last-child {
    margin-bottom: 0;
  }
  .box-step-text-media__image .sk-media {
    opacity: 1;
  }
  .box-step-text-media__image, .box-step-text-media__data {
    width: 100%;
  }
  .box-step-text-media__data {
    margin-top: 1.875rem;
  }
  .box-step-text-media__badge {
    font-size: 0.75rem;
  }
  .box-step-text-media__title {
    font-size: 1.5rem;
  }
}
/* @start: Box Features */
.box-features__item {
  position: relative;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #F6F8FC 0%, #BECEE9 100%);
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.box-features__item--01 .box-features__media {
  max-width: 18.75rem;
}
.box-features__item--03 .box-features__media {
  max-width: 18.75rem;
}
.box-features__item--02 .box-features__media {
  max-width: 15rem;
  align-self: center;
  width: 100%;
}
.box-features__head {
  padding: 2rem;
}
.box-features__title {
  font-weight: 600;
  margin-bottom: 0.625rem;
}
.box-features__text {
  font-size: 1rem;
}
.box-features__text p {
  font-weight: 500;
}
.box-features__text ul {
  margin: 0.625rem 0 0 0.625rem;
  list-style: none;
}
.box-features__text ul li {
  margin-bottom: 0.625rem;
  display: flex;
  gap: 0.625rem;
}
.box-features__text ul li:before {
  content: "";
  position: relative;
  top: 0.5rem;
  flex: 0 0 0.25rem;
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 100%;
  background-color: #2A5295;
}
.box-features__text ul li:last-child {
  margin-bottom: 0;
}
.box-features__media {
  width: 100%;
  max-width: 18.75rem;
  margin-top: auto;
}
.box-features__media--01 {
  align-self: flex-start;
  padding-right: 0.625rem;
}
.box-features__media--02 {
  max-width: 15rem;
  align-self: center;
  padding: 0 0.625rem;
}
.box-features__media--03 {
  align-self: flex-end;
  padding-left: 0.625rem;
}

/* @start: Box Features Responsive */
@media (max-width: 767px) {
  .box-features__head {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
/* @start: Box Switcher */
.box-switcher__list {
  position: relative;
  width: 100%;
  padding: 0.25rem;
  border-radius: 1rem;
  background-color: #FFFFFF;
  box-shadow: 0px 10px 14px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 3.125rem;
}
.box-switcher__nav {
  list-style: none;
  display: flex;
  gap: 0.25rem;
}
.box-switcher__nav-item {
  flex: 0 0 calc(33.33% - 0.1875rem);
  width: calc(33.33% - 0.1875rem);
  padding: 1rem;
  border-radius: 0.75rem;
  text-align: center;
  cursor: pointer;
  background-color: transparent;
  transition: background 0.2s ease;
}
@media (hover: hover) and (pointer: fine) and (min-width: 1024px) {
  .box-switcher__nav-item:hover {
    background-color: rgba(236, 241, 249, 0.4);
  }
}
.box-switcher__nav-item.is--activated {
  background-color: #ECF1F9;
  pointer-events: none;
}
.box-switcher__nav-label {
  font-size: 1.25rem;
  font-weight: 600;
}
.box-switcher__items {
  min-height: 31.25rem;
}
.box-switcher__item {
  display: none;
}
.box-switcher__item.is--activated {
  display: block;
}
.box-switcher__box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.5rem;
}
.box-switcher__data {
  width: 41.6667%;
  flex: none;
}
.box-switcher__media {
  width: 50%;
  flex: none;
}
.box-switcher__title {
  font-size: 1.875rem;
  margin-bottom: 1.25rem;
}

/* @start: Box Switcher Responsive */
@media (max-width: 1024px) {
  .box-switcher {
    max-width: 37.5rem;
    margin: 0 auto;
  }
  .box-switcher__list {
    margin-bottom: 2.5rem;
  }
  .box-switcher__nav {
    flex-direction: column;
  }
  .box-switcher__nav-item {
    flex: none;
    width: 100%;
  }
  .box-switcher__nav-label {
    font-size: 1.125rem;
  }
  .box-switcher__items {
    min-height: auto;
  }
  .box-switcher__title {
    font-size: 1.5rem;
  }
  .box-switcher__box {
    flex-direction: column;
  }
  .box-switcher__data, .box-switcher__media {
    width: 100%;
  }
}
/* @start: Cards */
.card-box__row {
  margin-top: 0;
}
.card-box__item {
  position: relative;
  width: 100%;
}
@media (hover: hover) and (pointer: fine) and (min-width: 1024px) {
  .card-box__link:hover .card-box__media .sk-media:before, .card-box__link:hover .card-box__media .sk-media:after {
    opacity: 1;
  }
  .card-box__link:hover .card-box__title {
    color: #EC6446;
    text-decoration: underline;
  }
}
.card-box__media .sk-media {
  box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.2);
}
.card-box__media .sk-media:before {
  content: "";
  background-color: rgba(18, 50, 104, 0.5);
  opacity: 0;
  transition: opacity 0.2s ease;
  z-index: 2;
}
.card-box__media .sk-media:after {
  content: "";
  width: 5rem;
  height: 5rem;
  border-radius: 100%;
  background-color: #EC6446;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 41'%3E%3Cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M35 25.5v6.6667A3.3334 3.3334 0 0 1 31.6667 35.5H8.3333A3.3334 3.3334 0 0 1 5 32.1667V25.5'/%3E%3Cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M11.666 17.1667 19.9993 25.5l8.3334-8.3333'/%3E%3Cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M20 25.5v-20'/%3E%3C/svg%3E");
  background-position: center center;
  background-size: 2rem auto;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 0.2s ease;
  z-index: 3;
}
.card-box__title {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 1.25rem;
  transition: color 0.2s ease;
}
.card-box__data .card-box__title {
  margin-top: 0;
  margin-bottom: 0.9375rem;
}
.card-box__button {
  margin-top: 1.25rem;
}

/* @start: Case Studies */
.case-studies__grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.875rem;
}
.case-studies__grid .case-studies__item {
  flex: 0 0 calc((100% - 3.75rem) / 3);
}
.case-studies__box {
  position: relative;
  height: 100%;
  min-height: 28.125rem;
  padding: 2rem 2.5rem;
  border-radius: 1rem;
  border: 1px solid #BECEE9;
  box-shadow: 0px 10px 14px 0px rgba(0, 0, 0, 0.1);
  background-color: #FFFFFF;
  transition: background 0.2s ease, border 0.2s ease;
  display: flex;
  flex-direction: column;
}
@media (hover: hover) and (pointer: fine) and (min-width: 1024px) {
  .case-studies__link:hover .case-studies__box {
    border-color: #2A5295;
    background-color: #F5F8FF;
  }
}
.case-studies__body {
  flex: none;
  width: 100%;
  margin-top: auto;
}
.case-studies__text {
  font-size: 1.375rem;
  font-weight: 500;
  padding-bottom: 1.875rem;
  border-bottom: 1px solid #BECEE9;
}
.case-studies__media {
  position: relative;
  width: 100%;
  max-width: 11.25rem;
  height: 3.75rem;
  margin-bottom: 1.875rem;
}
.case-studies__media img {
  -o-object-fit: scale-down;
     object-fit: scale-down;
  -o-object-position: top left;
     object-position: top left;
}
.case-studies__data {
  margin-top: 1.875rem;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
.case-studies__data-item {
  display: flex;
  align-items: flex-start;
}
.case-studies__data-item span {
  font-size: 1rem;
}
.case-studies__data-label {
  flex: 0 0 7.5rem;
}
.case-studies__data-value {
  flex: 1;
  font-weight: 500;
}

/* @start: Case Studies Responsive */
@media (max-width: 1024px) {
  .case-studies__grid .case-studies__item {
    flex: 0 0 calc((100% - 1.875rem) / 2);
  }
}
@media (max-width: 767px) {
  .case-studies__grid .case-studies__item {
    flex: 0 0 100%;
    width: 100%;
  }
}
@media (max-width: 576px) {
  .case-studies__box {
    padding: 2rem;
    min-height: 25.625rem;
  }
  .case-studies__media {
    max-width: 9.375rem;
  }
  .case-studies__text {
    font-size: 1.25rem;
  }
}
/* @start: Clients Grid */
.clients-grid__nav {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
.clients-grid__nav label {
  font-size: 1.25rem;
  font-weight: 600;
}
.clients-grid__nav select {
  width: auto;
  min-width: auto;
  max-width: none;
}
.clients-grid__wrapper {
  position: relative;
  margin-top: 3.125rem;
}
.clients-grid__item {
  opacity: 0;
  visibility: hidden;
  display: none;
}
.clients-grid__item.is--activated {
  opacity: 1;
  visibility: visible;
  display: block;
}
.clients-grid__logos {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.875rem;
}
.clients-grid__logo {
  flex: 0 1 calc((100% - 5.625rem) / 4);
  height: 11.25rem;
  padding: 1.25rem;
  border-radius: 1rem;
  border: 1px solid #BECEE9;
  background-color: #FFFFFF;
  box-shadow: 0px 10px 14px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
}
.clients-grid__logo.is--hoverable {
  transition: border 0.2s ease;
}
@media (hover: hover) and (pointer: fine) and (min-width: 1024px) {
  .clients-grid__logo.is--hoverable:hover {
    border-color: #2A5295;
  }
}
.clients-grid__link {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.clients-grid__link-label {
  font-size: 1rem;
  font-weight: 500;
  margin-top: 0.625rem;
  text-decoration: underline;
}
.clients-grid__media {
  position: relative;
  width: 100%;
  max-width: 11.25rem;
  height: 5rem;
  margin: 0 auto;
}
.clients-grid__media img {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

/* @start: Clients Grid Responsive */
@media (max-width: 1024px) {
  .clients-grid__logo {
    flex: 0 1 calc((100% - 3.75rem) / 3);
  }
  .clients-grid__link-label {
    font-size: 0.875rem;
  }
}
@media (max-width: 767px) {
  .clients-grid__nav {
    gap: 0.625rem;
    flex-direction: column;
  }
  .clients-grid__nav select {
    width: 100%;
  }
  .clients-grid__wrapper {
    margin-top: 1.875rem;
  }
  .clients-grid__logos {
    gap: 0.9375rem;
  }
  .clients-grid__logo {
    flex: 0 1 calc((100% - 0.9375rem) / 2);
    height: 9.375rem;
    padding: 0.9375rem;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
  }
  .clients-grid__media {
    height: 3.125rem;
  }
}
/* @start: Client Reviews Carousel */
.client-reviews-carousel__item {
  position: relative;
  height: 100%;
  min-height: 27.5rem;
  padding: 2rem 1.5rem;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
}
.client-reviews-carousel__item--01 {
  background-color: rgba(32, 190, 198, 0.2);
}
.client-reviews-carousel__item--02 {
  background-color: rgba(235, 92, 13, 0.2);
}
.client-reviews-carousel__item--03 {
  background-color: rgba(132, 122, 242, 0.2);
}
.client-reviews-carousel__item--04 {
  background-color: rgba(83, 190, 234, 0.2);
}
.client-reviews-carousel__top {
  margin-bottom: 1.25rem;
}
.client-reviews-carousel__bottom {
  margin-top: auto;
}
.client-reviews-carousel__data {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
.client-reviews-carousel__text {
  color: #232C40;
}
.client-reviews-carousel__avatar {
  position: relative;
  flex: 0 0 3.5rem;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 100%;
  overflow: hidden;
}
.client-reviews-carousel__author {
  width: 100%;
  color: #232C40;
  font-size: 0.875rem;
  line-height: 1.5;
}
.client-reviews-carousel__author-name {
  font-size: 1rem;
  font-weight: 600;
}
.client-reviews-carousel__author-role {
  font-style: italic;
}
.client-reviews-carousel__author-society {
  font-weight: 500;
}
.client-reviews-carousel__author span {
  display: block;
}

/* @start: Client Reviews Carousel Responsive */
@media (max-width: 576px) {
  .client-reviews-carousel__item {
    min-height: 24.375rem;
  }
}
/* @start: Pricing Tables */
.pricing-tables__item {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 2.5rem;
  border-width: 2px;
  border-color: #FFFFFF;
}
.pricing-tables__item.is--highlighted {
  border-color: #2A5295;
}
.pricing-tables__extra-text {
  color: #232C40;
  font-size: 1.375rem;
  font-weight: 500;
}
.pricing-tables__head {
  position: relative;
  width: 100%;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #BECEE9;
}
.pricing-tables__head--flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.625rem;
}
.pricing-tables__body {
  padding-top: 1.5rem;
}
.pricing-tables__icon {
  position: relative;
  flex: none;
  width: 5rem;
  height: 5rem;
}
.pricing-tables__title {
  font-size: 1.875rem;
}
.pricing-tables__description {
  font-size: 1.25rem;
  font-weight: 500;
  margin-top: 0.625rem;
}
.pricing-tables__link {
  margin-top: 1.5rem;
}
.pricing-tables__badge {
  position: absolute;
  top: 0;
  left: 2.5rem;
  padding: 0.625rem 1rem;
  border-radius: 0.5rem;
  background: linear-gradient(90deg, #EC6446 0%, #FF9D28 100%);
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
}
.pricing-tables__badge-icon {
  position: relative;
  flex: none;
  width: 1rem;
  height: 1rem;
}
.pricing-tables__badge-label {
  color: #FFFFFF;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
}
.pricing-tables__list {
  list-style: none;
}
.pricing-tables__list li {
  display: flex;
  gap: 0.625rem;
  margin-bottom: 0.625rem;
}
.pricing-tables__list li:before {
  content: "";
  position: relative;
  top: 0.5rem;
  flex: none;
  width: 1rem;
  height: 1rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 19 14'%3E%3Cpath fill='%2320bec6' fill-rule='evenodd' d='m.13266 6.867 1.27933-1.28428c.17688-.17756.46323-.17756.64011 0l4.41386 4.43098c.17642.1775.46323.1775.63966 0L16.948.133173c.1769-.1775641.4632-.1775641.6401 0l1.2794 1.284277c.085.08538.1325.20072.1325.32107 0 .1208-.0475.23615-.1325.32152L7.10562 13.8674c-.0846.0849-.19995.1326-.31983.1326s-.23524-.0477-.31983-.1326L.13266 7.50959c-.17688-.17756-.17688-.46503 0-.64259' clip-rule='evenodd'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100% auto;
  display: inline-block;
}
.pricing-tables__list li:last-child {
  margin-bottom: 0;
}
.pricing-tables__list li span {
  font-size: 1.25rem;
  font-weight: 500;
}
.pricing-tables__list-heading {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0.625rem;
}

/* @start: Pricing Tables Responsive */
@media (max-width: 1024px) {
  .pricing-tables__item {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .pricing-tables__item--badged {
    margin-top: 0.9375rem;
  }
  .pricing-tables__badge {
    left: 1.25rem;
  }
  .pricing-tables__badge-label {
    font-size: 0.75rem;
  }
  .pricing-tables__description {
    font-size: 1.125rem;
  }
  .pricing-tables__link {
    margin-top: 1.25rem;
  }
  .pricing-tables__list li span {
    font-size: 1.125rem;
  }
  .pricing-tables__extra-text {
    font-size: 1.25rem;
    margin-top: 0.9375rem;
  }
  .pricing-tables__extra-text br {
    display: none;
  }
}
/* @start: Software Carousel */
.software-carousel__item {
  position: relative;
  height: 100%;
  min-height: 31.25rem;
  border-radius: 1rem;
  background-color: rgba(var(--software-color-box), 0.2);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: background 0.3s ease-in-out;
}
@media (hover: hover) and (pointer: fine) and (min-width: 1024px) {
  .software-carousel__link:hover .software-carousel__item {
    background-color: rgba(var(--software-color-box), 0.35);
  }
}
.software-carousel__icon {
  position: relative;
  flex: none;
  width: 4rem;
  height: 4rem;
}
.software-carousel__title {
  font-size: 1.25rem;
  font-weight: 600;
}
.software-carousel__text {
  font-size: 1.5rem;
  font-weight: 600;
  text-decoration: underline;
  margin-top: 1.25rem;
}
.software-carousel__top {
  padding: 1.875rem;
  margin-bottom: 1.25rem;
}
.software-carousel__head {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
.software-carousel__bottom {
  margin-top: auto;
}
.software-carousel__data {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
.software-carousel__media {
  max-width: 20.25rem;
  margin-left: auto;
  padding-left: 1.5rem;
}

/* @start: Software Carousel Responsive */
@media (max-width: 576px) {
  .software-carousel__item {
    min-height: 24.375rem;
  }
}
/* @start: Logo Carousel */
.logo-carousel__container .sk-carousel {
  margin-top: 3.75rem;
}
.logo-carousel__media {
  position: relative;
  width: 100%;
  max-width: 10rem;
  height: 3.125rem;
  margin: 0 auto;
}
.logo-carousel__media img {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

/* @start: Logo Carousel Responsive */
@media (max-width: 1024px) {
  .logo-carousel__container .sk-carousel {
    margin-top: 2.5rem;
  }
}
/* @start: Logo Grid */
.logo-grid__grid {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.875rem;
}
.logo-grid__item {
  flex: 0 1 calc((100% - 9.375rem) / 6);
}
.logo-grid__media {
  position: relative;
  width: 100%;
  max-width: 10rem;
  height: 2.5rem;
  margin: 0 auto;
}
.logo-grid__media img {
  -o-object-fit: contain;
     object-fit: contain;
}

/* @start: Logo Grid Responsive */
@media (max-width: 1024px) {
  .logo-grid__grid {
    max-width: 43.75rem;
    margin: 0 auto;
  }
  .logo-grid__item {
    flex: 0 1 calc((100% - 5.625rem) / 3);
  }
}
@media (max-width: 576px) {
  .logo-grid__grid {
    max-width: 31.25rem;
  }
  .logo-grid__item {
    flex: 0 1 calc((100% - 3.75rem) / 2);
  }
}
/* @start: Map */
.map-box {
  position: relative;
}
.map-box__area {
  position: relative;
  width: 80%;
  margin-left: auto;
}
.map-box__wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 60%;
  border-radius: 1rem;
  box-shadow: 0px 10px 14px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.map-box__wrapper .sk-map {
  z-index: 2;
}
.map-box__wrapper .sk-map__frame {
  width: 100%;
  height: 100%;
}
.map-box__content {
  position: absolute;
  top: 50%;
  left: 0;
  width: 40%;
  height: 85%;
  border-radius: 1rem;
  box-shadow: 0px 10px 14px 0px rgba(0, 0, 0, 0.1);
  transform: translateY(-50%);
  overflow: hidden;
  display: flex;
  z-index: 3;
}
.map-box__data {
  position: relative;
  z-index: 2;
}
.map-box__pre-title {
  color: #EC6446;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  margin-bottom: 0.625rem;
}
.map-box__title {
  font-size: 1.875rem;
  margin-bottom: 1.25rem;
}
.map-box__button {
  margin-top: 1.25rem;
}
.map-box__image {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 15.625rem;
  z-index: 1;
}
.map-box__image img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left bottom;
     object-position: left bottom;
}
.map-box--style-1 .map-box__content {
  background: linear-gradient(180deg, #F6F8FC 0%, #BECEE9 100%);
  align-items: center;
}
.map-box--style-1 .map-box__data {
  padding: 1.875rem 3.125rem;
}
.map-box--style-2 .map-box__content {
  background-color: #ECF1F9;
  align-items: flex-start;
}
.map-box--style-2 .map-box__data {
  padding: 2.5rem;
}

/* @start: Map Responsive */
@media (max-width: 1024px) {
  .map-box__area {
    width: 100%;
  }
  .map-box__content {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    max-width: 21.25rem;
    transform: none;
    margin: 1.875rem auto 0;
  }
  .map-box__data {
    text-align: center;
  }
  .map-box__image {
    position: relative;
    height: 9.375rem;
  }
  .map-box--style-1 .map-box__data {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
  .map-box--style-2 .map-box__content {
    flex-direction: column;
  }
  .map-box--style-2 .map-box__data {
    padding: 1.875rem;
  }
}
@media (max-width: 767px) {
  .map-box__wrapper {
    padding-bottom: 100%;
  }
}
/* @start: Timeline Grid */
.timeline-grid__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: minmax(17.5rem, auto);
  gap: 1.875rem;
}
.timeline-grid__item {
  position: relative;
  grid-row: span 1;
  height: 100%;
  border-radius: 1rem;
  border: 1px solid #BECEE9;
  box-shadow: 0px 10px 14px 0px rgba(0, 0, 0, 0.1);
  background-color: #FFFFFF;
  overflow: hidden;
}
.timeline-grid__item--col-1 {
  grid-column: span 1;
}
.timeline-grid__item--col-2 {
  grid-column: span 2;
}
.timeline-grid__item--date, .timeline-grid__item--text {
  padding: 2rem;
}
.timeline-grid__item--text {
  background-color: var(--timeline-grid-color-box);
  display: flex;
  align-items: center;
}
.timeline-grid__media {
  position: relative;
  width: 100%;
  height: 100%;
}
.timeline-grid__year {
  color: #EC6446;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 1.25rem;
  display: block;
}
.timeline-grid__text {
  font-size: 1.375rem;
  font-weight: 500;
}

/* @start: Timeline Grid Responsive */
@media (max-width: 1024px) {
  .timeline-grid__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .timeline-grid__item--10, .timeline-grid__item--14 {
    grid-column: span 2;
  }
}
@media (max-width: 767px) {
  .timeline-grid__grid {
    gap: 0.9375rem;
    grid-auto-rows: minmax(12.5rem, auto);
  }
  .timeline-grid__item--date, .timeline-grid__item--text {
    padding: 1.25rem 0.9375rem;
  }
  .timeline-grid__year {
    font-size: 0.875rem;
    margin-bottom: 0.625rem;
  }
  .timeline-grid__text {
    font-size: 1rem;
  }
}
/* @start: Text Media Switch Tabs */
.text-media-switch-tabs__list {
  position: relative;
  width: 100%;
  padding: 0.25rem;
  border-radius: 1rem;
  background-color: #FFFFFF;
  box-shadow: 0px 10px 14px 0px rgba(0, 0, 0, 0.1);
  margin: 1.25rem 0 1.875rem;
}
.text-media-switch-tabs__nav {
  list-style: none;
  display: flex;
  gap: 0.25rem;
}
.text-media-switch-tabs__nav-item {
  flex: 0 0 calc(50% - 0.1875rem);
  width: calc(50% - 0.1875rem);
  padding: 0.75rem 1rem;
  border-radius: 0.75rem;
  text-align: center;
  cursor: pointer;
  background-color: transparent;
  transition: background 0.2s ease;
}
@media (hover: hover) and (pointer: fine) and (min-width: 1024px) {
  .text-media-switch-tabs__nav-item:hover {
    background-color: rgba(236, 241, 249, 0.4);
  }
}
.text-media-switch-tabs__nav-item.is--activated {
  background-color: #ECF1F9;
  pointer-events: none;
}
.text-media-switch-tabs__nav-label {
  font-size: 1.125rem;
  font-weight: 600;
}
.text-media-switch-tabs__item {
  display: none;
}
.text-media-switch-tabs__item.is--activated {
  display: block;
}

/* @start: Text Media Switch Tabs Responsive */
@media (max-width: 767px) {
  .text-media-switch-tabs__nav {
    flex-direction: column;
  }
  .text-media-switch-tabs__nav-item {
    flex: none;
    width: 100%;
  }
  .text-media-switch-tabs__nav-label {
    font-size: 1rem;
  }
}/*# sourceMappingURL=style.css.map */