@charset "UTF-8";
/*
Colours
The $colors map will generate a list of helper classes
you can use for setting background and colour, eg.
.white { color : $white }
.bg-white { background-color : $white }
*/
/*
Transitions
*/
/*
Type
These values will be used to generate fluid type classes
*/
/*
Heading sizes
*/
/*
Body Sizes
*/
/*
Base Padding
The base unit for this site's spacing, will be used
to generate the grid classes as well ass your padding helper classes
*/
/**
 * Header Height
 */
/* Additional Breakpoints */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: "IBM Plex Sans", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
.services__content .services__title,
.featured-banner__content h1,
.stacked-banner__title,
.default-banner__title,
.contact-form__title,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

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

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

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

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

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: rgb(0, 86.1, 178.5);
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 64.0625em) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.container.no-max {
  max-width: none;
}

.col {
  padding-left: 15px;
  padding-right: 15px;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
  min-height: 1px;
  position: relative;
}
.col.no-padding {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: -0.01em) {
  .col.xs-no-padding {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 36em) {
  .col.sm-no-padding {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 48em) {
  .col.md-no-padding {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 62em) {
  .col.lg-no-padding {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 64.0625em) {
  .col.xl-no-padding {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 48em) {
  .col.mobile-menu-break-no-padding {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: -0.01em) {
  .hidden-until-xs {
    display: none !important;
  }
}

@media (min-width: 0em) {
  .hidden-from-xs {
    display: none !important;
  }
}

@media (max-width: 35.99em) {
  .hidden-until-sm {
    display: none !important;
  }
}

@media (min-width: 36em) {
  .hidden-from-sm {
    display: none !important;
  }
}

@media (max-width: 47.99em) {
  .hidden-until-md {
    display: none !important;
  }
}

@media (min-width: 48em) {
  .hidden-from-md {
    display: none !important;
  }
}

@media (max-width: 61.99em) {
  .hidden-until-lg {
    display: none !important;
  }
}

@media (min-width: 62em) {
  .hidden-from-lg {
    display: none !important;
  }
}

@media (max-width: 64.0525em) {
  .hidden-until-xl {
    display: none !important;
  }
}

@media (min-width: 64.0625em) {
  .hidden-from-xl {
    display: none !important;
  }
}

@media (max-width: 47.99em) {
  .hidden-until-mobile-menu-break {
    display: none !important;
  }
}

@media (min-width: 48em) {
  .hidden-from-mobile-menu-break {
    display: none !important;
  }
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

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

.no-gutter {
  margin-right: 0;
  margin-left: 0;
}
.no-gutter > .col {
  padding-right: 0;
  padding-left: 0;
}

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

.reset-xs {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
      -ms-flex-order: 0;
          order: 0;
}

.last-xs {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.xs-offset-0 {
  margin-left: 0%;
}

.xs-1 {
  -webkit-flex-basis: 8.3333333333%;
      -ms-flex-preferred-size: 8.3333333333%;
          flex-basis: 8.3333333333%;
  max-width: 8.3333333333%;
}

.xs-offset-1 {
  margin-left: 8.3333333333%;
}

.xs-2 {
  -webkit-flex-basis: 16.6666666667%;
      -ms-flex-preferred-size: 16.6666666667%;
          flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
}

.xs-offset-2 {
  margin-left: 16.6666666667%;
}

.xs-3 {
  -webkit-flex-basis: 25%;
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
  max-width: 25%;
}

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

.xs-4 {
  -webkit-flex-basis: 33.3333333333%;
      -ms-flex-preferred-size: 33.3333333333%;
          flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
}

.xs-offset-4 {
  margin-left: 33.3333333333%;
}

.xs-5 {
  -webkit-flex-basis: 41.6666666667%;
      -ms-flex-preferred-size: 41.6666666667%;
          flex-basis: 41.6666666667%;
  max-width: 41.6666666667%;
}

.xs-offset-5 {
  margin-left: 41.6666666667%;
}

.xs-6 {
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
  max-width: 50%;
}

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

.xs-7 {
  -webkit-flex-basis: 58.3333333333%;
      -ms-flex-preferred-size: 58.3333333333%;
          flex-basis: 58.3333333333%;
  max-width: 58.3333333333%;
}

.xs-offset-7 {
  margin-left: 58.3333333333%;
}

.xs-8 {
  -webkit-flex-basis: 66.6666666667%;
      -ms-flex-preferred-size: 66.6666666667%;
          flex-basis: 66.6666666667%;
  max-width: 66.6666666667%;
}

.xs-offset-8 {
  margin-left: 66.6666666667%;
}

.xs-9 {
  -webkit-flex-basis: 75%;
      -ms-flex-preferred-size: 75%;
          flex-basis: 75%;
  max-width: 75%;
}

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

.xs-10 {
  -webkit-flex-basis: 83.3333333333%;
      -ms-flex-preferred-size: 83.3333333333%;
          flex-basis: 83.3333333333%;
  max-width: 83.3333333333%;
}

.xs-offset-10 {
  margin-left: 83.3333333333%;
}

.xs-11 {
  -webkit-flex-basis: 91.6666666667%;
      -ms-flex-preferred-size: 91.6666666667%;
          flex-basis: 91.6666666667%;
  max-width: 91.6666666667%;
}

.xs-offset-11 {
  margin-left: 91.6666666667%;
}

.xs-12 {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  max-width: 100%;
}

.xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 36em) {
  .first-sm {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .reset-sm {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  .last-sm {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .sm-offset-0 {
    margin-left: 0%;
  }
  .sm-1 {
    -webkit-flex-basis: 8.3333333333%;
        -ms-flex-preferred-size: 8.3333333333%;
            flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .sm-2 {
    -webkit-flex-basis: 16.6666666667%;
        -ms-flex-preferred-size: 16.6666666667%;
            flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .sm-3 {
    -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
    max-width: 25%;
  }
  .sm-offset-3 {
    margin-left: 25%;
  }
  .sm-4 {
    -webkit-flex-basis: 33.3333333333%;
        -ms-flex-preferred-size: 33.3333333333%;
            flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .sm-5 {
    -webkit-flex-basis: 41.6666666667%;
        -ms-flex-preferred-size: 41.6666666667%;
            flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .sm-6 {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    max-width: 50%;
  }
  .sm-offset-6 {
    margin-left: 50%;
  }
  .sm-7 {
    -webkit-flex-basis: 58.3333333333%;
        -ms-flex-preferred-size: 58.3333333333%;
            flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .sm-8 {
    -webkit-flex-basis: 66.6666666667%;
        -ms-flex-preferred-size: 66.6666666667%;
            flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .sm-9 {
    -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
            flex-basis: 75%;
    max-width: 75%;
  }
  .sm-offset-9 {
    margin-left: 75%;
  }
  .sm-10 {
    -webkit-flex-basis: 83.3333333333%;
        -ms-flex-preferred-size: 83.3333333333%;
            flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .sm-11 {
    -webkit-flex-basis: 91.6666666667%;
        -ms-flex-preferred-size: 91.6666666667%;
            flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .sm-12 {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%;
  }
  .sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 48em) {
  .first-md {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .reset-md {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  .last-md {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .md-offset-0 {
    margin-left: 0%;
  }
  .md-1 {
    -webkit-flex-basis: 8.3333333333%;
        -ms-flex-preferred-size: 8.3333333333%;
            flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .md-2 {
    -webkit-flex-basis: 16.6666666667%;
        -ms-flex-preferred-size: 16.6666666667%;
            flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .md-3 {
    -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
    max-width: 25%;
  }
  .md-offset-3 {
    margin-left: 25%;
  }
  .md-4 {
    -webkit-flex-basis: 33.3333333333%;
        -ms-flex-preferred-size: 33.3333333333%;
            flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .md-5 {
    -webkit-flex-basis: 41.6666666667%;
        -ms-flex-preferred-size: 41.6666666667%;
            flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .md-6 {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    max-width: 50%;
  }
  .md-offset-6 {
    margin-left: 50%;
  }
  .md-7 {
    -webkit-flex-basis: 58.3333333333%;
        -ms-flex-preferred-size: 58.3333333333%;
            flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .md-8 {
    -webkit-flex-basis: 66.6666666667%;
        -ms-flex-preferred-size: 66.6666666667%;
            flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .md-9 {
    -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
            flex-basis: 75%;
    max-width: 75%;
  }
  .md-offset-9 {
    margin-left: 75%;
  }
  .md-10 {
    -webkit-flex-basis: 83.3333333333%;
        -ms-flex-preferred-size: 83.3333333333%;
            flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .md-11 {
    -webkit-flex-basis: 91.6666666667%;
        -ms-flex-preferred-size: 91.6666666667%;
            flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .md-12 {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%;
  }
  .md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 62em) {
  .first-lg {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .reset-lg {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  .last-lg {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .lg-offset-0 {
    margin-left: 0%;
  }
  .lg-1 {
    -webkit-flex-basis: 8.3333333333%;
        -ms-flex-preferred-size: 8.3333333333%;
            flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .lg-2 {
    -webkit-flex-basis: 16.6666666667%;
        -ms-flex-preferred-size: 16.6666666667%;
            flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .lg-3 {
    -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
    max-width: 25%;
  }
  .lg-offset-3 {
    margin-left: 25%;
  }
  .lg-4 {
    -webkit-flex-basis: 33.3333333333%;
        -ms-flex-preferred-size: 33.3333333333%;
            flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .lg-5 {
    -webkit-flex-basis: 41.6666666667%;
        -ms-flex-preferred-size: 41.6666666667%;
            flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .lg-6 {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    max-width: 50%;
  }
  .lg-offset-6 {
    margin-left: 50%;
  }
  .lg-7 {
    -webkit-flex-basis: 58.3333333333%;
        -ms-flex-preferred-size: 58.3333333333%;
            flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .lg-8 {
    -webkit-flex-basis: 66.6666666667%;
        -ms-flex-preferred-size: 66.6666666667%;
            flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .lg-9 {
    -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
            flex-basis: 75%;
    max-width: 75%;
  }
  .lg-offset-9 {
    margin-left: 75%;
  }
  .lg-10 {
    -webkit-flex-basis: 83.3333333333%;
        -ms-flex-preferred-size: 83.3333333333%;
            flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .lg-11 {
    -webkit-flex-basis: 91.6666666667%;
        -ms-flex-preferred-size: 91.6666666667%;
            flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .lg-12 {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%;
  }
  .lg-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 64.0625em) {
  .first-xl {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .reset-xl {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  .last-xl {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .xl-offset-0 {
    margin-left: 0%;
  }
  .xl-1 {
    -webkit-flex-basis: 8.3333333333%;
        -ms-flex-preferred-size: 8.3333333333%;
            flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .xl-offset-1 {
    margin-left: 8.3333333333%;
  }
  .xl-2 {
    -webkit-flex-basis: 16.6666666667%;
        -ms-flex-preferred-size: 16.6666666667%;
            flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .xl-offset-2 {
    margin-left: 16.6666666667%;
  }
  .xl-3 {
    -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
    max-width: 25%;
  }
  .xl-offset-3 {
    margin-left: 25%;
  }
  .xl-4 {
    -webkit-flex-basis: 33.3333333333%;
        -ms-flex-preferred-size: 33.3333333333%;
            flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .xl-offset-4 {
    margin-left: 33.3333333333%;
  }
  .xl-5 {
    -webkit-flex-basis: 41.6666666667%;
        -ms-flex-preferred-size: 41.6666666667%;
            flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .xl-offset-5 {
    margin-left: 41.6666666667%;
  }
  .xl-6 {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    max-width: 50%;
  }
  .xl-offset-6 {
    margin-left: 50%;
  }
  .xl-7 {
    -webkit-flex-basis: 58.3333333333%;
        -ms-flex-preferred-size: 58.3333333333%;
            flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .xl-offset-7 {
    margin-left: 58.3333333333%;
  }
  .xl-8 {
    -webkit-flex-basis: 66.6666666667%;
        -ms-flex-preferred-size: 66.6666666667%;
            flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .xl-offset-8 {
    margin-left: 66.6666666667%;
  }
  .xl-9 {
    -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
            flex-basis: 75%;
    max-width: 75%;
  }
  .xl-offset-9 {
    margin-left: 75%;
  }
  .xl-10 {
    -webkit-flex-basis: 83.3333333333%;
        -ms-flex-preferred-size: 83.3333333333%;
            flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .xl-offset-10 {
    margin-left: 83.3333333333%;
  }
  .xl-11 {
    -webkit-flex-basis: 91.6666666667%;
        -ms-flex-preferred-size: 91.6666666667%;
            flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .xl-offset-11 {
    margin-left: 91.6666666667%;
  }
  .xl-12 {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%;
  }
  .xl-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 48em) {
  .first-mobile-menu-break {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .reset-mobile-menu-break {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  .last-mobile-menu-break {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .mobile-menu-break-offset-0 {
    margin-left: 0%;
  }
  .mobile-menu-break-1 {
    -webkit-flex-basis: 8.3333333333%;
        -ms-flex-preferred-size: 8.3333333333%;
            flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .mobile-menu-break-offset-1 {
    margin-left: 8.3333333333%;
  }
  .mobile-menu-break-2 {
    -webkit-flex-basis: 16.6666666667%;
        -ms-flex-preferred-size: 16.6666666667%;
            flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .mobile-menu-break-offset-2 {
    margin-left: 16.6666666667%;
  }
  .mobile-menu-break-3 {
    -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
    max-width: 25%;
  }
  .mobile-menu-break-offset-3 {
    margin-left: 25%;
  }
  .mobile-menu-break-4 {
    -webkit-flex-basis: 33.3333333333%;
        -ms-flex-preferred-size: 33.3333333333%;
            flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .mobile-menu-break-offset-4 {
    margin-left: 33.3333333333%;
  }
  .mobile-menu-break-5 {
    -webkit-flex-basis: 41.6666666667%;
        -ms-flex-preferred-size: 41.6666666667%;
            flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .mobile-menu-break-offset-5 {
    margin-left: 41.6666666667%;
  }
  .mobile-menu-break-6 {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    max-width: 50%;
  }
  .mobile-menu-break-offset-6 {
    margin-left: 50%;
  }
  .mobile-menu-break-7 {
    -webkit-flex-basis: 58.3333333333%;
        -ms-flex-preferred-size: 58.3333333333%;
            flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .mobile-menu-break-offset-7 {
    margin-left: 58.3333333333%;
  }
  .mobile-menu-break-8 {
    -webkit-flex-basis: 66.6666666667%;
        -ms-flex-preferred-size: 66.6666666667%;
            flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .mobile-menu-break-offset-8 {
    margin-left: 66.6666666667%;
  }
  .mobile-menu-break-9 {
    -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
            flex-basis: 75%;
    max-width: 75%;
  }
  .mobile-menu-break-offset-9 {
    margin-left: 75%;
  }
  .mobile-menu-break-10 {
    -webkit-flex-basis: 83.3333333333%;
        -ms-flex-preferred-size: 83.3333333333%;
            flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .mobile-menu-break-offset-10 {
    margin-left: 83.3333333333%;
  }
  .mobile-menu-break-11 {
    -webkit-flex-basis: 91.6666666667%;
        -ms-flex-preferred-size: 91.6666666667%;
            flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .mobile-menu-break-offset-11 {
    margin-left: 91.6666666667%;
  }
  .mobile-menu-break-12 {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%;
  }
  .mobile-menu-break-offset-12 {
    margin-left: 100%;
  }
}
.flex-dir-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}

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

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

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

@media (min-width: 36em) {
  .flex-dir-row-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .flex-dir-row-reverse-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .flex-dir-column-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .flex-dir-column-reverse-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media (min-width: 48em) {
  .flex-dir-row-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .flex-dir-row-reverse-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .flex-dir-column-md {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .flex-dir-column-reverse-md {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media (min-width: 62em) {
  .flex-dir-row-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .flex-dir-row-reverse-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .flex-dir-column-lg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .flex-dir-column-reverse-lg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media (min-width: 64.0625em) {
  .flex-dir-row-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .flex-dir-row-reverse-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .flex-dir-column-xl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .flex-dir-column-reverse-xl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media (min-width: 48em) {
  .flex-dir-row-mobile-menu-break {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .flex-dir-row-reverse-mobile-menu-break {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .flex-dir-column-mobile-menu-break {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .flex-dir-column-reverse-mobile-menu-break {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.flex-wrap-nowrap {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}

.flex-wrap-wrap {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.flex-wrap-wrap-reverse {
  -webkit-flex-wrap: wrap-reverse;
      -ms-flex-wrap: wrap-reverse;
          flex-wrap: wrap-reverse;
}

@media (min-width: 36em) {
  .flex-wrap-nowrap-sm {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
  .flex-wrap-wrap-sm {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .flex-wrap-wrap-reverse-sm {
    -webkit-flex-wrap: wrap-reverse;
        -ms-flex-wrap: wrap-reverse;
            flex-wrap: wrap-reverse;
  }
}
@media (min-width: 48em) {
  .flex-wrap-nowrap-md {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
  .flex-wrap-wrap-md {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .flex-wrap-wrap-reverse-md {
    -webkit-flex-wrap: wrap-reverse;
        -ms-flex-wrap: wrap-reverse;
            flex-wrap: wrap-reverse;
  }
}
@media (min-width: 62em) {
  .flex-wrap-nowrap-lg {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
  .flex-wrap-wrap-lg {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .flex-wrap-wrap-reverse-lg {
    -webkit-flex-wrap: wrap-reverse;
        -ms-flex-wrap: wrap-reverse;
            flex-wrap: wrap-reverse;
  }
}
@media (min-width: 64.0625em) {
  .flex-wrap-nowrap-xl {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
  .flex-wrap-wrap-xl {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .flex-wrap-wrap-reverse-xl {
    -webkit-flex-wrap: wrap-reverse;
        -ms-flex-wrap: wrap-reverse;
            flex-wrap: wrap-reverse;
  }
}
@media (min-width: 48em) {
  .flex-wrap-nowrap-mobile-menu-break {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
  .flex-wrap-wrap-mobile-menu-break {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .flex-wrap-wrap-reverse-mobile-menu-break {
    -webkit-flex-wrap: wrap-reverse;
        -ms-flex-wrap: wrap-reverse;
            flex-wrap: wrap-reverse;
  }
}
.justify-flex-start {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: start;
}

.justify-flex-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: end;
}

.justify-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

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

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

@media (min-width: 36em) {
  .justify-flex-start-sm {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: start;
  }
  .justify-flex-end-sm {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: end;
  }
  .justify-center-sm {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .justify-space-between-sm {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .justify-space-around-sm {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
}
@media (min-width: 48em) {
  .justify-flex-start-md {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: start;
  }
  .justify-flex-end-md {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: end;
  }
  .justify-center-md {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .justify-space-between-md {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .justify-space-around-md {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
}
@media (min-width: 62em) {
  .justify-flex-start-lg {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: start;
  }
  .justify-flex-end-lg {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: end;
  }
  .justify-center-lg {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .justify-space-between-lg {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .justify-space-around-lg {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
}
@media (min-width: 64.0625em) {
  .justify-flex-start-xl {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: start;
  }
  .justify-flex-end-xl {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: end;
  }
  .justify-center-xl {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .justify-space-between-xl {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .justify-space-around-xl {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
}
@media (min-width: 48em) {
  .justify-flex-start-mobile-menu-break {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: start;
  }
  .justify-flex-end-mobile-menu-break {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: end;
  }
  .justify-center-mobile-menu-break {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .justify-space-between-mobile-menu-break {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .justify-space-around-mobile-menu-break {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
}
.align-items-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 36em) {
  .align-items-center-sm {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 48em) {
  .align-items-center-md {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 62em) {
  .align-items-center-lg {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 64.0625em) {
  .align-items-center-xl {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 48em) {
  .align-items-center-mobile-menu-break {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.align-content-center {
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}

@media (min-width: 36em) {
  .align-content-center-sm {
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
  }
}
@media (min-width: 48em) {
  .align-content-center-md {
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
  }
}
@media (min-width: 62em) {
  .align-content-center-lg {
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
  }
}
@media (min-width: 64.0625em) {
  .align-content-center-xl {
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
  }
}
@media (min-width: 48em) {
  .align-content-center-mobile-menu-break {
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
  }
}
.flex-grow-0 {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

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

@media (min-width: 36em) {
  .flex-grow-0-sm {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
  .flex-grow-1-sm {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media (min-width: 48em) {
  .flex-grow-0-md {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
  .flex-grow-1-md {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media (min-width: 62em) {
  .flex-grow-0-lg {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
  .flex-grow-1-lg {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media (min-width: 64.0625em) {
  .flex-grow-0-xl {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
  .flex-grow-1-xl {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media (min-width: 48em) {
  .flex-grow-0-mobile-menu-break {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
  .flex-grow-1-mobile-menu-break {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.flex-shrink-0 {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.flex-shrink-1 {
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
}

@media (min-width: 36em) {
  .flex-shrink-0-sm {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
  .flex-shrink-1-sm {
    -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
  }
}
@media (min-width: 48em) {
  .flex-shrink-0-md {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
  .flex-shrink-1-md {
    -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
  }
}
@media (min-width: 62em) {
  .flex-shrink-0-lg {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
  .flex-shrink-1-lg {
    -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
  }
}
@media (min-width: 64.0625em) {
  .flex-shrink-0-xl {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
  .flex-shrink-1-xl {
    -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
  }
}
@media (min-width: 48em) {
  .flex-shrink-0-mobile-menu-break {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
  .flex-shrink-1-mobile-menu-break {
    -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
  }
}
.nice-select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #ced4da;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  width: auto;
}
.nice-select:hover {
  border-color: rgb(191.4709302326, 199.25, 207.0290697674);
}
.nice-select:active, .nice-select.open, .nice-select:focus {
  border-color: #014349;
}
.nice-select:after {
  border-bottom: 2px solid #014349;
  border-right: 2px solid #014349;
  content: "";
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
          transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 5px;
}
.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
          transform: scale(1) translateY(0);
}
.nice-select.disabled {
  border-color: rgb(211.811627907, 217.1, 222.388372093);
  color: #ced4da;
  pointer-events: none;
}
.nice-select.disabled:after {
  border-color: rgb(2.3783783784, 159.3513513514, 173.6216216216);
}
.nice-select.wide {
  width: 100%;
}
.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}
.nice-select.right {
  float: right;
}
.nice-select.right .list {
  left: auto;
  right: 0;
}
.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}
.nice-select.small:after {
  height: 4px;
  width: 4px;
}
.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}
.nice-select .list {
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 0 1px rgba(52, 58, 64, 0.11);
          box-shadow: 0 0 0 1px rgba(52, 58, 64, 0.11);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
          transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}
.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}
.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: #e9ecef;
}
.nice-select .option.selected {
  font-weight: bold;
}
.nice-select .option.disabled {
  background-color: transparent;
  color: #6c757d;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}
.no-csspointerevents .nice-select.open .list {
  display: block;
}

.nice-select {
  height: auto;
  font-size: 16px;
  line-height: 1.7;
  color: #ced4da;
}
.nice-select:after {
  width: 10px;
  height: 10px;
  right: 25px;
  margin-top: -6px;
}
.nice-select:hover {
  border-color: transparent;
}
.nice-select .list {
  width: 100%;
  -webkit-transition: all all 150ms ease;
  transition: all all 150ms ease;
}
.nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: transparent;
}
.nice-select .option:hover, .nice-select .option:hover.focus, .nice-select .option:hover.selected.focus {
  background-color: #014349;
  color: #fff;
}

.validated.has-error .form-control, .validated.has-error .ginput_container_list .gfield_list_cell input, .ginput_container_list .gfield_list_cell .validated.has-error input, .validated.has-error .form-group.name input, .form-group.name .validated.has-error input,
.validated.has-error .form-group.time input,
.form-group.time .validated.has-error input,
.validated.has-error .form-group.time select,
.form-group.time .validated.has-error select,
.validated.has-error .form-group.address input,
.form-group.address .validated.has-error input,
.validated.has-error .form-group.address select,
.form-group.address .validated.has-error select {
  border: 1px solid #ffb8b8;
}

.input-wrapper .gfield_description.help-block {
  bottom: 10px;
  position: absolute;
  font-size: 11px;
  color: #dc4949;
  margin-bottom: 0;
}

.input-wrapper.phone .instruction {
  bottom: 10px;
  position: absolute;
  font-size: 11px;
  margin-bottom: 0;
  right: 15px;
  color: #dc4949;
}

.gform_validation_error {
  position: relative;
}

.gfield_checkbox,
.gfield_radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 15px;
}
.gfield_checkbox li,
.gfield_checkbox div,
.gfield_radio li,
.gfield_radio div {
  display: block;
  margin-bottom: 15px;
  width: 100%;
}
.gfield_checkbox li:before,
.gfield_checkbox div:before,
.gfield_radio li:before,
.gfield_radio div:before {
  display: none;
}
@media (min-width: 36em) {
  .gfield_checkbox li,
  .gfield_checkbox div,
  .gfield_radio li,
  .gfield_radio div {
    width: 50%;
  }
}
@media (min-width: 62em) {
  .gfield_checkbox li,
  .gfield_checkbox div,
  .gfield_radio li,
  .gfield_radio div {
    width: 33.33%;
  }
}
.gfield_checkbox li input[type=radio]:empty,
.gfield_checkbox li input[type=checkbox]:empty,
.gfield_checkbox div input[type=radio]:empty,
.gfield_checkbox div input[type=checkbox]:empty,
.gfield_radio li input[type=radio]:empty,
.gfield_radio li input[type=checkbox]:empty,
.gfield_radio div input[type=radio]:empty,
.gfield_radio div input[type=checkbox]:empty {
  margin-left: -9999px;
  position: absolute;
  height: 0;
}
.gfield_checkbox li input[type=radio]:checked ~ label:before,
.gfield_checkbox li input[type=checkbox]:checked ~ label:before,
.gfield_checkbox div input[type=radio]:checked ~ label:before,
.gfield_checkbox div input[type=checkbox]:checked ~ label:before,
.gfield_radio li input[type=radio]:checked ~ label:before,
.gfield_radio li input[type=checkbox]:checked ~ label:before,
.gfield_radio div input[type=radio]:checked ~ label:before,
.gfield_radio div input[type=checkbox]:checked ~ label:before {
  color: #014349;
  border-color: #014349;
}
.gfield_checkbox li input[type=radio]:focus ~ label:before,
.gfield_checkbox li input[type=checkbox]:focus ~ label:before,
.gfield_checkbox div input[type=radio]:focus ~ label:before,
.gfield_checkbox div input[type=checkbox]:focus ~ label:before,
.gfield_radio li input[type=radio]:focus ~ label:before,
.gfield_radio li input[type=checkbox]:focus ~ label:before,
.gfield_radio div input[type=radio]:focus ~ label:before,
.gfield_radio div input[type=checkbox]:focus ~ label:before {
  border-color: #014349;
}
.gfield_checkbox li label,
.gfield_checkbox div label,
.gfield_radio li label,
.gfield_radio div label {
  display: block;
  padding-left: 45px;
  position: relative;
  height: 30px;
  font-size: 15px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}
.gfield_checkbox li label:before,
.gfield_checkbox div label:before,
.gfield_radio li label:before,
.gfield_radio div label:before {
  content: "✔";
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  border: 1px solid #ced4da;
  font-size: 19.8px;
  line-height: 30px;
  text-align: center;
  color: transparent;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.ginput_container_consent {
  display: block;
  margin-bottom: 15px;
  width: 100%;
}
.ginput_container_consent:before {
  display: none;
}
.ginput_container_consent input[type=checkbox]:empty {
  margin-left: -9999px;
  position: absolute;
  height: 0;
}
.ginput_container_consent input[type=checkbox]:checked ~ label:before {
  color: #014349;
  border-color: #014349;
}
.ginput_container_consent input[type=checkbox]:focus ~ label:before {
  border-color: #014349;
}
.ginput_container_consent label {
  display: block;
  padding-left: 45px;
  position: relative;
  height: 30px;
  font-size: 15px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}
.ginput_container_consent label:before {
  content: "✔";
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  border: 1px solid #ced4da;
  font-size: 19.8px;
  line-height: 30px;
  text-align: center;
  color: transparent;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.gfield_radio li label:before,
.gfield_radio div label:before {
  border-radius: 50%;
}

.form-group.time .clear-multi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -5px;
  margin-right: -5px;
}
.form-group.time .ginput_container_time {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 5px;
  padding-right: 5px;
}

.input-wrapper .gfield_description,
.input-wrapper .gfield_drop_instructions {
  font-size: 0.9em;
  margin-bottom: 10px;
}

.form-group.address .ginput_left {
  width: -webkit-calc(50% - 10px);
  width: calc(50% - 10px);
  margin-right: 10px;
  float: left;
}
.form-group.address .ginput_right {
  width: 50%;
  float: left;
}
.form-group.address .nice-select {
  height: 58px;
  border-radius: 0;
  border-color: #e9ecef;
  width: 100%;
  color: #212529;
  padding: 0 15px !important;
  line-height: 58px;
}
.form-group.address .nice-select .list {
  z-index: 50;
}
.form-group.address .nice-select .list li,
.form-group.address .nice-select .list div {
  padding: 0 29px 0 18px;
  color: #212529;
}
.form-group.address .nice-select .list li:hover,
.form-group.address .nice-select .list div:hover {
  color: #fff;
}

.form-group.name span {
  width: 50%;
  float: left;
}
.form-group.name span.name_first {
  width: -webkit-calc(50% - 10px);
  width: calc(50% - 10px);
  margin-right: 10px;
}

.input-wrapper.section .gsection_description {
  margin-bottom: 15px;
}

.article-content .gform_wrapper ul li {
  padding-left: 0;
}
.article-content .gform_wrapper ul li:before {
  display: none;
}
.article-content .gform_wrapper .form-control, .article-content .gform_wrapper .ginput_container_list .gfield_list_cell input, .ginput_container_list .gfield_list_cell .article-content .gform_wrapper input, .form-group.name .article-content .gform_wrapper input,
.article-content .gform_wrapper .form-group.time input,
.form-group.time .article-content .gform_wrapper input,
.article-content .gform_wrapper .form-group.time select,
.form-group.time .article-content .gform_wrapper select,
.form-group.address .article-content .gform_wrapper input,
.form-group.address .article-content .gform_wrapper select,
.article-content .gform_wrapper .form-group.name input,
.article-content .gform_wrapper .form-group.address input,
.article-content .gform_wrapper .form-group.address select {
  border-color: #e9ecef;
  color: #212529;
}
.article-content .gform_wrapper .ginput_container_fileupload {
  border-color: #e9ecef;
}
.article-content .gform_wrapper .gfield_checkbox li,
.article-content .gform_wrapper .gfield_radio li {
  margin-bottom: 0;
}
@media (min-width: 36em) {
  .article-content .gform_wrapper .gfield_checkbox li,
  .article-content .gform_wrapper .gfield_radio li {
    width: 100%;
  }
}
@media (min-width: 62em) {
  .article-content .gform_wrapper .gfield_checkbox li,
  .article-content .gform_wrapper .gfield_radio li {
    width: 100%;
  }
}
.article-content .gform_wrapper img.gform_delete {
  width: auto;
  height: auto;
}

.gform_ajax_spinner {
  display: none !important;
}

.gform-spinner {
  color: transparent !important;
  position: relative;
}
.gform-spinner__inner {
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 50%;
  top: 50%;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border: 3px solid #fff;
  border-top-color: #014349;
  -webkit-animation: gforms-rotate 2s infinite;
          animation: gforms-rotate 2s infinite;
  z-index: 20;
  opacity: 1;
}

@-webkit-keyframes gforms-rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes gforms-rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
input[type=file] {
  border-width: 1;
  margin-bottom: 0;
  color: #ced4da;
  background: #fff;
  font-size: 16px;
  font-weight: 700;
}
input[type=file]::-webkit-file-upload-button {
  background: #fff;
  color: #ced4da;
  font-size: 16px;
  font-weight: normal;
  border-width: 0;
}

.ginput_container_fileupload {
  position: relative;
  margin-bottom: 15px;
}
@media screen and (min-width: 0px) {
  .ginput_container_fileupload {
    margin-bottom: -webkit-calc(15px + 15 * (100vw - 0px) / 1025);
    margin-bottom: calc(15px + 15 * (100vw - 0px) / 1025);
  }
}
@media screen and (min-width: 1025px) {
  .ginput_container_fileupload {
    margin-bottom: 30px;
  }
}
.ginput_container_fileupload {
  border: 1px solid transparent !important;
  border-radius: 0.25rem;
}
.ginput_container_fileupload:after {
  position: absolute;
  top: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
  width: 18px;
  height: 18px;
  background-image: image("upload.svg");
  background-size: contain;
  content: "";
  right: 1.5rem;
}
.ginput_container_fileupload .ginput_preview {
  padding-top: 8px;
}

.ginput_container_list table.gfield_list tbody tr td.gfield_list_icons img {
  max-width: none;
}
.ginput_container_list .gfield_list_cell input {
  border: 1px solid #e9ecef;
  border-radius: 0.25rem;
  margin-bottom: 0 !important;
}

.gform_wrapper.gravity-theme .row {
  margin-left: 0;
  margin-right: 0;
}
.gform_wrapper.gravity-theme .col {
  padding-left: 0;
  padding-right: 0;
}
.gform_wrapper.gravity-theme .gform_required_legend {
  display: none;
}
.gform_wrapper.gravity-theme .form-group.address .ginput_left {
  margin-right: auto;
  float: none;
}
.gform_wrapper.gravity-theme .ginput_complex .ginput_container_time {
  max-width: 124px;
  padding-left: 0;
  padding-right: 0;
}
.gform_wrapper.gravity-theme .ginput_complex .hour_minute_colon {
  line-height: 54px;
}

.browserupgrade {
  display: none;
  padding: 16px;
  color: #a94442;
  background-color: #f2dede;
  border: 1px solid #ebccd1;
  z-index: 1500;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  font-size: 16px;
  line-height: 1.5;
}
.browserupgrade a {
  color: #a94442;
  font-weight: bold;
}
.browserupgrade a:hover, .browserupgrade a:focus {
  text-decoration: underline;
  color: #a94442;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .browserupgrade {
    display: block;
  }
}
/**
 * Swiper 12.0.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 21, 2025
 */
: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 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
          transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

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

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

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

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

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

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

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

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

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

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

.swiper-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
  .swiper-slide,
  .swiper-cube-shadow {
    -webkit-transform-style: preserve-3d;
            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 */
    &::-webkit-scrollbar {
      display: none;
    }
  }
  > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
  }
  &.swiper-horizontal {
    > .swiper-wrapper {
      -webkit-scroll-snap-type: x mandatory;
          -ms-scroll-snap-type: x mandatory;
              scroll-snap-type: x mandatory;
    }
  }
  &.swiper-vertical {
    > .swiper-wrapper {
      -webkit-scroll-snap-type: y mandatory;
          -ms-scroll-snap-type: y mandatory;
              scroll-snap-type: y mandatory;
    }
  }
  &.swiper-free-mode {
    > .swiper-wrapper {
      -webkit-scroll-snap-type: none;
          -ms-scroll-snap-type: none;
              scroll-snap-type: none;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: none;
    }
  }
  &.swiper-centered {
    > .swiper-wrapper::before {
      content: "";
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
      -webkit-box-ordinal-group: 10000;
      -webkit-order: 9999;
          -ms-flex-order: 9999;
              order: 9999;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: center center;
      scroll-snap-stop: always;
    }
  }
  &.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-wrapper::before {
      height: 100%;
      min-height: 1px;
      width: var(--swiper-centered-offset-after);
    }
  }
  &.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-wrapper::before {
      width: 100%;
      min-width: 1px;
      height: var(--swiper-centered-offset-after);
    }
  }
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d {
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom,
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
  }
  .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
  }
  .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    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;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-box-sizing: border-box;
          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-watch-progress .swiper-slide-visible {
  .swiper-lazy-preloader {
    -webkit-animation: swiper-preloader-spin 1s infinite linear;
            animation: swiper-preloader-spin 1s infinite linear;
  }
}

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

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

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* Slide styles end */
.swiper-fade {
  &.swiper-free-mode {
    .swiper-slide {
      -webkit-transition-timing-function: ease-out;
              transition-timing-function: ease-out;
    }
  }
  .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    .swiper-slide {
      pointer-events: none;
    }
  }
  .swiper-slide-active {
    pointer-events: auto;
    & .swiper-slide-active {
      pointer-events: auto;
    }
  }
}

: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;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
  &.swiper-pagination-hidden {
    opacity: 0;
  }
  .swiper-pagination-disabled > &,
  &.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-bullet {
    -webkit-transform: scale(0.33);
            transform: scale(0.33);
    position: relative;
  }
  .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(0.66);
            transform: scale(0.66);
  }
  .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(0.33);
            transform: scale(0.33);
  }
  .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(0.66);
            transform: scale(0.66);
  }
  .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(0.33);
            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& {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  .swiper-pagination-clickable & {
    cursor: pointer;
  }
  &: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%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
  .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block;
  }
  &.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 8px;
    .swiper-pagination-bullet {
      display: inline-block;
      -webkit-transition: 200ms top, 200ms -webkit-transform;
      transition: 200ms top, 200ms -webkit-transform;
      transition: 200ms transform, 200ms top;
      transition: 200ms transform, 200ms top, 200ms -webkit-transform;
    }
  }
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-horizontal.swiper-pagination-bullets {
  .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
  }
  &.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    white-space: nowrap;
    .swiper-pagination-bullet {
      -webkit-transition: 200ms left, 200ms -webkit-transform;
      transition: 200ms left, 200ms -webkit-transform;
      transition: 200ms transform, 200ms left;
      transition: 200ms transform, 200ms left, 200ms -webkit-transform;
    }
  }
}

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

/* 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-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
  .swiper-rtl & .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
            transform-origin: right top;
  }
  .swiper-horizontal > &,
  &.swiper-pagination-horizontal,
  .swiper-vertical > &.swiper-pagination-progressbar-opposite,
  &.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0;
  }
  .swiper-vertical > &,
  &.swiper-pagination-vertical,
  .swiper-horizontal > &.swiper-pagination-progressbar-opposite,
  &.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;
}

[data-sal] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-delay: var(--sal-delay, 0s);
          transition-delay: var(--sal-delay, 0s);
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-duration: var(--sal-duration, 0.2s);
          transition-duration: var(--sal-duration, 0.2s);
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-timing-function: var(--sal-easing, ease);
          transition-timing-function: var(--sal-easing, ease);
}

[data-sal][data-sal-duration="200"] {
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

[data-sal][data-sal-duration="250"] {
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
}

[data-sal][data-sal-duration="300"] {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

[data-sal][data-sal-duration="350"] {
  -webkit-transition-duration: 0.35s;
          transition-duration: 0.35s;
}

[data-sal][data-sal-duration="400"] {
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

[data-sal][data-sal-duration="450"] {
  -webkit-transition-duration: 0.45s;
          transition-duration: 0.45s;
}

[data-sal][data-sal-duration="500"] {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

[data-sal][data-sal-duration="550"] {
  -webkit-transition-duration: 0.55s;
          transition-duration: 0.55s;
}

[data-sal][data-sal-duration="600"] {
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
}

[data-sal][data-sal-duration="650"] {
  -webkit-transition-duration: 0.65s;
          transition-duration: 0.65s;
}

[data-sal][data-sal-duration="700"] {
  -webkit-transition-duration: 0.7s;
          transition-duration: 0.7s;
}

[data-sal][data-sal-duration="750"] {
  -webkit-transition-duration: 0.75s;
          transition-duration: 0.75s;
}

[data-sal][data-sal-duration="800"] {
  -webkit-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

[data-sal][data-sal-duration="850"] {
  -webkit-transition-duration: 0.85s;
          transition-duration: 0.85s;
}

[data-sal][data-sal-duration="900"] {
  -webkit-transition-duration: 0.9s;
          transition-duration: 0.9s;
}

[data-sal][data-sal-duration="950"] {
  -webkit-transition-duration: 0.95s;
          transition-duration: 0.95s;
}

[data-sal][data-sal-duration="1000"] {
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}

[data-sal][data-sal-duration="1050"] {
  -webkit-transition-duration: 1.05s;
          transition-duration: 1.05s;
}

[data-sal][data-sal-duration="1100"] {
  -webkit-transition-duration: 1.1s;
          transition-duration: 1.1s;
}

[data-sal][data-sal-duration="1150"] {
  -webkit-transition-duration: 1.15s;
          transition-duration: 1.15s;
}

[data-sal][data-sal-duration="1200"] {
  -webkit-transition-duration: 1.2s;
          transition-duration: 1.2s;
}

[data-sal][data-sal-duration="1250"] {
  -webkit-transition-duration: 1.25s;
          transition-duration: 1.25s;
}

[data-sal][data-sal-duration="1300"] {
  -webkit-transition-duration: 1.3s;
          transition-duration: 1.3s;
}

[data-sal][data-sal-duration="1350"] {
  -webkit-transition-duration: 1.35s;
          transition-duration: 1.35s;
}

[data-sal][data-sal-duration="1400"] {
  -webkit-transition-duration: 1.4s;
          transition-duration: 1.4s;
}

[data-sal][data-sal-duration="1450"] {
  -webkit-transition-duration: 1.45s;
          transition-duration: 1.45s;
}

[data-sal][data-sal-duration="1500"] {
  -webkit-transition-duration: 1.5s;
          transition-duration: 1.5s;
}

[data-sal][data-sal-duration="1550"] {
  -webkit-transition-duration: 1.55s;
          transition-duration: 1.55s;
}

[data-sal][data-sal-duration="1600"] {
  -webkit-transition-duration: 1.6s;
          transition-duration: 1.6s;
}

[data-sal][data-sal-duration="1650"] {
  -webkit-transition-duration: 1.65s;
          transition-duration: 1.65s;
}

[data-sal][data-sal-duration="1700"] {
  -webkit-transition-duration: 1.7s;
          transition-duration: 1.7s;
}

[data-sal][data-sal-duration="1750"] {
  -webkit-transition-duration: 1.75s;
          transition-duration: 1.75s;
}

[data-sal][data-sal-duration="1800"] {
  -webkit-transition-duration: 1.8s;
          transition-duration: 1.8s;
}

[data-sal][data-sal-duration="1850"] {
  -webkit-transition-duration: 1.85s;
          transition-duration: 1.85s;
}

[data-sal][data-sal-duration="1900"] {
  -webkit-transition-duration: 1.9s;
          transition-duration: 1.9s;
}

[data-sal][data-sal-duration="1950"] {
  -webkit-transition-duration: 1.95s;
          transition-duration: 1.95s;
}

[data-sal][data-sal-duration="2000"] {
  -webkit-transition-duration: 2s;
          transition-duration: 2s;
}

[data-sal][data-sal-delay="50"] {
  -webkit-transition-delay: 0.05s;
          transition-delay: 0.05s;
}

[data-sal][data-sal-delay="100"] {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

[data-sal][data-sal-delay="150"] {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}

[data-sal][data-sal-delay="200"] {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

[data-sal][data-sal-delay="250"] {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}

[data-sal][data-sal-delay="300"] {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

[data-sal][data-sal-delay="350"] {
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
}

[data-sal][data-sal-delay="400"] {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

[data-sal][data-sal-delay="450"] {
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}

[data-sal][data-sal-delay="500"] {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

[data-sal][data-sal-delay="550"] {
  -webkit-transition-delay: 0.55s;
          transition-delay: 0.55s;
}

[data-sal][data-sal-delay="600"] {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

[data-sal][data-sal-delay="650"] {
  -webkit-transition-delay: 0.65s;
          transition-delay: 0.65s;
}

[data-sal][data-sal-delay="700"] {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

[data-sal][data-sal-delay="750"] {
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}

[data-sal][data-sal-delay="800"] {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

[data-sal][data-sal-delay="850"] {
  -webkit-transition-delay: 0.85s;
          transition-delay: 0.85s;
}

[data-sal][data-sal-delay="900"] {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

[data-sal][data-sal-delay="950"] {
  -webkit-transition-delay: 0.95s;
          transition-delay: 0.95s;
}

[data-sal][data-sal-delay="1000"] {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

[data-sal][data-sal-easing=linear] {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

[data-sal][data-sal-easing=ease] {
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

[data-sal][data-sal-easing=ease-in] {
  -webkit-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
}

[data-sal][data-sal-easing=ease-out] {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

[data-sal][data-sal-easing=ease-in-out] {
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}

[data-sal][data-sal-easing=ease-in-cubic] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

[data-sal][data-sal-easing=ease-out-cubic] {
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

[data-sal][data-sal-easing=ease-in-out-cubic] {
  -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
          transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}

[data-sal][data-sal-easing=ease-in-circ] {
  -webkit-transition-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
          transition-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

[data-sal][data-sal-easing=ease-out-circ] {
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
          transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

[data-sal][data-sal-easing=ease-in-out-circ] {
  -webkit-transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
          transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

[data-sal][data-sal-easing=ease-in-expo] {
  -webkit-transition-timing-function: cubic-bezier(0.95, 0.05, 0.795, 0.035);
          transition-timing-function: cubic-bezier(0.95, 0.05, 0.795, 0.035);
}

[data-sal][data-sal-easing=ease-out-expo] {
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

[data-sal][data-sal-easing=ease-in-out-expo] {
  -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
          transition-timing-function: cubic-bezier(1, 0, 0, 1);
}

[data-sal][data-sal-easing=ease-in-quad] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
          transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-sal][data-sal-easing=ease-out-quad] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-sal][data-sal-easing=ease-in-out-quad] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
          transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-sal][data-sal-easing=ease-in-quart] {
  -webkit-transition-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
          transition-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

[data-sal][data-sal-easing=ease-out-quart] {
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
          transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

[data-sal][data-sal-easing=ease-in-out-quart] {
  -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
          transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

[data-sal][data-sal-easing=ease-in-quint] {
  -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
          transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}

[data-sal][data-sal-easing=ease-out-quint] {
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}

[data-sal][data-sal-easing=ease-in-out-quint] {
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
          transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

[data-sal][data-sal-easing=ease-in-sine] {
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
          transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

[data-sal][data-sal-easing=ease-out-sine] {
  -webkit-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
          transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

[data-sal][data-sal-easing=ease-in-out-sine] {
  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
          transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-sal][data-sal-easing=ease-in-back] {
  -webkit-transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
          transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

[data-sal][data-sal-easing=ease-out-back] {
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
          transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[data-sal][data-sal-easing=ease-in-out-back] {
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
          transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

[data-sal|=fade] {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

[data-sal|=fade].sal-animate, body.sal-disabled [data-sal|=fade] {
  opacity: 1;
}

[data-sal|=slide] {
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

[data-sal=slide-up] {
  -webkit-transform: translateY(20%);
          transform: translateY(20%);
}

[data-sal=slide-down] {
  -webkit-transform: translateY(-20%);
          transform: translateY(-20%);
}

[data-sal=slide-left] {
  -webkit-transform: translateX(20%);
          transform: translateX(20%);
}

[data-sal=slide-right] {
  -webkit-transform: translateX(-20%);
          transform: translateX(-20%);
}

[data-sal|=slide].sal-animate, body.sal-disabled [data-sal|=slide] {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

[data-sal|=zoom] {
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

[data-sal=zoom-in] {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}

[data-sal=zoom-out] {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

[data-sal|=zoom].sal-animate, body.sal-disabled [data-sal|=zoom] {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

[data-sal|=flip] {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

[data-sal=flip-left] {
  -webkit-transform: perspective(2000px) rotateY(-91deg);
          transform: perspective(2000px) rotateY(-91deg);
}

[data-sal=flip-right] {
  -webkit-transform: perspective(2000px) rotateY(91deg);
          transform: perspective(2000px) rotateY(91deg);
}

[data-sal=flip-up] {
  -webkit-transform: perspective(2000px) rotateX(-91deg);
          transform: perspective(2000px) rotateX(-91deg);
}

[data-sal=flip-down] {
  -webkit-transform: perspective(2000px) rotateX(91deg);
          transform: perspective(2000px) rotateX(91deg);
}

[data-sal|=flip].sal-animate, body.sal-disabled [data-sal|=flip] {
  -webkit-transform: none;
          transform: none;
}


@-webkit-keyframes plyr-progress {
  to {
    background-position: var(--plyr-progress-loading-size, 25px) 0;
  }
}


@keyframes plyr-progress {
  to {
    background-position: var(--plyr-progress-loading-size, 25px) 0;
  }
}
@-webkit-keyframes plyr-popup {
  0% {
    opacity: 0.5;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes plyr-popup {
  0% {
    opacity: 0.5;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes plyr-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes plyr-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.plyr {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  direction: ltr;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: var(--plyr-font-family, inherit);
  font-variant-numeric: tabular-nums;
  font-weight: var(--plyr-font-weight-regular, 400);
  line-height: var(--plyr-line-height, 1.7);
  max-width: 100%;
  min-width: 200px;
  position: relative;
  text-shadow: none;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
  z-index: 0;
}
.plyr video,
.plyr audio,
.plyr iframe {
  display: block;
  height: 100%;
  width: 100%;
}
.plyr button {
  font: inherit;
  line-height: inherit;
  width: auto;
}
.plyr:focus {
  outline: 0;
}

.plyr--full-ui {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.plyr--full-ui *,
.plyr--full-ui *::after,
.plyr--full-ui *::before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

.plyr--full-ui a,
.plyr--full-ui button,
.plyr--full-ui input,
.plyr--full-ui label {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

.plyr__badge {
  background: var(--plyr-badge-background, hsl(216, 15%, 34%));
  border-radius: var(--plyr-badge-border-radius, 2px);
  color: var(--plyr-badge-text-color, #fff);
  font-size: var(--plyr-font-size-badge, 9px);
  line-height: 1;
  padding: 3px 4px;
}

.plyr--full-ui ::-webkit-media-text-track-container {
  display: none;
}

.plyr__captions {
  -webkit-animation: plyr-fade-in 0.3s ease;
          animation: plyr-fade-in 0.3s ease;
  bottom: 0;
  display: none;
  font-size: var(--plyr-font-size-small, 13px);
  left: 0;
  padding: var(--plyr-control-spacing, 10px);
  position: absolute;
  text-align: center;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  width: 100%;
}
.plyr__captions span:empty {
  display: none;
}
@media (min-width: 480px) {
  .plyr__captions {
    font-size: var(--plyr-font-size-base, 15px);
    padding: -webkit-calc(var(--plyr-control-spacing, 10px) * 2);
    padding: calc(var(--plyr-control-spacing, 10px) * 2);
  }
}
@media (min-width: 768px) {
  .plyr__captions {
    font-size: var(--plyr-font-size-large, 18px);
  }
}

.plyr--captions-active .plyr__captions {
  display: block;
}

.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty) ~ .plyr__captions {
  -webkit-transform: translateY(-webkit-calc(var(--plyr-control-spacing, 10px) * -4));
          transform: translateY(calc(var(--plyr-control-spacing, 10px) * -4));
}

.plyr__caption {
  background: var(--plyr-captions-background, rgba(0, 0, 0, 0.8));
  border-radius: 4px;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  color: var(--plyr-captions-text-color, #fff);
  line-height: 185%;
  padding: 0.2em 0.5em;
  white-space: pre-wrap;
}
.plyr__caption div {
  display: inline;
}

.plyr__control {
  background: transparent;
  border: 0;
  border-radius: var(--plyr-control-radius, 4px);
  color: inherit;
  cursor: pointer;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  overflow: visible;
  padding: -webkit-calc(var(--plyr-control-spacing, 10px) * 0.7);
  padding: calc(var(--plyr-control-spacing, 10px) * 0.7);
  position: relative;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.plyr__control svg {
  display: block;
  fill: currentColor;
  height: var(--plyr-control-icon-size, 18px);
  pointer-events: none;
  width: var(--plyr-control-icon-size, 18px);
}
.plyr__control:focus {
  outline: 0;
}
.plyr__control:focus-visible {
  outline: 2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, var(--plyr-color-main, hsl(198, 100%, 50%))));
  outline-offset: 2px;
}

a.plyr__control {
  text-decoration: none;
}
a.plyr__control::after, a.plyr__control::before {
  display: none;
}

.plyr__control:not(.plyr__control--pressed) .icon--pressed,
.plyr__control.plyr__control--pressed .icon--not-pressed,
.plyr__control:not(.plyr__control--pressed) .label--pressed,
.plyr__control.plyr__control--pressed .label--not-pressed {
  display: none;
}

.plyr--full-ui ::-webkit-media-controls {
  display: none;
}

.plyr__controls {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: center;
}
.plyr__controls .plyr__progress__container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.plyr__controls .plyr__controls__item {
  margin-left: -webkit-calc(var(--plyr-control-spacing, 10px) / 4);
  margin-left: calc(var(--plyr-control-spacing, 10px) / 4);
}
.plyr__controls .plyr__controls__item:first-child {
  margin-left: 0;
  margin-right: auto;
}
.plyr__controls .plyr__controls__item.plyr__progress__container {
  padding-left: -webkit-calc(var(--plyr-control-spacing, 10px) / 4);
  padding-left: calc(var(--plyr-control-spacing, 10px) / 4);
}
.plyr__controls .plyr__controls__item.plyr__time {
  padding: 0 -webkit-calc(var(--plyr-control-spacing, 10px) / 2);
  padding: 0 calc(var(--plyr-control-spacing, 10px) / 2);
}
.plyr__controls .plyr__controls__item.plyr__progress__container:first-child, .plyr__controls .plyr__controls__item.plyr__time:first-child, .plyr__controls .plyr__controls__item.plyr__time + .plyr__time {
  padding-left: 0;
}
.plyr__controls:empty {
  display: none;
}

.plyr [data-plyr=captions],
.plyr [data-plyr=pip],
.plyr [data-plyr=airplay],
.plyr [data-plyr=fullscreen] {
  display: none;
}

.plyr--captions-enabled [data-plyr=captions],
.plyr--pip-supported [data-plyr=pip],
.plyr--airplay-supported [data-plyr=airplay],
.plyr--fullscreen-enabled [data-plyr=fullscreen] {
  display: inline-block;
}

.plyr__menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.plyr__menu .plyr__control svg {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.plyr__menu .plyr__control[aria-expanded=true] svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip {
  display: none;
}
.plyr__menu__container {
  -webkit-animation: plyr-popup 0.2s ease;
          animation: plyr-popup 0.2s ease;
  background: var(--plyr-menu-background, rgba(255, 255, 255, 0.9));
  border-radius: var(--plyr-menu-radius, 8px);
  bottom: 100%;
  -webkit-box-shadow: var(--plyr-menu-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
          box-shadow: var(--plyr-menu-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  color: var(--plyr-menu-color, hsl(216, 15%, 34%));
  font-size: var(--plyr-font-size-base, 15px);
  margin-bottom: 10px;
  position: absolute;
  right: -3px;
  text-align: left;
  white-space: nowrap;
  z-index: 3;
}
.plyr__menu__container > div {
  overflow: hidden;
  -webkit-transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.plyr__menu__container::after {
  border: var(--plyr-menu-arrow-size, 4px) solid transparent;
  border-top-color: var(--plyr-menu-background, rgba(255, 255, 255, 0.9));
  content: "";
  height: 0;
  position: absolute;
  right: -webkit-calc(var(--plyr-control-icon-size, 18px) / 2 + -webkit-calc(var(--plyr-control-spacing, 10px) * 0.7) - var(--plyr-menu-arrow-size, 4px) / 2);
  right: calc(var(--plyr-control-icon-size, 18px) / 2 + calc(var(--plyr-control-spacing, 10px) * 0.7) - var(--plyr-menu-arrow-size, 4px) / 2);
  top: 100%;
  width: 0;
}
.plyr__menu__container [role=menu] {
  padding: -webkit-calc(var(--plyr-control-spacing, 10px) * 0.7);
  padding: calc(var(--plyr-control-spacing, 10px) * 0.7);
}
.plyr__menu__container [role=menuitem],
.plyr__menu__container [role=menuitemradio] {
  margin-top: 2px;
}
.plyr__menu__container [role=menuitem]:first-child,
.plyr__menu__container [role=menuitemradio]:first-child {
  margin-top: 0;
}
.plyr__menu__container .plyr__control {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--plyr-menu-color, hsl(216, 15%, 34%));
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: var(--plyr-font-size-menu, var(--plyr-font-size-small, 13px));
  padding: -webkit-calc(-webkit-calc(var(--plyr-control-spacing, 10px) * 0.7) / 1.5) -webkit-calc(-webkit-calc(var(--plyr-control-spacing, 10px) * 0.7) * 1.5);
  padding: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) / 1.5) calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 1.5);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 100%;
}
.plyr__menu__container .plyr__control > span {
  -webkit-box-align: inherit;
  -webkit-align-items: inherit;
      -ms-flex-align: inherit;
          align-items: inherit;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.plyr__menu__container .plyr__control::after {
  border: var(--plyr-menu-item-arrow-size, 4px) solid transparent;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.plyr__menu__container .plyr__control--forward {
  padding-right: -webkit-calc(-webkit-calc(var(--plyr-control-spacing, 10px) * 0.7) * 4);
  padding-right: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 4);
}
.plyr__menu__container .plyr__control--forward::after {
  border-left-color: var(--plyr-menu-arrow-color, hsl(216, 15%, 52%));
  right: -webkit-calc(-webkit-calc(var(--plyr-control-spacing, 10px) * 0.7) * 1.5 - var(--plyr-menu-item-arrow-size, 4px));
  right: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 1.5 - var(--plyr-menu-item-arrow-size, 4px));
}
.plyr__menu__container .plyr__control--forward:focus-visible::after, .plyr__menu__container .plyr__control--forward:hover::after {
  border-left-color: currentColor;
}
.plyr__menu__container .plyr__control--back {
  font-weight: var(--plyr-font-weight-regular, 400);
  margin: -webkit-calc(var(--plyr-control-spacing, 10px) * 0.7);
  margin: calc(var(--plyr-control-spacing, 10px) * 0.7);
  margin-bottom: -webkit-calc(-webkit-calc(var(--plyr-control-spacing, 10px) * 0.7) / 2);
  margin-bottom: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) / 2);
  padding-left: -webkit-calc(-webkit-calc(var(--plyr-control-spacing, 10px) * 0.7) * 4);
  padding-left: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 4);
  position: relative;
  width: -webkit-calc(100% - -webkit-calc(var(--plyr-control-spacing, 10px) * 0.7) * 2);
  width: calc(100% - calc(var(--plyr-control-spacing, 10px) * 0.7) * 2);
}
.plyr__menu__container .plyr__control--back::after {
  border-right-color: var(--plyr-menu-arrow-color, hsl(216, 15%, 52%));
  left: -webkit-calc(-webkit-calc(var(--plyr-control-spacing, 10px) * 0.7) * 1.5 - var(--plyr-menu-item-arrow-size, 4px));
  left: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 1.5 - var(--plyr-menu-item-arrow-size, 4px));
}
.plyr__menu__container .plyr__control--back::before {
  background: var(--plyr-menu-back-border-color, hsl(216, 15%, 88%));
  -webkit-box-shadow: 0 1px 0 var(--plyr-menu-back-border-shadow-color, #fff);
          box-shadow: 0 1px 0 var(--plyr-menu-back-border-shadow-color, #fff);
  content: "";
  height: 1px;
  left: 0;
  margin-top: -webkit-calc(-webkit-calc(var(--plyr-control-spacing, 10px) * 0.7) / 2);
  margin-top: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) / 2);
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 100%;
}
.plyr__menu__container .plyr__control--back:focus-visible::after, .plyr__menu__container .plyr__control--back:hover::after {
  border-right-color: currentColor;
}
.plyr__menu__container .plyr__control[role=menuitemradio] {
  padding-left: -webkit-calc(var(--plyr-control-spacing, 10px) * 0.7);
  padding-left: calc(var(--plyr-control-spacing, 10px) * 0.7);
}
.plyr__menu__container .plyr__control[role=menuitemradio]::before, .plyr__menu__container .plyr__control[role=menuitemradio]::after {
  border-radius: 100%;
}
.plyr__menu__container .plyr__control[role=menuitemradio]::before {
  background: rgba(0, 0, 0, 0.1);
  content: "";
  display: block;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  height: 16px;
  margin-right: var(--plyr-control-spacing, 10px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 16px;
}
.plyr__menu__container .plyr__control[role=menuitemradio]::after {
  background: #fff;
  border: 0;
  height: 6px;
  left: 12px;
  opacity: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(0);
          transform: translateY(-50%) scale(0);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  width: 6px;
}
.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before {
  background: var(--plyr-control-toggle-checked-background, var(--plyr-color-main, var(--plyr-color-main, hsl(198, 100%, 50%))));
}
.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::after {
  opacity: 1;
  -webkit-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
}
.plyr__menu__container .plyr__control[role=menuitemradio]:focus-visible::before, .plyr__menu__container .plyr__control[role=menuitemradio]:hover::before {
  background: rgba(34.68, 39.576, 46.92, 0.1);
}
.plyr__menu__container .plyr__menu__value {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: -webkit-calc((-webkit-calc(var(--plyr-control-spacing, 10px) * 0.7) - 2px) * -1);
  margin-right: calc((calc(var(--plyr-control-spacing, 10px) * 0.7) - 2px) * -1);
  overflow: hidden;
  padding-left: -webkit-calc(-webkit-calc(var(--plyr-control-spacing, 10px) * 0.7) * 3.5);
  padding-left: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 3.5);
  pointer-events: none;
}

.plyr--full-ui input[type=range] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: 0;
  border-radius: -webkit-calc(var(--plyr-range-thumb-height, 13px) * 2);
  border-radius: calc(var(--plyr-range-thumb-height, 13px) * 2);
  color: var(--plyr-range-fill-background, var(--plyr-color-main, var(--plyr-color-main, hsl(198, 100%, 50%))));
  display: block;
  height: -webkit-calc(var(--plyr-range-thumb-active-shadow-width, 3px) * 2 + var(--plyr-range-thumb-height, 13px));
  height: calc(var(--plyr-range-thumb-active-shadow-width, 3px) * 2 + var(--plyr-range-thumb-height, 13px));
  margin: 0;
  min-width: 0;
  padding: 0;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
  width: 100%;
}
.plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
  background: transparent;
  border: 0;
  border-radius: -webkit-calc(var(--plyr-range-track-height, 5px) / 2);
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
  -webkit-user-select: none;
          user-select: none;
  background-image: -webkit-gradient(linear, left top, right top, from(currentColor), to(transparent));
  background-image: linear-gradient(to right, currentColor var(--value, 0%), transparent var(--value, 0%));
}
.plyr--full-ui input[type=range]::-webkit-slider-thumb {
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  -webkit-box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(34.68, 39.576, 46.92, 0.15), 0 0 0 1px rgba(34.68, 39.576, 46.92, 0.2));
          box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(34.68, 39.576, 46.92, 0.15), 0 0 0 1px rgba(34.68, 39.576, 46.92, 0.2));
  height: var(--plyr-range-thumb-height, 13px);
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: var(--plyr-range-thumb-height, 13px);
  -webkit-appearance: none;
          appearance: none;
  margin-top: -webkit-calc((var(--plyr-range-thumb-height, 13px) - var(--plyr-range-track-height, 5px)) / 2 * -1);
  margin-top: calc((var(--plyr-range-thumb-height, 13px) - var(--plyr-range-track-height, 5px)) / 2 * -1);
}
.plyr--full-ui input[type=range]::-moz-range-track {
  background: transparent;
  border: 0;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
  -moz-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -moz-user-select: none;
       user-select: none;
}
.plyr--full-ui input[type=range]::-moz-range-thumb {
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(34.68, 39.576, 46.92, 0.15), 0 0 0 1px rgba(34.68, 39.576, 46.92, 0.2));
  height: var(--plyr-range-thumb-height, 13px);
  position: relative;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: var(--plyr-range-thumb-height, 13px);
}
.plyr--full-ui input[type=range]::-moz-range-progress {
  background: currentColor;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
}
.plyr--full-ui input[type=range]::-ms-track {
  background: transparent;
  border: 0;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -ms-user-select: none;
      user-select: none;
  color: transparent;
}
.plyr--full-ui input[type=range]::-ms-fill-upper {
  background: transparent;
  border: 0;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -ms-user-select: none;
      user-select: none;
}
.plyr--full-ui input[type=range]::-ms-fill-lower {
  background: transparent;
  border: 0;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -ms-user-select: none;
      user-select: none;
  background: currentColor;
}
.plyr--full-ui input[type=range]::-ms-thumb {
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(34.68, 39.576, 46.92, 0.15), 0 0 0 1px rgba(34.68, 39.576, 46.92, 0.2));
  height: var(--plyr-range-thumb-height, 13px);
  position: relative;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: var(--plyr-range-thumb-height, 13px);
  margin-top: 0;
}
.plyr--full-ui input[type=range]::-ms-tooltip {
  display: none;
}
.plyr--full-ui input[type=range]::-moz-focus-outer {
  border: 0;
}
.plyr--full-ui input[type=range]:focus {
  outline: 0;
}
.plyr--full-ui input[type=range]:focus-visible::-webkit-slider-runnable-track {
  outline: 2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, var(--plyr-color-main, hsl(198, 100%, 50%))));
  outline-offset: 2px;
}
.plyr--full-ui input[type=range]:focus-visible::-moz-range-track {
  outline: 2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, var(--plyr-color-main, hsl(198, 100%, 50%))));
  outline-offset: 2px;
}
.plyr--full-ui input[type=range]:focus-visible::-ms-track {
  outline: 2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, var(--plyr-color-main, hsl(198, 100%, 50%))));
  outline-offset: 2px;
}

.plyr__poster {
  background-color: var(--plyr-video-background, var(--plyr-video-background, rgb(0, 0, 0)));
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  width: 100%;
  z-index: 1;
}

.plyr--stopped.plyr__poster-enabled .plyr__poster {
  opacity: 1;
}

.plyr--youtube.plyr--paused.plyr__poster-enabled:not(.plyr--stopped) .plyr__poster {
  display: none;
}

.plyr__time {
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
}

.plyr__time + .plyr__time::before {
  content: "⁄";
  margin-right: var(--plyr-control-spacing, 10px);
}
@media (max-width: 767px) {
  .plyr__time + .plyr__time {
    display: none;
  }
}

/* stylelint-disable selector-max-compound-selectors */
.plyr__tooltip {
  background: var(--plyr-tooltip-background, #fff);
  border-radius: var(--plyr-tooltip-radius, 5px);
  bottom: 100%;
  -webkit-box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
          box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  color: var(--plyr-tooltip-color, hsl(216, 15%, 34%));
  font-size: var(--plyr-font-size-small, 13px);
  font-weight: var(--plyr-font-weight-regular, 400);
  left: 50%;
  line-height: 1.3;
  margin-bottom: -webkit-calc(-webkit-calc(var(--plyr-control-spacing, 10px) / 2) * 2);
  margin-bottom: calc(calc(var(--plyr-control-spacing, 10px) / 2) * 2);
  opacity: 0;
  padding: -webkit-calc(var(--plyr-control-spacing, 10px) / 2) -webkit-calc(-webkit-calc(var(--plyr-control-spacing, 10px) / 2) * 1.5);
  padding: calc(var(--plyr-control-spacing, 10px) / 2) calc(calc(var(--plyr-control-spacing, 10px) / 2) * 1.5);
  pointer-events: none;
  position: absolute;
  -webkit-transform: translate(-50%, 10px) scale(0.8);
          transform: translate(-50%, 10px) scale(0.8);
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  -webkit-transition: opacity 0.2s 0.1s ease, -webkit-transform 0.2s 0.1s ease;
  transition: opacity 0.2s 0.1s ease, -webkit-transform 0.2s 0.1s ease;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease, -webkit-transform 0.2s 0.1s ease;
  white-space: nowrap;
  z-index: 2;
}
.plyr__tooltip::before {
  border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, #fff);
  bottom: -webkit-calc(var(--plyr-tooltip-arrow-size, 4px) * -1);
  bottom: calc(var(--plyr-tooltip-arrow-size, 4px) * -1);
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  z-index: 2;
}

.plyr .plyr__control:hover .plyr__tooltip,
.plyr .plyr__control:focus-visible .plyr__tooltip,
.plyr__tooltip--visible {
  opacity: 1;
  -webkit-transform: translate(-50%, 0) scale(1);
          transform: translate(-50%, 0) scale(1);
}

.plyr .plyr__control:hover .plyr__tooltip {
  z-index: 3;
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip {
  left: 0;
  -webkit-transform: translate(0, 10px) scale(0.8);
          transform: translate(0, 10px) scale(0.8);
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
}
.plyr__controls > .plyr__control:first-child .plyr__tooltip::before,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip::before {
  left: -webkit-calc(var(--plyr-control-icon-size, 18px) / 2 + -webkit-calc(var(--plyr-control-spacing, 10px) * 0.7));
  left: calc(var(--plyr-control-icon-size, 18px) / 2 + calc(var(--plyr-control-spacing, 10px) * 0.7));
}

.plyr__controls > .plyr__control:last-child .plyr__tooltip {
  left: auto;
  right: 0;
  -webkit-transform: translate(0, 10px) scale(0.8);
          transform: translate(0, 10px) scale(0.8);
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}
.plyr__controls > .plyr__control:last-child .plyr__tooltip::before {
  left: auto;
  right: -webkit-calc(var(--plyr-control-icon-size, 18px) / 2 + -webkit-calc(var(--plyr-control-spacing, 10px) * 0.7));
  right: calc(var(--plyr-control-icon-size, 18px) / 2 + calc(var(--plyr-control-spacing, 10px) * 0.7));
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}

.plyr__controls > .plyr__control:first-child:hover .plyr__tooltip, .plyr__controls > .plyr__control:first-child:focus-visible .plyr__tooltip,
.plyr__controls > .plyr__control:first-child .plyr__tooltip--visible,
.plyr__controls > .plyr__control:first-child + .plyr__control:hover .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control:focus-visible .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip--visible,
.plyr__controls > .plyr__control:last-child:hover .plyr__tooltip,
.plyr__controls > .plyr__control:last-child:focus-visible .plyr__tooltip,
.plyr__controls > .plyr__control:last-child .plyr__tooltip--visible {
  -webkit-transform: translate(0, 0) scale(1);
          transform: translate(0, 0) scale(1);
}

.plyr__progress {
  left: -webkit-calc(var(--plyr-range-thumb-height, 13px) * 0.5);
  left: calc(var(--plyr-range-thumb-height, 13px) * 0.5);
  margin-right: var(--plyr-range-thumb-height, 13px);
  position: relative;
}
.plyr__progress input[type=range], .plyr__progress__buffer {
  margin-left: -webkit-calc(var(--plyr-range-thumb-height, 13px) * -0.5);
  margin-left: calc(var(--plyr-range-thumb-height, 13px) * -0.5);
  margin-right: -webkit-calc(var(--plyr-range-thumb-height, 13px) * -0.5);
  margin-right: calc(var(--plyr-range-thumb-height, 13px) * -0.5);
  width: -webkit-calc(100% + var(--plyr-range-thumb-height, 13px));
  width: calc(100% + var(--plyr-range-thumb-height, 13px));
}
.plyr__progress input[type=range] {
  position: relative;
  z-index: 2;
}
.plyr__progress .plyr__tooltip {
  left: 0;
  max-width: 120px;
  overflow-wrap: break-word;
}

.plyr__progress__buffer {
  -webkit-appearance: none; /* stylelint-disable-line */
  background: transparent;
  border: 0;
  border-radius: 100px;
  height: var(--plyr-range-track-height, 5px);
  left: 0;
  margin-top: -webkit-calc(var(--plyr-range-track-height, 5px) / 2 * -1);
  margin-top: calc(var(--plyr-range-track-height, 5px) / 2 * -1);
  padding: 0;
  position: absolute;
  top: 50%;
}
.plyr__progress__buffer::-webkit-progress-bar {
  background: transparent;
}
.plyr__progress__buffer::-webkit-progress-value {
  background: currentColor;
  border-radius: 100px;
  min-width: var(--plyr-range-track-height, 5px);
  -webkit-transition: width 0.2s ease;
  transition: width 0.2s ease;
}
.plyr__progress__buffer::-moz-progress-bar {
  background: currentColor;
  border-radius: 100px;
  min-width: var(--plyr-range-track-height, 5px);
  -moz-transition: width 0.2s ease;
  transition: width 0.2s ease;
}
.plyr__progress__buffer::-ms-fill {
  border-radius: 100px;
  -ms-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.plyr--loading .plyr__progress__buffer {
  -webkit-animation: plyr-progress 1s linear infinite;
          animation: plyr-progress 1s linear infinite;
  background-image: linear-gradient(-45deg, var(--plyr-progress-loading-background, rgba(34.68, 39.576, 46.92, 0.6)) 25%, transparent 25%, transparent 50%, var(--plyr-progress-loading-background, rgba(34.68, 39.576, 46.92, 0.6)) 50%, var(--plyr-progress-loading-background, rgba(34.68, 39.576, 46.92, 0.6)) 75%, transparent 75%, transparent);
  background-repeat: repeat-x;
  background-size: var(--plyr-progress-loading-size, 25px) var(--plyr-progress-loading-size, 25px);
  color: transparent;
}

.plyr--video.plyr--loading .plyr__progress__buffer {
  background-color: var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25));
}

.plyr--audio.plyr--loading .plyr__progress__buffer {
  background-color: var(--plyr-audio-progress-buffered-background, rgba(193.4175, 199.8435, 209.4825, 0.6));
}

.plyr__progress__marker {
  background-color: var(--plyr-progress-marker-background, #fff);
  border-radius: 1px;
  height: var(--plyr-range-track-height, 5px);
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: var(--plyr-progress-marker-width, 3px);
  z-index: 3;
}

.plyr__volume {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.plyr__volume input[type=range] {
  margin-left: -webkit-calc(var(--plyr-control-spacing, 10px) / 2);
  margin-left: calc(var(--plyr-control-spacing, 10px) / 2);
  margin-right: -webkit-calc(var(--plyr-control-spacing, 10px) / 2);
  margin-right: calc(var(--plyr-control-spacing, 10px) / 2);
  max-width: 90px;
  min-width: 60px;
  position: relative;
  z-index: 2;
}

.plyr--audio {
  display: block;
}

.plyr--audio .plyr__controls {
  background: var(--plyr-audio-controls-background, #fff);
  border-radius: inherit;
  color: var(--plyr-audio-control-color, hsl(216, 15%, 34%));
  padding: var(--plyr-control-spacing, 10px);
}

.plyr--audio .plyr__control:focus-visible, .plyr--audio .plyr__control:hover, .plyr--audio .plyr__control[aria-expanded=true] {
  background: var(--plyr-audio-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, hsl(198, 100%, 50%))));
  color: var(--plyr-audio-control-color-hover, #fff);
}

.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track {
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193.4175, 199.8435, 209.4825, 0.6)));
}
.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track {
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193.4175, 199.8435, 209.4825, 0.6)));
}
.plyr--full-ui.plyr--audio input[type=range]::-ms-track {
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193.4175, 199.8435, 209.4825, 0.6)));
}
.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb, .plyr--full-ui.plyr--audio input[type=range].nice-select.open::-webkit-slider-thumb {
  -webkit-box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(34.68, 39.576, 46.92, 0.15), 0 0 0 1px rgba(34.68, 39.576, 46.92, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(34.68, 39.576, 46.92, 0.1));
          box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(34.68, 39.576, 46.92, 0.15), 0 0 0 1px rgba(34.68, 39.576, 46.92, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(34.68, 39.576, 46.92, 0.1));
}
.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb, .plyr--full-ui.plyr--audio input[type=range].nice-select.open::-moz-range-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(34.68, 39.576, 46.92, 0.15), 0 0 0 1px rgba(34.68, 39.576, 46.92, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(34.68, 39.576, 46.92, 0.1));
}
.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb, .plyr--full-ui.plyr--audio input[type=range].nice-select.open::-ms-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(34.68, 39.576, 46.92, 0.15), 0 0 0 1px rgba(34.68, 39.576, 46.92, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(34.68, 39.576, 46.92, 0.1));
}

.plyr--audio .plyr__progress__buffer {
  color: var(--plyr-audio-progress-buffered-background, rgba(193.4175, 199.8435, 209.4825, 0.6));
}

.plyr--video {
  overflow: hidden;
}
.plyr--video.plyr--menu-open {
  overflow: visible;
}

.plyr__video-wrapper {
  background: var(--plyr-video-background, var(--plyr-video-background, rgb(0, 0, 0)));
  border-radius: inherit;
  height: 100%;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}

@supports not (aspect-ratio: 16/9) {
  .plyr__video-embed,
  .plyr__video-wrapper--fixed-ratio {
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
  }
}
.plyr__video-embed,
.plyr__video-wrapper--fixed-ratio {
  aspect-ratio: 16/9;
}

.plyr__video-embed iframe,
.plyr__video-wrapper--fixed-ratio video {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.plyr--full-ui .plyr__video-embed > .plyr__video-embed__container {
  padding-bottom: 240%;
  position: relative;
  -webkit-transform: translateY(-38.28125%);
          transform: translateY(-38.28125%);
}

.plyr--video .plyr__controls {
  background: var(--plyr-video-controls-background, linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75)));
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  bottom: 0;
  color: var(--plyr-video-control-color, #fff);
  left: 0;
  padding: -webkit-calc(var(--plyr-control-spacing, 10px) / 2);
  padding: calc(var(--plyr-control-spacing, 10px) / 2);
  padding-top: -webkit-calc(var(--plyr-control-spacing, 10px) * 2);
  padding-top: calc(var(--plyr-control-spacing, 10px) * 2);
  position: absolute;
  right: 0;
  -webkit-transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  z-index: 3;
}
@media (min-width: 480px) {
  .plyr--video .plyr__controls {
    padding: var(--plyr-control-spacing, 10px);
    padding-top: -webkit-calc(var(--plyr-control-spacing, 10px) * 3.5);
    padding-top: calc(var(--plyr-control-spacing, 10px) * 3.5);
  }
}

.plyr--video.plyr--hide-controls .plyr__controls {
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.plyr--video .plyr__control:focus-visible, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded=true] {
  background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, hsl(198, 100%, 50%))));
  color: var(--plyr-video-control-color-hover, #fff);
}

.plyr__control--overlaid {
  background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, hsl(198, 100%, 50%))));
  border: 0;
  border-radius: 100%;
  color: var(--plyr-video-control-color, #fff);
  display: none;
  left: 50%;
  opacity: 0.9;
  padding: -webkit-calc(var(--plyr-control-spacing, 10px) * 1.5);
  padding: calc(var(--plyr-control-spacing, 10px) * 1.5);
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 2;
}
.plyr__control--overlaid svg {
  left: 2px;
  position: relative;
}
.plyr__control--overlaid:hover, .plyr__control--overlaid:focus {
  opacity: 1;
}

.plyr--playing .plyr__control--overlaid {
  opacity: 0;
  visibility: hidden;
}

.plyr--full-ui.plyr--video .plyr__control--overlaid {
  display: block;
}

.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track {
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)));
}
.plyr--full-ui.plyr--video input[type=range]::-moz-range-track {
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)));
}
.plyr--full-ui.plyr--video input[type=range]::-ms-track {
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)));
}
.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb, .plyr--full-ui.plyr--video input[type=range].nice-select.open::-webkit-slider-thumb {
  -webkit-box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(34.68, 39.576, 46.92, 0.15), 0 0 0 1px rgba(34.68, 39.576, 46.92, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5));
          box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(34.68, 39.576, 46.92, 0.15), 0 0 0 1px rgba(34.68, 39.576, 46.92, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5));
}
.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb, .plyr--full-ui.plyr--video input[type=range].nice-select.open::-moz-range-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(34.68, 39.576, 46.92, 0.15), 0 0 0 1px rgba(34.68, 39.576, 46.92, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5));
}
.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb, .plyr--full-ui.plyr--video input[type=range].nice-select.open::-ms-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(34.68, 39.576, 46.92, 0.15), 0 0 0 1px rgba(34.68, 39.576, 46.92, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5));
}

.plyr--video .plyr__progress__buffer {
  color: var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25));
}

.plyr:-webkit-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-ms-fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}
.plyr:-webkit-full-screen video {
  height: 100%;
}
.plyr:-ms-fullscreen video {
  height: 100%;
}
.plyr:fullscreen video {
  height: 100%;
}
.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}
.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}
.plyr:fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}
.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}
.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}
.plyr:fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}
.plyr:-webkit-full-screen.plyr--hide-controls {
  cursor: none;
}
.plyr:-ms-fullscreen.plyr--hide-controls {
  cursor: none;
}
.plyr:fullscreen.plyr--hide-controls {
  cursor: none;
}
@media (min-width: 1024px) {
  .plyr:-webkit-full-screen .plyr__captions {
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
  .plyr:-ms-fullscreen .plyr__captions {
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
  .plyr:fullscreen .plyr__captions {
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}

.plyr--fullscreen-fallback {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}
.plyr--fullscreen-fallback video {
  height: 100%;
}
.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
  display: block;
}
.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}
.plyr--fullscreen-fallback.plyr--hide-controls {
  cursor: none;
}
@media (min-width: 1024px) {
  .plyr--fullscreen-fallback .plyr__captions {
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}
.plyr--fullscreen-fallback {
  position: fixed;
  inset: 0;
  z-index: 10000000;
}

.plyr__ads {
  border-radius: inherit;
  cursor: pointer;
  inset: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.plyr__ads > div,
.plyr__ads > div iframe {
  height: 100%;
  position: absolute;
  width: 100%;
}
.plyr__ads::after {
  background: hsl(216, 15%, 16%);
  border-radius: 2px;
  bottom: var(--plyr-control-spacing, 10px);
  color: #fff;
  content: attr(data-badge-text);
  font-size: 11px;
  padding: 2px 6px;
  pointer-events: none;
  position: absolute;
  right: var(--plyr-control-spacing, 10px);
  z-index: 3;
}
.plyr__ads:empty::after {
  display: none;
}

.plyr__cues {
  background: currentColor;
  display: block;
  height: var(--plyr-range-track-height, 5px);
  left: 0;
  opacity: 0.8;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3px;
  z-index: 3;
}

.plyr__preview-thumb {
  background-color: var(--plyr-tooltip-background, #fff);
  border-radius: var(--plyr-menu-radius, 8px);
  bottom: 100%;
  -webkit-box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
          box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  margin-bottom: -webkit-calc(-webkit-calc(var(--plyr-control-spacing, 10px) / 2) * 2);
  margin-bottom: calc(calc(var(--plyr-control-spacing, 10px) / 2) * 2);
  opacity: 0;
  padding: 3px;
  pointer-events: none;
  position: absolute;
  -webkit-transform: translate(0, 10px) scale(0.8);
          transform: translate(0, 10px) scale(0.8);
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  -webkit-transition: opacity 0.2s 0.1s ease, -webkit-transform 0.2s 0.1s ease;
  transition: opacity 0.2s 0.1s ease, -webkit-transform 0.2s 0.1s ease;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease, -webkit-transform 0.2s 0.1s ease;
  z-index: 2;
}
.plyr__preview-thumb--is-shown {
  opacity: 1;
  -webkit-transform: translate(0, 0) scale(1);
          transform: translate(0, 0) scale(1);
}
.plyr__preview-thumb::before {
  border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, #fff);
  bottom: -webkit-calc(var(--plyr-tooltip-arrow-size, 4px) * -1);
  bottom: calc(var(--plyr-tooltip-arrow-size, 4px) * -1);
  content: "";
  height: 0;
  left: -webkit-calc(50% + var(--preview-arrow-offset));
  left: calc(50% + var(--preview-arrow-offset));
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  z-index: 2;
}
.plyr__preview-thumb__image-container {
  background: hsl(216, 15%, 79%);
  border-radius: -webkit-calc(var(--plyr-menu-radius, 8px) - 1px);
  border-radius: calc(var(--plyr-menu-radius, 8px) - 1px);
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.plyr__preview-thumb__image-container img, .plyr__preview-thumb__image-container::after {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.plyr__preview-thumb__image-container::after {
  border-radius: inherit;
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15);
  content: "";
  pointer-events: none;
}
.plyr__preview-thumb__image-container img {
  max-height: none;
  max-width: none;
}
.plyr__preview-thumb__time-container {
  background: var(--plyr-video-controls-background, linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75)));
  border-bottom-left-radius: -webkit-calc(var(--plyr-menu-radius, 8px) - 1px);
  border-bottom-left-radius: calc(var(--plyr-menu-radius, 8px) - 1px);
  border-bottom-right-radius: -webkit-calc(var(--plyr-menu-radius, 8px) - 1px);
  border-bottom-right-radius: calc(var(--plyr-menu-radius, 8px) - 1px);
  bottom: 0;
  left: 0;
  line-height: 1.1;
  padding: 20px 6px 6px;
  position: absolute;
  right: 0;
  z-index: 3;
}
.plyr__preview-thumb__time-container span {
  color: #fff;
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
}

.plyr__preview-scrubbing {
  -webkit-filter: blur(1px);
          filter: blur(1px);
  height: 100%;
  inset: 0;
  margin: auto;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  width: 100%;
  z-index: 1;
}
.plyr__preview-scrubbing--is-shown {
  opacity: 1;
}
.plyr__preview-scrubbing img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 0;
  width: 100%;
}

.plyr--no-transition {
  -webkit-transition: none !important;
  transition: none !important;
}

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

.plyr [hidden] {
  display: none !important;
}

:root {
  font-family: "IBM Plex Sans", Arial, sans-serif;
  line-height: 1.5;
  font-weight: 400;
  font-size: 14px;
}
:root .plyr__control:hover, :root .plyr__control:focus-visible {
  background: rgb(57.3571428571, 182.2857142857, 4.7142857143) !important;
}
:root .plyr__control--overlaid {
  background: #49e806;
}
:root .plyr__controls input {
  color: #49e806;
}
@media (min-width: 48em) {
  :root {
    font-size: 16px;
  }
}

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

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  color: #212529;
  background-color: #fbfbfb;
  overflow-x: hidden;
}
body.popup-active {
  overflow: hidden;
}

::-moz-selection {
  background: #014349;
  color: #fff;
}

::selection {
  background: #014349;
  color: #fff;
}

::-moz-selection {
  background: #014349;
  color: #fff;
}

.container {
  padding: 0 40px;
  max-width: 1440px;
}
@media (min-width: 100em) {
  .container {
    max-width: 1600px;
  }
}
@media (max-width: 61.99em) {
  .container {
    padding: 0 48px;
  }
}
@media (max-width: 47.99em) {
  .container {
    padding: 0 16px;
  }
}

.content-wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.content-wrap.bg-deep-green {
  background: #014349;
}
.content-wrap.bg-dark-green {
  background: #131f29;
}
.content-wrap.bg-kiwi-green {
  background: #49e806;
}

.module {
  padding: 160px 0;
  position: relative;
  z-index: 2;
  background: #fbfbfb;
}
@media (max-width: 61.99em) {
  .module {
    padding: 80px 0;
  }
}

.sticky-module {
  height: 102vh;
  overflow: hidden;
  z-index: 0;
}
.sticky-module .sticky-target {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 102vh;
  overflow: hidden;
}
.sticky-module .sticky-target.stop-fixed {
  position: relative;
}
@media (max-width: 61.99em) {
  .sticky-module .sticky-target {
    width: 100vw;
    height: 110vh;
  }
}

.page-wrap {
  width: 100%;
  overflow: visible;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fbfbfb;
}

.body-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  z-index: 98;
}
body.popup-active .body-overlay {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}

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

.img-full img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.img-position-top img {
  -o-object-position: top;
     object-position: top;
}
.img-position-bottom img {
  -o-object-position: bottom;
     object-position: bottom;
}
.img-position-center img {
  -o-object-position: center;
     object-position: center;
}
.img-position-left img {
  -o-object-position: left;
     object-position: left;
}
.img-position-right img {
  -o-object-position: right;
     object-position: right;
}

.video-thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}
.video-thumbnail.active {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}

a {
  color: #014349;
  text-decoration: none;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
a:hover, a:active, a.nice-select.open, a:focus {
  color: rgb(0.3108108108, 20.8243243243, 22.6891891892);
}

.running-text .title-running-target,
.running-text-sticky .title-running-target {
  display: none;
}
.running-text .title-running-result,
.running-text-sticky .title-running-result {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
}
@media (max-width: 47.99em) {
  .running-text .title-running-result,
  .running-text-sticky .title-running-result {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
}
.running-text .title-running-result .word-wrap,
.running-text-sticky .title-running-result .word-wrap {
  display: inline-block;
}

/*
Freeman-Font
*/
@font-face {
  font-family: "Freeman";
  src: url("../../fonts/freeman/Freeman-Regular.woff2") format("woff2"), url("../../fonts/freeman/Freeman-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/*
IBM Plex Sans
*/
@font-face {
  font-family: "IBM Plex Sans";
  src: url("../../fonts/ibm-plex-sans/IBMPlexSans-Bold.woff2") format("woff2"), url("../../fonts/ibm-plex-sans/IBMPlexSans-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans";
  src: url("../../fonts/ibm-plex-sans/IBMPlexSans-ExtraLightItalic.woff2") format("woff2"), url("../../fonts/ibm-plex-sans/IBMPlexSans-ExtraLightItalic.woff") format("woff");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans";
  src: url("../../fonts/ibm-plex-sans/IBMPlexSans-Light.woff2") format("woff2"), url("../../fonts/ibm-plex-sans/IBMPlexSans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans";
  src: url("../../fonts/ibm-plex-sans/IBMPlexSans-Italic.woff2") format("woff2"), url("../../fonts/ibm-plex-sans/IBMPlexSans-Italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans";
  src: url("../../fonts/ibm-plex-sans/IBMPlexSans-ExtraLight.woff2") format("woff2"), url("../../fonts/ibm-plex-sans/IBMPlexSans-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans";
  src: url("../../fonts/ibm-plex-sans/IBMPlexSans-BoldItalic.woff2") format("woff2"), url("../../fonts/ibm-plex-sans/IBMPlexSans-BoldItalic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans";
  src: url("../../fonts/ibm-plex-sans/IBMPlexSans-LightItalic.woff2") format("woff2"), url("../../fonts/ibm-plex-sans/IBMPlexSans-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans";
  src: url("../../fonts/ibm-plex-sans/IBMPlexSans-Thin.woff2") format("woff2"), url("../../fonts/ibm-plex-sans/IBMPlexSans-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans";
  src: url("../../fonts/ibm-plex-sans/IBMPlexSans-SemiBold.woff2") format("woff2"), url("../../fonts/ibm-plex-sans/IBMPlexSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans";
  src: url("../../fonts/ibm-plex-sans/IBMPlexSans-SemiBoldItalic.woff2") format("woff2"), url("../../fonts/ibm-plex-sans/IBMPlexSans-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans";
  src: url("../../fonts/ibm-plex-sans/IBMPlexSans-Medium.woff2") format("woff2"), url("../../fonts/ibm-plex-sans/IBMPlexSans-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans";
  src: url("../../fonts/ibm-plex-sans/IBMPlexSans-MediumItalic.woff2") format("woff2"), url("../../fonts/ibm-plex-sans/IBMPlexSans-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans";
  src: url("../../fonts/ibm-plex-sans/IBMPlexSans-Regular.woff2") format("woff2"), url("../../fonts/ibm-plex-sans/IBMPlexSans-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans";
  src: url("../../fonts/ibm-plex-sans/IBMPlexSans-ThinItalic.woff2") format("woff2"), url("../../fonts/ibm-plex-sans/IBMPlexSans-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
.sr-only, .honeypot .gfield_description, .gfield_label:not(.gfield_label_before_complex),
.screen-reader-text, .validation_error, .form-group.name label:not(.gfield_label_before_complex),
.form-group.name i,
.form-group.time label:not(.gfield_label_before_complex),
.form-group.time i,
.form-group.address label:not(.gfield_label_before_complex),
.form-group.address i {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

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

h1,
.h1 {
  color: #131f29;
  font-weight: 500;
  font-family: inherit;
  line-height: 1.2;
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
}

h2, .services__content .services__title, .featured-banner__content h1, .stacked-banner__title, .default-banner__title, .contact-form__title,
.h2 {
  color: #131f29;
  font-weight: 500;
  font-family: inherit;
  line-height: 1.2;
  font-size: 2rem;
  margin-bottom: 0.5rem;
}

h3,
.h3 {
  color: #131f29;
  font-weight: 500;
  font-family: inherit;
  line-height: 1.2;
  font-size: 1.75rem;
  margin-bottom: 0.5rem;
}

h4,
.h4 {
  color: #131f29;
  font-weight: 500;
  font-family: inherit;
  line-height: 1.2;
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}

h5,
.h5 {
  color: #131f29;
  font-weight: 500;
  font-family: inherit;
  line-height: 1.2;
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}

h6,
.h6 {
  color: #131f29;
  font-weight: 500;
  font-family: inherit;
  line-height: 1.2;
  font-size: 1rem;
  margin-bottom: 0.5rem;
}

h1,
h2,
.services__content .services__title,
.featured-banner__content h1,
.stacked-banner__title,
.default-banner__title,
.contact-form__title,
h3,
h4,
h5,
h6 {
  font-family: "Freeman", sans-serif;
}

h1 {
  font-size: 112px;
  font-weight: 400;
  line-height: 110%;
}
@media (max-width: 61.99em) {
  h1 {
    font-size: 56px;
  }
}

h2, .services__content .services__title, .featured-banner__content h1, .stacked-banner__title, .default-banner__title, .contact-form__title {
  font-size: 72px;
  font-weight: 400;
  line-height: 115%;
}
@media (max-width: 61.99em) {
  h2, .services__content .services__title, .featured-banner__content h1, .stacked-banner__title, .default-banner__title, .contact-form__title {
    font-size: 40px;
  }
}

h3 {
  font-size: 40px;
  font-weight: 400;
  line-height: 115%;
}

.module-small-title {
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  font-family: "Freeman", sans-serif;
  text-transform: uppercase;
  margin-bottom: 24px;
  color: #131f29;
}
@media (max-width: 61.99em) {
  .module-small-title {
    margin-bottom: 16px;
  }
}
.module-small-title.light {
  color: #fbfbfb;
}

.text-xs {
  font-size: 12px;
}

.text-sm {
  font-size: 14px;
}

.text-md {
  font-size: 16px;
}

.text-lg {
  font-size: 18px;
}

.text-xl {
  font-size: 20px;
}

.text-2xl {
  font-size: 24px;
}

.text-3xl {
  font-size: 28px;
}

.text-4xl {
  font-size: 40px;
}

.text-5xl {
  font-size: 48px;
}

.text-6xl {
  font-size: 60px;
}

.text-7xl {
  font-size: 72px;
}

.leading-normal {
  line-height: 100%;
}

.leading-tight {
  line-height: 110%;
}

.leading-relaxed {
  line-height: 120%;
}

.leading-medium {
  line-height: 130%;
}

.leading-loose {
  line-height: 140%;
}

.font-type-base {
  font-family: "IBM Plex Sans", sans-serif;
}

.font-type-display {
  font-family: "Freeman", sans-serif;
}

.font-light {
  font-weight: 300;
}

.font-normal {
  font-weight: 400;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

a.link,
span.link {
  position: relative;
  line-height: 100%;
  padding-bottom: 4px;
}
a.link.light,
span.link.light {
  color: #fbfbfb;
}
a.link.light::before,
span.link.light::before {
  background-color: #49e806;
}
a.link:before,
span.link:before {
  content: "";
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  -webkit-transform: scale3d(0, 1, 1);
          transform: scale3d(0, 1, 1);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  position: absolute;
  width: 100%;
  height: 1px;
  background: #49e806;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
a.link:hover, a.link:focus-visible, a.link.active,
span.link:hover,
span.link:focus-visible,
span.link.active {
  color: #fbfbfb;
}
a.link:hover span,
a.link:hover p, a.link:focus-visible span,
a.link:focus-visible p, a.link.active span,
a.link.active p,
span.link:hover span,
span.link:hover p,
span.link:focus-visible span,
span.link:focus-visible p,
span.link.active span,
span.link.active p {
  color: #fbfbfb;
}
a.link:hover:before, a.link:focus-visible:before, a.link.active:before,
span.link:hover:before,
span.link:focus-visible:before,
span.link.active:before {
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}
a.link:hover, a.link:focus-visible, a.link.active,
span.link:hover,
span.link:focus-visible,
span.link.active {
  text-decoration: none;
}

.article-content {
  width: 100%;
  padding: 120px 110px;
  padding-bottom: 80px;
  margin-top: 92px;
}
@media (max-width: 64.0525em) {
  .article-content {
    padding: 64px 0px;
    overflow: hidden;
  }
}
@media (max-width: 64.0525em) {
  .page-template-page--legal-page .article-content {
    padding: 120px 16px;
  }
}
.article-content__meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px;
}
.article-content__meta__date, .article-content__meta__category {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  font-size: 12px;
  line-height: 100%;
  color: #fbfbfb;
}
.article-content__meta .icon {
  width: 12px;
  height: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.article-content h2, .article-content .services__content .services__title, .services__content .article-content .services__title, .article-content .featured-banner__content h1, .featured-banner__content .article-content h1, .article-content .stacked-banner__title, .article-content .default-banner__title, .article-content .contact-form__title,
.article-content h3,
.article-content h4,
.article-content h5,
.article-content h6 {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 700;
}
.article-content h2, .article-content .services__content .services__title, .services__content .article-content .services__title, .article-content .featured-banner__content h1, .featured-banner__content .article-content h1, .article-content .stacked-banner__title, .article-content .default-banner__title, .article-content .contact-form__title {
  font-size: 40px;
  line-height: 115%;
  margin-bottom: 40px;
}
@media (max-width: 61.99em) {
  .article-content h2, .article-content .services__content .services__title, .services__content .article-content .services__title, .article-content .featured-banner__content h1, .featured-banner__content .article-content h1, .article-content .stacked-banner__title, .article-content .default-banner__title, .article-content .contact-form__title {
    font-size: 32px;
    margin-bottom: 20px;
  }
}
.article-content h3 {
  font-size: 24px;
  line-height: 120%;
  margin-bottom: 24px;
}
@media (max-width: 61.99em) {
  .article-content h3 {
    font-size: 20px;
  }
}
.article-content p {
  margin-bottom: 16px;
}
@media screen and (min-width: 0px) {
  .article-content p {
    margin-bottom: -webkit-calc(16px + 8 * (100vw - 0px) / 1025);
    margin-bottom: calc(16px + 8 * (100vw - 0px) / 1025);
  }
}
@media screen and (min-width: 1025px) {
  .article-content p {
    margin-bottom: 24px;
  }
}
.article-content p {
  font-size: 18px;
  line-height: 130%;
}
@media (max-width: 61.99em) {
  .article-content p {
    font-size: 16px;
  }
}
.article-content p.lead {
  font-size: 16px;
}
@media screen and (min-width: 0px) {
  .article-content p.lead {
    font-size: -webkit-calc(16px + 2 * (100vw - 0px) / 1025);
    font-size: calc(16px + 2 * (100vw - 0px) / 1025);
  }
}
@media screen and (min-width: 1025px) {
  .article-content p.lead {
    font-size: 18px;
  }
}
.article-content img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.article-content img.full-image {
  width: 100%;
  aspect-ratio: 16/9;
}
.article-content img.half-image {
  width: -webkit-calc(50% - 28px);
  width: calc(50% - 28px);
  aspect-ratio: 4/3;
}
@media (max-width: 61.99em) {
  .article-content img.half-image {
    width: 100%;
  }
}
.article-content img:nth-child(even) {
  margin-left: 24px;
}
@media (max-width: 61.99em) {
  .article-content img:nth-child(even) {
    margin-left: 0;
  }
}
.article-content img:first-of-type {
  margin-right: auto;
}
.article-content .alignnone {
  margin: 5px 20px 20px 0;
}
.article-content .aligncenter {
  display: block;
  margin: 5px auto 20px;
  width: auto;
}
.article-content .alignright {
  float: right;
  margin: 5px 0 20px 20px;
  width: auto;
}
.article-content .alignleft {
  float: left;
  margin: 5px 20px 20px 0;
  width: auto;
}
.article-content li {
  position: relative;
  padding: 0 0 6px 20px;
}
.article-content li:before {
  left: 0;
  position: absolute;
  content: "";
}
.article-content ol,
.article-content ul {
  list-style-type: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 20px;
}
.article-content ol ol,
.article-content ol ul,
.article-content ul ol,
.article-content ul ul {
  padding-left: 0;
  padding-top: 5px;
}
.article-content > ol,
.article-content > ul {
  margin-top: 0;
}
.article-content ol {
  counter-reset: li;
}
.article-content ol li:before {
  counter-increment: li;
  content: counter(li) ".";
  top: 3px;
  font-size: 12px;
  font-weight: 700;
  color: #014349;
}
.article-content ol li ol {
  counter-reset: lili;
  margin-bottom: 0;
}
.article-content ol li ol li:before {
  counter-increment: lili;
  content: counter(lili) ".";
  color: black;
}
.article-content ol li ol li li:before {
  color: black;
}
.article-content ul {
  padding-left: 12px;
}
.article-content ul li {
  font-size: 18px;
  line-height: 130%;
}
.article-content ul li:before {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #131f29;
  top: 14px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.article-content ul li ul {
  margin-bottom: 0;
}
.article-content ul li li {
  font-size: 18px;
  line-height: 130%;
}
.article-content ul li li:before {
  background-color: #131f29;
}
.article-content ul li li li:before {
  background-color: #131f29;
}
.article-content iframe {
  width: 100% !important;
  max-width: 100%;
}
.article-content a:not(.btn):not(.gform_button) {
  color: #014349;
  font-weight: 700;
}
.article-content a:not(.btn):not(.gform_button):hover, .article-content a:not(.btn):not(.gform_button):active, .article-content a.nice-select.open:not(.btn):not(.gform_button), .article-content a:not(.btn):not(.gform_button):focus {
  text-decoration: underline;
}
.article-content table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 30px;
  font-size: 14px;
}
.article-content table > thead > tr > th,
.article-content table > thead > tr > td,
.article-content table > tbody > tr > th,
.article-content table > tbody > tr > td,
.article-content table > tfoot > tr > th,
.article-content table > tfoot > tr > td {
  padding: 10px 15px;
  line-height: 1.4;
  vertical-align: top;
}
.article-content table > thead {
  background-color: #014349;
  color: #fff;
  text-align: left;
}
.article-content table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #fff;
}
.article-content table > caption + thead > tr:first-child > th,
.article-content table > caption + thead > tr:first-child > td,
.article-content table > colgroup + thead > tr:first-child > th,
.article-content table > colgroup + thead > tr:first-child > td,
.article-content table > thead:first-child > tr:first-child > th,
.article-content table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.article-content table > tbody + tbody {
  border-top: 2px solid #ced4da;
}
.article-content table table {
  background-color: #fff;
}
.article-content table > tbody > tr:nth-of-type(even) {
  background-color: #e9ecef;
}
.article-content .table-responsive {
  overflow-x: auto;
}
@media (max-width: 35.99em) {
  .article-content .table-responsive {
    width: 100%;
    margin-bottom: 20px;
    overflow-y: hidden;
    border: 1px solid #ced4da;
  }
  .article-content .table-responsive > table {
    margin-bottom: 0;
  }
  .article-content .table-responsive > table > thead > tr > th,
  .article-content .table-responsive > table > thead > tr > td,
  .article-content .table-responsive > table > tbody > tr > th,
  .article-content .table-responsive > table > tbody > tr > td,
  .article-content .table-responsive > table > tfoot > tr > th,
  .article-content .table-responsive > table > tfoot > tr > td {
    white-space: nowrap;
  }
}
.article-content blockquote {
  font-size: 18px;
}
@media screen and (min-width: 0px) {
  .article-content blockquote {
    font-size: -webkit-calc(18px + 6 * (100vw - 0px) / 1025);
    font-size: calc(18px + 6 * (100vw - 0px) / 1025);
  }
}
@media screen and (min-width: 1025px) {
  .article-content blockquote {
    font-size: 24px;
  }
}
.article-content blockquote {
  padding: 0 40px;
  margin: 64px 0;
  margin-bottom: 72px;
  position: relative;
}
@media (max-width: 61.99em) {
  .article-content blockquote {
    padding: 0 32px;
    padding-right: 0;
    margin: 48px 0;
    margin-bottom: 56px;
  }
}
.article-content blockquote::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: #131f29;
}
.article-content blockquote > p {
  margin: 0;
  font-size: 28px;
  line-height: 130%;
  font-weight: 500;
  margin-bottom: 32px;
}
@media (max-width: 61.99em) {
  .article-content blockquote > p {
    font-size: 22px;
  }
}
.article-content blockquote p:last-child {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 130%;
  font-weight: 400;
}
.article-content__share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.article-content__share p {
  margin: 0;
  padding-right: 20px;
}
.article-content__share__title {
  margin: 0 20px 0 0;
}
.article-content__share__link {
  padding-bottom: 5px;
  padding-right: 20px;
}
.article-content__share__link svg {
  height: 18px;
  fill: black;
}
.article-content__video {
  margin: 64px 0;
}
@media (max-width: 61.99em) {
  .article-content__video {
    margin: 40px 0;
  }
}
.article-content__image {
  margin: 64px 0;
  aspect-ratio: 16/9;
}
@media (max-width: 61.99em) {
  .article-content__image {
    margin: 40px 0;
  }
}
.article-content__image p {
  height: 100%;
}
.article-content__image p img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.article-content__logo {
  margin-top: 64px;
  margin-bottom: 64px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.article-content__logo--wrap {
  width: 100%;
}
.article-content__logo--item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid rgba(188, 188, 188, 0.2);
}
.article-content__logo--item .logo-item {
  padding: 64px 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.article-content__logo--item .logo-item img {
  max-height: 100px;
  width: auto;
}
.article-content .video-wrapper iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
}

button {
  background: transparent;
  border: 0;
  color: inherit;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
button:hover {
  cursor: pointer;
}
button:focus {
  outline: none;
  color: inherit;
}

button:focus-visible,
a:focus-visible {
  outline: 2px solid #49e806;
  border: none;
  outline-offset: 2px;
}
button:focus,
a:focus {
  color: inherit;
}

.btn, .gform_button {
  display: inline-block;
  border: 0;
  background: #49e806;
  color: #131f29;
  border-radius: 100px;
  font-weight: 400;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  text-align: center;
  line-height: 1;
  padding: 12px 16px;
  position: relative;
  overflow: hidden;
}
.btn:hover, .gform_button:hover, .btn:focus-visible, .gform_button:focus-visible {
  text-decoration: none;
  cursor: pointer;
}
.btn[disabled], [disabled].gform_button {
  opacity: 0.8;
  cursor: not-allowed;
}
.btn-label {
  margin-right: 24px;
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.btn-icon {
  position: absolute;
  right: 16px;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  z-index: 1;
  pointer-events: none;
}
.btn-icon svg,
.btn-icon path {
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}
.btn-primary {
  padding-bottom: 14px;
}
.btn-primary.purple {
  background: #5903ff;
  color: #fff;
}
.btn-primary.purple .btn-icon {
  background: #49e806;
}
.btn-primary.purple .btn-icon svg path {
  stroke: #131f29;
}
.btn-primary.purple::after {
  background: #49e806;
}
.btn-primary.purple:hover, .btn-primary.purple:focus-visible {
  background: #49e806;
  color: #131f29;
}
.btn-primary.purple:hover .btn-icon, .btn-primary.purple:focus-visible .btn-icon {
  background: #49e806;
}
.btn-primary.purple:hover .btn-icon svg path, .btn-primary.purple:focus-visible .btn-icon svg path {
  stroke: #131f29;
}
@media (min-width: 64.0625em) {
  .btn-primary.purple:hover::after, .btn-primary.purple:focus-visible::after {
    background: #49e806;
  }
}
.btn-primary.dark {
  background: #131f29;
  color: #fbfbfb;
}
.btn-primary.dark .btn-icon {
  background: #49e806;
}
.btn-primary.dark .btn-icon svg path {
  stroke: #131f29;
}
.btn-primary.dark::after {
  background: #49e806;
}
.btn-primary.down .btn-icon svg {
  rotate: 135deg;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}
.btn-primary.border {
  border: 1px solid #131f29;
}
.btn-primary .btn-label {
  margin-right: 34px;
}
.btn-primary .btn-icon {
  width: 28px;
  height: 28px;
  background: #131f29;
  border-radius: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.btn-primary .btn-icon svg path {
  stroke: #49e806;
}
.btn-primary::after {
  content: "";
  position: absolute;
  width: 27px;
  height: 27px;
  background: #131f29;
  border-radius: 100px;
  top: 50%;
  right: 16px;
  z-index: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}
.btn-primary:hover, .btn-primary:focus-visible {
  background: #5903ff;
  color: #fff;
  border-color: transparent;
}
@media (min-width: 64.0625em) {
  .btn-primary:hover::after, .btn-primary:focus-visible::after {
    width: 120%;
    height: 420%;
    right: -16px;
    background: #5903ff;
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease;
  }
}
.btn-primary:hover .btn-icon, .btn-primary:focus-visible .btn-icon {
  background: #5903ff;
}
.btn-primary:hover .btn-icon svg, .btn-primary:focus-visible .btn-icon svg {
  rotate: 45deg;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}
.btn-primary:hover .btn-icon svg path, .btn-primary:focus-visible .btn-icon svg path {
  stroke: #fbfbfb;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}
.btn-secondary {
  background: transparent;
  padding: 0;
  color: #fbfbfb;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  border-radius: 0;
}
.btn-secondary .btn-label {
  margin-right: 6px;
  color: #fbfbfb;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}
.btn-secondary .btn-icon {
  position: relative;
  right: 0;
}
.btn-secondary .btn-icon svg path {
  stroke: #fbfbfb;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}
@media (min-width: 64.0625em) {
  .btn-secondary:hover .btn-label, .btn-secondary:focus-visible .btn-label {
    color: #49e806;
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease;
  }
  .btn-secondary:hover .btn-icon svg path, .btn-secondary:focus-visible .btn-icon svg path {
    stroke: #49e806;
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease;
  }
}
.btn-cta {
  background: #5903ff;
  color: #fff;
  padding-top: 14px;
}
.btn-cta .btn-icon {
  width: 9px;
  height: 9px;
  background: transparent;
  border-radius: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.btn-cta .btn-icon svg path {
  stroke: #fbfbfb;
}
.btn-cta::after {
  content: "";
  background: #49e806;
  height: 100%;
  width: 100%;
  position: absolute;
  right: -120%;
  top: 0;
  z-index: 0;
  border-radius: 100px;
  scale: 1.3;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}
.btn-cta:focus {
  color: #fbfbfb;
}
.btn-cta:hover, .btn-cta:focus-visible {
  background: #49e806;
  color: #131f29;
}
.btn-cta:hover .btn-icon svg, .btn-cta:focus-visible .btn-icon svg {
  rotate: 45deg;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}
.btn-cta:hover .btn-icon svg path, .btn-cta:focus-visible .btn-icon svg path {
  stroke: #131f29;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}
@media (min-width: 64.0625em) {
  .btn-cta:hover::after, .btn-cta:focus-visible::after {
    right: 0%;
  }
}
.btn-download {
  background: #fbfbfb;
  border-radius: 8px;
}
.btn-download .btn-label {
  margin-right: 44px;
  position: relative;
  display: inline-block;
}
.btn-download .btn-label-inner {
  height: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 2px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow: hidden;
}
@media (max-width: 61.99em) {
  .btn-download .btn-label-inner {
    gap: 5px;
  }
}
.btn-download .btn-label-inner .label-before {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
.btn-download .btn-label-inner .label-before,
.btn-download .btn-label-inner .label-after {
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}
.btn-download .btn-icon {
  position: absolute;
  width: 42px;
  height: 100%;
  top: 0;
  right: 0;
  background: #49e806;
}
.btn-download .btn-icon-inner {
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 2px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  overflow: hidden;
}
.btn-download .btn-icon .icon-before,
.btn-download .btn-icon .icon-after {
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}
@media (min-width: 64.0625em) {
  .btn-download:hover, .btn-download:focus-visible {
    background: #5903ff;
    color: #fbfbfb;
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease;
  }
  .btn-download:hover .btn-label .label-before, .btn-download:focus-visible .btn-label .label-before {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease;
  }
  .btn-download:hover .btn-label .label-after, .btn-download:focus-visible .btn-label .label-after {
    -webkit-transform: translateY(-16px);
            transform: translateY(-16px);
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease;
  }
  .btn-download:hover .btn-icon .icon-before,
  .btn-download:hover .btn-icon .icon-after, .btn-download:focus-visible .btn-icon .icon-before,
  .btn-download:focus-visible .btn-icon .icon-after {
    -webkit-transform: translateY(22px);
            transform: translateY(22px);
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease;
  }
}

.btn-block {
  width: 100%;
  display: block;
}
.btn-block + .btn-block {
  margin-top: 30px;
}

.modal-close-btn {
  background: #49e806;
  border: none;
  width: 44px;
  height: 44px;
  border-radius: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 24px;
  cursor: pointer;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}
.modal-close-btn svg,
.modal-close-btn line {
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}
@media (min-width: 64.0625em) {
  .modal-close-btn:hover, .modal-close-btn:focus-visible {
    background: #5903ff;
  }
  .modal-close-btn:hover svg, .modal-close-btn:focus-visible svg {
    rotate: 90deg;
  }
  .modal-close-btn:hover svg,
  .modal-close-btn:hover line, .modal-close-btn:focus-visible svg,
  .modal-close-btn:focus-visible line {
    stroke: #fbfbfb;
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease;
  }
}

.form-control, .form-group.name input,
.form-group.time input,
.form-group.time select,
.form-group.address input,
.form-group.address select, .ginput_container_list .gfield_list_cell input {
  color: #fbfbfb !important;
  width: 100%;
  border-radius: 0.25rem;
  border: 1px solid #72aeb3 !important;
  -webkit-transition: all 300ms ease all;
  transition: all 300ms ease all;
  padding: 16px !important;
  height: 54px !important;
  font-size: 16px !important;
  background-position: right 15px center;
  background-repeat: no-repeat;
  background-size: auto 10px;
  background-color: transparent !important;
  margin-bottom: 15px;
}
@media screen and (min-width: 0px) {
  .form-control, .form-group.name input,
  .form-group.time input,
  .form-group.time select,
  .form-group.address input,
  .form-group.address select, .ginput_container_list .gfield_list_cell input {
    margin-bottom: -webkit-calc(15px + 15 * (100vw - 0px) / 1025);
    margin-bottom: calc(15px + 15 * (100vw - 0px) / 1025);
  }
}
@media screen and (min-width: 1025px) {
  .form-control, .form-group.name input,
  .form-group.time input,
  .form-group.time select,
  .form-group.address input,
  .form-group.address select, .ginput_container_list .gfield_list_cell input {
    margin-bottom: 30px;
  }
}
.form-control, .form-group.name input,
.form-group.time input,
.form-group.time select,
.form-group.address input,
.form-group.address select, .ginput_container_list .gfield_list_cell input {
  padding-left: 15px;
}
@media screen and (min-width: 0px) {
  .form-control, .form-group.name input,
  .form-group.time input,
  .form-group.time select,
  .form-group.address input,
  .form-group.address select, .ginput_container_list .gfield_list_cell input {
    padding-left: -webkit-calc(15px + 5 * (100vw - 0px) / 1025);
    padding-left: calc(15px + 5 * (100vw - 0px) / 1025);
  }
}
@media screen and (min-width: 1025px) {
  .form-control, .form-group.name input,
  .form-group.time input,
  .form-group.time select,
  .form-group.address input,
  .form-group.address select, .ginput_container_list .gfield_list_cell input {
    padding-left: 20px;
  }
}
.form-control, .form-group.name input,
.form-group.time input,
.form-group.time select,
.form-group.address input,
.form-group.address select, .ginput_container_list .gfield_list_cell input {
  padding-right: 15px;
}
@media screen and (min-width: 0px) {
  .form-control, .form-group.name input,
  .form-group.time input,
  .form-group.time select,
  .form-group.address input,
  .form-group.address select, .ginput_container_list .gfield_list_cell input {
    padding-right: -webkit-calc(15px + 5 * (100vw - 0px) / 1025);
    padding-right: calc(15px + 5 * (100vw - 0px) / 1025);
  }
}
@media screen and (min-width: 1025px) {
  .form-control, .form-group.name input,
  .form-group.time input,
  .form-group.time select,
  .form-group.address input,
  .form-group.address select, .ginput_container_list .gfield_list_cell input {
    padding-right: 20px;
  }
}
.form-control, .form-group.name input,
.form-group.time input,
.form-group.time select,
.form-group.address input,
.form-group.address select, .ginput_container_list .gfield_list_cell input {
  padding-top: 12px;
}
@media screen and (min-width: 0px) {
  .form-control, .form-group.name input,
  .form-group.time input,
  .form-group.time select,
  .form-group.address input,
  .form-group.address select, .ginput_container_list .gfield_list_cell input {
    padding-top: -webkit-calc(12px + 4 * (100vw - 0px) / 1025);
    padding-top: calc(12px + 4 * (100vw - 0px) / 1025);
  }
}
@media screen and (min-width: 1025px) {
  .form-control, .form-group.name input,
  .form-group.time input,
  .form-group.time select,
  .form-group.address input,
  .form-group.address select, .ginput_container_list .gfield_list_cell input {
    padding-top: 16px;
  }
}
.form-control, .form-group.name input,
.form-group.time input,
.form-group.time select,
.form-group.address input,
.form-group.address select, .ginput_container_list .gfield_list_cell input {
  padding-bottom: 12px;
}
@media screen and (min-width: 0px) {
  .form-control, .form-group.name input,
  .form-group.time input,
  .form-group.time select,
  .form-group.address input,
  .form-group.address select, .ginput_container_list .gfield_list_cell input {
    padding-bottom: -webkit-calc(12px + 2 * (100vw - 0px) / 1025);
    padding-bottom: calc(12px + 2 * (100vw - 0px) / 1025);
  }
}
@media screen and (min-width: 1025px) {
  .form-control, .form-group.name input,
  .form-group.time input,
  .form-group.time select,
  .form-group.address input,
  .form-group.address select, .ginput_container_list .gfield_list_cell input {
    padding-bottom: 14px;
  }
}
.form-control::-webkit-input-placeholder, .form-group.name input::-webkit-input-placeholder,
.form-group.time input::-webkit-input-placeholder,
.form-group.time select::-webkit-input-placeholder,
.form-group.address input::-webkit-input-placeholder,
.form-group.address select::-webkit-input-placeholder, .ginput_container_list .gfield_list_cell input::-webkit-input-placeholder {
  color: #ced4da;
}
.form-control:-moz-placeholder, .form-group.name input:-moz-placeholder,
.form-group.time input:-moz-placeholder,
.form-group.time select:-moz-placeholder,
.form-group.address input:-moz-placeholder,
.form-group.address select:-moz-placeholder, .ginput_container_list .gfield_list_cell input:-moz-placeholder {
  color: #ced4da;
}
.form-control::-moz-placeholder, .form-group.name input::-moz-placeholder,
.form-group.time input::-moz-placeholder,
.form-group.time select::-moz-placeholder,
.form-group.address input::-moz-placeholder,
.form-group.address select::-moz-placeholder, .ginput_container_list .gfield_list_cell input::-moz-placeholder {
  color: #ced4da;
}
.form-control:-ms-input-placeholder, .form-group.name input:-ms-input-placeholder,
.form-group.time input:-ms-input-placeholder,
.form-group.time select:-ms-input-placeholder,
.form-group.address input:-ms-input-placeholder,
.form-group.address select:-ms-input-placeholder, .ginput_container_list .gfield_list_cell input:-ms-input-placeholder {
  color: #ced4da;
}
.form-control:focus, .form-group.name input:focus,
.form-group.time input:focus,
.form-group.time select:focus,
.form-group.address input:focus,
.form-group.address select:focus, .ginput_container_list .gfield_list_cell input:focus {
  border-color: rgba(0, 0, 0, 0.15);
}
.has-error .form-control, .has-error .form-group.name input, .form-group.name .has-error input,
.has-error .form-group.time input,
.form-group.time .has-error input,
.has-error .form-group.time select,
.form-group.time .has-error select,
.has-error .form-group.address input,
.form-group.address .has-error input,
.has-error .form-group.address select,
.form-group.address .has-error select, .has-error .ginput_container_list .gfield_list_cell input, .ginput_container_list .gfield_list_cell .has-error input {
  border-color: #dc3545;
  background-image: image("failed.svg");
  padding-right: 50px;
}
.form-control::-webkit-input-placeholder, .form-group.name input::-webkit-input-placeholder, .form-group.time input::-webkit-input-placeholder, .form-group.time select::-webkit-input-placeholder, .form-group.address input::-webkit-input-placeholder, .form-group.address select::-webkit-input-placeholder, .ginput_container_list .gfield_list_cell input::-webkit-input-placeholder {
  color: #94969c !important;
}
.form-control::-moz-placeholder, .form-group.name input::-moz-placeholder, .form-group.time input::-moz-placeholder, .form-group.time select::-moz-placeholder, .form-group.address input::-moz-placeholder, .form-group.address select::-moz-placeholder, .ginput_container_list .gfield_list_cell input::-moz-placeholder {
  color: #94969c !important;
}
.form-control:-ms-input-placeholder, .form-group.name input:-ms-input-placeholder, .form-group.time input:-ms-input-placeholder, .form-group.time select:-ms-input-placeholder, .form-group.address input:-ms-input-placeholder, .form-group.address select:-ms-input-placeholder, .ginput_container_list .gfield_list_cell input:-ms-input-placeholder {
  color: #94969c !important;
}
.form-control::-ms-input-placeholder, .form-group.name input::-ms-input-placeholder, .form-group.time input::-ms-input-placeholder, .form-group.time select::-ms-input-placeholder, .form-group.address input::-ms-input-placeholder, .form-group.address select::-ms-input-placeholder, .ginput_container_list .gfield_list_cell input::-ms-input-placeholder {
  color: #94969c !important;
}
.form-control::placeholder, .form-group.name input::placeholder,
.form-group.time input::placeholder,
.form-group.time select::placeholder,
.form-group.address input::placeholder,
.form-group.address select::placeholder, .ginput_container_list .gfield_list_cell input::placeholder {
  color: #94969c !important;
}
.form-control:not(:-moz-placeholder-shown), .form-group.name input:not(:-moz-placeholder-shown), .form-group.time input:not(:-moz-placeholder-shown), .form-group.time select:not(:-moz-placeholder-shown), .form-group.address input:not(:-moz-placeholder-shown), .form-group.address select:not(:-moz-placeholder-shown), .ginput_container_list .gfield_list_cell input:not(:-moz-placeholder-shown) {
  border-color: #fbfbfb !important;
}
.form-control:not(:-ms-input-placeholder), .form-group.name input:not(:-ms-input-placeholder), .form-group.time input:not(:-ms-input-placeholder), .form-group.time select:not(:-ms-input-placeholder), .form-group.address input:not(:-ms-input-placeholder), .form-group.address select:not(:-ms-input-placeholder), .ginput_container_list .gfield_list_cell input:not(:-ms-input-placeholder) {
  border-color: #fbfbfb !important;
}
.form-control:not(:placeholder-shown), .form-group.name input:not(:placeholder-shown),
.form-group.time input:not(:placeholder-shown),
.form-group.time select:not(:placeholder-shown),
.form-group.address input:not(:placeholder-shown),
.form-group.address select:not(:placeholder-shown), .ginput_container_list .gfield_list_cell input:not(:placeholder-shown) {
  border-color: #fbfbfb !important;
}
.form-control:focus(:not(:focus-visible)), .form-group.name input:focus(:not(:focus-visible)),
.form-group.time input:focus(:not(:focus-visible)),
.form-group.time select:focus(:not(:focus-visible)),
.form-group.address input:focus(:not(:focus-visible)),
.form-group.address select:focus(:not(:focus-visible)), .ginput_container_list .gfield_list_cell input:focus(:not(:focus-visible)) {
  outline: none !important;
  border-color: #fbfbfb !important;
}
.form-control:hover, .form-group.name input:hover,
.form-group.time input:hover,
.form-group.time select:hover,
.form-group.address input:hover,
.form-group.address select:hover, .ginput_container_list .gfield_list_cell input:hover {
  border-color: #fbfbfb !important;
}
.form-control:hover::-webkit-input-placeholder, .form-group.name input:hover::-webkit-input-placeholder, .form-group.time input:hover::-webkit-input-placeholder, .form-group.time select:hover::-webkit-input-placeholder, .form-group.address input:hover::-webkit-input-placeholder, .form-group.address select:hover::-webkit-input-placeholder, .ginput_container_list .gfield_list_cell input:hover::-webkit-input-placeholder {
  color: #fbfbfb !important;
}
.form-control:hover::-moz-placeholder, .form-group.name input:hover::-moz-placeholder, .form-group.time input:hover::-moz-placeholder, .form-group.time select:hover::-moz-placeholder, .form-group.address input:hover::-moz-placeholder, .form-group.address select:hover::-moz-placeholder, .ginput_container_list .gfield_list_cell input:hover::-moz-placeholder {
  color: #fbfbfb !important;
}
.form-control:hover:-ms-input-placeholder, .form-group.name input:hover:-ms-input-placeholder, .form-group.time input:hover:-ms-input-placeholder, .form-group.time select:hover:-ms-input-placeholder, .form-group.address input:hover:-ms-input-placeholder, .form-group.address select:hover:-ms-input-placeholder, .ginput_container_list .gfield_list_cell input:hover:-ms-input-placeholder {
  color: #fbfbfb !important;
}
.form-control:hover::-ms-input-placeholder, .form-group.name input:hover::-ms-input-placeholder, .form-group.time input:hover::-ms-input-placeholder, .form-group.time select:hover::-ms-input-placeholder, .form-group.address input:hover::-ms-input-placeholder, .form-group.address select:hover::-ms-input-placeholder, .ginput_container_list .gfield_list_cell input:hover::-ms-input-placeholder {
  color: #fbfbfb !important;
}
.form-control:hover::placeholder, .form-group.name input:hover::placeholder,
.form-group.time input:hover::placeholder,
.form-group.time select:hover::placeholder,
.form-group.address input:hover::placeholder,
.form-group.address select:hover::placeholder, .ginput_container_list .gfield_list_cell input:hover::placeholder {
  color: #fbfbfb !important;
}
.form-control:focus-visible, .form-group.name input:focus-visible,
.form-group.time input:focus-visible,
.form-group.time select:focus-visible,
.form-group.address input:focus-visible,
.form-group.address select:focus-visible, .ginput_container_list .gfield_list_cell input:focus-visible {
  outline: none !important;
  border-color: #49e806 !important;
}

textarea.form-control {
  max-width: 100%;
  height: 152px !important;
  background-position: right 15px top 10px;
}

select.form-control,
.form-group.time select,
.form-group.address select {
  padding-top: 14px;
}
@media screen and (min-width: 0px) {
  select.form-control,
  .form-group.time select,
  .form-group.address select {
    padding-top: -webkit-calc(14px + 4 * (100vw - 0px) / 1025);
    padding-top: calc(14px + 4 * (100vw - 0px) / 1025);
  }
}
@media screen and (min-width: 1025px) {
  select.form-control,
  .form-group.time select,
  .form-group.address select {
    padding-top: 18px;
  }
}
select.form-control,
.form-group.time select,
.form-group.address select {
  padding-bottom: 14px;
}
@media screen and (min-width: 0px) {
  select.form-control,
  .form-group.time select,
  .form-group.address select {
    padding-bottom: -webkit-calc(14px + 2 * (100vw - 0px) / 1025);
    padding-bottom: calc(14px + 2 * (100vw - 0px) / 1025);
  }
}
@media screen and (min-width: 1025px) {
  select.form-control,
  .form-group.time select,
  .form-group.address select {
    padding-bottom: 16px;
  }
}

.gfield--type-phone .iti button {
  height: 100% !important;
}
.gfield--type-phone .iti button .iti__selected-dial-code {
  color: #fbfbfb !important;
}
.gfield--type-phone .iti button:focus(:not(:focus-visible)) {
  outline: none !important;
}
.gfield--type-phone .iti button:focus-visible {
  outline: 1px solid #49e806 !important;
  outline-offset: 0px !important;
}
.gfield--type-phone .iti .form-control, .gfield--type-phone .iti .form-group.name input, .form-group.name .gfield--type-phone .iti input,
.gfield--type-phone .iti .form-group.time input,
.form-group.time .gfield--type-phone .iti input,
.gfield--type-phone .iti .form-group.time select,
.form-group.time .gfield--type-phone .iti select,
.gfield--type-phone .iti .form-group.address input,
.form-group.address .gfield--type-phone .iti input,
.gfield--type-phone .iti .form-group.address select,
.form-group.address .gfield--type-phone .iti select, .gfield--type-phone .iti .ginput_container_list .gfield_list_cell input, .ginput_container_list .gfield_list_cell .gfield--type-phone .iti input {
  padding-left: 90px !important;
}

.gform_wrapper.gravity-theme .input-wrapper input[type=text],
.gform_wrapper.gravity-theme .input-wrapper input[type=password],
.gform_wrapper.gravity-theme .input-wrapper input[type=email],
.gform_wrapper.gravity-theme .input-wrapper input[type=url],
.gform_wrapper.gravity-theme .input-wrapper input[type=date],
.gform_wrapper.gravity-theme .input-wrapper input[type=month],
.gform_wrapper.gravity-theme .input-wrapper input[type=time],
.gform_wrapper.gravity-theme .input-wrapper input[type=datetime],
.gform_wrapper.gravity-theme .input-wrapper input[type=datetime-local],
.gform_wrapper.gravity-theme .input-wrapper input[type=week],
.gform_wrapper.gravity-theme .input-wrapper input[type=number],
.gform_wrapper.gravity-theme .input-wrapper input[type=search],
.gform_wrapper.gravity-theme .input-wrapper input[type=tel],
.gform_wrapper.gravity-theme .input-wrapper input[type=color],
.gform_wrapper.gravity-theme .input-wrapper textarea {
  padding-left: 15px;
}
@media screen and (min-width: 0px) {
  .gform_wrapper.gravity-theme .input-wrapper input[type=text],
  .gform_wrapper.gravity-theme .input-wrapper input[type=password],
  .gform_wrapper.gravity-theme .input-wrapper input[type=email],
  .gform_wrapper.gravity-theme .input-wrapper input[type=url],
  .gform_wrapper.gravity-theme .input-wrapper input[type=date],
  .gform_wrapper.gravity-theme .input-wrapper input[type=month],
  .gform_wrapper.gravity-theme .input-wrapper input[type=time],
  .gform_wrapper.gravity-theme .input-wrapper input[type=datetime],
  .gform_wrapper.gravity-theme .input-wrapper input[type=datetime-local],
  .gform_wrapper.gravity-theme .input-wrapper input[type=week],
  .gform_wrapper.gravity-theme .input-wrapper input[type=number],
  .gform_wrapper.gravity-theme .input-wrapper input[type=search],
  .gform_wrapper.gravity-theme .input-wrapper input[type=tel],
  .gform_wrapper.gravity-theme .input-wrapper input[type=color],
  .gform_wrapper.gravity-theme .input-wrapper textarea {
    padding-left: -webkit-calc(15px + 5 * (100vw - 0px) / 1025);
    padding-left: calc(15px + 5 * (100vw - 0px) / 1025);
  }
}
@media screen and (min-width: 1025px) {
  .gform_wrapper.gravity-theme .input-wrapper input[type=text],
  .gform_wrapper.gravity-theme .input-wrapper input[type=password],
  .gform_wrapper.gravity-theme .input-wrapper input[type=email],
  .gform_wrapper.gravity-theme .input-wrapper input[type=url],
  .gform_wrapper.gravity-theme .input-wrapper input[type=date],
  .gform_wrapper.gravity-theme .input-wrapper input[type=month],
  .gform_wrapper.gravity-theme .input-wrapper input[type=time],
  .gform_wrapper.gravity-theme .input-wrapper input[type=datetime],
  .gform_wrapper.gravity-theme .input-wrapper input[type=datetime-local],
  .gform_wrapper.gravity-theme .input-wrapper input[type=week],
  .gform_wrapper.gravity-theme .input-wrapper input[type=number],
  .gform_wrapper.gravity-theme .input-wrapper input[type=search],
  .gform_wrapper.gravity-theme .input-wrapper input[type=tel],
  .gform_wrapper.gravity-theme .input-wrapper input[type=color],
  .gform_wrapper.gravity-theme .input-wrapper textarea {
    padding-left: 20px;
  }
}
.gform_wrapper.gravity-theme .input-wrapper input[type=text],
.gform_wrapper.gravity-theme .input-wrapper input[type=password],
.gform_wrapper.gravity-theme .input-wrapper input[type=email],
.gform_wrapper.gravity-theme .input-wrapper input[type=url],
.gform_wrapper.gravity-theme .input-wrapper input[type=date],
.gform_wrapper.gravity-theme .input-wrapper input[type=month],
.gform_wrapper.gravity-theme .input-wrapper input[type=time],
.gform_wrapper.gravity-theme .input-wrapper input[type=datetime],
.gform_wrapper.gravity-theme .input-wrapper input[type=datetime-local],
.gform_wrapper.gravity-theme .input-wrapper input[type=week],
.gform_wrapper.gravity-theme .input-wrapper input[type=number],
.gform_wrapper.gravity-theme .input-wrapper input[type=search],
.gform_wrapper.gravity-theme .input-wrapper input[type=tel],
.gform_wrapper.gravity-theme .input-wrapper input[type=color],
.gform_wrapper.gravity-theme .input-wrapper textarea {
  padding-right: 15px;
}
@media screen and (min-width: 0px) {
  .gform_wrapper.gravity-theme .input-wrapper input[type=text],
  .gform_wrapper.gravity-theme .input-wrapper input[type=password],
  .gform_wrapper.gravity-theme .input-wrapper input[type=email],
  .gform_wrapper.gravity-theme .input-wrapper input[type=url],
  .gform_wrapper.gravity-theme .input-wrapper input[type=date],
  .gform_wrapper.gravity-theme .input-wrapper input[type=month],
  .gform_wrapper.gravity-theme .input-wrapper input[type=time],
  .gform_wrapper.gravity-theme .input-wrapper input[type=datetime],
  .gform_wrapper.gravity-theme .input-wrapper input[type=datetime-local],
  .gform_wrapper.gravity-theme .input-wrapper input[type=week],
  .gform_wrapper.gravity-theme .input-wrapper input[type=number],
  .gform_wrapper.gravity-theme .input-wrapper input[type=search],
  .gform_wrapper.gravity-theme .input-wrapper input[type=tel],
  .gform_wrapper.gravity-theme .input-wrapper input[type=color],
  .gform_wrapper.gravity-theme .input-wrapper textarea {
    padding-right: -webkit-calc(15px + 5 * (100vw - 0px) / 1025);
    padding-right: calc(15px + 5 * (100vw - 0px) / 1025);
  }
}
@media screen and (min-width: 1025px) {
  .gform_wrapper.gravity-theme .input-wrapper input[type=text],
  .gform_wrapper.gravity-theme .input-wrapper input[type=password],
  .gform_wrapper.gravity-theme .input-wrapper input[type=email],
  .gform_wrapper.gravity-theme .input-wrapper input[type=url],
  .gform_wrapper.gravity-theme .input-wrapper input[type=date],
  .gform_wrapper.gravity-theme .input-wrapper input[type=month],
  .gform_wrapper.gravity-theme .input-wrapper input[type=time],
  .gform_wrapper.gravity-theme .input-wrapper input[type=datetime],
  .gform_wrapper.gravity-theme .input-wrapper input[type=datetime-local],
  .gform_wrapper.gravity-theme .input-wrapper input[type=week],
  .gform_wrapper.gravity-theme .input-wrapper input[type=number],
  .gform_wrapper.gravity-theme .input-wrapper input[type=search],
  .gform_wrapper.gravity-theme .input-wrapper input[type=tel],
  .gform_wrapper.gravity-theme .input-wrapper input[type=color],
  .gform_wrapper.gravity-theme .input-wrapper textarea {
    padding-right: 20px;
  }
}
.gform_wrapper.gravity-theme .input-wrapper input[type=text],
.gform_wrapper.gravity-theme .input-wrapper input[type=password],
.gform_wrapper.gravity-theme .input-wrapper input[type=email],
.gform_wrapper.gravity-theme .input-wrapper input[type=url],
.gform_wrapper.gravity-theme .input-wrapper input[type=date],
.gform_wrapper.gravity-theme .input-wrapper input[type=month],
.gform_wrapper.gravity-theme .input-wrapper input[type=time],
.gform_wrapper.gravity-theme .input-wrapper input[type=datetime],
.gform_wrapper.gravity-theme .input-wrapper input[type=datetime-local],
.gform_wrapper.gravity-theme .input-wrapper input[type=week],
.gform_wrapper.gravity-theme .input-wrapper input[type=number],
.gform_wrapper.gravity-theme .input-wrapper input[type=search],
.gform_wrapper.gravity-theme .input-wrapper input[type=tel],
.gform_wrapper.gravity-theme .input-wrapper input[type=color],
.gform_wrapper.gravity-theme .input-wrapper textarea {
  padding-top: 12px;
}
@media screen and (min-width: 0px) {
  .gform_wrapper.gravity-theme .input-wrapper input[type=text],
  .gform_wrapper.gravity-theme .input-wrapper input[type=password],
  .gform_wrapper.gravity-theme .input-wrapper input[type=email],
  .gform_wrapper.gravity-theme .input-wrapper input[type=url],
  .gform_wrapper.gravity-theme .input-wrapper input[type=date],
  .gform_wrapper.gravity-theme .input-wrapper input[type=month],
  .gform_wrapper.gravity-theme .input-wrapper input[type=time],
  .gform_wrapper.gravity-theme .input-wrapper input[type=datetime],
  .gform_wrapper.gravity-theme .input-wrapper input[type=datetime-local],
  .gform_wrapper.gravity-theme .input-wrapper input[type=week],
  .gform_wrapper.gravity-theme .input-wrapper input[type=number],
  .gform_wrapper.gravity-theme .input-wrapper input[type=search],
  .gform_wrapper.gravity-theme .input-wrapper input[type=tel],
  .gform_wrapper.gravity-theme .input-wrapper input[type=color],
  .gform_wrapper.gravity-theme .input-wrapper textarea {
    padding-top: -webkit-calc(12px + 4 * (100vw - 0px) / 1025);
    padding-top: calc(12px + 4 * (100vw - 0px) / 1025);
  }
}
@media screen and (min-width: 1025px) {
  .gform_wrapper.gravity-theme .input-wrapper input[type=text],
  .gform_wrapper.gravity-theme .input-wrapper input[type=password],
  .gform_wrapper.gravity-theme .input-wrapper input[type=email],
  .gform_wrapper.gravity-theme .input-wrapper input[type=url],
  .gform_wrapper.gravity-theme .input-wrapper input[type=date],
  .gform_wrapper.gravity-theme .input-wrapper input[type=month],
  .gform_wrapper.gravity-theme .input-wrapper input[type=time],
  .gform_wrapper.gravity-theme .input-wrapper input[type=datetime],
  .gform_wrapper.gravity-theme .input-wrapper input[type=datetime-local],
  .gform_wrapper.gravity-theme .input-wrapper input[type=week],
  .gform_wrapper.gravity-theme .input-wrapper input[type=number],
  .gform_wrapper.gravity-theme .input-wrapper input[type=search],
  .gform_wrapper.gravity-theme .input-wrapper input[type=tel],
  .gform_wrapper.gravity-theme .input-wrapper input[type=color],
  .gform_wrapper.gravity-theme .input-wrapper textarea {
    padding-top: 16px;
  }
}
.gform_wrapper.gravity-theme .input-wrapper input[type=text],
.gform_wrapper.gravity-theme .input-wrapper input[type=password],
.gform_wrapper.gravity-theme .input-wrapper input[type=email],
.gform_wrapper.gravity-theme .input-wrapper input[type=url],
.gform_wrapper.gravity-theme .input-wrapper input[type=date],
.gform_wrapper.gravity-theme .input-wrapper input[type=month],
.gform_wrapper.gravity-theme .input-wrapper input[type=time],
.gform_wrapper.gravity-theme .input-wrapper input[type=datetime],
.gform_wrapper.gravity-theme .input-wrapper input[type=datetime-local],
.gform_wrapper.gravity-theme .input-wrapper input[type=week],
.gform_wrapper.gravity-theme .input-wrapper input[type=number],
.gform_wrapper.gravity-theme .input-wrapper input[type=search],
.gform_wrapper.gravity-theme .input-wrapper input[type=tel],
.gform_wrapper.gravity-theme .input-wrapper input[type=color],
.gform_wrapper.gravity-theme .input-wrapper textarea {
  padding-bottom: 12px;
}
@media screen and (min-width: 0px) {
  .gform_wrapper.gravity-theme .input-wrapper input[type=text],
  .gform_wrapper.gravity-theme .input-wrapper input[type=password],
  .gform_wrapper.gravity-theme .input-wrapper input[type=email],
  .gform_wrapper.gravity-theme .input-wrapper input[type=url],
  .gform_wrapper.gravity-theme .input-wrapper input[type=date],
  .gform_wrapper.gravity-theme .input-wrapper input[type=month],
  .gform_wrapper.gravity-theme .input-wrapper input[type=time],
  .gform_wrapper.gravity-theme .input-wrapper input[type=datetime],
  .gform_wrapper.gravity-theme .input-wrapper input[type=datetime-local],
  .gform_wrapper.gravity-theme .input-wrapper input[type=week],
  .gform_wrapper.gravity-theme .input-wrapper input[type=number],
  .gform_wrapper.gravity-theme .input-wrapper input[type=search],
  .gform_wrapper.gravity-theme .input-wrapper input[type=tel],
  .gform_wrapper.gravity-theme .input-wrapper input[type=color],
  .gform_wrapper.gravity-theme .input-wrapper textarea {
    padding-bottom: -webkit-calc(12px + 2 * (100vw - 0px) / 1025);
    padding-bottom: calc(12px + 2 * (100vw - 0px) / 1025);
  }
}
@media screen and (min-width: 1025px) {
  .gform_wrapper.gravity-theme .input-wrapper input[type=text],
  .gform_wrapper.gravity-theme .input-wrapper input[type=password],
  .gform_wrapper.gravity-theme .input-wrapper input[type=email],
  .gform_wrapper.gravity-theme .input-wrapper input[type=url],
  .gform_wrapper.gravity-theme .input-wrapper input[type=date],
  .gform_wrapper.gravity-theme .input-wrapper input[type=month],
  .gform_wrapper.gravity-theme .input-wrapper input[type=time],
  .gform_wrapper.gravity-theme .input-wrapper input[type=datetime],
  .gform_wrapper.gravity-theme .input-wrapper input[type=datetime-local],
  .gform_wrapper.gravity-theme .input-wrapper input[type=week],
  .gform_wrapper.gravity-theme .input-wrapper input[type=number],
  .gform_wrapper.gravity-theme .input-wrapper input[type=search],
  .gform_wrapper.gravity-theme .input-wrapper input[type=tel],
  .gform_wrapper.gravity-theme .input-wrapper input[type=color],
  .gform_wrapper.gravity-theme .input-wrapper textarea {
    padding-bottom: 14px;
  }
}
.gform_wrapper.gravity-theme .input-wrapper select {
  padding-top: 14px;
}
@media screen and (min-width: 0px) {
  .gform_wrapper.gravity-theme .input-wrapper select {
    padding-top: -webkit-calc(14px + 4 * (100vw - 0px) / 1025);
    padding-top: calc(14px + 4 * (100vw - 0px) / 1025);
  }
}
@media screen and (min-width: 1025px) {
  .gform_wrapper.gravity-theme .input-wrapper select {
    padding-top: 18px;
  }
}
.gform_wrapper.gravity-theme .input-wrapper select {
  padding-bottom: 14px;
}
@media screen and (min-width: 0px) {
  .gform_wrapper.gravity-theme .input-wrapper select {
    padding-bottom: -webkit-calc(14px + 2 * (100vw - 0px) / 1025);
    padding-bottom: calc(14px + 2 * (100vw - 0px) / 1025);
  }
}
@media screen and (min-width: 1025px) {
  .gform_wrapper.gravity-theme .input-wrapper select {
    padding-bottom: 16px;
  }
}

.ginput_recaptcha_terms {
  font-size: 14px !important;
  margin-top: 12px !important;
  color: #fbfbfb !important;
}
.ginput_recaptcha_terms a {
  position: relative;
  line-height: 100%;
  padding-bottom: 4px;
  color: #fbfbfb;
}
.ginput_recaptcha_terms a:before {
  content: "";
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  -webkit-transform: scale3d(0, 1, 1);
          transform: scale3d(0, 1, 1);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  position: absolute;
  width: 100%;
  height: 1px;
  background: #49e806;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
.ginput_recaptcha_terms a:hover, .ginput_recaptcha_terms a:focus-visible, .ginput_recaptcha_terms a.active {
  color: #fbfbfb;
}
.ginput_recaptcha_terms a:hover span,
.ginput_recaptcha_terms a:hover p, .ginput_recaptcha_terms a:focus-visible span,
.ginput_recaptcha_terms a:focus-visible p, .ginput_recaptcha_terms a.active span,
.ginput_recaptcha_terms a.active p {
  color: #fbfbfb;
}
.ginput_recaptcha_terms a:hover:before, .ginput_recaptcha_terms a:focus-visible:before, .ginput_recaptcha_terms a.active:before {
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}
.ginput_recaptcha_terms a:hover, .ginput_recaptcha_terms a:focus-visible, .ginput_recaptcha_terms a.active {
  text-decoration: none;
}

.gform_validation_errors {
  display: none !important;
}
.gform_footer {
  text-align: right;
  position: relative;
}
@media (max-width: 47.99em) {
  .gform_button {
    width: 100%;
  }
}
.gform_heading {
  display: none !important;
}
.gform_confirmation_message {
  font-size: 18px !important;
  color: #fbfbfb !important;
}
.gform_fields {
  row-gap: 24px !important;
}
.gform_fields .gfield_label {
  position: relative !important;
  width: auto !important;
  height: auto !important;
  color: #fbfbfb !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  gap: 0px !important;
}
.gform_fields .gfield .help-block {
  position: relative !important;
  bottom: 4px !important;
  font-size: 14px;
}
.gform_fields .gfield_required_text {
  color: transparent !important;
}
.gform_fields .gfield_required_text::before {
  content: "*";
  color: #fbfbfb !important;
  margin-left: 1px;
  position: absolute;
  top: 0;
}
.gform_fields .gfield--type-checkbox .gfield_label {
  display: none !important;
}
.gform_fields .gfield--type-checkbox input[type=checkbox] + label {
  color: #fbfbfb !important;
  font-size: 18px !important;
  height: -webkit-max-content !important;
  height: -moz-max-content !important;
  height: max-content !important;
  padding-left: 32px !important;
  margin-left: 6px !important;
}
.gform_fields .gfield--type-checkbox input[type=checkbox] + label::before {
  content: "" !important;
  width: 16px !important;
  height: 16px !important;
  background: transparent !important;
  border: 1px solid #fbfbfb !important;
  border-radius: 2px !important;
  margin-top: 6px !important;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.gform_fields .gfield--type-checkbox input[type=checkbox]:focus-visible + label::before {
  outline: 2px solid #49e806 !important;
  outline-offset: 1px !important;
}
.gform_fields .gfield--type-checkbox input[type=checkbox]:checked + label::before {
  content: "" !important;
  background: url("../../img/icons/check.svg") no-repeat center center !important;
  background-size: contain !important;
  border-color: #49e806 !important;
}
.gform_fields .gfield--type-checkbox .gchoice {
  width: 100% !important;
}
.gform_footer {
  margin-top: 16px !important;
  padding: 4px !important;
}
.gform_footer button.btn, .gform_footer button.gform_button {
  display: inline-block !important;
  border: 0 !important;
  background: #49e806 !important;
  color: #131f29 !important;
  border-radius: 100px !important;
  font-weight: 400 !important;
  -webkit-transition: all 600ms ease !important;
  transition: all 600ms ease !important;
  text-align: center !important;
  line-height: 1 !important;
  padding: 12px 16px !important;
  position: relative !important;
  overflow: hidden !important;
}
.gform_footer button.btn:hover, .gform_footer button.gform_button:hover, .gform_footer button.btn:focus-visible, .gform_footer button.gform_button:focus-visible {
  text-decoration: none !important;
  cursor: pointer !important;
}
.gform_footer button.btn .btn-label, .gform_footer button.gform_button .btn-label {
  margin-right: 24px !important;
  position: relative !important;
  z-index: 1 !important;
  pointer-events: none !important;
}
.gform_footer button.btn .btn-icon, .gform_footer button.gform_button .btn-icon {
  position: absolute !important;
  right: 16px !important;
  -webkit-transition: all 600ms ease !important;
  transition: all 600ms ease !important;
  z-index: 1 !important;
  pointer-events: none !important;
}
.gform_footer button.btn .btn-icon svg, .gform_footer button.gform_button .btn-icon svg,
.gform_footer button.btn .btn-icon path,
.gform_footer button.gform_button .btn-icon path {
  -webkit-transition: all 600ms ease !important;
  transition: all 600ms ease !important;
  all: revert-layer;
  display: revert;
}
.gform_footer button.btn-primary {
  padding-bottom: 14px !important;
}
.gform_footer button.btn-primary .btn-label {
  margin-right: 34px !important;
}
.gform_footer button.btn-primary .btn-icon {
  width: 28px !important;
  height: 28px !important;
  background: #131f29 !important;
  border-radius: 100px !important;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  top: 50% !important;
  -webkit-transform: translateY(-50%) !important;
          transform: translateY(-50%) !important;
}
.gform_footer button.btn-primary .btn-icon svg path {
  stroke: #49e806 !important;
}
.gform_footer button.btn-primary::after {
  content: "" !important;
  position: absolute !important;
  width: 27px !important;
  height: 27px !important;
  background: #131f29 !important;
  border-radius: 100px !important;
  top: 50% !important;
  right: 16px !important;
  z-index: 0 !important;
  -webkit-transform: translateY(-50%) !important;
          transform: translateY(-50%) !important;
  -webkit-transition: all 600ms ease !important;
  transition: all 600ms ease !important;
}
.gform_footer button.btn-primary:hover, .gform_footer button.btn-primary:focus-visible {
  background: #5903ff !important;
  color: #fff !important;
}
.gform_footer button.btn-primary:hover::after, .gform_footer button.btn-primary:focus-visible::after {
  width: 120% !important;
  height: 420% !important;
  right: -16px !important;
  background: #5903ff !important;
  -webkit-transition: all 600ms ease !important;
  transition: all 600ms ease !important;
}
.gform_footer button.btn-primary:hover .btn-icon, .gform_footer button.btn-primary:focus-visible .btn-icon {
  background: #5903ff !important;
}
.gform_footer button.btn-primary:hover .btn-icon svg, .gform_footer button.btn-primary:focus-visible .btn-icon svg {
  rotate: 45deg;
  -webkit-transition: all 600ms ease !important;
  transition: all 600ms ease !important;
}
.gform_footer button.btn-primary:hover .btn-icon svg path, .gform_footer button.btn-primary:focus-visible .btn-icon svg path {
  stroke: #fbfbfb !important;
  -webkit-transition: all 600ms ease !important;
  transition: all 600ms ease !important;
}
.gform_footer button.btn-primary:focus-visible {
  outline: 3px solid #49e806 !important;
  outline-offset: 0px !important;
}

.honeypot {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  z-index: -1;
}
.grecaptcha-badge {
  display: none;
}

.ginput_recaptcha_terms {
  font-size: 14px;
  margin-top: 8px;
}

.gform_required_message {
  font-size: 14px;
  margin-bottom: 15px;
}
@media screen and (min-width: 0px) {
  .gform_required_message {
    margin-bottom: -webkit-calc(15px + 15 * (100vw - 0px) / 1025);
    margin-bottom: calc(15px + 15 * (100vw - 0px) / 1025);
  }
}
@media screen and (min-width: 1025px) {
  .gform_required_message {
    margin-bottom: 30px;
  }
}
.gform_required_message {
  display: block;
}

.gform_confirmation_message {
  font-size: clamp(18px, 3vw, 24px) !important;
}

.hamburger {
  padding: 10px 10px;
  background: #49e806;
  border-radius: 100px;
  padding: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 44px;
  width: 44px;
  cursor: pointer;
  outline: 0;
  color: #131f29;
  border: 0;
  margin: 0;
  margin-left: 24px;
  overflow: visible;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}
@media (max-width: 61.99em) {
  .hamburger {
    margin-left: 16px;
  }
}
.hamburger:hover, .hamburger:active, .hamburger.nice-select.open, .hamburger:focus {
  background: #5903ff;
  color: #fbfbfb;
}
.hamburger:hover .hamburger-inner, .hamburger:hover .hamburger-inner::before, .hamburger:hover .hamburger-inner::after, .hamburger:active .hamburger-inner, .hamburger.nice-select.open .hamburger-inner, .hamburger:active .hamburger-inner::before, .hamburger.nice-select.open .hamburger-inner::before, .hamburger:active .hamburger-inner::after, .hamburger.nice-select.open .hamburger-inner::after, .hamburger:focus .hamburger-inner, .hamburger:focus .hamburger-inner::before, .hamburger:focus .hamburger-inner::after {
  background-color: #fbfbfb;
}
.hamburger:hover .hamburger-inner::before, .hamburger:active .hamburger-inner::before, .hamburger.nice-select.open .hamburger-inner::before, .hamburger:focus .hamburger-inner::before {
  width: 13px;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}
.hamburger:hover .hamburger-inner::after, .hamburger:active .hamburger-inner::after, .hamburger.nice-select.open .hamburger-inner::after, .hamburger:focus .hamburger-inner::after {
  width: 24px;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}

.hamburger-box {
  width: 24px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 24px;
  height: 2px;
  background-color: #131f29;
  border-radius: 0.25rem;
  position: absolute;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
}
.hamburger-inner::before {
  top: -6px;
}
.hamburger-inner::after {
  bottom: -6px;
  width: 13px;
}

.contact-form {
  position: fixed;
  top: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100vh;
  z-index: 100;
  background: #014349;
  padding: 0px 40px;
  -webkit-transition: opacity 700ms ease 700ms, visibility 700ms ease 700ms, -webkit-transform 600ms ease;
  transition: opacity 700ms ease 700ms, visibility 700ms ease 700ms, -webkit-transform 600ms ease;
  transition: transform 600ms ease, opacity 700ms ease 700ms, visibility 700ms ease 700ms;
  transition: transform 600ms ease, opacity 700ms ease 700ms, visibility 700ms ease 700ms, -webkit-transform 600ms ease;
}
.contact-form-active .contact-form {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  visibility: visible;
  -webkit-transition: -webkit-transform 600ms;
  transition: -webkit-transform 600ms;
  transition: transform 600ms;
  transition: transform 600ms, -webkit-transform 600ms;
}
.contact-form::-moz-selection {
  background: #49e806;
  color: #014349;
}
.contact-form::selection {
  background: #49e806;
  color: #014349;
}
.contact-form::-moz-selection {
  background: #49e806;
  color: #014349;
}
.contact-form *::-moz-selection {
  background: #49e806;
  color: #014349;
}
.contact-form *::selection {
  background: #49e806;
  color: #014349;
}
.contact-form *::-moz-selection {
  background: #49e806;
  color: #014349;
}
@media (max-width: 61.99em) {
  .contact-form {
    padding: 0px 48px;
    width: 100vw;
  }
}
@media (max-width: 47.99em) {
  .contact-form {
    padding: 0px 16px;
  }
}
.contact-form__inner {
  max-width: 1600px;
  margin: 0 auto;
}
.contact-form__logo {
  width: 100%;
  max-width: 230px;
}
@media (max-width: 61.99em) {
  .contact-form__logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.contact-form__logo-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact-form__logo .sizer {
  width: 100%;
  padding-bottom: 17.3913043478%;
}
.contact-form__controls {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}
.contact-form-close {
  background: #49e806;
  border: none;
  width: 44px;
  height: 44px;
  border-radius: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 24px;
  cursor: pointer;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}
.contact-form-close svg,
.contact-form-close line {
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}
.contact-form-close:hover, .contact-form-close:focus-visible {
  background: #5903ff;
}
.contact-form-close:hover svg, .contact-form-close:focus-visible svg {
  rotate: 90deg;
}
.contact-form-close:hover svg,
.contact-form-close:hover line, .contact-form-close:focus-visible svg,
.contact-form-close:focus-visible line {
  stroke: #fbfbfb;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}
.contact-form__title {
  color: #49e806;
  max-width: 528px;
  margin-right: auto;
}
.contact-form__description {
  color: #fbfbfb;
  max-width: 528px;
  margin-right: auto;
}
.contact-form__content {
  margin-top: 80px;
}
@media (min-width: 1600px) and (max-height: 1000px) {
  .contact-form__content {
    margin-top: 60px;
  }
}
@media (max-width: 61.99em) {
  .contact-form__content {
    margin-top: 40px;
  }
}
.contact-form__content--title {
  padding-right: 12%;
}
@media (max-width: 61.99em) {
  .contact-form__content--title {
    padding-right: 18%;
  }
}
.contact-form__wrapper {
  max-height: 75vh;
  overflow-y: auto;
  padding-right: 8px;
}
@media (min-width: 1600px) and (max-height: 1000px) {
  .contact-form__wrapper {
    max-height: 78vh;
  }
}
.contact-form__wrapper::-webkit-scrollbar {
  width: 4px;
  border-radius: 100px;
  overflow: hidden;
}
.contact-form__wrapper::-webkit-scrollbar-track {
  background: rgba(0, 59, 65, 0.1921568627);
}
.contact-form__wrapper::-webkit-scrollbar-thumb {
  background: #003b41;
}
.contact-form__wrapper::-webkit-scrollbar-thumb:hover {
  background: #003b41;
}
@media (max-width: 1600px) and (max-height: 900px) {
  .contact-form__wrapper {
    max-height: 62vh;
  }
}
@media (max-width: 87.5em) {
  .contact-form__wrapper {
    max-height: 70vh;
  }
}
@media (max-width: 61.99em) {
  .contact-form__wrapper {
    max-height: 50vh;
    margin-top: 40px;
  }
}

.header {
  background-color: transparent;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  height: auto;
  position: fixed;
  width: 100%;
  z-index: 99;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media (max-width: 61.99em) {
  .header {
    width: 100vw;
  }
}
.header.bg-dark {
  background: #131f29;
}
.header.scrolled, .header.header-hidden {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.has-page-reader .header {
  height: 130px;
}
@media (min-width: 64.0625em) {
  .has-page-reader .header {
    height: 160px;
  }
}
.header-sticky .header {
  background: #131f29;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}
.admin-bar.header-sticky .header {
  top: 46px;
}
@media (min-width: 48.9375em) {
  .admin-bar.header-sticky .header {
    top: 32px;
  }
}
.header .row {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__inner {
  padding: 24px 0;
}
@media (max-width: 61.99em) {
  .header__inner {
    padding: 16px 0;
  }
}
.header__logo {
  width: 100%;
  max-width: 230px;
}
@media (max-width: 61.99em) {
  .header__logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.header__logo-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__logo .sizer {
  width: 100%;
  padding-bottom: 17.3913043478%;
}
.header__search {
  background: none;
  margin: 0;
  padding: 5px 10px;
  border: 0;
  line-height: 1;
  font-size: 20px;
}
.header__controls {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}
@media (max-width: 35.99em) {
  .header__nav {
    width: auto;
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
    padding: 0;
    height: 100vh;
    height: 100dvh;
  }
  .admin-bar .header__nav {
    top: 46px;
  }
  .header__nav {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: -1;
    top: 0;
    right: 0;
    left: 100px;
    background-color: #e9ecef;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity all 300ms ease;
    transition: opacity all 300ms ease;
  }
}
@media (max-width: 35.99em) and (min-width: 783px) {
  .admin-bar .header__nav {
    top: 32px;
  }
}
@media (max-width: 35.99em) {
  .nav-active .header__nav {
    z-index: 1;
    pointer-events: auto;
    opacity: 1;
    overflow-y: auto;
  }
}

@media (max-width: 35.99em) {
  .page-wrap {
    position: relative;
    z-index: 2;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-box-shadow: -1px -2px 20px 0 rgba(0, 0, 0, 0);
            box-shadow: -1px -2px 20px 0 rgba(0, 0, 0, 0);
  }
  .nav-active .page-wrap {
    -webkit-box-shadow: -1px -2px 20px 0 rgba(0, 0, 0, 0.2);
            box-shadow: -1px -2px 20px 0 rgba(0, 0, 0, 0.2);
    -webkit-transform: translateX(-webkit-calc(-100% + 100px));
            transform: translateX(calc(-100% + 100px));
  }
}

.nav {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 36em) {
  .nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.nav__li {
  position: relative;
}
@media (max-width: 35.99em) {
  .nav__li + .nav__li {
    border-top: 1px solid #014349;
  }
}
@media (max-width: 35.99em) {
  .nav__li--submenu-open > .nav__toggle i {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
@media (min-width: 36em) {
  .nav__li:hover > .nav__submenu, .nav__li:active > .nav__submenu, .nav__li.nice-select.open > .nav__submenu, .nav__li:focus > .nav__submenu {
    opacity: 1;
    pointer-events: auto;
    z-index: 998;
    -webkit-transition: all 0s 0s, opacity all 150ms ease;
    transition: all 0s 0s, opacity all 150ms ease;
  }
  .nav__submenu .nav__li:hover > .nav__a .nav__a__title, .nav__submenu .nav__li:active > .nav__a .nav__a__title, .nav__submenu .nav__li.nice-select.open > .nav__a .nav__a__title, .nav__submenu .nav__li:focus > .nav__a .nav__a__title {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
}
.nav__toggle {
  width: 49px;
  height: 49px;
  background-color: #014349;
  border: 0;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
@media (min-width: 36em) {
  .nav__toggle {
    width: 30px;
    height: auto;
    bottom: 0;
  }
}
.nav__toggle i {
  display: inline-block;
  color: #fff;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
}
@media (max-width: 35.99em) {
  .nav__toggle i {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
@media (min-width: 36em) {
  .nav__toggle--0 {
    display: none;
  }
}
.nav__a {
  white-space: nowrap;
  display: block;
  padding: 0.5rem 1rem;
}
.nav__a__title {
  -webkit-transition: inherit;
  transition: inherit;
  display: block;
}
@media (max-width: 35.99em) {
  .nav__a {
    padding: 15px;
    font-size: 12px;
    position: relative;
    z-index: 1;
  }
}
.nav__submenu {
  color: #fff;
  position: relative;
  width: 100%;
  display: none;
  background-color: #014349;
}
@media (min-width: 36em) {
  .nav__submenu {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    width: auto;
    min-width: 200px;
    opacity: 0;
    pointer-events: none;
    z-index: -10;
    -webkit-transition: all 0s 150ms, opacity all 150ms ease;
    transition: all 0s 150ms, opacity all 150ms ease;
  }
}
@media (max-width: 35.99em) {
  .nav__submenu .nav__li + .nav__li {
    border-top: 1px solid rgba(255, 255, 255, 0.8);
  }
}
.nav__submenu a {
  color: inherit;
  padding: 0.5vw 0.75vw;
}
@media (max-width: 35.99em) {
  .nav__submenu a {
    padding: 15px;
    font-size: 12px;
    position: relative;
    z-index: 1;
  }
}
.nav__submenu .nav__submenu {
  background-color: rgb(0.6554054054, 43.9121621622, 47.8445945946);
}
@media (min-width: 36em) {
  .nav__submenu .nav__submenu {
    top: 0;
    left: 100%;
  }
}
.nav__submenu .nav__submenu .nav__submenu {
  display: none;
}

.mega-menu {
  position: fixed;
  top: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  z-index: 99;
  background: #014349;
  padding: 0px 40px;
  -webkit-transition: opacity 700ms ease 700ms, visibility 700ms ease 700ms, -webkit-transform 600ms ease;
  transition: opacity 700ms ease 700ms, visibility 700ms ease 700ms, -webkit-transform 600ms ease;
  transition: transform 600ms ease, opacity 700ms ease 700ms, visibility 700ms ease 700ms;
  transition: transform 600ms ease, opacity 700ms ease 700ms, visibility 700ms ease 700ms, -webkit-transform 600ms ease;
}
.mega-menu-active .mega-menu {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  visibility: visible;
  -webkit-transition: -webkit-transform 600ms;
  transition: -webkit-transform 600ms;
  transition: transform 600ms;
  transition: transform 600ms, -webkit-transform 600ms;
}
@media (max-width: 61.99em) {
  .mega-menu {
    padding: 0px 48px;
    width: 100vw;
  }
}
@media (max-width: 47.99em) {
  .mega-menu {
    padding: 0px 16px;
  }
}
.mega-menu__inner {
  max-width: 1600px;
  margin: 0 auto;
}
.mega-menu__logo {
  width: 100%;
  max-width: 230px;
}
@media (max-width: 61.99em) {
  .mega-menu__logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.mega-menu__logo-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.mega-menu__logo .sizer {
  width: 100%;
  padding-bottom: 17.3913043478%;
}
.mega-menu__controls {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}
.mega-menu-close {
  background: #49e806;
  border: none;
  width: 44px;
  height: 44px;
  border-radius: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 24px;
  cursor: pointer;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  position: relative;
}
.mega-menu-close svg {
  position: absolute;
}
.mega-menu-close svg,
.mega-menu-close line {
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}
.mega-menu-close:hover, .mega-menu-close:focus-visible {
  background: #5903ff;
}
.mega-menu-close:hover svg, .mega-menu-close:focus-visible svg {
  rotate: 90deg;
}
.mega-menu-close:hover svg,
.mega-menu-close:hover line, .mega-menu-close:focus-visible svg,
.mega-menu-close:focus-visible line {
  stroke: #fbfbfb;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}
.mega-menu-content {
  margin-top: 80px;
}
@media (min-width: 1100px) and (max-width: 1600px) and (max-height: 900px) {
  .mega-menu-content {
    margin-top: 40px;
    max-height: 68vh;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .mega-menu-content::-webkit-scrollbar {
    width: 4px;
    border-radius: 100px;
    overflow: hidden;
  }
  .mega-menu-content::-webkit-scrollbar-track {
    background: rgba(0, 59, 65, 0.1921568627);
  }
  .mega-menu-content::-webkit-scrollbar-thumb {
    background: #003b41;
  }
  .mega-menu-content::-webkit-scrollbar-thumb:hover {
    background: #003b41;
  }
}
@media (max-width: 85.625em) {
  .mega-menu-content {
    max-height: 65vh;
    padding-bottom: 24px;
  }
}
@media (max-width: 61.99em) {
  .mega-menu-content {
    margin-top: 40px;
    max-height: 60vh;
    overflow-y: auto;
    overflow-x: hidden;
  }
}
.mega-menu__main-menu ul {
  padding: 0;
}
.mega-menu__main-menu ul li {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  margin-bottom: 60px;
}
@media (max-width: 61.99em) {
  .mega-menu__main-menu ul li {
    gap: 24px;
    margin-bottom: 40px;
  }
}
.mega-menu__main-menu ul li .number {
  font-size: 14px;
  font-family: "Freeman", sans-serif;
  color: #fbfbfb;
  padding-top: 12px;
}
.mega-menu__main-menu ul li a {
  color: #fbfbfb;
  font-size: 72px;
  text-decoration: none;
  line-height: 115%;
  font-family: "Freeman", sans-serif;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}
.mega-menu__main-menu ul li a:hover, .mega-menu__main-menu ul li a:focus-visible {
  color: #49e806;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}
@media (max-width: 61.99em) {
  .mega-menu__main-menu ul li a {
    font-size: 40px;
    line-height: 100%;
  }
}
.mega-menu-socials {
  padding: 0 40px;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 24px;
  padding-top: 24px;
  border-top: 1px solid rgba(251, 251, 251, 0.2);
  background: #014349;
}
.mega-menu-socials__list {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 106.25em) {
  .mega-menu-socials__list {
    max-width: 1600px;
    margin: 0 auto;
  }
}
.mega-menu-socials__list li {
  list-style-type: none;
}
.mega-menu-socials a {
  color: #fbfbfb;
}
.mega-menu-cta__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding: 24px;
  background: #003b41;
  border-radius: 16px;
  margin-right: 6px;
}
.mega-menu-cta__inner .cta-image {
  aspect-ratio: 16/5;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 40px;
}
.mega-menu-cta__inner .cta-graphic {
  margin-bottom: 32px;
}
.mega-menu-cta__inner .cta-description {
  font-size: 18px;
  line-height: 130%;
  color: #fbfbfb;
  margin-bottom: 40px;
}
.mega-menu-cta__inner .cta-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.keyboard-nav {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 999999;
}
.keyboard-nav a {
  position: absolute;
  left: 0;
  top: -10em;
  padding: 15px 30px;
  white-space: nowrap;
  color: #fff;
  font-size: 18px;
  background-color: #014349;
}
.keyboard-nav a:focus {
  top: 10px;
  left: 10px;
}

.footer {
  background-color: #131f29;
  color: #fbfbfb;
  padding: 80px 0px 24px;
  z-index: 95;
  overflow: hidden;
}
.footer h2, .footer .services__content .services__title, .services__content .footer .services__title, .footer .featured-banner__content h1, .featured-banner__content .footer h1, .footer .stacked-banner__title, .footer .default-banner__title, .footer .contact-form__title {
  font-size: 48px;
  line-height: 110%;
  margin-bottom: 160px;
  color: #fbfbfb;
}
@media (max-width: 64.0525em) {
  .footer h2, .footer .services__content .services__title, .services__content .footer .services__title, .footer .featured-banner__content h1, .featured-banner__content .footer h1, .footer .stacked-banner__title, .footer .default-banner__title, .footer .contact-form__title {
    font-size: 36px;
    margin-bottom: 40px;
  }
}
.footer a {
  color: inherit;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.footer nav {
  padding: 0;
  width: 30%;
}
@media (max-width: 64.0525em) {
  .footer nav {
    width: 45%;
  }
}
@media (max-width: 47.99em) {
  .footer nav {
    width: 40%;
  }
}
.footer ul {
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.footer-left-wrap {
  width: 70%;
  max-width: 460px;
}
@media (max-width: 64.0525em) {
  .footer-left-wrap {
    width: 100%;
  }
}
.footer-right--top, .footer-right--bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media (max-width: 64.0525em) {
  .footer-right--top, .footer-right--bottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 63px;
    row-gap: 40px;
  }
}
.footer-right--top {
  margin-bottom: 150px;
}
@media (max-width: 64.0525em) {
  .footer-right--top {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.footer-right--top .footer-socials li {
  list-style-type: none;
}
@media (max-width: 64.0525em) {
  .footer-right--top .footer-socials {
    width: 45%;
  }
}
@media (max-width: 47.99em) {
  .footer-right--top .footer-socials {
    width: 40%;
  }
}
.footer-right--top .contact-details {
  width: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  padding-left: 100px;
  margin-left: auto;
}
.footer-right--top .contact-details p {
  margin: 0;
}
.footer-right--top .contact-details .address {
  white-space: pre-line;
}
@media (max-width: 64.0525em) {
  .footer-right--top .contact-details {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    padding-left: 0;
    gap: 63px;
  }
  .footer-right--top .contact-details__address,
  .footer-right--top .contact-details .phone {
    width: 45%;
    padding-right: 80px;
  }
}
@media (max-width: 47.99em) {
  .footer-right--top .contact-details__address,
  .footer-right--top .contact-details .phone {
    width: 40%;
    padding-right: 0;
  }
  .footer-right--top .contact-details__address .address,
  .footer-right--top .contact-details .phone .address {
    max-width: 125px;
  }
}
@media (max-width: 768px) {
  .footer-right--top .contact-details .phone {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
.footer-right--bottom .footer-legals-right {
  width: 25%;
}
.footer-right--bottom .footer-marks-wrap {
  width: 45%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 64.0525em) {
  .footer-right--bottom .footer-marks-wrap {
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.footer-right--bottom .footer-marks-wrap .footer__copy {
  font-size: 13px;
  opacity: 0.8;
}
@media (max-width: 35.99em) {
  .footer__menu-wrapper {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
}
.footer__menu {
  padding: 0 0 10px 0;
  margin: 0;
  list-style: none;
}
@media (min-width: 36em) {
  .footer__menu {
    padding: 0;
  }
}
.footer__menu__li {
  display: block;
}
@media (min-width: 36em) {
  .footer__menu__li {
    display: inline-block;
  }
}
.footer__menu__link {
  display: block;
}
@media (min-width: 48em) and (max-width: 68.75em) {
  .footer-form {
    width: 70%;
  }
}
.footer-form__title {
  margin-bottom: 24px;
  color: #fbfbfb;
}
.footer-form__form .gform_heading {
  display: none;
}
.footer-form__form .gform_body {
  position: relative;
}
.footer-form__form .gform_body .gfield_label {
  display: none !important;
}
.footer-form__form .gform_body .gfield--type-email {
  grid-column: span 12 !important;
  position: relative !important;
}
.footer-form__form .gform_body .gfield--type-email input {
  background: transparent !important;
  color: #fbfbfb !important;
  border: none !important;
  border-bottom: 1px solid #fbfbfb !important;
  border-radius: 0 !important;
  padding: 16px 0 !important;
  padding-right: 34px !important;
  padding-left: 0 !important;
  height: 52px !important;
}
.footer-form__form .gform_body .gfield--type-email input.mouse-focus {
  border: none !important;
  border-bottom: 1px solid #49e806 !important;
}
.footer-form__form .gform_body .gfield--type-email input.tab-focus {
  border: 1px solid #49e806 !important;
}
.footer-form__form .gform_body .gfield--type-email .help-block {
  position: relative !important;
  bottom: 0px !important;
}
.footer-form__form .gform_body .gfield--type-submit {
  position: absolute;
  right: 0;
  top: 10px;
}
.footer-form__form .gform_body .gfield--type-submit button {
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  cursor: pointer !important;
  color: transparent !important;
  background-image: url("../../img/icons/arrow-right.svg") !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  width: 20px !important;
  height: 20px !important;
}
.footer-form__form .gform_body .gfield--type-submit button .btn-icon,
.footer-form__form .gform_body .gfield--type-submit button .btn-label {
  display: none !important;
}
.footer-form__form .gform_body .gfield--type-submit button:focus-visible {
  outline: 2px solid #49e806 !important;
  outline-offset: 2px !important;
}
.footer-form__form .gform_body .gfield--type-submit button:focus:not(:focus-visible) {
  outline: none !important;
}
.footer-block-text {
  margin-top: 80px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer-block-text svg {
  width: 100%;
  height: auto;
}
@media (max-width: 64.0525em) {
  .footer-block-text {
    margin-top: 40px;
  }
}

.loader {
  position: fixed;
  background: #fff;
  top: 110px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  pointer-events: none;
}
body.admin-bar .loader {
  top: 142px;
}
.loader__inner {
  background: url("../../img/loader.svg") no-repeat center;
  -webkit-animation: loader-rotate 4s linear infinite;
          animation: loader-rotate 4s linear infinite;
  width: 100%;
  height: 100%;
}

.admin-bar .searchbox {
  top: 46px;
}
@media (min-width: 783px) {
  .admin-bar .searchbox {
    top: 32px;
  }
}
.searchbox {
  position: fixed;
  background-color: rgba(1, 67, 73, 0.8);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  color: #fff;
  opacity: 0;
  -webkit-transition: opacity all 300ms ease;
  transition: opacity all 300ms ease;
  pointer-events: none;
  padding: 0 30px;
}
.search-active .searchbox {
  opacity: 1;
  pointer-events: auto;
}
.searchbox__close {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  margin: 0;
  border: 0;
  line-height: 0;
  background-color: #fff;
  color: #014349;
  font-size: 25px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.searchbox__close:hover, .searchbox__close:active, .searchbox__close.nice-select.open, .searchbox__close:focus {
  color: #fff;
  background-color: #014349;
}
.searchbox__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  height: 100vh;
  overflow-y: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.searchbox__form {
  width: 100%;
  position: relative;
}
.searchbox__form .form-control, .searchbox__form .form-group.name input, .form-group.name .searchbox__form input,
.searchbox__form .form-group.time input,
.form-group.time .searchbox__form input,
.searchbox__form .form-group.time select,
.form-group.time .searchbox__form select,
.searchbox__form .form-group.address input,
.form-group.address .searchbox__form input,
.searchbox__form .form-group.address select,
.form-group.address .searchbox__form select, .searchbox__form .ginput_container_list .gfield_list_cell input, .ginput_container_list .gfield_list_cell .searchbox__form input {
  margin-bottom: 0;
  padding-right: 50px;
}
.searchbox__form__submit {
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  padding: 0;
  margin: 0;
  border: 0;
  height: 100%;
  width: 50px;
}
.searchbox__fuzzy {
  margin-top: 10px;
  background-color: #fff;
  color: #014349;
  border-radius: 0.25rem;
}
.searchbox__fuzzy__link {
  padding: 10px;
}
.searchbox__fuzzy__link + .searchbox__fuzzy__link {
  border-top: 1px solid #014349;
}
body.search-active {
  overflow: hidden;
}

.sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebar a {
  padding: 10px;
  display: block;
}
.sidebar__nav__item {
  display: block;
  border-bottom: 1px solid #ced4da;
  margin-bottom: 10px;
}
.sidebar__nav__item a {
  font-weight: 700;
}
.sidebar__sub-nav__item {
  color: #ced4da;
}
.sidebar__sub-nav__item:hover a, .sidebar__sub-nav__item:active a, .sidebar__sub-nav__item.nice-select.open a, .sidebar__sub-nav__item:focus a {
  color: #343a40;
  -webkit-transform: translateX(6px);
          transform: translateX(6px);
}
.sidebar__sub-nav__item--current a {
  color: #343a40;
  -webkit-transform: translateX(6px);
          transform: translateX(6px);
}

.pagination {
  width: 100%;
}
.pagination__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination__list__item--current {
  background-color: #014349;
  color: #fff;
}
.pagination__list__item--current a {
  color: inherit;
}
.pagination__list__link {
  display: block;
  padding: 10px;
  font-weight: 700;
  line-height: 1;
}
.pagination__list__link:hover, .pagination__list__link:active, .pagination__list__link.nice-select.open, .pagination__list__link:focus {
  text-decoration: underline;
}

.page-reader-progress {
  width: 100%;
  background: #014349;
  z-index: 90;
}
.page-reader-progress__placeholder {
  position: relative;
  height: 85px;
  width: 100%;
}
.page-reader-progress__text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page-reader-progress__text__label {
  color: white;
  font-weight: bold;
  padding-right: 8px;
  white-space: nowrap;
  padding-top: 5px;
  display: none;
}
@media (min-width: 36em) {
  .page-reader-progress__text__label {
    display: inline-block;
  }
}
.page-reader-progress__text__title {
  color: white;
  display: inline-block;
  padding-top: 5px;
}
@media (max-width: 35.99em) {
  .page-reader-progress__text__title {
    white-space: nowrap;
    overflow: hidden;
    overflow-x: auto;
    display: none;
  }
}
.page-reader-progress__bar {
  height: 4px;
  width: 100%;
}
.page-reader-progress__inner {
  background: #49e806;
  height: 4px;
  width: 0;
  -webkit-transition: width 0.2s ease;
  transition: width 0.2s ease;
}
.page-reader-progress__share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  margin-left: auto;
}
.page-reader-progress__share__icon {
  height: 30px;
  width: 30px;
  line-height: 30px;
  padding: 10px 5px;
  position: relative;
  margin-left: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-reader-progress__share__icon:hover, .page-reader-progress__share__icon:active, .page-reader-progress__share__icon.nice-select.open, .page-reader-progress__share__icon:focus {
  text-decoration: none;
}
.page-reader-progress__share__icon:hover svg path, .page-reader-progress__share__icon:active svg path, .page-reader-progress__share__icon.nice-select.open svg path, .page-reader-progress__share__icon:focus svg path {
  fill: #49e806;
}
@media (hover: hover) {
  .page-reader-progress__share__icon:hover {
    border-color: #49e806;
  }
}
.page-reader-progress__share__icon svg {
  width: auto;
  height: 15px;
  fill: white;
}
.page-reader-progress__share__icon svg path {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.default-banner {
  position: relative;
  height: 100vh;
  padding: 100px 0 60px;
}
.default-banner .container {
  height: 100%;
}
.default-banner__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.default-banner__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(19, 31, 41, 0)), color-stop(92.42%, #131f29)), -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4)));
  background: linear-gradient(180deg, rgba(19, 31, 41, 0) 0%, #131f29 92.42%), linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%);
  z-index: 1;
}
.default-banner__inner {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  bottom: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.default-banner__breadcrumb {
  padding-top: 64px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media (max-width: 61.99em) {
  .default-banner__breadcrumb {
    padding-top: 24px;
  }
}
.default-banner__breadcrumb a.link {
  color: #fbfbfb;
  padding-left: 20px;
}
.default-banner__breadcrumb a.link::after {
  content: "";
  position: absolute;
  left: 0;
  top: 46%;
  -webkit-transform: translateY(-60%);
          transform: translateY(-60%);
  width: 16px;
  height: 16px;
  background: url("../../img/icons/home.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.default-banner__breadcrumb .breadcrumb_last {
  color: #49e806;
}
.default-banner__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 64px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 61.99em) {
  .default-banner__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0;
  }
}
.default-banner__content .running-text {
  width: 75%;
}
@media (max-width: 61.99em) {
  .default-banner__content .running-text {
    width: 100%;
  }
}
.default-banner__content.with-button .running-text {
  width: 50%;
}
@media (max-width: 61.99em) {
  .default-banner__content.with-button .running-text {
    width: 100%;
  }
}
.default-banner__title {
  font-size: clamp(40px, 40px + 32 * (100vw - 320px) / 1120, 72px);
  color: #49e806;
}
@media (min-width: 64.0625em) and (max-width: 85.625em) {
  .default-banner__title {
    font-size: 56px;
  }
}
@media (max-width: 61.99em) {
  .default-banner__title {
    font-size: 40px !important;
    width: 100%;
  }
}
.default-banner__button {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 61.99em) {
  .default-banner__button {
    width: 100%;
    margin-top: 24px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.homepage-banner {
  position: relative;
  height: 100vh;
  overflow: hidden;
  background: #131f29;
  z-index: 2;
}
.homepage-banner__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.homepage-banner__bg--video {
  height: 100%;
}
.homepage-banner__bg--video .plyr {
  height: 100%;
  width: 100%;
}
.homepage-banner__bg--video .plyr__controls,
.homepage-banner__bg--video .plyr button {
  display: none !important;
}
.homepage-banner__bg--video .plyr iframe,
.homepage-banner__bg--video .plyr video {
  scale: 1.2;
}
@media (max-width: 1600px) and (min-height: 900px) {
  .homepage-banner__bg--video .plyr iframe,
  .homepage-banner__bg--video .plyr video {
    scale: 1.5;
  }
}
@media (max-width: 64.0525em) {
  .homepage-banner__bg--video .plyr iframe,
  .homepage-banner__bg--video .plyr video {
    scale: 4;
  }
}
.homepage-banner__bg--video::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.15)), to(rgba(0, 0, 0, 0.15)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.15) 100%);
  z-index: 1;
}
.homepage-banner__video-embed {
  position: relative;
  height: 100%;
  width: 100%;
}
.homepage-banner__content {
  position: absolute;
  bottom: 40px;
  width: 100%;
}
@media (min-width: 62em) and (max-width: 64.0525em) {
  .homepage-banner__content {
    bottom: 120px;
  }
}
@media (max-width: 61.99em) {
  .homepage-banner__content {
    bottom: 92px;
    padding: 0;
  }
}
.homepage-banner__title {
  color: #fbfbfb;
  margin: 0;
}
.homepage-banner__subtitle {
  color: #fbfbfb;
  margin-top: 32px;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 130%;
  width: 90%;
}
@media (min-width: 100em) {
  .homepage-banner__subtitle {
    width: 70%;
  }
}
@media (max-width: 61.99em) {
  .homepage-banner__subtitle {
    font-size: 20px;
    width: 100%;
    margin-top: 24px;
  }
}
.homepage-banner__button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 61.99em) {
  .homepage-banner__button {
    margin-top: 24px;
  }
}
@media (max-width: 47.99em) {
  .homepage-banner__button {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.stacked-banner {
  position: relative;
  height: auto;
  padding: 100px 0 0;
  background: #131f29;
}
.stacked-banner .container {
  height: 100%;
}
.stacked-banner__bg {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 900px;
  overflow: hidden;
  margin-top: 92px;
  z-index: 0;
}
@media (max-width: 61.99em) {
  .stacked-banner__bg {
    margin-top: 80px;
    height: 560px;
    aspect-ratio: 4/5;
  }
}
.stacked-banner__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(19, 31, 41, 0)), color-stop(92.42%, #131f29)), -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2)));
  background: linear-gradient(180deg, rgba(19, 31, 41, 0) 50%, #131f29 92.42%), linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  z-index: 1;
}
.stacked-banner__bg.post-single::after {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(19, 31, 41, 0)), color-stop(92.42%, #131f29)), -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))) !important;
  background: linear-gradient(180deg, rgba(19, 31, 41, 0) 50%, #131f29 92.42%), linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%) !important;
}
.stacked-banner__inner {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  bottom: 0;
  gap: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.stacked-banner__inner.post-single {
  gap: 0;
}
.stacked-banner__breadcrumb {
  padding-top: 64px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media (max-width: 61.99em) {
  .stacked-banner__breadcrumb {
    padding-top: 24px;
  }
}
.stacked-banner__breadcrumb a.link {
  color: #fbfbfb;
}
.stacked-banner__breadcrumb span span:first-child a.link {
  color: #fbfbfb;
  padding-left: 20px;
}
.stacked-banner__breadcrumb span span:first-child a.link::after {
  content: "";
  position: absolute;
  left: 0;
  top: 46%;
  -webkit-transform: translateY(-60%);
          transform: translateY(-60%);
  width: 16px;
  height: 16px;
  background: url("../../img/icons/home.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.stacked-banner__breadcrumb .breadcrumb_last {
  color: #49e806;
}
.stacked-banner__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.stacked-banner__content.post-single {
  gap: 0;
  width: 80%;
  margin-top: 80px;
  margin-bottom: 40px;
}
@media (max-width: 61.99em) {
  .stacked-banner__content.post-single {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 24px;
  }
}
.stacked-banner__content .running-text {
  width: 78%;
}
@media (max-width: 61.99em) {
  .stacked-banner__content .running-text {
    width: 100%;
  }
  .stacked-banner__content .running-text .title-running-result {
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
  }
}
.stacked-banner__content.with-button .running-text {
  width: 50%;
}
@media (max-width: 61.99em) {
  .stacked-banner__content.with-button .running-text {
    width: 100%;
  }
}
.stacked-banner__title {
  color: #49e806;
}
@media (max-width: 64.0525em) {
  .stacked-banner__title {
    font-size: 62px;
  }
}
@media (max-width: 61.99em) {
  .stacked-banner__title {
    font-size: 40px;
    width: 100%;
  }
}
@media (min-width: 48em) and (max-width: 61.99em) {
  .stacked-banner__title {
    font-size: 72px;
  }
}
.stacked-banner__button {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 61.99em) {
  .stacked-banner__button {
    width: 100%;
    margin-top: 24px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.featured-banner {
  position: relative;
  height: 100vh;
}
.featured-banner__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}
.featured-banner__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(19, 31, 41, 0)), color-stop(92.42%, #131f29)), -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4)));
  background: linear-gradient(180deg, rgba(19, 31, 41, 0) 0%, #131f29 92.42%), linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%);
  z-index: 1;
}
.featured-banner__inner {
  position: relative;
  height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 1;
  padding-top: 80px;
  padding-bottom: 160px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 87.5em) {
  .featured-banner__inner {
    padding-bottom: 80px;
  }
}
.featured-banner__content {
  text-align: center;
  color: #fbfbfb;
}
.featured-banner__content h1 {
  color: #fbfbfb;
  width: 80%;
  margin: 0 auto;
  margin-top: 16px;
  margin-bottom: 40px;
}
.featured-banner__content .post-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
.featured-banner__content .post-details__date, .featured-banner__content .post-details__category {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  font-size: 12px;
  line-height: 100%;
}
.featured-banner__content .post-details .icon {
  width: 12px;
  height: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.banner {
  z-index: 10;
}

.cursor {
  position: fixed;
  pointer-events: none;
  z-index: 110000;
  width: 120px;
  height: 120px;
  top: -30px;
  left: -30px;
  display: block;
  opacity: 0;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  -webkit-transition-property: opacity, width, height, -webkit-transform;
  transition-property: opacity, width, height, -webkit-transform;
  transition-property: opacity, width, height, transform;
  transition-property: opacity, width, height, transform, -webkit-transform;
}
.cursor.moving {
  opacity: 1;
}
@media (max-width: 68.75em) {
  .cursor {
    display: none;
  }
}
.cursor__default {
  opacity: 0;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 80px;
  height: 80px;
  padding: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  scale: 0.5;
  border-radius: 100px;
  color: #131f29;
  text-align: center;
  line-height: 100%;
  background: #49e806;
}
.clickable .cursor__default {
  opacity: 1;
  scale: 1;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.dragable .cursor__default, .close .cursor__default, .expand .cursor__default, .mouse-hover .cursor__default, .slider .cursor__default {
  opacity: 0;
  scale: 0;
  top: -25px;
  left: -25px;
}

.jb-ajax {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.products-listing .jb-ajax {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.jb-ajax.is-loading {
  opacity: 0.5;
  pointer-events: none;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.jb-ajax__more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.jb-ajax__more .btn, .jb-ajax__more .gform_button {
  gap: 8px;
}
.jb-ajax__more .title {
  font-size: 18px !important;
  pointer-events: none;
}
.jb-ajax__more .icon-loading {
  -webkit-animation: rotate 1.5s linear infinite;
          animation: rotate 1.5s linear infinite;
}
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.jb-ajax__filter {
  margin-bottom: 64px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 99;
  background: #131f29;
  padding: 32px 0;
  margin-bottom: 32px;
}
@media (max-width: 61.99em) {
  .jb-ajax__filter {
    padding: 20px 0;
  }
}
.jb-ajax__filter.post {
  background: #fbfbfb;
}
.jb-ajax__filter .mobile-filter-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  padding-left: 16px;
  padding-bottom: 24px;
  pointer-events: none;
}
@media (min-width: 48em) and (max-width: 75em) {
  .jb-ajax__filter .mobile-filter-title {
    padding-left: 0;
  }
}
.jb-ajax__filter--toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  margin-top: 32px;
  padding-left: 0px;
}
@media (min-width: 48em) and (max-width: 75em) {
  .jb-ajax__filter--toggle {
    margin-top: 64px;
    gap: 32px;
    padding-left: 0;
  }
}
.jb-ajax__filter--toggle a.back-btn {
  -webkit-box-flex: 30%;
  -webkit-flex: 30%;
      -ms-flex: 30%;
          flex: 30%;
  padding: 12px 32px;
  border: 1px solid black;
  border-radius: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 48em) and (max-width: 75em) {
  .jb-ajax__filter--toggle a.back-btn {
    -webkit-box-flex: unset;
    -webkit-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }
}
.jb-ajax__filter--toggle a.apply-filter {
  -webkit-box-flex: 70%;
  -webkit-flex: 70%;
      -ms-flex: 70%;
          flex: 70%;
  padding: 12px 32px;
  border: 1px solid black;
  border-radius: 100px;
  text-align: center;
  color: white;
  background: black;
}
@media (min-width: 48em) and (max-width: 75em) {
  .jb-ajax__filter--toggle a.apply-filter {
    -webkit-box-flex: unset;
    -webkit-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }
}
.jb-ajax__filter--wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
.jb-ajax__filter--wrapper .wrapper-inner {
  position: relative;
}
.jb-ajax__filter--category, .jb-ajax__filter--year {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (max-width: 75em) {
  .jb-ajax__filter--category, .jb-ajax__filter--year {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 8px;
  }
  .jb-ajax__filter--category::-webkit-scrollbar, .jb-ajax__filter--year::-webkit-scrollbar {
    height: 2px;
  }
  .jb-ajax__filter--category::-webkit-scrollbar-track, .jb-ajax__filter--year::-webkit-scrollbar-track {
    background: #fbfbfb;
  }
  .jb-ajax__filter--category::-webkit-scrollbar-thumb, .jb-ajax__filter--year::-webkit-scrollbar-thumb {
    background: #49e806;
  }
  .jb-ajax__filter--category::-webkit-scrollbar-thumb:hover, .jb-ajax__filter--year::-webkit-scrollbar-thumb:hover {
    background: #49e806;
  }
}
.jb-ajax__filter--category.post .list-btn, .jb-ajax__filter--year.post .list-btn {
  color: #014349;
}
.jb-ajax__filter--category.post .icon-filter svg rect,
.jb-ajax__filter--category.post .icon-filter svg path, .jb-ajax__filter--year.post .icon-filter svg rect,
.jb-ajax__filter--year.post .icon-filter svg path {
  stroke: #014349;
}
.jb-ajax__filter--category--inner, .jb-ajax__filter--year--inner {
  padding: 16px 24px;
  z-index: 2;
  width: 100%;
}
.jb-ajax__filter--category--wrapper, .jb-ajax__filter--year--wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 81.25em) {
  .jb-ajax__filter--category--wrapper, .jb-ajax__filter--year--wrapper {
    gap: 16px;
  }
}
@media (max-width: 47.99em) {
  .jb-ajax__filter--category--wrapper, .jb-ajax__filter--year--wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 16px;
  }
}
.jb-ajax__filter--category .filter-title, .jb-ajax__filter--year .filter-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 40px;
}
.jb-ajax__filter--category .main-cat, .jb-ajax__filter--year .main-cat {
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.jb-ajax__filter--category .main-cat:hover, .jb-ajax__filter--category .main-cat:active, .jb-ajax__filter--category .main-cat.nice-select.open, .jb-ajax__filter--category .main-cat:focus, .jb-ajax__filter--year .main-cat:hover, .jb-ajax__filter--year .main-cat:active, .jb-ajax__filter--year .main-cat.nice-select.open, .jb-ajax__filter--year .main-cat:focus {
  cursor: pointer;
}
.jb-ajax__filter--category .main-cat.active .icon_min-plus svg path:last-child, .jb-ajax__filter--year .main-cat.active .icon_min-plus svg path:last-child {
  opacity: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 75em) {
  .jb-ajax__filter--category .main-cat, .jb-ajax__filter--year .main-cat {
    margin-bottom: 24px;
  }
}
.jb-ajax__filter--category .main-cat .icon_min-plus, .jb-ajax__filter--year .main-cat .icon_min-plus {
  pointer-events: none;
}
.jb-ajax__filter--category .main-cat .icon_min-plus svg path:last-child, .jb-ajax__filter--year .main-cat .icon_min-plus svg path:last-child {
  opacity: 1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.jb-ajax__filter--category-li, .jb-ajax__filter--year-li {
  list-style: none;
  margin-bottom: 10px;
}
.jb-ajax__filter--category-li a, .jb-ajax__filter--year-li a {
  color: #fbfbfb;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.jb-ajax__filter--category-li a.active, .jb-ajax__filter--year-li a.active {
  background: #49e806;
  color: #131f29;
}
.jb-ajax__filter--category .list-btn, .jb-ajax__filter--year .list-btn {
  border-radius: 600px;
  text-transform: capitalize;
  font-size: 20px;
  line-height: 140%;
  font-weight: 500;
  position: relative;
  color: #fbfbfb;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  padding: 8px 16px;
  text-decoration: none;
}
@media (max-width: 75em) {
  .jb-ajax__filter--category .list-btn, .jb-ajax__filter--year .list-btn {
    padding: 10px 12px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
@media (min-width: 48em) and (max-width: 75em) {
  .jb-ajax__filter--category .list-btn, .jb-ajax__filter--year .list-btn {
    font-size: 16px;
  }
}
.jb-ajax__filter--category .list-btn:hover, .jb-ajax__filter--category .list-btn:active, .jb-ajax__filter--category .list-btn.nice-select.open, .jb-ajax__filter--category .list-btn:focus, .jb-ajax__filter--year .list-btn:hover, .jb-ajax__filter--year .list-btn:active, .jb-ajax__filter--year .list-btn.nice-select.open, .jb-ajax__filter--year .list-btn:focus {
  background-color: #49e806;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #014349;
  text-decoration: none;
}
.jb-ajax__filter--category .list-btn .label-count, .jb-ajax__filter--year .list-btn .label-count {
  margin-top: 2px;
}
.jb-ajax__filter--category .list-btn.active, .jb-ajax__filter--year .list-btn.active {
  background-color: #49e806;
  color: #014349;
  text-decoration: none;
}
.jb-ajax__filter--category .list-btn.active::after, .jb-ajax__filter--year .list-btn.active::after {
  opacity: 1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.jb-ajax__lists {
  row-gap: 64px;
  margin-bottom: 64px;
}
@media (max-width: 61.99em) {
  .jb-ajax__lists {
    row-gap: 40px;
    margin-bottom: 40px;
  }
  .jb-ajax__lists.team {
    row-gap: 24px;
  }
}
.products-listing .jb-ajax__loadmore {
  -webkit-box-flex: unset;
  -webkit-flex: unset;
      -ms-flex: unset;
          flex: unset;
  max-width: 100%;
  position: absolute;
  bottom: 40px;
  left: 58%;
  -webkit-transform: translateX(-58%);
          transform: translateX(-58%);
}
.products-listing .jb-ajax__loadmore .jb-ajax__more--button .title {
  text-wrap: nowrap;
}
.jb-ajax__pagination {
  margin-top: 96px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 47.99em) {
  .jb-ajax__pagination {
    margin-top: 64px;
  }
}
.jb-ajax__pagination .navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  height: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 47.99em) {
  .jb-ajax__pagination .navigation {
    gap: 8px;
  }
}
.jb-ajax__pagination .navigation .list-inline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  margin: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
}
@media (max-width: 47.99em) {
  .jb-ajax__pagination .navigation .list-inline {
    padding: 0;
    gap: 8px;
  }
}
.jb-ajax__pagination .navigation .list-inline .link {
  list-style: none;
}
.jb-ajax__pagination .navigation .list-inline .link .button-pagination {
  background: transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #131f29;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.jb-ajax__pagination .navigation .list-inline .link .button-pagination:hover, .jb-ajax__pagination .navigation .list-inline .link .button-pagination:active, .jb-ajax__pagination .navigation .list-inline .link .button-pagination.nice-select.open, .jb-ajax__pagination .navigation .list-inline .link .button-pagination:focus {
  background: #49e806;
  text-decoration: none;
}
.jb-ajax__pagination .navigation .list-inline .link .button-pagination.active {
  background: #49e806;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  color: #131f29;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.jb-ajax__pagination .navigation li {
  list-style: none;
}
.jb-ajax__pagination .navigation .button-pagination.next,
.jb-ajax__pagination .navigation .button-pagination.prev {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  list-style: none;
  padding: 8px;
  border-radius: 8px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.jb-ajax__pagination .navigation .button-pagination.next:hover, .jb-ajax__pagination .navigation .button-pagination.next:focus-visible,
.jb-ajax__pagination .navigation .button-pagination.prev:hover,
.jb-ajax__pagination .navigation .button-pagination.prev:focus-visible {
  background: #49e806;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  text-decoration: none;
}
.jb-ajax__pagination .navigation .button-pagination.next svg,
.jb-ajax__pagination .navigation .button-pagination.next .link-text,
.jb-ajax__pagination .navigation .button-pagination.prev svg,
.jb-ajax__pagination .navigation .button-pagination.prev .link-text {
  pointer-events: none;
}
.jb-ajax__pagination .navigation .button-pagination.next svg,
.jb-ajax__pagination .navigation .button-pagination.prev svg {
  margin-top: 2px;
}
.jb-ajax__pagination .navigation .button-pagination.next {
  padding-left: 16px;
}
.jb-ajax__pagination .navigation .button-pagination.prev {
  padding-right: 16px;
}

.tease--team__item:hover, .tease--team__item:focus-visible, .tease--post__item:hover, .tease--post__item:focus-visible {
  text-decoration: none;
}
.tease--team__item:hover .item-background img, .tease--team__item:focus-visible .item-background img, .tease--post__item:hover .item-background img, .tease--post__item:focus-visible .item-background img {
  scale: 1.1;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}
.tease--team__item:hover .item-background .card-ornament, .tease--team__item:focus-visible .item-background .card-ornament, .tease--post__item:hover .item-background .card-ornament, .tease--post__item:focus-visible .item-background .card-ornament {
  bottom: 0;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}
.tease--team__item:hover .item-background .card-ornament svg > g path, .tease--team__item:focus-visible .item-background .card-ornament svg > g path, .tease--post__item:hover .item-background .card-ornament svg > g path, .tease--post__item:focus-visible .item-background .card-ornament svg > g path {
  fill: #49e806;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}
.tease--team__item .item-background, .tease--post__item .item-background {
  aspect-ratio: 3/3.5;
  overflow: hidden;
  border-radius: 12px;
  position: relative;
}
.tease--team__item .item-background img, .tease--post__item .item-background img {
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}
.tease--team__item .item-background .card-ornament, .tease--post__item .item-background .card-ornament {
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 100%;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}
.tease--team__item .item-background .card-ornament svg, .tease--post__item .item-background .card-ornament svg {
  width: 100%;
  height: 100%;
}
.tease--team__item .item-background .card-ornament svg > g path, .tease--post__item .item-background .card-ornament svg > g path {
  fill: #49e806;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}
@media (max-width: 64.0525em) {
  .tease--team__item .item-background .card-ornament, .tease--post__item .item-background .card-ornament {
    bottom: 0;
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease;
  }
  .tease--team__item .item-background .card-ornament svg > g path, .tease--post__item .item-background .card-ornament svg > g path {
    fill: #5903ff;
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease;
  }
}
.tease--team__item .post-title, .tease--post__item .post-title {
  color: #fbfbfb;
  margin-top: 16px;
}
.tease--team__item .team-job-title, .tease--post__item .team-job-title {
  font-size: 16px;
  line-height: 130%;
  margin-top: 4px;
  color: #fbfbfb;
}
@media (max-width: 47.99em) {
  .tease--team__item:nth-child(odd) {
    padding-right: 8px;
  }
  .tease--team__item:nth-child(even) {
    padding-left: 8px;
  }
  .tease--team__item .post-title {
    font-size: 20px;
    font-weight: 500;
  }
  .tease--team__item .team-job-title {
    font-size: 14px;
  }
}
.tease--team__item .item-background {
  aspect-ratio: 3/3.5;
  border-radius: 8px;
}
@media (max-width: 64.0525em) {
  .tease--team__item .item-background .card-ornament {
    bottom: -52% !important;
  }
}
.tease--post__item .item-background {
  aspect-ratio: 3/1.83;
  border-radius: 8px;
}
.tease--post__item .item-background .card-ornament {
  bottom: -52%;
}
@media (max-width: 61.99em) {
  .tease--post__item .item-background {
    aspect-ratio: 3/2.15;
  }
}
.tease--post__item .item-details {
  margin-top: 24px;
}
@media (max-width: 61.99em) {
  .tease--post__item .item-details {
    margin-top: 16px;
  }
}
.tease--post__item .item-details .details-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
.tease--post__item .item-details .details-wrap .icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 12px;
  height: 12px;
}
.tease--post__item .item-details .details-wrap .icon svg path {
  stroke: #131f29;
}
.tease--post__item .item-details .details-wrap .post-details__date,
.tease--post__item .item-details .details-wrap .post-details__category {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.tease--post__item .item-details .details-wrap .post-details__date .text,
.tease--post__item .item-details .details-wrap .post-details__category .text {
  color: #131f29;
  font-size: 12px;
}
.tease--post__item .post-title {
  color: #131f29;
}
@media (max-width: 61.99em) {
  .tease--post__item .post-title {
    font-size: 20px;
    margin-top: 12px;
  }
}

.team-popup {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99;
  background: #014349;
  height: 100%;
  width: 46%;
  max-width: 592px;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  padding: 24px 40px;
  color: #fbfbfb;
  -webkit-transition: 600ms;
  transition: 600ms;
}
@media (max-width: 64.0525em) {
  .team-popup {
    width: 100%;
    max-width: 70%;
    padding: 48px;
  }
}
@media (max-width: 47.99em) {
  .team-popup {
    padding: 24px 16px;
    max-width: 100%;
  }
}
.team-popup.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: 600ms;
  transition: 600ms;
}
.team-popup span.ornament {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 0;
  top: 4px;
  z-index: 0;
}
@media (max-width: 61.99em) {
  .team-popup span.ornament {
    top: 40px;
    width: 100%;
  }
  .team-popup span.ornament svg {
    width: 100%;
    height: auto;
  }
}
.team-popup .popup-close {
  margin-left: auto;
  position: relative;
  z-index: 1;
}
.team-popup .profile-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 64px;
  margin-bottom: 40px;
  gap: 40px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  z-index: 1;
}
@media (max-width: 61.99em) {
  .team-popup .profile-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: flex-start;
    gap: 32px;
    padding-top: 24px;
  }
}
@media (max-width: 1600px) and (max-height: 800px) {
  .team-popup .profile-wrap {
    padding-top: 24px;
  }
}
.team-popup .name {
  font-size: 40px;
  line-height: 115%;
  font-weight: 600;
  margin-top: 8px;
}
.team-popup .team-photo {
  aspect-ratio: 3/3.5;
  max-width: 224px;
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 1600px) and (max-height: 800px) {
  .team-popup .team-photo {
    aspect-ratio: 3/2.8;
  }
}
@media (max-width: 61.99em) {
  .team-popup .team-photo {
    max-width: 192px;
  }
}
.team-popup .bio-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 40vh;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 1;
}
@media (min-width: 81.25em) {
  .team-popup .bio-wrap {
    height: 46vh;
  }
}
@media (min-width: 100em) {
  .team-popup .bio-wrap {
    height: 50vh;
  }
}
.team-popup .bio {
  height: 26vh;
  overflow: auto;
}
@media (min-width: 106.25em) {
  .team-popup .bio {
    height: 35vh;
  }
}
@media (max-width: 61.99em) {
  .team-popup .bio {
    font-size: 16px;
  }
}
.team-popup .bio::-webkit-scrollbar {
  width: 4px;
  border-radius: 100px;
  overflow: hidden;
}
.team-popup .bio::-webkit-scrollbar-track {
  background: rgba(0, 59, 65, 0.1921568627);
}
.team-popup .bio::-webkit-scrollbar-thumb {
  background: #003b41;
}
.team-popup .bio::-webkit-scrollbar-thumb:hover {
  background: #003b41;
}
.team-popup .email {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 24px 0;
  border-top: 1px solid rgba(250, 250, 250, 0.1);
}

.gallery {
  padding: 20px 0;
  clear: both;
}
.gallery__item {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}
@media (min-width: 36em) {
  .gallery__item {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.gallery__item__caption {
  margin: 0 !important;
  position: absolute;
  left: 5px;
  bottom: 0;
  right: 5px;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 36em) {
  .gallery__item__caption {
    left: 15px;
    right: 15px;
    bottom: 15px;
  }
}
@media (min-width: 36em) {
  .gallery__item:hover, .gallery__item:active, .gallery__item.nice-select.open, .gallery__item:focus {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
  }
}

.card-grid {
  background: #014349;
  color: #fbfbfb;
  padding: 106px 0;
  overflow: hidden;
}
.card-grid.is-in-view {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.card-grid__heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 96px;
}
.card-grid__heading.with-description {
  margin-bottom: 48px;
}
@media (max-width: 75em) {
  .card-grid__heading.with-description {
    margin-bottom: 0px;
  }
}
.card-grid__heading .main-title {
  color: #49e806;
}
@media (max-width: 61.99em) {
  .card-grid__heading .main-title {
    margin-bottom: 24px;
  }
}
@media (max-width: 61.99em) {
  .card-grid__heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 64px;
  }
}
.card-grid__description-wrap {
  margin-bottom: 64px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 75em) {
  .card-grid__description-wrap {
    margin-bottom: 32px;
  }
}
.card-grid__description-wrap .card-grid__description {
  width: 50%;
}
@media (min-width: 100em) {
  .card-grid__description-wrap .card-grid__description {
    width: 42%;
  }
}
@media (max-width: 75em) {
  .card-grid__description-wrap .card-grid__description {
    width: 100%;
  }
}
.card-grid__title-wrap {
  width: 70%;
}
.card-grid__title-wrap.full-width {
  width: 85%;
}
.card-grid__title-wrap.full-width.with-description {
  width: 50%;
}
.card-grid__title-wrap.full-width.with-description h2, .card-grid__title-wrap.full-width.with-description .services__content .services__title, .services__content .card-grid__title-wrap.full-width.with-description .services__title, .card-grid__title-wrap.full-width.with-description .contact-form__title, .card-grid__title-wrap.full-width.with-description .default-banner__title, .card-grid__title-wrap.full-width.with-description .stacked-banner__title, .card-grid__title-wrap.full-width.with-description .featured-banner__content h1, .featured-banner__content .card-grid__title-wrap.full-width.with-description h1 {
  padding-right: 40px;
}
@media (max-width: 75em) {
  .card-grid__title-wrap.full-width.with-description {
    width: 100%;
  }
  .card-grid__title-wrap.full-width.with-description h2, .card-grid__title-wrap.full-width.with-description .services__content .services__title, .services__content .card-grid__title-wrap.full-width.with-description .services__title, .card-grid__title-wrap.full-width.with-description .contact-form__title, .card-grid__title-wrap.full-width.with-description .default-banner__title, .card-grid__title-wrap.full-width.with-description .stacked-banner__title, .card-grid__title-wrap.full-width.with-description .featured-banner__content h1, .featured-banner__content .card-grid__title-wrap.full-width.with-description h1 {
    padding-right: 0;
  }
}
@media (max-width: 61.99em) {
  .card-grid__title-wrap {
    width: 100%;
  }
}
.card-grid__button {
  width: 30%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 61.99em) {
  .card-grid__button {
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (max-width: 75em) {
  .card-grid__slider {
    display: none;
  }
}
.card-grid__slider .swiper {
  overflow: visible;
}
.card-grid__slider .swiper .swiper-controls {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 48px;
  margin-top: 32px;
}
.card-grid__slider .swiper .swiper-controls .swiper-pagination {
  position: relative;
  -webkit-transform: none;
          transform: none;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background: rgba(255, 255, 255, 0.2);
  height: 2px;
  font-family: "Freeman", sans-serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  width: 90%;
}
.card-grid__slider .swiper .swiper-controls .swiper-pagination-progressbar-fill {
  background: #fbfbfb;
}
.card-grid__slider .swiper .swiper-controls .swiper-button {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  overflow: visible;
  padding: 5px;
  width: 10%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.card-grid__slider .swiper .swiper-controls .swiper-button-prev, .card-grid__slider .swiper .swiper-controls .swiper-button-next {
  padding: 0;
  border-radius: 100px;
}
.card-grid__slider .swiper .swiper-controls .swiper-button-prev svg rect, .card-grid__slider .swiper .swiper-controls .swiper-button-next svg rect {
  fill: transparent;
  stroke: rgba(73, 232, 6, 0.4);
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}
.card-grid__slider .swiper .swiper-controls .swiper-button-prev:hover svg rect, .card-grid__slider .swiper .swiper-controls .swiper-button-prev:focus-visible svg rect, .card-grid__slider .swiper .swiper-controls .swiper-button-next:hover svg rect, .card-grid__slider .swiper .swiper-controls .swiper-button-next:focus-visible svg rect {
  fill: #131f29;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}
.card-grid__slider .swiper .swiper-controls .swiper-button-prev:focus-visible, .card-grid__slider .swiper .swiper-controls .swiper-button-next:focus-visible {
  outline: 2px solid #49e806;
  outline-offset: 3px;
}
.card-grid__slider .swiper .swiper-controls .swiper-button-prev {
  margin-right: 8px;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.card-grid__slider .swiper .swiper-controls .swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: default;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.card-grid__items.desktop {
  display: none;
}
@media (min-width: 75em) {
  .card-grid__items.desktop {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.card-grid__items.mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 75em) {
  .card-grid__items.mobile {
    display: none;
  }
}
.card-grid__items.swiper {
  overflow: visible;
}
.card-grid__item {
  padding-left: 8px;
  padding-right: 8px;
}
.card-grid__item.md-3:first-child {
  padding-left: 15px;
}
.card-grid__item.md-3:last-child {
  padding-right: 15px;
}
@media (max-width: 61.99em) {
  .card-grid__item.md-3 {
    padding-left: 0;
    padding-right: 0;
  }
  .card-grid__item.md-3:first-child, .card-grid__item.md-3:last-child {
    padding: 0;
  }
}
.card-grid__item:hover .card-grid__item--bg {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}
.card-grid__item:hover .card-grid__item--heading {
  color: #131f29;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}
.card-grid__item:hover .card-grid__item--heading svg path {
  fill: #014349;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}
.card-grid__item:hover .card-grid__item--content {
  color: #131f29;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}
.card-grid__item:hover .card-grid__item--content h3 {
  color: #131f29;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}
@media (max-width: 64.0525em) {
  .card-grid__item .card-grid__item--bg {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease;
  }
  .card-grid__item .card-grid__item--heading {
    color: #131f29;
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease;
  }
  .card-grid__item .card-grid__item--heading svg path {
    fill: #014349;
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease;
  }
  .card-grid__item .card-grid__item--content {
    color: #131f29;
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease;
  }
  .card-grid__item .card-grid__item--content h3 {
    color: #131f29;
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease;
  }
}
.card-grid__item.card-highlighted .card-grid__item--inner {
  border: 2px solid #49e806;
  -webkit-box-shadow: 0 0 20px rgba(73, 232, 6, 0.6);
          box-shadow: 0 0 20px rgba(73, 232, 6, 0.6);
  -webkit-animation: cardPulse 0.5s ease-in-out;
          animation: cardPulse 0.5s ease-in-out;
}
.card-grid__item.card-highlighted .card-grid__item--bg {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}
.card-grid__item.card-highlighted .card-grid__item--heading {
  color: #131f29;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}
.card-grid__item.card-highlighted .card-grid__item--heading svg path {
  fill: #014349;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}
.card-grid__item.card-highlighted .card-grid__item--content {
  color: #131f29;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}
.card-grid__item.card-highlighted .card-grid__item--content h3 {
  color: #131f29;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}
.card-grid__item--bg {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.card-grid__item--bg svg {
  width: 100%;
  height: 100%;
  scale: 1.05;
}
.card-grid__item--inner {
  aspect-ratio: 3/4;
  border: 1px solid rgba(73, 232, 6, 0.4);
  padding: 20px;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
@media (max-width: 61.99em) {
  .card-grid__item--inner {
    aspect-ratio: 3/4.35;
  }
}
@media (max-width: 35.99em) {
  .card-grid__item--inner {
    border: none;
    outline: 1px solid rgba(73, 232, 6, 0.4);
    outline-offset: -1px;
  }
}
.card-grid__item--heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  position: relative;
  z-index: 1;
}
.card-grid__item--heading svg path {
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}
.card-grid__item--content {
  position: absolute;
  bottom: 24px;
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}
.card-grid__item--content h3 {
  margin-bottom: 16px;
  color: #fbfbfb;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}
.card-grid.is-tablet .card-grid__item .card-grid__item--bg {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}
.card-grid.is-tablet .card-grid__item .card-grid__item--heading {
  color: #131f29;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}
.card-grid.is-tablet .card-grid__item .card-grid__item--heading svg path {
  fill: #014349;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}
.card-grid.is-tablet .card-grid__item .card-grid__item--content {
  color: #131f29;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  -webkit-transform: translateY(0) !important;
          transform: translateY(0) !important;
}
.card-grid.is-tablet .card-grid__item .card-grid__item--content h3 {
  color: #131f29;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}

@-webkit-keyframes cardPulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes cardPulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.services {
  padding: 0;
  background: #131f29;
  height: 102vh;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
@media (min-width: 768px) and (max-width: 1024px) and (max-height: 600px) {
  .services {
    height: 120vh !important;
  }
}
@media (max-width: 61.99em) {
  .services {
    height: 110vh;
  }
}
.services__inner {
  position: relative;
  top: 0;
  width: 100%;
  height: 102vh;
  opacity: 1;
}
@media (min-width: 768px) and (max-width: 1024px) and (max-height: 600px) {
  .services__inner {
    height: 120vh !important;
  }
}
.services__inner.stop-fixed {
  position: relative;
}
@media (max-width: 61.99em) {
  .services__inner {
    width: 100vw;
    height: 110vh;
  }
}
.services__bg {
  position: relative;
  height: 102vh;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 1024px) and (max-height: 600px) {
  .services__bg {
    height: 120vh !important;
  }
}
@media (max-width: 61.99em) {
  .services__bg {
    height: 110vh;
  }
}
.services__bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-31.89%, rgba(0, 0, 0, 0.09)), color-stop(93.41%, rgba(0, 0, 0, 0.9)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.09) -31.89%, rgba(0, 0, 0, 0.9) 93.41%);
  z-index: 1;
}
.services__bg--item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  pointer-events: none;
}
.services__bg--item.active {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}
.services__bg--item--image {
  width: 100%;
  height: 100%;
}
.services__bg--item--embed, .services__bg--item--local {
  height: 100%;
}
.services__bg--item .video-wrapper {
  height: 100%;
}
.services__bg--item .video-wrapper .plyr {
  height: 100%;
  width: 100%;
}
.services__bg--item .video-wrapper .plyr iframe,
.services__bg--item .video-wrapper .plyr video {
  scale: 1.2;
}
@media (min-width: 1200px) and (max-width: 1600px) and (min-height: 900px) {
  .services__bg--item .video-wrapper .plyr iframe,
  .services__bg--item .video-wrapper .plyr video {
    scale: 1.5;
  }
}
@media (max-width: 64.0525em) {
  .services__bg--item .video-wrapper .plyr iframe,
  .services__bg--item .video-wrapper .plyr video {
    scale: 4.2;
  }
}
.services__content {
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  color: #fbfbfb;
  width: 100%;
  text-align: center;
}
@media (max-width: 64.0525em) {
  .services__content {
    top: 35%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (max-height: 600px) {
  .services__content {
    top: 38%;
  }
}
.services__content .services-list__wrap {
  margin-top: 32px;
}
@media (max-width: 64.0525em) {
  .services__content .services-list__wrap {
    margin-top: 80px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (max-height: 600px) {
  .services__content .services-list__wrap {
    margin-top: 64px;
  }
}
.services__content .services-list__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 180px;
}
.services__content .services-list__items .services-list__link {
  color: #fbfbfb;
  font-size: 28px;
  font-weight: 500;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}
@media (max-width: 64.0525em) {
  .services__content .services-list__items .services-list__link {
    font-size: 24px;
  }
}
@media (max-width: 61.99em) {
  .services__content .services-list__items .services-list__link {
    font-size: 22px;
  }
}
.services__content .services-list__items .services-list__link:hover {
  text-decoration: none;
}
@media (max-width: 64.0525em) {
  .services__content .services-list__items .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 16px;
  }
}
.services__content .services-list__item {
  padding: 1.5px;
}
.services__content .services-list__item.active .services-list__link {
  color: #49e806;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}
.services__content .services__title {
  font-size: 200px;
  color: #fbfbfb;
  text-transform: uppercase;
  letter-spacing: 5px;
  padding: 0 50px;
  white-space: nowrap;
  display: inline-block;
}
@media (max-width: 64.0525em) {
  .services__content .services__title {
    font-size: 120px;
    padding: 0 40px;
    white-space: normal;
    letter-spacing: normal;
  }
}
@media (min-width: 1024px) and (max-width: 1600px) and (max-height: 600px) {
  .services__content .services__title {
    font-size: 120px;
    letter-spacing: 2px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (max-height: 600px) {
  .services__content .services__title {
    font-size: 64px;
    letter-spacing: 2px;
  }
}
@media (max-width: 47.99em) {
  .services__content .services__title {
    font-size: 64px;
    padding: 0;
    width: 90%;
    margin-inline: auto;
  }
}
.services__content .title-marquee {
  overflow: hidden;
}
.services__content .title-marquee__track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: services-title-marquee 20s linear infinite;
          animation: services-title-marquee 20s linear infinite;
  will-change: transform;
}
.services__content .title-marquee__track .services__title {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.services__description {
  color: #fbfbfb;
  position: absolute;
  bottom: 64px;
  width: 45%;
  margin: 0 auto;
  text-align: center;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}
@media (max-width: 64.0525em) {
  .services__description {
    width: 90%;
    font-size: 16px;
    bottom: 160px;
    max-width: 700px;
  }
}
.services__buttons {
  position: relative;
  bottom: 130px;
}
.services__buttons .service-button {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}
.services__buttons .service-button.active {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}

@-webkit-keyframes services-title-marquee {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes services-title-marquee {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.our-client {
  overflow: hidden;
}
.our-client__heading {
  text-align: center;
  width: 70%;
  margin: 0 auto;
  margin-bottom: 64px;
}
@media (max-width: 61.99em) {
  .our-client__heading {
    width: 80%;
  }
}
.our-client__logo-list-top, .our-client__logo-list-bottom {
  padding: 48px 0;
  overflow: hidden;
  margin-left: -webkit-calc(-50vw + 50%);
  margin-left: calc(-50vw + 50%);
  margin-right: -webkit-calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}
@media (max-width: 61.99em) {
  .our-client__logo-list-top, .our-client__logo-list-bottom {
    padding: 24px 0;
  }
}
.our-client .logo-list-slider {
  overflow: visible;
  width: 100%;
}
.our-client .logo-list-slider .slider-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 64px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: scroll 25s linear infinite;
          animation: scroll 25s linear infinite;
  will-change: transform;
}
@media (max-width: 61.99em) {
  .our-client .logo-list-slider .slider-track {
    gap: 32px;
  }
}
.our-client .logo-list-slider__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.our-client .logo-list-slider__item--inner {
  max-width: 200px;
  height: 102px;
}
.our-client .logo-list-slider__item--inner img {
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 47.99em) {
  .our-client .logo-list-slider__item--inner {
    width: 96px;
    height: 60px;
  }
}
.our-client .logo-list-slider.reverse .slider-track {
  animation-direction: reverse;
}

@-webkit-keyframes scroll {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-33.333%);
            transform: translateX(-33.333%);
  }
}

@keyframes scroll {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-33.333%);
            transform: translateX(-33.333%);
  }
}
.text-image-v2__heading {
  margin-bottom: 128px;
  width: 85%;
}
@media (max-width: 61.99em) {
  .text-image-v2__heading {
    width: 100%;
    margin-bottom: 40px;
  }
}
.text-image-v2__heading .main-title {
  color: #71be48;
}
.text-image-v2__left--inner {
  aspect-ratio: 3/4;
}
.text-image-v2__left--inner .clip-inner {
  height: 100%;
}
.text-image-v2__right--inner {
  padding-top: 20%;
  padding-left: 100px;
  width: 85%;
}
@media (max-width: 61.99em) {
  .text-image-v2__right--inner {
    padding-left: 40px;
    padding-top: 40px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media (max-width: 47.99em) {
  .text-image-v2__right--inner {
    padding-left: 0px;
  }
}
.text-image-v2__right--image {
  aspect-ratio: 3/2;
  margin-bottom: 40px;
  border-radius: 12px;
  overflow: hidden;
}
@media (max-width: 61.99em) {
  .text-image-v2__right--image {
    margin-top: 40px;
    margin-bottom: 0;
  }
}
.text-image-v2__right--description {
  margin-bottom: 24px;
}
@media (max-width: 61.99em) {
  .text-image-v2__right--description {
    margin-bottom: 16px;
  }
}

.insight-showcase {
  padding: 24px 0;
}
@media (max-width: 64.0525em) {
  .insight-showcase {
    padding: 0;
  }
}
.insight-showcase__inner {
  position: relative;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 800ms ease;
  transition: all 800ms ease;
}
.insight-showcase__inner.in-view {
  opacity: 1;
  -webkit-transition: all 800ms ease;
  transition: all 800ms ease;
  -webkit-transition-delay: 700ms;
          transition-delay: 700ms;
}
.insight-showcase__inner--wrap {
  padding: 112px 80px;
  background: transparent;
  border-radius: 16px;
  height: -webkit-calc(100vh - 5%) !important;
  height: calc(100vh - 5%) !important;
  max-height: 880px !important;
  overflow: hidden;
}
@media (max-width: 64.0525em) {
  .insight-showcase__inner--wrap {
    padding: 80px 0;
    max-height: 1200px !important;
  }
}
@media (max-width: 47.99em) {
  .insight-showcase__inner--wrap {
    max-height: 960px !important;
  }
}
@media (max-height: 800px) {
  .insight-showcase__inner--wrap {
    height: auto !important;
    padding: 80px 64px;
  }
}
@media (max-height: 800px) and (max-width: 1200px) {
  .insight-showcase__inner--wrap {
    padding: 64px 48px;
  }
}
@media (max-height: 800px) and (max-width: 1200px) and (max-height: 600px) {
  .insight-showcase__inner--wrap {
    padding: 48px 48px;
  }
}
.insight-showcase__inner--wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #014349;
  border-radius: 16px;
  pointer-events: none;
  opacity: 0;
  scale: 0.2;
  -webkit-transition: all 800ms ease;
  transition: all 800ms ease;
}
@media (max-width: 64.0525em) {
  .insight-showcase__inner--wrap::after {
    border-radius: 0;
  }
}
.insight-showcase__inner--wrap.in-view::after {
  opacity: 1;
  scale: 1;
  -webkit-transition: all 800ms ease;
  transition: all 800ms ease;
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
}
.insight-showcase__heading {
  margin-bottom: 48px;
  width: 100%;
}
@media (min-width: 1024px) and (max-width: 1600px) and (max-height: 600px) {
  .insight-showcase__heading {
    margin-bottom: 32px;
  }
}
.insight-showcase__heading .main-title {
  color: #fbfbfb;
}
@media (min-width: 1024px) and (max-width: 1600px) and (max-height: 850px) {
  .insight-showcase__heading .main-title {
    font-size: 44px;
  }
}
@media (min-width: 1024px) and (max-width: 1600px) and (max-height: 850px) and (max-height: 600px) {
  .insight-showcase__heading .main-title {
    font-size: 34px;
  }
}
@media (min-width: 62em) and (max-width: 64.0525em) {
  .insight-showcase__heading .main-title {
    font-size: 48px;
  }
}
.insight-showcase__categories {
  width: 40%;
  position: relative;
}
@media (max-width: 1600px) and (max-height: 850px) {
  .insight-showcase__categories {
    width: 70%;
  }
}
@media (max-width: 64.0525em) {
  .insight-showcase__categories {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 16px;
    margin-bottom: 40px;
  }
  .insight-showcase__categories::-webkit-scrollbar {
    height: 2px;
  }
  .insight-showcase__categories::-webkit-scrollbar-track {
    background: #fbfbfb;
  }
  .insight-showcase__categories::-webkit-scrollbar-thumb {
    background: #49e806;
  }
  .insight-showcase__categories::-webkit-scrollbar-thumb:hover {
    background: #49e806;
  }
}
.insight-showcase__categories ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  padding-left: 24px;
  position: relative;
  margin-bottom: 0;
}
@media (max-width: 64.0525em) {
  .insight-showcase__categories ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    gap: 16px;
    padding: 0;
    margin: 0;
    list-style: none;
  }
}
@media (min-width: 1024px) and (max-width: 1600px) and (max-height: 600px) {
  .insight-showcase__categories ul {
    gap: 20px;
  }
}
.insight-showcase__categories ul::before,
.insight-showcase__categories ul .cat-active-marker {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: -webkit-calc(100% - 2px);
  height: calc(100% - 2px);
  background: #fbfbfb;
}
@media (max-width: 64.0525em) {
  .insight-showcase__categories ul::before,
  .insight-showcase__categories ul .cat-active-marker {
    display: none;
  }
}
.insight-showcase__categories ul .cat-active-marker {
  background: #49e806;
  height: 30px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.insight-showcase__categories ul li {
  list-style: none;
}
@media (max-width: 64.0525em) {
  .insight-showcase__categories ul li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    white-space: nowrap;
  }
}
.insight-showcase__categories ul li a {
  color: #fbfbfb;
  font-size: 20px;
  opacity: 0.6;
}
.insight-showcase__categories ul li a:hover, .insight-showcase__categories ul li a:focus-visible {
  text-decoration: none;
}
.insight-showcase__categories ul li a.active {
  color: #49e806;
  opacity: 1;
}
.insight-showcase__categories .cat-active-marker {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: -webkit-calc(100% - 2px);
  height: calc(100% - 2px);
  background: #fbfbfb;
}
@media (max-width: 64.0525em) {
  .insight-showcase__categories .cat-active-marker {
    display: none;
  }
}
.insight-showcase__categories .cat-active-marker {
  background: #49e806;
  height: 30px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.insight-showcase-slider {
  height: 70vh !important;
  max-height: 650px !important;
}
@media (min-width: 100em) {
  .insight-showcase-slider {
    height: 75vh !important;
    max-height: 680px !important;
  }
}
@media (min-width: 62em) and (max-width: 64.0525em) {
  .insight-showcase-slider {
    max-height: 780px !important;
  }
}
@media (max-width: 61.99em) {
  .insight-showcase-slider {
    height: 100% !important;
  }
}
.insight-showcase-slider .swiper-slide {
  height: 100% !important;
}
.insight-showcase-slider-wrap {
  padding-left: 120px;
}
@media (max-width: 64.0525em) {
  .insight-showcase-slider-wrap {
    padding-left: 0;
  }
}
.insight-showcase-slider__item {
  padding: 4px;
}
.insight-showcase-slider__item--inner {
  position: relative;
}
.insight-showcase-slider__item--inner:hover, .insight-showcase-slider__item--inner:focus-visible {
  text-decoration: none;
}
.insight-showcase-slider__item--inner:hover .insight-image img, .insight-showcase-slider__item--inner:focus-visible .insight-image img {
  scale: 1.1;
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
}
.insight-showcase-slider__item--inner:hover .insight-image .card-ornament, .insight-showcase-slider__item--inner:focus-visible .insight-image .card-ornament {
  bottom: 0;
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
}
.insight-showcase-slider__item--inner:hover .insight-image .card-ornament svg > g path, .insight-showcase-slider__item--inner:focus-visible .insight-image .card-ornament svg > g path {
  fill: #5903ff;
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
}
.insight-showcase-slider__item--inner:focus-visible {
  outline: none;
}
.insight-showcase-slider__item--inner:focus-visible::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: 2px solid #49e806;
  outline-offset: 2px;
  border-radius: 16px;
  pointer-events: none;
}
.insight-showcase-slider__item .insight-image {
  aspect-ratio: 1/1;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1600px) and (max-height: 900px) {
  .insight-showcase-slider__item .insight-image {
    aspect-ratio: 1/0.8;
  }
}
@media (min-width: 48em) and (max-width: 64.0525em) {
  .insight-showcase-slider__item .insight-image {
    aspect-ratio: 3/2;
  }
}
.insight-showcase-slider__item .insight-image img {
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
}
.insight-showcase-slider__item .insight-image .card-ornament {
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 100%;
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
}
.insight-showcase-slider__item .insight-image .card-ornament svg {
  width: 100%;
  height: 100%;
}
.insight-showcase-slider__item .insight-image .card-ornament svg > g path {
  fill: #131f29;
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
}
@media (max-width: 64.0525em) {
  .insight-showcase-slider__item .insight-image .card-ornament {
    bottom: 0;
    -webkit-transition: all 1000ms ease;
    transition: all 1000ms ease;
  }
  .insight-showcase-slider__item .insight-image .card-ornament svg > g path {
    fill: #5903ff;
    -webkit-transition: all 1000ms ease;
    transition: all 1000ms ease;
  }
}
.insight-showcase-slider__item .insight-content {
  color: #fbfbfb;
  padding-top: 24px;
}
.insight-showcase-slider__item .insight-content h3 {
  color: #fbfbfb;
  margin-top: 8px;
}
@media (min-width: 1024px) and (max-width: 1600px) and (max-height: 600px) {
  .insight-showcase-slider__item .insight-content h3 {
    font-size: 20px;
  }
}
@media (max-width: 61.99em) {
  .insight-showcase-slider__item .insight-content h3 {
    font-size: 20px;
  }
}

.control-room {
  padding: 0;
  overflow: hidden;
}
.control-room__inner {
  position: relative;
}
.control-room__inner.step-2 .control-room__opening-text .text-left, .control-room__inner.step-3 .control-room__opening-text .text-left {
  left: -100%;
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
}
.control-room__inner.step-2 .control-room__opening-text .text-right, .control-room__inner.step-3 .control-room__opening-text .text-right {
  right: -100%;
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
}
.control-room__inner.step-2 .control-room__content, .control-room__inner.step-3 .control-room__content {
  opacity: 1;
  scale: 1;
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}
.control-room__inner.step-3 .control-room__content .module-small-title {
  top: 10%;
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
}
.control-room__inner.step-3 .control-room__content .content-text {
  bottom: 64px;
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
}
.control-room__opening-text {
  font-size: 212px;
  color: #014349;
  font-family: "IBM Plex Sans", Arial, sans-serif;
  font-weight: 600;
  margin-bottom: 0;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  z-index: 1;
}
@media (min-width: 75em) and (max-width: 87.5em) {
  .control-room__opening-text {
    font-size: 180px;
  }
}
@media (max-width: 75em) {
  .control-room__opening-text {
    font-size: 160px;
  }
}
@media (min-width: 64.0625em) and (max-width: 75em) {
  .control-room__opening-text {
    display: none;
  }
}
@media (max-width: 61.99em) {
  .control-room__opening-text {
    font-size: 40px;
  }
}
.control-room__opening-text .text-left {
  position: relative;
  left: 0;
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
}
.control-room__opening-text .text-right {
  position: relative;
  right: 0;
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
}
.control-room__content {
  position: relative;
  height: 100vh;
  width: 100vw;
  scale: 0.2;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
}
@media (max-width: 75em) {
  .control-room__content {
    scale: 1;
    opacity: 1;
  }
}
.control-room__content .module-small-title {
  position: absolute;
  top: -10%;
  color: #fbfbfb;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}
@media (max-width: 75em) {
  .control-room__content .module-small-title {
    top: 64px;
  }
}
.control-room__content .primary-button-mobile {
  position: absolute;
  right: 0;
  top: 64px;
}
.control-room__content .content-bg {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 0;
}
.control-room__content .content-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%), linear-gradient(251deg, rgba(0, 0, 0, 0) 55.71%, rgba(0, 0, 0, 0.6) 72.91%), linear-gradient(180deg, rgba(0, 0, 0, 0) 54.22%, rgba(0, 0, 0, 0.6) 100%);
  z-index: 1;
}
.control-room__content .content-text {
  position: absolute;
  bottom: -50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}
@media (max-width: 75em) {
  .control-room__content .content-text {
    bottom: 64px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
}
.control-room__content .content-text-wrap {
  position: relative;
  height: 100vh;
}
.control-room__content .content-text-inner {
  -webkit-box-flex: 60%;
  -webkit-flex: 60%;
      -ms-flex: 60%;
          flex: 60%;
  width: 60%;
}
@media (max-width: 75em) {
  .control-room__content .content-text-inner {
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    width: 100%;
  }
}
.control-room__content .content-text-description {
  color: #fbfbfb;
  margin: 40px 0;
  width: 85%;
}
@media (max-width: 75em) {
  .control-room__content .content-text-description {
    margin: 24px 0;
    width: 100%;
    font-size: 16px;
  }
}
.control-room__content .content-text-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.control-room__content .content-text-pdf-button {
  -webkit-box-flex: 40%;
  -webkit-flex: 40%;
      -ms-flex: 40%;
          flex: 40%;
  width: 40%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 75em) {
  .control-room__content .content-text-pdf-button {
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.prodcast {
  overflow: hidden;
}
.prodcast.bg-dark {
  background: #131f29;
}
.prodcast.bg-dark .prodcast__heading {
  color: #fbfbfb;
}
.prodcast.bg-dark .prodcast__heading .module-small-title,
.prodcast.bg-dark .prodcast__heading .main-title,
.prodcast.bg-dark .prodcast__heading .description {
  color: #fbfbfb;
}
.prodcast__heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 65%;
  margin: 0 auto;
  margin-bottom: 64px;
  position: relative;
  z-index: 2;
}
.prodcast__heading .module-small-title {
  margin: 0;
}
.prodcast__heading .main-title {
  max-width: 866px;
}
@media (max-width: 61.99em) {
  .prodcast__heading {
    width: 100%;
    margin-bottom: 32px;
  }
  .prodcast__heading .description {
    font-size: 20px;
  }
}
.prodcast__slider {
  margin-top: 12px;
  position: relative;
  width: 100%;
  min-height: 360px;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  -webkit-perspective-origin: 50% 50%;
          perspective-origin: 50% 50%;
  overflow: visible;
}
.prodcast__slider--slides {
  position: relative;
  width: 100%;
  height: 100%;
}
.prodcast__slider__item {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 320px;
  height: 360px;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transition: opacity 0.2s linear, -webkit-transform 0.2s linear;
  transition: opacity 0.2s linear, -webkit-transform 0.2s linear;
  transition: transform 0.2s linear, opacity 0.2s linear;
  transition: transform 0.2s linear, opacity 0.2s linear, -webkit-transform 0.2s linear;
  will-change: transform, opacity;
  pointer-events: auto;
  cursor: pointer;
}
@media (min-width: 75em) and (max-width: 87.5em) {
  .prodcast__slider__item {
    width: 280px;
    height: 320px;
  }
}
@media (max-width: 75em) {
  .prodcast__slider__item {
    width: 200px;
    height: 260px;
  }
}
@media (max-width: 47.99em) {
  .prodcast__slider__item {
    width: 116px;
    height: 152px;
  }
}
.prodcast__slider__item--inner {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  -webkit-user-drag: none;
  user-drag: none;
}
@media (max-width: 61.99em) {
  .prodcast__slider__item--inner {
    border-radius: 8px;
  }
}
.prodcast__slider__item--inner:hover, .prodcast__slider__item--inner:focus-visible {
  cursor: default;
}
.prodcast__slider__item--inner:hover .prodcast-content, .prodcast__slider__item--inner:focus-visible .prodcast-content {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}
.prodcast__slider__item .prodcast-image {
  width: 100%;
  height: 100%;
}
.prodcast__slider__item .prodcast-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
  display: block;
}
.prodcast__slider__item .prodcast-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  z-index: 10;
  color: #fbfbfb;
  background: #014349;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}
.prodcast__slider__item .prodcast-content .prodcast-name {
  color: #fbfbfb;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 4px;
}
@media (max-width: 61.99em) {
  .prodcast__slider__item .prodcast-content .prodcast-name {
    font-size: 16px;
  }
}
.prodcast__slider__item .prodcast-content .job-title {
  color: #fbfbfb;
}
@media (max-width: 61.99em) {
  .prodcast__slider__item .prodcast-content .job-title {
    font-size: 12px;
  }
}
.prodcast__slider__item .prodcast-content .card-ornament {
  position: absolute;
  bottom: 0;
}

.testimonials {
  background: #014349;
  padding: 0;
  min-height: 120vh;
}
.testimonials__wrapper {
  padding: 120px 0;
  width: 100%;
  background: #014349;
}
@media (max-width: 61.99em) {
  .testimonials__wrapper {
    padding: 80px 0;
  }
}
.testimonials__wrapper.is-sticky {
  position: fixed;
  top: 0;
  z-index: 90;
  width: 100%;
}
@media (max-width: 64.0525em) {
  .testimonials__wrapper.is-sticky {
    width: 100vw;
  }
}
@media (max-width: 64.0525em) {
  .testimonials__wrapper {
    width: 100vw;
  }
}
.testimonials__heading .module-small-title {
  color: #fbfbfb;
}
.testimonials__heading h2, .testimonials__heading .contact-form__title, .testimonials__heading .default-banner__title, .testimonials__heading .stacked-banner__title, .testimonials__heading .featured-banner__content h1, .featured-banner__content .testimonials__heading h1, .testimonials__heading .services__content .services__title, .services__content .testimonials__heading .services__title {
  font-size: 48px;
  line-height: 110%;
  color: #49e806;
}
@media (min-width: 100em) {
  .testimonials__heading h2, .testimonials__heading .contact-form__title, .testimonials__heading .default-banner__title, .testimonials__heading .stacked-banner__title, .testimonials__heading .featured-banner__content h1, .featured-banner__content .testimonials__heading h1, .testimonials__heading .services__content .services__title, .services__content .testimonials__heading .services__title {
    padding-right: 60px;
  }
}
@media (max-width: 61.99em) {
  .testimonials__heading h2, .testimonials__heading .contact-form__title, .testimonials__heading .default-banner__title, .testimonials__heading .stacked-banner__title, .testimonials__heading .featured-banner__content h1, .featured-banner__content .testimonials__heading h1, .testimonials__heading .services__content .services__title, .services__content .testimonials__heading .services__title {
    font-size: 36px;
    padding-right: 0;
  }
}
.testimonials__right {
  padding-left: 120px;
}
@media (max-width: 61.99em) {
  .testimonials__right {
    padding-left: 16px;
    margin-top: 64px;
  }
}
.testimonials__slider .swiper-controls {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 48px;
}
.testimonials__slider .swiper-controls .swiper-pagination {
  position: relative;
  -webkit-transform: none;
          transform: none;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: #fbfbfb;
  font-size: 14px;
  font-family: "Freeman", sans-serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
.testimonials__slider .swiper-controls .swiper-pagination-separator, .testimonials__slider .swiper-controls .swiper-pagination-total {
  opacity: 0.5;
}
.testimonials__slider .swiper-controls .swiper-button {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  overflow: visible;
  padding: 5px;
}
.testimonials__slider .swiper-controls .swiper-button-prev, .testimonials__slider .swiper-controls .swiper-button-next {
  padding: 0;
  border-radius: 100px;
}
.testimonials__slider .swiper-controls .swiper-button-prev svg rect, .testimonials__slider .swiper-controls .swiper-button-next svg rect {
  fill: transparent;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}
.testimonials__slider .swiper-controls .swiper-button-prev:hover svg rect, .testimonials__slider .swiper-controls .swiper-button-prev:focus-visible svg rect, .testimonials__slider .swiper-controls .swiper-button-next:hover svg rect, .testimonials__slider .swiper-controls .swiper-button-next:focus-visible svg rect {
  fill: #131f29;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}
.testimonials__slider .swiper-controls .swiper-button-prev:focus-visible, .testimonials__slider .swiper-controls .swiper-button-next:focus-visible {
  outline: 2px solid #49e806;
  outline-offset: 3px;
}
.testimonials__slider .swiper-controls .swiper-button-prev {
  margin-right: 8px;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.testimonials__slider .swiper-controls .swiper-button-disabled {
  opacity: 0.5;
  cursor: default;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.testimonials__slider__item {
  color: #fbfbfb;
}
.testimonials__slider__item .testimonial-quote {
  margin-bottom: 64px;
  font-size: clamp(20px, 10px + 30 * (100vw - 1200px) / 240, 40px);
}
@media (max-width: 100em) {
  .testimonials__slider__item .testimonial-quote::-webkit-scrollbar {
    width: 3px;
  }
  .testimonials__slider__item .testimonial-quote::-webkit-scrollbar-track {
    background: rgb(0.8621621622, 57.7648648649, 62.9378378378);
  }
  .testimonials__slider__item .testimonial-quote::-webkit-scrollbar-thumb {
    background: rgb(0.6554054054, 43.9121621622, 47.8445945946);
  }
  .testimonials__slider__item .testimonial-quote::-webkit-scrollbar-thumb:hover {
    background: rgb(0.5175675676, 34.677027027, 37.7824324324);
  }
}
@media (max-width: 1600px) and (max-height: 900px) {
  .testimonials__slider__item .testimonial-quote {
    height: 30vh;
    overflow-x: hidden;
    overflow-y: auto;
  }
}
@media (max-width: 64.0525em) {
  .testimonials__slider__item .testimonial-quote {
    font-size: 28px;
  }
}
@media (max-width: 61.99em) {
  .testimonials__slider__item .testimonial-quote {
    font-size: 26px;
    margin-bottom: 24px;
    height: 20vh;
    overflow-x: hidden;
    overflow-y: auto;
  }
}
@media (max-width: 47.99em) {
  .testimonials__slider__item .testimonial-quote {
    height: 40vh;
  }
}
.testimonials__slider__item .testimonial-author {
  margin-bottom: 4px;
}

.cta-module {
  padding: 0;
  background: transparent;
  position: relative;
  z-index: 95;
}
.cta-module.green-kiwi {
  background: #131f29;
}
.cta-module.green-kiwi .cta-ornament svg path {
  fill: #49e806;
}
.cta-module.green-kiwi .main-title {
  color: #014349;
}
.cta-module.green-kiwi .description {
  color: #131f29;
}
.cta-module .cta-ornament {
  width: 100%;
  position: relative;
  bottom: -1px;
}
.cta-module .cta-ornament svg {
  display: block;
  width: 100%;
  height: auto;
}
.cta-module__wrapper {
  background: #131f29;
  padding: 64px 0 160px;
}
.green-kiwi .cta-module__wrapper {
  background: #49e806;
}
@media (max-width: 61.99em) {
  .cta-module__wrapper {
    padding: 140px 0 80px;
  }
}
@media (max-width: 47.99em) {
  .cta-module__wrapper {
    padding: 112px 0 80px;
  }
}
.cta-module__inner {
  width: 60%;
  max-width: 820px;
  text-align: center;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media (min-width: 62em) and (max-width: 64.0525em) {
  .cta-module__inner {
    width: 80%;
  }
}
@media (max-width: 47.99em) {
  .cta-module__inner {
    width: 100%;
    gap: 24px;
  }
}
.cta-module .main-title {
  color: #49e806;
  margin: 0;
}
.cta-module .description {
  color: #fbfbfb;
  width: 70%;
  margin: 0 auto;
  max-width: 640px;
}
@media (max-width: 61.99em) {
  .cta-module .description {
    width: 100%;
    font-size: 20px;
  }
}
.cta-module__buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 61.99em) {
  .cta-module__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.cta-module__button .btn-primary.border .btn-icon svg path {
  stroke: #fbfbfb;
}

.tabbed-content {
  background: #131f29;
  padding: 60px 0 160px;
}
@media (max-width: 61.99em) {
  .tabbed-content {
    padding: 80px 0;
  }
}
.tabbed-content__inner {
  position: relative;
  z-index: 1;
}
.tabbed-content__inner--wrap {
  padding: 100px 0 0;
}
@media (max-width: 1600px) and (max-height: 750px) {
  .tabbed-content__inner--wrap {
    padding: 64px 0 0;
  }
}
@media (max-width: 61.99em) {
  .tabbed-content__inner--wrap {
    padding: 0;
  }
}
.tabbed-content__categories {
  width: 40%;
}
@media (min-width: 1200px) and (max-width: 1600px) and (max-height: 850px) {
  .tabbed-content__categories {
    width: 60%;
  }
}
@media (max-width: 61.99em) {
  .tabbed-content__categories {
    width: 100%;
    margin-bottom: 64px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .tabbed-content__categories -webkit-scrollbar {
    display: none;
  }
  .tabbed-content__categories::-webkit-scrollbar {
    -webkit-appearance: none;
    height: 2px;
  }
}
.tabbed-content__categories ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  padding-left: 24px;
  position: relative;
}
@media (max-width: 61.99em) {
  .tabbed-content__categories ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    padding-left: 0;
  }
}
.tabbed-content__categories ul li {
  list-style: none;
}
.tabbed-content__categories ul li a {
  color: #fbfbfb;
  font-size: clamp(40px, 40px + 56 * (100vw - 991px) / 449, 96px);
  line-height: 120%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-family: "Freeman", sans-serif;
  opacity: 0.6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}
@media (max-width: 1600px) and (max-height: 750px) {
  .tabbed-content__categories ul li a {
    font-size: 75px;
  }
}
@media (max-width: 61.99em) {
  .tabbed-content__categories ul li a {
    font-size: 40px;
  }
}
.tabbed-content__categories ul li a:hover, .tabbed-content__categories ul li a:focus-visible {
  text-decoration: none;
}
.tabbed-content__categories ul li a.active {
  color: #49e806;
  opacity: 1;
  padding-left: 40px;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}
@media (max-width: 61.99em) {
  .tabbed-content__categories ul li a.active {
    padding-left: 0;
  }
}
.tabbed-content__categories ul li a .number {
  line-height: 100%;
  margin-top: 24px;
  margin-right: 24px;
}
@media (max-width: 61.99em) {
  .tabbed-content__categories ul li a .number {
    margin-top: 10px;
    margin-right: 16px;
  }
}
.tabbed-content-slider {
  height: 80vh !important;
  max-height: 720px !important;
}
@media (min-width: 48em) and (max-width: 61.99em) {
  .tabbed-content-slider {
    max-height: 820px !important;
  }
}
@media (max-width: 61.99em) {
  .tabbed-content-slider {
    height: 100% !important;
  }
}
.tabbed-content-slider .swiper-slide {
  height: 100% !important;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}
.tabbed-content-slider .swiper-slide.swiper-slide-active {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}
.tabbed-content-slider-wrap {
  padding-left: 220px;
}
@media (max-width: 64.0525em) {
  .tabbed-content-slider-wrap {
    padding-left: 100px;
  }
}
@media (max-width: 61.99em) {
  .tabbed-content-slider-wrap {
    padding-left: 0;
  }
}
.tabbed-content-slider__item--inner:hover, .tabbed-content-slider__item--inner:focus-visible {
  text-decoration: none;
}
.tabbed-content-slider__item--inner:hover .insight-image img, .tabbed-content-slider__item--inner:focus-visible .insight-image img {
  scale: 1.1;
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
}
.tabbed-content-slider__item--inner:hover .insight-image .card-ornament, .tabbed-content-slider__item--inner:focus-visible .insight-image .card-ornament {
  bottom: 0;
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
}
.tabbed-content-slider__item--inner:hover .insight-image .card-ornament svg > g path, .tabbed-content-slider__item--inner:focus-visible .insight-image .card-ornament svg > g path {
  fill: #5903ff;
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
}
.tabbed-content-slider__item .content-image {
  aspect-ratio: 3/2;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 40px;
  position: relative;
}
@media (max-width: 1600px) and (max-height: 900px) {
  .tabbed-content-slider__item .content-image {
    aspect-ratio: 3/1.8;
  }
}
@media (max-width: 1600px) and (max-height: 900px) and (max-height: 750px) {
  .tabbed-content-slider__item .content-image {
    margin-bottom: 24px;
    aspect-ratio: 3/1.6;
  }
}
.tabbed-content-slider__item .content-image img {
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
}
.tabbed-content-slider__item .content-text {
  color: #fbfbfb;
}
.tabbed-content-slider__item .content-text h3 {
  color: #fbfbfb;
  margin-top: 0;
  margin-bottom: 16px;
}
@media (max-width: 1600px) and (max-height: 750px) {
  .tabbed-content-slider__item .content-description {
    font-size: 16px;
  }
}
@media (max-width: 61.99em) {
  .tabbed-content-slider__item .content-description {
    display: block;
    -webkit-line-clamp: none;
  }
}
.tabbed-content-slider__item .content-button {
  margin-top: 40px;
}
@media (max-width: 1600px) and (max-height: 750px) {
  .tabbed-content-slider__item .content-button {
    margin-top: 24px;
  }
}
.tabbed-content-slider__item .content-button a:focus {
  margin-left: 3px;
}

.page-breaker {
  padding: 0;
}
@media (max-width: 61.99em) {
  .page-breaker {
    height: 110vh;
  }
}
.page-breaker__inner {
  position: relative;
  height: 100vh;
  width: 100%;
  overflow: hidden;
}
.page-breaker__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.page-breaker__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 100%);
  z-index: 1;
}
.page-breaker__content {
  position: relative;
  z-index: 2;
  width: 75%;
  max-width: 625px;
  text-align: center;
  margin: 0 auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 61.99em) {
  .page-breaker__content {
    width: 100%;
  }
}
.page-breaker__content--title {
  color: #49e806;
  margin-bottom: 0px;
}
.page-breaker__content--description {
  color: #fbfbfb;
  width: 90%;
  margin: 40px auto;
}

.awards {
  background: #014349;
  padding: 0;
}
.awards__inner {
  padding: 100px 0;
}
@media (min-width: 1200px) and (max-height: 800px) {
  .awards__inner {
    padding: 48px 0;
  }
}
.awards__heading h2, .awards__heading .contact-form__title, .awards__heading .default-banner__title, .awards__heading .stacked-banner__title, .awards__heading .featured-banner__content h1, .featured-banner__content .awards__heading h1, .awards__heading .services__content .services__title, .services__content .awards__heading .services__title {
  color: #49e806;
  width: 70%;
}
@media (min-width: 1200px) and (max-height: 800px) {
  .awards__heading h2, .awards__heading .contact-form__title, .awards__heading .default-banner__title, .awards__heading .stacked-banner__title, .awards__heading .featured-banner__content h1, .featured-banner__content .awards__heading h1, .awards__heading .services__content .services__title, .services__content .awards__heading .services__title {
    font-size: 68px;
  }
}
@media (max-width: 47.99em) {
  .awards__heading h2, .awards__heading .contact-form__title, .awards__heading .default-banner__title, .awards__heading .stacked-banner__title, .awards__heading .featured-banner__content h1, .featured-banner__content .awards__heading h1, .awards__heading .services__content .services__title, .services__content .awards__heading .services__title {
    width: 100%;
  }
}
.awards__heading {
  margin-bottom: 56px;
}
.awards__content--image {
  aspect-ratio: 5/7;
  max-width: 332px;
  border-radius: 12px;
  overflow: hidden;
  margin-top: 32px;
}
@media (min-width: 1200px) and (max-height: 800px) {
  .awards__content--image {
    margin-top: 24px;
    padding-bottom: 24px;
  }
}
@media (max-width: 47.99em) {
  .awards__content--image {
    max-width: 100%;
  }
}
.awards__content--image img {
  border-radius: 12px;
  overflow: hidden;
}
.awards__list-wrap {
  height: 50vh;
  overflow: hidden;
}
@media (max-width: 61.99em) {
  .awards__list-wrap {
    margin-top: 40px;
  }
}
.awards__list-wrap::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40.69%, rgba(1, 67, 73, 0)), color-stop(101.72%, #014349));
  background: linear-gradient(180deg, rgba(1, 67, 73, 0) 40.69%, #014349 101.72%);
  opacity: 1;
  visibility: visible;
  pointer-events: none;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.awards__list-wrap.awards--scrolled::after {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.awards__list--inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 40px 16px;
  border-bottom: 1px solid rgba(250, 250, 250, 0.3);
}
@media (max-width: 47.99em) {
  .awards__list--inner {
    padding: 24px 0;
    gap: 24px;
  }
}
.awards__list--inner .award-title {
  color: #fbfbfb;
  font-weight: 700;
  margin: 0;
  line-height: 115%;
  font-family: "IBM Plex Sans", sans-serif;
}
@media (min-width: 1200px) and (max-height: 800px) {
  .awards__list--inner .award-title {
    font-size: 38px;
  }
}
@media (max-width: 47.99em) {
  .awards__list--inner .award-title {
    font-size: 32px;
    font-weight: 500;
  }
}
.awards__list--inner .award-win {
  color: #49e806;
  font-weight: 500;
}
@media (max-width: 47.99em) {
  .awards__list--inner .award-win {
    font-size: 22px;
    font-weight: 500;
  }
}

.statement {
  padding-bottom: 0;
  background: #131f29;
  overflow-x: hidden;
}
.statement__inner {
  height: 100vh;
  width: 100%;
  overflow: hidden;
}
.statement.animated .module-small-title {
  opacity: 1;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
}
.statement .module-small-title {
  color: #fbfbfb;
  position: absolute;
  z-index: 5;
  top: 64px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  -webkit-transition-delay: 0ms;
          transition-delay: 0ms;
}
@media (max-width: 61.99em) {
  .statement .module-small-title {
    opacity: 1;
    top: 80px;
  }
}
.statement__slider {
  height: 100%;
  width: 100%;
  -webkit-clip-path: inset(40%);
          clip-path: inset(40%);
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
}
@media (max-width: 61.99em) {
  .statement__slider {
    -webkit-clip-path: inset(0px 0px 0px 0px);
            clip-path: inset(0px 0px 0px 0px);
  }
}
.animated .statement__slider {
  -webkit-clip-path: inset(0px 0px 0px 0px);
          clip-path: inset(0px 0px 0px 0px);
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
}
.statement__slider--inner {
  position: relative;
  height: 100%;
  width: 100%;
}
.statement__slider--bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.statement__slider--bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7) 100%;
  z-index: 1;
}
.statement__slider--content {
  position: relative;
  width: 50%;
  margin: 0 auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  color: #fbfbfb;
  opacity: 0;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
}
@media (max-width: 61.99em) {
  .statement__slider--content {
    width: 90%;
    opacity: 1;
  }
}
.animated .statement__slider--content {
  opacity: 1;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}
.statement__slider--title {
  margin-bottom: 32px;
}
@media (max-width: 61.99em) {
  .statement__slider--title {
    font-size: 40px;
  }
}
@media (max-width: 61.99em) {
  .statement__slider--description {
    font-size: 16px;
  }
}

.two-column-intro__heading {
  width: 60%;
  margin-bottom: 64px;
}
@media (max-width: 61.99em) {
  .two-column-intro__heading {
    width: 100%;
    margin-bottom: 40px;
  }
}
.two-column-intro__heading h2, .two-column-intro__heading .contact-form__title, .two-column-intro__heading .default-banner__title, .two-column-intro__heading .stacked-banner__title, .two-column-intro__heading .featured-banner__content h1, .featured-banner__content .two-column-intro__heading h1, .two-column-intro__heading .services__content .services__title, .services__content .two-column-intro__heading .services__title {
  color: #49e806;
}
.two-column-intro__description {
  width: 60%;
  margin-left: auto;
  margin-bottom: 64px;
}
@media (max-width: 61.99em) {
  .two-column-intro__description {
    width: 100%;
    margin-bottom: 40px;
  }
}
.two-column-intro__description .description {
  margin-bottom: 40px;
}
@media (max-width: 61.99em) {
  .two-column-intro__description .description {
    font-size: 20px;
    margin-bottom: 24px;
  }
}
.two-column-intro__images--item {
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 35.99em) {
  .two-column-intro__images {
    row-gap: 16px;
  }
}
.two-column-intro__images .image-wrap.left {
  padding-right: 0;
}
.two-column-intro__images .image-wrap.left .two-column-intro__images--item {
  aspect-ratio: 3/2.5;
  max-height: 615px;
  width: 100%;
  height: 100%;
}
.two-column-intro__images .image-wrap.right .two-column-intro__images--item {
  aspect-ratio: 2.6/3;
  max-height: 615px;
  width: 100%;
  height: 100%;
}
@media (max-width: 61.99em) {
  .two-column-intro__images .image-wrap.right .two-column-intro__images--item {
    aspect-ratio: 3/2.5;
  }
}

.map {
  padding-top: 96px;
  padding-bottom: 0;
}
.map__heading {
  text-align: center;
  width: 54%;
  margin: 0 auto;
  margin-bottom: 48px;
}
@media (max-width: 61.99em) {
  .map__heading {
    width: 100%;
  }
}
.map__inner {
  position: relative;
  overflow: hidden;
}
.map__static-bg {
  height: 100%;
  width: 100%;
}
.map__static-bg img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.map__location {
  position: absolute;
  z-index: 1;
}
.map__location:hover {
  z-index: 2;
}
.map__location-inner:hover .map__location-info {
  opacity: 1;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}
.map__location-info {
  background: #ffc327;
  padding: 4px 16px;
  border-radius: 4px;
  position: absolute;
  top: -140%;
  left: -450%;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}
.map__location-info.is-active {
  opacity: 1;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}
.map__location-info svg {
  pointer-events: none;
}
.map__location-title {
  color: #131f29;
  font-weight: 600;
  text-wrap-mode: nowrap;
}
@media (max-width: 61.99em) {
  .map__location-icon svg {
    width: 8px;
  }
}

.stacked-content {
  background: #131f29;
}
.stacked-content__heading {
  width: 60%;
  margin-bottom: 120px;
}
@media (max-width: 61.99em) {
  .stacked-content__heading {
    width: 100%;
    margin-bottom: 64px;
  }
}
.stacked-content__heading h2, .stacked-content__heading .contact-form__title, .stacked-content__heading .default-banner__title, .stacked-content__heading .stacked-banner__title, .stacked-content__heading .featured-banner__content h1, .featured-banner__content .stacked-content__heading h1, .stacked-content__heading .services__content .services__title, .services__content .stacked-content__heading .services__title {
  color: #49e806;
}
.stacked-content__items {
  padding-left: 35%;
}
@media (max-width: 61.99em) {
  .stacked-content__items {
    padding-left: 0;
  }
}
.stacked-content__item:first-child .stacked-content__item-content {
  border-top: 1px solid rgba(250, 250, 250, 0.3);
}
.stacked-content__item-content {
  padding: 56px 16px;
  padding-right: 80px;
  border-bottom: 1px solid rgba(250, 250, 250, 0.3);
}
@media (max-width: 61.99em) {
  .stacked-content__item-content {
    padding: 24px 0;
  }
}
.stacked-content__item-title {
  color: #fbfbfb;
  margin-bottom: 32px;
}
@media (max-width: 61.99em) {
  .stacked-content__item-title {
    font-size: 32px;
  }
}
.stacked-content__item-desc {
  color: #fbfbfb;
}
@media (max-width: 61.99em) {
  .stacked-content__item-desc {
    font-size: 16px;
  }
}

.text-list-accordion {
  overflow: hidden;
  background: #131f29;
  color: #fbfbfb;
  padding-top: 0;
}
.text-list-accordion__heading {
  overflow: hidden;
  margin-bottom: 120px;
}
@media (max-width: 61.99em) {
  .text-list-accordion__heading {
    margin-bottom: 80px;
  }
}
.text-list-accordion__heading .main-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 64px;
  -webkit-animation: scroll 30s linear infinite;
          animation: scroll 30s linear infinite;
}
@media (max-width: 61.99em) {
  .text-list-accordion__heading .main-title {
    gap: 20px;
  }
}
.text-list-accordion__heading .main-title .text {
  text-wrap-mode: nowrap;
  font-size: 200px;
  line-height: 120%;
  color: #fbfbfb;
}
@media (max-width: 61.99em) {
  .text-list-accordion__heading .main-title .text {
    font-size: 48px;
  }
}
.text-list-accordion__heading .main-title .title-image {
  display: block;
  aspect-ratio: 3/2;
  height: 170px;
  width: 250px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 8px;
}
@media (max-width: 61.99em) {
  .text-list-accordion__heading .main-title .title-image {
    height: 48px;
    width: 72px;
  }
}
.text-list-accordion__item-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 40px 8px;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: #fbfbfb;
  opacity: 0.4;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}
@media (max-width: 64.0525em) {
  .text-list-accordion__item-content {
    opacity: 1;
  }
}
@media (max-width: 61.99em) {
  .text-list-accordion__item-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    opacity: 1;
    position: relative;
    padding: 40px 0;
    border-color: #49e806;
  }
}
.text-list-accordion__item-content:hover, .text-list-accordion__item-content:focus-visible {
  text-decoration: none;
  opacity: 1;
  padding-left: 24px;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  border-color: #49e806;
}
@media (max-width: 64.0525em) {
  .text-list-accordion__item-content:hover, .text-list-accordion__item-content:focus-visible {
    padding-left: 0;
  }
}
.text-list-accordion__item-content:hover .text-list-accordion__item-link .link-icon, .text-list-accordion__item-content:focus-visible .text-list-accordion__item-link .link-icon {
  opacity: 1;
  rotate: 0deg;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}
.text-list-accordion__item:first-child .text-list-accordion__item-content {
  border-top: 2px solid #fbfbfb;
}
@media (max-width: 64.0525em) {
  .text-list-accordion__item:first-child .text-list-accordion__item-content {
    border-color: #49e806;
  }
}
.text-list-accordion__item:first-child:hover .text-list-accordion__item-content, .text-list-accordion__item:first-child:focus-visible .text-list-accordion__item-content {
  border-color: #49e806;
}
.text-list-accordion__item:last-child .text-list-accordion__item-content {
  border-bottom: 2px solid #fbfbfb;
}
@media (max-width: 64.0525em) {
  .text-list-accordion__item:last-child .text-list-accordion__item-content {
    border-color: #49e806;
  }
}
.text-list-accordion__item:last-child:hover .text-list-accordion__item-content, .text-list-accordion__item:last-child:focus-visible .text-list-accordion__item-content {
  border-color: #49e806;
}
.text-list-accordion__item-title {
  -webkit-box-flex: 60%;
  -webkit-flex: 60%;
      -ms-flex: 60%;
          flex: 60%;
  width: 60%;
  color: #fbfbfb;
  font-size: 32px;
  line-height: 115%;
  margin: 0;
}
@media (max-width: 61.99em) {
  .text-list-accordion__item-title {
    width: 80%;
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    font-size: 24px;
  }
}
.text-list-accordion__item-type, .text-list-accordion__item-category, .text-list-accordion__item-location, .text-list-accordion__item-link {
  -webkit-box-flex: 10%;
  -webkit-flex: 10%;
      -ms-flex: 10%;
          flex: 10%;
  width: 10%;
  color: #fbfbfb;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 61.99em) {
  .text-list-accordion__item-type, .text-list-accordion__item-category, .text-list-accordion__item-location, .text-list-accordion__item-link {
    width: 80%;
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    font-size: 18px;
  }
}
.text-list-accordion__item-type, .text-list-accordion__item-category, .text-list-accordion__item-location {
  font-size: 18px;
}
.text-list-accordion__item-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 61.99em) {
  .text-list-accordion__item-link {
    position: absolute;
    top: 40px;
    right: 0;
  }
}
.text-list-accordion__item-link .link-icon {
  rotate: 45deg;
  opacity: 0;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}
@media (max-width: 64.0525em) {
  .text-list-accordion__item-link .link-icon {
    rotate: 0deg;
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes scroll {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.our-team {
  background: #131f29;
  padding-top: 80px;
  height: auto;
  overflow: visible;
  z-index: 2;
}

.insight-listing {
  height: auto;
  overflow: visible;
  z-index: 2;
}
.insight-listing__heading {
  margin-bottom: 0;
  width: 68%;
}
@media (max-width: 47.99em) {
  .insight-listing__heading {
    margin-bottom: 48px;
  }
}
.insight-listing__heading h2, .insight-listing__heading .contact-form__title, .insight-listing__heading .default-banner__title, .insight-listing__heading .stacked-banner__title, .insight-listing__heading .featured-banner__content h1, .featured-banner__content .insight-listing__heading h1, .insight-listing__heading .services__content .services__title, .services__content .insight-listing__heading .services__title {
  color: #49e806;
  -webkit-column-gap: 14px !important;
     -moz-column-gap: 14px !important;
          column-gap: 14px !important;
}
.insight-listing__lists {
  padding-top: 64px;
}
@media (max-width: 47.99em) {
  .insight-listing__lists {
    padding-top: 16px;
  }
}

.expert-opinion {
  position: relative;
  padding-top: 96px;
  padding-bottom: 400px;
}
@media (min-width: 125em) {
  .expert-opinion {
    padding-bottom: 30vw;
  }
}
@media (min-width: 93.75em) and (max-width: 124.9375em) {
  .expert-opinion {
    padding-bottom: 500px;
  }
}
.expert-opinion + .module.cta-module {
  margin-top: -350px !important;
}
@media (min-width: 125em) {
  .expert-opinion + .module.cta-module {
    margin-top: -27vw !important;
  }
}
@media (min-width: 93.75em) and (max-width: 124.9375em) {
  .expert-opinion + .module.cta-module {
    margin-top: -480px !important;
  }
}
.expert-opinion__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.expert-opinion__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(45.22%, #014349), color-stop(103.2%, rgba(19, 31, 41, 0)));
  background: linear-gradient(90deg, #014349 45.22%, rgba(19, 31, 41, 0) 103.2%);
  z-index: 1;
}
@media (max-width: 61.99em) {
  .expert-opinion__bg::after {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(44.11%, #014349), color-stop(163.37%, rgba(19, 31, 41, 0)));
    background: linear-gradient(180deg, #014349 44.11%, rgba(19, 31, 41, 0) 163.37%);
    height: 85%;
  }
}
.expert-opinion__content {
  position: relative;
  z-index: 1;
  color: #fbfbfb;
  width: 50%;
}
@media (max-width: 61.99em) {
  .expert-opinion__content {
    width: 100%;
  }
}
.expert-opinion__content h2, .expert-opinion__content .contact-form__title, .expert-opinion__content .default-banner__title, .expert-opinion__content .stacked-banner__title, .expert-opinion__content .featured-banner__content h1, .featured-banner__content .expert-opinion__content h1, .expert-opinion__content .services__content .services__title, .services__content .expert-opinion__content .services__title {
  color: #49e806;
  margin-bottom: 96px;
}
@media (max-width: 61.99em) {
  .expert-opinion__content h2, .expert-opinion__content .contact-form__title, .expert-opinion__content .default-banner__title, .expert-opinion__content .stacked-banner__title, .expert-opinion__content .featured-banner__content h1, .featured-banner__content .expert-opinion__content h1, .expert-opinion__content .services__content .services__title, .services__content .expert-opinion__content .services__title {
    margin-bottom: 40px;
  }
}
.expert-opinion__quote {
  font-size: 30px;
  line-height: 120%;
  font-weight: 500;
  margin-bottom: 64px;
}
@media (max-width: 61.99em) {
  .expert-opinion__quote {
    font-size: 28px;
    margin-bottom: 40px;
  }
}
@media (max-width: 61.99em) {
  .expert-opinion__author-role {
    font-size: 16px;
  }
}

.related-news {
  padding-top: 0;
}
.related-news__heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 64px;
  gap: 64px;
}
@media (max-width: 61.99em) {
  .related-news__heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 24px;
    gap: 24px;
  }
}
.related-news__heading h2, .related-news__heading .contact-form__title, .related-news__heading .default-banner__title, .related-news__heading .stacked-banner__title, .related-news__heading .featured-banner__content h1, .featured-banner__content .related-news__heading h1, .related-news__heading .services__content .services__title, .services__content .related-news__heading .services__title {
  margin: 0;
}
.related-news .title-wrap {
  width: 70%;
}
@media (max-width: 61.99em) {
  .related-news .title-wrap {
    width: 100%;
  }
}
.related-news__button {
  width: 30%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 61.99em) {
  .related-news__button {
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (max-width: 61.99em) {
  .related-news__items {
    gap: 0px;
  }
}
@media (max-width: 47.99em) {
  .related-news__items {
    gap: 40px;
  }
}

.reports {
  padding-top: 80px;
}
.reports.no-container {
  padding-top: 40px;
  padding-bottom: 60px;
}
@media (max-width: 64.0525em) {
  .reports {
    padding-top: 40px;
  }
}
.reports__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 64.0525em) {
  .reports__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.reports__heading {
  width: 40%;
  padding-right: 36px;
}
@media (max-width: 64.0525em) {
  .reports__heading {
    width: 100%;
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.reports__heading h2, .reports__heading .contact-form__title, .reports__heading .default-banner__title, .reports__heading .stacked-banner__title, .reports__heading .featured-banner__content h1, .featured-banner__content .reports__heading h1, .reports__heading .services__content .services__title, .services__content .reports__heading .services__title {
  font-size: 48px;
  font-style: normal;
  line-height: 110%;
  letter-spacing: 0.48px;
  margin-bottom: 24px;
}
.reports__files {
  width: 60%;
  padding-left: 60px;
  padding-top: 48px;
}
@media (max-width: 64.0525em) {
  .reports__files {
    width: 100%;
    padding-left: 0;
    padding-top: 0;
  }
}
.reports__file--item {
  padding: 32px 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #49e806;
}
@media (max-width: 64.0525em) {
  .reports__file--item {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.reports__file--item:first-child {
  border-top: 1px solid #49e806;
}
.reports__file--name {
  width: 70%;
}
@media (max-width: 64.0525em) {
  .reports__file--name {
    width: 50%;
  }
}
.reports__file--link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  font-weight: 400 !important;
}
@media (max-width: 64.0525em) {
  .reports__file--link {
    width: 50%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.reports__file--link span {
  color: #014349 !important;
}
.reports__file--link:hover, .reports__file--link:focus-visible {
  text-decoration: none !important;
}
.reports__file--link:hover span, .reports__file--link:focus-visible span {
  color: #131f29 !important;
}

.product-feature {
  background: #131f29;
  padding: 0;
  overflow: visible;
}
.product-feature__pinned {
  position: relative;
}
.product-feature__sticky-list {
  position: relative;
}
.product-feature__inner {
  position: relative;
}
@media (max-width: 64.0525em) {
  .product-feature__inner {
    padding-top: 64px;
  }
}
.product-feature__inner.step-1 .product-feature__opening-text, .product-feature__inner.step-2 .product-feature__opening-text, .product-feature__inner.step-3 .product-feature__opening-text {
  position: fixed;
}
.product-feature__inner.step-2 .product-feature__opening-text, .product-feature__inner.step-3 .product-feature__opening-text, .product-feature__inner.step-4 .product-feature__opening-text {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 100ms ease;
  transition: all 100ms ease;
}
.product-feature__inner.step-2 .product-feature__opening-text .text-left, .product-feature__inner.step-3 .product-feature__opening-text .text-left, .product-feature__inner.step-4 .product-feature__opening-text .text-left {
  left: 0%;
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
}
.product-feature__inner.step-2 .product-feature__opening-text .text-right, .product-feature__inner.step-3 .product-feature__opening-text .text-right, .product-feature__inner.step-4 .product-feature__opening-text .text-right {
  right: 0%;
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
}
.product-feature__inner.step-2 .product-feature__content, .product-feature__inner.step-3 .product-feature__content, .product-feature__inner.step-4 .product-feature__content {
  opacity: 0;
  scale: 0;
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}
.product-feature__inner.step-3 .product-feature__opening-text, .product-feature__inner.step-4 .product-feature__opening-text {
  font-size: 64px;
  left: 3%;
  text-align: center;
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
}
.product-feature__inner.step-3 .product-feature__opening-text .text-left, .product-feature__inner.step-4 .product-feature__opening-text .text-left {
  left: -40%;
}
@media (max-width: 100em) {
  .product-feature__inner.step-3 .product-feature__opening-text .text-left, .product-feature__inner.step-4 .product-feature__opening-text .text-left {
    left: -36%;
  }
}
.product-feature__inner.step-3 .product-feature__opening-text .text-right, .product-feature__inner.step-4 .product-feature__opening-text .text-right {
  right: 40%;
}
@media (max-width: 100em) {
  .product-feature__inner.step-3 .product-feature__opening-text .text-right, .product-feature__inner.step-4 .product-feature__opening-text .text-right {
    right: 36%;
  }
}
.product-feature__inner.step-4 .product-feature__opening-text {
  position: fixed;
  top: 64px;
  left: 3%;
  -webkit-transform: translateY(0);
          transform: translateY(0); /* was translate(0,-50%) in step-3; use translateY(0) for a smooth transition to top */
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
  z-index: 0;
}
.product-feature__inner.hide-opening-text .product-feature__opening-text {
  -webkit-transform: translateY(-200%);
          transform: translateY(-200%);
}
.product-feature--list-in-view .product-feature__inner.step-4 .product-feature__opening-text {
  position: -webkit-sticky;
  position: sticky;
  top: 24px;
  left: 3%;
}
.product-feature--list-complete .product-feature__opening-text {
  position: fixed;
  top: 64px;
  left: 3%;
  z-index: 20;
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
}
.product-feature--past .product-feature__opening-text {
  visibility: hidden;
}
.product-feature__opening-text {
  font-size: 212px;
  color: #fbfbfb;
  font-family: "IBM Plex Sans", Arial, sans-serif;
  font-weight: 600;
  margin-bottom: 0;
  position: absolute;
  width: 100%;
  top: 45vh;
  left: 0%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  text-align: center;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
}
@media (min-width: 75em) and (max-width: 87.5em) {
  .product-feature__opening-text {
    font-size: 180px;
  }
}
@media (max-width: 75em) {
  .product-feature__opening-text {
    font-size: 160px;
  }
}
@media (max-width: 64.0525em) {
  .product-feature__opening-text {
    font-size: 40px;
    position: relative;
    top: 0;
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
    text-align: left;
    opacity: 1;
    visibility: visible;
  }
}
.product-feature__opening-text .text-left {
  position: relative;
  left: -100%;
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
}
@media (max-width: 64.0525em) {
  .product-feature__opening-text .text-left {
    left: 0;
  }
}
.product-feature__opening-text .text-right {
  position: relative;
  right: -100%;
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
}
@media (max-width: 64.0525em) {
  .product-feature__opening-text .text-right {
    right: 0;
  }
}
.product-feature__content {
  position: relative;
  height: 100vh;
  width: 100vw;
  scale: 1;
  opacity: 1;
  overflow: hidden;
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
}
@media (max-width: 75em) {
  .product-feature__content {
    scale: 1;
    opacity: 1;
  }
}
@media (max-width: 64.0525em) {
  .product-feature__content {
    height: auto;
  }
}
.product-feature__content .content-bg {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 0;
}
@media (max-width: 64.0525em) {
  .product-feature__content .content-bg {
    display: none;
  }
}
.product-feature__content .content-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%), linear-gradient(251deg, rgba(0, 0, 0, 0) 55.71%, rgba(0, 0, 0, 0.6) 72.91%), linear-gradient(180deg, rgba(0, 0, 0, 0) 54.22%, rgba(0, 0, 0, 0.6) 100%);
  z-index: 1;
}
.product-feature__content--list {
  padding-bottom: 64px;
}
@media (max-width: 64.0525em) {
  .product-feature__content--list {
    padding-top: 20px;
  }
}
.product-feature__content--list .feature-item {
  position: -webkit-sticky;
  position: sticky;
  top: 200px;
  padding: 40px 0 100px 0;
  border-top: 1px solid #fbfbfb;
  background: #131f29;
}
@media (max-width: 100em) {
  .product-feature__content--list .feature-item {
    top: 160px;
  }
}
@media (max-width: 64.0525em) {
  .product-feature__content--list .feature-item {
    position: relative;
    top: unset;
    padding: 32px 0;
    border-top: none;
  }
}
.product-feature__content--list .feature-item-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 64.0525em) {
  .product-feature__content--list .feature-item-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
}
.product-feature__content--list .feature-item__image {
  width: 50%;
  aspect-ratio: 796/480;
  border-radius: 12px;
  min-height: 45vh;
  overflow: hidden;
}
@media (max-width: 64.0525em) {
  .product-feature__content--list .feature-item__image {
    width: 100%;
    aspect-ratio: 358/246;
    height: auto;
  }
}
.product-feature__content--list .feature-item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-feature__content--list .feature-item__text {
  width: 50%;
  padding-left: 72px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 64.0525em) {
  .product-feature__content--list .feature-item__text {
    width: 100%;
    padding-left: 0;
  }
}
.product-feature__content--list .feature-item--title {
  color: #49e806;
  margin-bottom: 24px;
}
@media (max-width: 64.0525em) {
  .product-feature__content--list .feature-item--title {
    font-size: 32px;
    font-weight: 500;
  }
}
.product-feature__content--list .feature-item--description {
  color: #fbfbfb;
}
@media (min-width: 64.0625em) and (max-width: 110em) {
  .product-feature__content--list .feature-item--description {
    max-height: 40vh;
    overflow-y: auto;
    padding-right: 8px;
  }
  .product-feature__content--list .feature-item--description::-webkit-scrollbar {
    width: 4px;
    border-radius: 100px;
    overflow: hidden;
  }
  .product-feature__content--list .feature-item--description::-webkit-scrollbar-track {
    background: rgba(0, 59, 65, 0.1921568627);
  }
  .product-feature__content--list .feature-item--description::-webkit-scrollbar-thumb {
    background: #003b41;
  }
  .product-feature__content--list .feature-item--description::-webkit-scrollbar-thumb:hover {
    background: #003b41;
  }
}
@media (max-width: 64.0525em) {
  .product-feature__content--list .feature-item--description {
    font-size: 14px;
  }
}
.product-feature__content--list .feature-item--description p:last-child {
  margin-bottom: 24px;
}
.product-feature__content--list .feature-item--description ul {
  padding-left: 24px;
}
@media (max-width: 64.0525em) {
  .product-feature__content--list .feature-item--description ul {
    margin-bottom: 24px;
  }
}
.product-feature__content--list .feature-item--button {
  margin-top: auto;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.text-image {
  background: #131f29;
  padding-top: 40vh;
}
.text-image__inner {
  position: relative;
}
.text-image .running-text-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 40vh;
  z-index: 1;
}
.text-image .main-text {
  color: #49e806;
  font-size: 72px;
  line-height: 115%;
  width: 95%;
}
@media (max-width: 61.99em) {
  .text-image .main-text {
    font-size: 40px;
    width: 100%;
  }
}
.text-image__image-1:before, .text-image__image-2:before, .text-image__image-3:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
  z-index: 0;
}
.text-image__image-1 {
  aspect-ratio: 3/4;
  max-width: 320px;
  position: absolute;
  left: 70%;
  top: 60vh;
}
@media (max-width: 61.99em) {
  .text-image__image-1 {
    max-width: 240px;
    left: 50%;
  }
}
.text-image__image-2 {
  aspect-ratio: 3/4;
  max-width: 320px;
  position: relative;
  margin-top: 140vh;
  left: 0%;
  z-index: 0;
}
@media (max-width: 61.99em) {
  .text-image__image-2 {
    max-width: 192px;
  }
}
.text-image__image-3 {
  aspect-ratio: 3/4;
  max-width: 360px;
  position: relative;
  left: 70%;
  margin-top: 80vh;
}
@media (max-width: 64.0525em) {
  .text-image__image-3 {
    left: 60%;
  }
}
@media (max-width: 61.99em) {
  .text-image__image-3 {
    max-width: 192px;
  }
}
@media (max-width: 47.99em) {
  .text-image__image-3 {
    left: 40%;
  }
}
.text-image__image-1, .text-image__image-2, .text-image__image-3 {
  scale: 0.7;
  border-radius: 12px;
  overflow: hidden;
}
.text-image__image-1.in-view, .text-image__image-2.in-view, .text-image__image-3.in-view {
  scale: 1;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}

.not-found {
  min-height: 100vh;
  text-align: center;
  position: relative;
  overflow: hidden !important;
  background: #131f29;
}
body .page-wrap .not-found {
  overflow: hidden !important;
}
.not-found__wrapper {
  position: absolute;
  top: 52%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
@media (min-width: 48em) and (max-width: 75em) {
  .not-found__wrapper {
    width: 100%;
    top: 50%;
  }
}
.not-found h1 {
  font-size: 240px;
  font-weight: 500;
  line-height: 75%;
  margin-bottom: 56px;
  text-align: center;
  color: #fbfbfb;
}
@media (max-width: 75em) {
  .not-found h1 {
    font-size: 128px;
    text-align: center;
    margin-bottom: 32px;
  }
}
.not-found .description {
  font-size: 20px;
  color: #fbfbfb;
}
@media (max-width: 75em) {
  .not-found .description {
    font-size: 18px;
  }
}
.not-found .button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 64px;
}