@charset "UTF-8";
@font-face {
  font-family: "Geist";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("./assets/fonts/geist-sans/Geist-Variable.woff2") format("woff2");
}
@font-face {
  font-family: "Geist Mono";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("./assets/fonts/geist-mono/GeistMono-Variable.woff2") format("woff2");
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@media print, screen and (min-width: 40em) {
  .reveal, .reveal.large, .reveal.small, .reveal.tiny {
    right: auto;
    left: auto;
    margin: 0 auto;
  }
} /*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

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

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em";
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 100%;
}

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

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}

select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border-radius: 0;
}

.map_canvas embed, .map_canvas img, .map_canvas object, .mqa-display embed, .mqa-display img, .mqa-display object {
  max-width: none !important;
}

button {
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: 0 0;
  line-height: 1;
  cursor: auto;
}

[data-whatinput=mouse] button {
  outline: 0;
}

pre {
  overflow: auto;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
}

.is-visible {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

.grid-container {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 75rem;
  margin: 0 auto;
}

@media print, screen and (min-width: 40em) {
  .grid-container {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.grid-container.fluid {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 100%;
  margin: 0 auto;
}

@media print, screen and (min-width: 40em) {
  .grid-container.fluid {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.grid-container.full {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
  margin: 0 auto;
}

.grid-x {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.cell {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  width: 100%;
}

.cell.auto {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
}

.cell.shrink {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.grid-x > .auto {
  width: auto;
}

.grid-x > .shrink {
  width: auto;
}

.grid-x > .small-1, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-full, .grid-x > .small-shrink {
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-1, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-full, .grid-x > .medium-shrink {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 64.1em) {
  .grid-x > .large-1, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-full, .grid-x > .large-shrink {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
.grid-x > .small-1, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.grid-x > .small-1 {
  width: 8.33333%;
}

.grid-x > .small-2 {
  width: 16.66667%;
}

.grid-x > .small-3 {
  width: 25%;
}

.grid-x > .small-4 {
  width: 33.33333%;
}

.grid-x > .small-5 {
  width: 41.66667%;
}

.grid-x > .small-6 {
  width: 50%;
}

.grid-x > .small-7 {
  width: 58.33333%;
}

.grid-x > .small-8 {
  width: 66.66667%;
}

.grid-x > .small-9 {
  width: 75%;
}

.grid-x > .small-10 {
  width: 83.33333%;
}

.grid-x > .small-11 {
  width: 91.66667%;
}

.grid-x > .small-12 {
  width: 100%;
}

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    width: auto;
  }
  .grid-x > .medium-1, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-shrink {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .grid-x > .medium-shrink {
    width: auto;
  }
  .grid-x > .medium-1 {
    width: 8.33333%;
  }
  .grid-x > .medium-2 {
    width: 16.66667%;
  }
  .grid-x > .medium-3 {
    width: 25%;
  }
  .grid-x > .medium-4 {
    width: 33.33333%;
  }
  .grid-x > .medium-5 {
    width: 41.66667%;
  }
  .grid-x > .medium-6 {
    width: 50%;
  }
  .grid-x > .medium-7 {
    width: 58.33333%;
  }
  .grid-x > .medium-8 {
    width: 66.66667%;
  }
  .grid-x > .medium-9 {
    width: 75%;
  }
  .grid-x > .medium-10 {
    width: 83.33333%;
  }
  .grid-x > .medium-11 {
    width: 91.66667%;
  }
  .grid-x > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64.1em) {
  .grid-x > .large-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    width: auto;
  }
  .grid-x > .large-1, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-shrink {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .grid-x > .large-shrink {
    width: auto;
  }
  .grid-x > .large-1 {
    width: 8.33333%;
  }
  .grid-x > .large-2 {
    width: 16.66667%;
  }
  .grid-x > .large-3 {
    width: 25%;
  }
  .grid-x > .large-4 {
    width: 33.33333%;
  }
  .grid-x > .large-5 {
    width: 41.66667%;
  }
  .grid-x > .large-6 {
    width: 50%;
  }
  .grid-x > .large-7 {
    width: 58.33333%;
  }
  .grid-x > .large-8 {
    width: 66.66667%;
  }
  .grid-x > .large-9 {
    width: 75%;
  }
  .grid-x > .large-10 {
    width: 83.33333%;
  }
  .grid-x > .large-11 {
    width: 91.66667%;
  }
  .grid-x > .large-12 {
    width: 100%;
  }
}
.grid-margin-x:not(.grid-x) > .cell {
  width: auto;
}

.grid-margin-y:not(.grid-y) > .cell {
  height: auto;
}

.grid-margin-x {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-margin-x {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}
.grid-margin-x > .cell {
  width: calc(100% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-margin-x > .cell {
    width: calc(100% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}
.grid-margin-x > .auto {
  width: auto;
}

.grid-margin-x > .shrink {
  width: auto;
}

.grid-margin-x > .small-1 {
  width: calc(8.33333% - 1.25rem);
}

.grid-margin-x > .small-2 {
  width: calc(16.66667% - 1.25rem);
}

.grid-margin-x > .small-3 {
  width: calc(25% - 1.25rem);
}

.grid-margin-x > .small-4 {
  width: calc(33.33333% - 1.25rem);
}

.grid-margin-x > .small-5 {
  width: calc(41.66667% - 1.25rem);
}

.grid-margin-x > .small-6 {
  width: calc(50% - 1.25rem);
}

.grid-margin-x > .small-7 {
  width: calc(58.33333% - 1.25rem);
}

.grid-margin-x > .small-8 {
  width: calc(66.66667% - 1.25rem);
}

.grid-margin-x > .small-9 {
  width: calc(75% - 1.25rem);
}

.grid-margin-x > .small-10 {
  width: calc(83.33333% - 1.25rem);
}

.grid-margin-x > .small-11 {
  width: calc(91.66667% - 1.25rem);
}

.grid-margin-x > .small-12 {
  width: calc(100% - 1.25rem);
}

@media print, screen and (min-width: 40em) {
  .grid-margin-x > .auto {
    width: auto;
  }
  .grid-margin-x > .shrink {
    width: auto;
  }
  .grid-margin-x > .small-1 {
    width: calc(8.33333% - 1.875rem);
  }
  .grid-margin-x > .small-2 {
    width: calc(16.66667% - 1.875rem);
  }
  .grid-margin-x > .small-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .small-4 {
    width: calc(33.33333% - 1.875rem);
  }
  .grid-margin-x > .small-5 {
    width: calc(41.66667% - 1.875rem);
  }
  .grid-margin-x > .small-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .small-7 {
    width: calc(58.33333% - 1.875rem);
  }
  .grid-margin-x > .small-8 {
    width: calc(66.66667% - 1.875rem);
  }
  .grid-margin-x > .small-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .small-10 {
    width: calc(83.33333% - 1.875rem);
  }
  .grid-margin-x > .small-11 {
    width: calc(91.66667% - 1.875rem);
  }
  .grid-margin-x > .small-12 {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x > .medium-auto {
    width: auto;
  }
  .grid-margin-x > .medium-shrink {
    width: auto;
  }
  .grid-margin-x > .medium-1 {
    width: calc(8.33333% - 1.875rem);
  }
  .grid-margin-x > .medium-2 {
    width: calc(16.66667% - 1.875rem);
  }
  .grid-margin-x > .medium-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .medium-4 {
    width: calc(33.33333% - 1.875rem);
  }
  .grid-margin-x > .medium-5 {
    width: calc(41.66667% - 1.875rem);
  }
  .grid-margin-x > .medium-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .medium-7 {
    width: calc(58.33333% - 1.875rem);
  }
  .grid-margin-x > .medium-8 {
    width: calc(66.66667% - 1.875rem);
  }
  .grid-margin-x > .medium-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .medium-10 {
    width: calc(83.33333% - 1.875rem);
  }
  .grid-margin-x > .medium-11 {
    width: calc(91.66667% - 1.875rem);
  }
  .grid-margin-x > .medium-12 {
    width: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x > .large-auto {
    width: auto;
  }
  .grid-margin-x > .large-shrink {
    width: auto;
  }
  .grid-margin-x > .large-1 {
    width: calc(8.33333% - 1.875rem);
  }
  .grid-margin-x > .large-2 {
    width: calc(16.66667% - 1.875rem);
  }
  .grid-margin-x > .large-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .large-4 {
    width: calc(33.33333% - 1.875rem);
  }
  .grid-margin-x > .large-5 {
    width: calc(41.66667% - 1.875rem);
  }
  .grid-margin-x > .large-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .large-7 {
    width: calc(58.33333% - 1.875rem);
  }
  .grid-margin-x > .large-8 {
    width: calc(66.66667% - 1.875rem);
  }
  .grid-margin-x > .large-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .large-10 {
    width: calc(83.33333% - 1.875rem);
  }
  .grid-margin-x > .large-11 {
    width: calc(91.66667% - 1.875rem);
  }
  .grid-margin-x > .large-12 {
    width: calc(100% - 1.875rem);
  }
}
.grid-padding-x .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-padding-x .grid-padding-x {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
.grid-container:not(.full) > .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-container:not(.full) > .grid-padding-x {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
.grid-padding-x > .cell {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-padding-x > .cell {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.small-up-1 > .cell {
  width: 100%;
}

.small-up-2 > .cell {
  width: 50%;
}

.small-up-3 > .cell {
  width: 33.33333%;
}

.small-up-4 > .cell {
  width: 25%;
}

.small-up-5 > .cell {
  width: 20%;
}

.small-up-6 > .cell {
  width: 16.66667%;
}

.small-up-7 > .cell {
  width: 14.28571%;
}

.small-up-8 > .cell {
  width: 12.5%;
}

@media print, screen and (min-width: 40em) {
  .medium-up-1 > .cell {
    width: 100%;
  }
  .medium-up-2 > .cell {
    width: 50%;
  }
  .medium-up-3 > .cell {
    width: 33.33333%;
  }
  .medium-up-4 > .cell {
    width: 25%;
  }
  .medium-up-5 > .cell {
    width: 20%;
  }
  .medium-up-6 > .cell {
    width: 16.66667%;
  }
  .medium-up-7 > .cell {
    width: 14.28571%;
  }
  .medium-up-8 > .cell {
    width: 12.5%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-up-1 > .cell {
    width: 100%;
  }
  .large-up-2 > .cell {
    width: 50%;
  }
  .large-up-3 > .cell {
    width: 33.33333%;
  }
  .large-up-4 > .cell {
    width: 25%;
  }
  .large-up-5 > .cell {
    width: 20%;
  }
  .large-up-6 > .cell {
    width: 16.66667%;
  }
  .large-up-7 > .cell {
    width: 14.28571%;
  }
  .large-up-8 > .cell {
    width: 12.5%;
  }
}
.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 1.25rem);
}

.grid-margin-x.small-up-2 > .cell {
  width: calc(50% - 1.25rem);
}

.grid-margin-x.small-up-3 > .cell {
  width: calc(33.33333% - 1.25rem);
}

.grid-margin-x.small-up-4 > .cell {
  width: calc(25% - 1.25rem);
}

.grid-margin-x.small-up-5 > .cell {
  width: calc(20% - 1.25rem);
}

.grid-margin-x.small-up-6 > .cell {
  width: calc(16.66667% - 1.25rem);
}

.grid-margin-x.small-up-7 > .cell {
  width: calc(14.28571% - 1.25rem);
}

.grid-margin-x.small-up-8 > .cell {
  width: calc(12.5% - 1.25rem);
}

@media print, screen and (min-width: 40em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.33333% - 1.875rem);
  }
  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.66667% - 1.875rem);
  }
  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.28571% - 1.875rem);
  }
  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.33333% - 1.875rem);
  }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.66667% - 1.875rem);
  }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.28571% - 1.875rem);
  }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.33333% - 1.875rem);
  }
  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.66667% - 1.875rem);
  }
  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.28571% - 1.875rem);
  }
  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}
.small-margin-collapse {
  margin-right: 0;
  margin-left: 0;
}

.small-margin-collapse > .cell {
  margin-right: 0;
  margin-left: 0;
}

.small-margin-collapse > .small-1 {
  width: 8.33333%;
}

.small-margin-collapse > .small-2 {
  width: 16.66667%;
}

.small-margin-collapse > .small-3 {
  width: 25%;
}

.small-margin-collapse > .small-4 {
  width: 33.33333%;
}

.small-margin-collapse > .small-5 {
  width: 41.66667%;
}

.small-margin-collapse > .small-6 {
  width: 50%;
}

.small-margin-collapse > .small-7 {
  width: 58.33333%;
}

.small-margin-collapse > .small-8 {
  width: 66.66667%;
}

.small-margin-collapse > .small-9 {
  width: 75%;
}

.small-margin-collapse > .small-10 {
  width: 83.33333%;
}

.small-margin-collapse > .small-11 {
  width: 91.66667%;
}

.small-margin-collapse > .small-12 {
  width: 100%;
}

@media print, screen and (min-width: 40em) {
  .small-margin-collapse > .medium-1 {
    width: 8.33333%;
  }
  .small-margin-collapse > .medium-2 {
    width: 16.66667%;
  }
  .small-margin-collapse > .medium-3 {
    width: 25%;
  }
  .small-margin-collapse > .medium-4 {
    width: 33.33333%;
  }
  .small-margin-collapse > .medium-5 {
    width: 41.66667%;
  }
  .small-margin-collapse > .medium-6 {
    width: 50%;
  }
  .small-margin-collapse > .medium-7 {
    width: 58.33333%;
  }
  .small-margin-collapse > .medium-8 {
    width: 66.66667%;
  }
  .small-margin-collapse > .medium-9 {
    width: 75%;
  }
  .small-margin-collapse > .medium-10 {
    width: 83.33333%;
  }
  .small-margin-collapse > .medium-11 {
    width: 91.66667%;
  }
  .small-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .small-margin-collapse > .large-1 {
    width: 8.33333%;
  }
  .small-margin-collapse > .large-2 {
    width: 16.66667%;
  }
  .small-margin-collapse > .large-3 {
    width: 25%;
  }
  .small-margin-collapse > .large-4 {
    width: 33.33333%;
  }
  .small-margin-collapse > .large-5 {
    width: 41.66667%;
  }
  .small-margin-collapse > .large-6 {
    width: 50%;
  }
  .small-margin-collapse > .large-7 {
    width: 58.33333%;
  }
  .small-margin-collapse > .large-8 {
    width: 66.66667%;
  }
  .small-margin-collapse > .large-9 {
    width: 75%;
  }
  .small-margin-collapse > .large-10 {
    width: 83.33333%;
  }
  .small-margin-collapse > .large-11 {
    width: 91.66667%;
  }
  .small-margin-collapse > .large-12 {
    width: 100%;
  }
}
.small-padding-collapse {
  margin-right: 0;
  margin-left: 0;
}

.small-padding-collapse > .cell {
  padding-right: 0;
  padding-left: 0;
}

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .small-1 {
    width: 8.33333%;
  }
  .medium-margin-collapse > .small-2 {
    width: 16.66667%;
  }
  .medium-margin-collapse > .small-3 {
    width: 25%;
  }
  .medium-margin-collapse > .small-4 {
    width: 33.33333%;
  }
  .medium-margin-collapse > .small-5 {
    width: 41.66667%;
  }
  .medium-margin-collapse > .small-6 {
    width: 50%;
  }
  .medium-margin-collapse > .small-7 {
    width: 58.33333%;
  }
  .medium-margin-collapse > .small-8 {
    width: 66.66667%;
  }
  .medium-margin-collapse > .small-9 {
    width: 75%;
  }
  .medium-margin-collapse > .small-10 {
    width: 83.33333%;
  }
  .medium-margin-collapse > .small-11 {
    width: 91.66667%;
  }
  .medium-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .medium-1 {
    width: 8.33333%;
  }
  .medium-margin-collapse > .medium-2 {
    width: 16.66667%;
  }
  .medium-margin-collapse > .medium-3 {
    width: 25%;
  }
  .medium-margin-collapse > .medium-4 {
    width: 33.33333%;
  }
  .medium-margin-collapse > .medium-5 {
    width: 41.66667%;
  }
  .medium-margin-collapse > .medium-6 {
    width: 50%;
  }
  .medium-margin-collapse > .medium-7 {
    width: 58.33333%;
  }
  .medium-margin-collapse > .medium-8 {
    width: 66.66667%;
  }
  .medium-margin-collapse > .medium-9 {
    width: 75%;
  }
  .medium-margin-collapse > .medium-10 {
    width: 83.33333%;
  }
  .medium-margin-collapse > .medium-11 {
    width: 91.66667%;
  }
  .medium-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .medium-margin-collapse > .large-1 {
    width: 8.33333%;
  }
  .medium-margin-collapse > .large-2 {
    width: 16.66667%;
  }
  .medium-margin-collapse > .large-3 {
    width: 25%;
  }
  .medium-margin-collapse > .large-4 {
    width: 33.33333%;
  }
  .medium-margin-collapse > .large-5 {
    width: 41.66667%;
  }
  .medium-margin-collapse > .large-6 {
    width: 50%;
  }
  .medium-margin-collapse > .large-7 {
    width: 58.33333%;
  }
  .medium-margin-collapse > .large-8 {
    width: 66.66667%;
  }
  .medium-margin-collapse > .large-9 {
    width: 75%;
  }
  .medium-margin-collapse > .large-10 {
    width: 83.33333%;
  }
  .medium-margin-collapse > .large-11 {
    width: 91.66667%;
  }
  .medium-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .small-1 {
    width: 8.33333%;
  }
  .large-margin-collapse > .small-2 {
    width: 16.66667%;
  }
  .large-margin-collapse > .small-3 {
    width: 25%;
  }
  .large-margin-collapse > .small-4 {
    width: 33.33333%;
  }
  .large-margin-collapse > .small-5 {
    width: 41.66667%;
  }
  .large-margin-collapse > .small-6 {
    width: 50%;
  }
  .large-margin-collapse > .small-7 {
    width: 58.33333%;
  }
  .large-margin-collapse > .small-8 {
    width: 66.66667%;
  }
  .large-margin-collapse > .small-9 {
    width: 75%;
  }
  .large-margin-collapse > .small-10 {
    width: 83.33333%;
  }
  .large-margin-collapse > .small-11 {
    width: 91.66667%;
  }
  .large-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .medium-1 {
    width: 8.33333%;
  }
  .large-margin-collapse > .medium-2 {
    width: 16.66667%;
  }
  .large-margin-collapse > .medium-3 {
    width: 25%;
  }
  .large-margin-collapse > .medium-4 {
    width: 33.33333%;
  }
  .large-margin-collapse > .medium-5 {
    width: 41.66667%;
  }
  .large-margin-collapse > .medium-6 {
    width: 50%;
  }
  .large-margin-collapse > .medium-7 {
    width: 58.33333%;
  }
  .large-margin-collapse > .medium-8 {
    width: 66.66667%;
  }
  .large-margin-collapse > .medium-9 {
    width: 75%;
  }
  .large-margin-collapse > .medium-10 {
    width: 83.33333%;
  }
  .large-margin-collapse > .medium-11 {
    width: 91.66667%;
  }
  .large-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .large-1 {
    width: 8.33333%;
  }
  .large-margin-collapse > .large-2 {
    width: 16.66667%;
  }
  .large-margin-collapse > .large-3 {
    width: 25%;
  }
  .large-margin-collapse > .large-4 {
    width: 33.33333%;
  }
  .large-margin-collapse > .large-5 {
    width: 41.66667%;
  }
  .large-margin-collapse > .large-6 {
    width: 50%;
  }
  .large-margin-collapse > .large-7 {
    width: 58.33333%;
  }
  .large-margin-collapse > .large-8 {
    width: 66.66667%;
  }
  .large-margin-collapse > .large-9 {
    width: 75%;
  }
  .large-margin-collapse > .large-10 {
    width: 83.33333%;
  }
  .large-margin-collapse > .large-11 {
    width: 91.66667%;
  }
  .large-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}
.small-offset-0 {
  margin-left: 0;
}

.grid-margin-x > .small-offset-0 {
  margin-left: calc(0% + 0.625rem);
}

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

.grid-margin-x > .small-offset-1 {
  margin-left: calc(8.33333% + 0.625rem);
}

.small-offset-2 {
  margin-left: 16.66667%;
}

.grid-margin-x > .small-offset-2 {
  margin-left: calc(16.66667% + 0.625rem);
}

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

.grid-margin-x > .small-offset-3 {
  margin-left: calc(25% + 0.625rem);
}

.small-offset-4 {
  margin-left: 33.33333%;
}

.grid-margin-x > .small-offset-4 {
  margin-left: calc(33.33333% + 0.625rem);
}

.small-offset-5 {
  margin-left: 41.66667%;
}

.grid-margin-x > .small-offset-5 {
  margin-left: calc(41.66667% + 0.625rem);
}

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

.grid-margin-x > .small-offset-6 {
  margin-left: calc(50% + 0.625rem);
}

.small-offset-7 {
  margin-left: 58.33333%;
}

.grid-margin-x > .small-offset-7 {
  margin-left: calc(58.33333% + 0.625rem);
}

.small-offset-8 {
  margin-left: 66.66667%;
}

.grid-margin-x > .small-offset-8 {
  margin-left: calc(66.66667% + 0.625rem);
}

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

.grid-margin-x > .small-offset-9 {
  margin-left: calc(75% + 0.625rem);
}

.small-offset-10 {
  margin-left: 83.33333%;
}

.grid-margin-x > .small-offset-10 {
  margin-left: calc(83.33333% + 0.625rem);
}

.small-offset-11 {
  margin-left: 91.66667%;
}

.grid-margin-x > .small-offset-11 {
  margin-left: calc(91.66667% + 0.625rem);
}

@media print, screen and (min-width: 40em) {
  .medium-offset-0 {
    margin-left: 0;
  }
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }
  .medium-offset-1 {
    margin-left: 8.33333%;
  }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.33333% + 0.9375rem);
  }
  .medium-offset-2 {
    margin-left: 16.66667%;
  }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.66667% + 0.9375rem);
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 0.9375rem);
  }
  .medium-offset-4 {
    margin-left: 33.33333%;
  }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.33333% + 0.9375rem);
  }
  .medium-offset-5 {
    margin-left: 41.66667%;
  }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.66667% + 0.9375rem);
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 0.9375rem);
  }
  .medium-offset-7 {
    margin-left: 58.33333%;
  }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.33333% + 0.9375rem);
  }
  .medium-offset-8 {
    margin-left: 66.66667%;
  }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.66667% + 0.9375rem);
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 0.9375rem);
  }
  .medium-offset-10 {
    margin-left: 83.33333%;
  }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.33333% + 0.9375rem);
  }
  .medium-offset-11 {
    margin-left: 91.66667%;
  }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.66667% + 0.9375rem);
  }
}
@media print, screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0;
  }
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }
  .large-offset-1 {
    margin-left: 8.33333%;
  }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.33333% + 0.9375rem);
  }
  .large-offset-2 {
    margin-left: 16.66667%;
  }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.66667% + 0.9375rem);
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 0.9375rem);
  }
  .large-offset-4 {
    margin-left: 33.33333%;
  }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.33333% + 0.9375rem);
  }
  .large-offset-5 {
    margin-left: 41.66667%;
  }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.66667% + 0.9375rem);
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 0.9375rem);
  }
  .large-offset-7 {
    margin-left: 58.33333%;
  }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.33333% + 0.9375rem);
  }
  .large-offset-8 {
    margin-left: 66.66667%;
  }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.66667% + 0.9375rem);
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 0.9375rem);
  }
  .large-offset-10 {
    margin-left: 83.33333%;
  }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.33333% + 0.9375rem);
  }
  .large-offset-11 {
    margin-left: 91.66667%;
  }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.66667% + 0.9375rem);
  }
}
.grid-y {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}

.grid-y > .cell {
  width: auto;
  max-width: none;
}

.grid-y > .auto {
  height: auto;
}

.grid-y > .shrink {
  height: auto;
}

.grid-y > .small-1, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-full, .grid-y > .small-shrink {
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

@media print, screen and (min-width: 40em) {
  .grid-y > .medium-1, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-full, .grid-y > .medium-shrink {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y > .large-1, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-full, .grid-y > .large-shrink {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
.grid-y > .small-1, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.grid-y > .small-1 {
  height: 8.33333%;
}

.grid-y > .small-2 {
  height: 16.66667%;
}

.grid-y > .small-3 {
  height: 25%;
}

.grid-y > .small-4 {
  height: 33.33333%;
}

.grid-y > .small-5 {
  height: 41.66667%;
}

.grid-y > .small-6 {
  height: 50%;
}

.grid-y > .small-7 {
  height: 58.33333%;
}

.grid-y > .small-8 {
  height: 66.66667%;
}

.grid-y > .small-9 {
  height: 75%;
}

.grid-y > .small-10 {
  height: 83.33333%;
}

.grid-y > .small-11 {
  height: 91.66667%;
}

.grid-y > .small-12 {
  height: 100%;
}

@media print, screen and (min-width: 40em) {
  .grid-y > .medium-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .medium-1, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-shrink {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .grid-y > .medium-shrink {
    height: auto;
  }
  .grid-y > .medium-1 {
    height: 8.33333%;
  }
  .grid-y > .medium-2 {
    height: 16.66667%;
  }
  .grid-y > .medium-3 {
    height: 25%;
  }
  .grid-y > .medium-4 {
    height: 33.33333%;
  }
  .grid-y > .medium-5 {
    height: 41.66667%;
  }
  .grid-y > .medium-6 {
    height: 50%;
  }
  .grid-y > .medium-7 {
    height: 58.33333%;
  }
  .grid-y > .medium-8 {
    height: 66.66667%;
  }
  .grid-y > .medium-9 {
    height: 75%;
  }
  .grid-y > .medium-10 {
    height: 83.33333%;
  }
  .grid-y > .medium-11 {
    height: 91.66667%;
  }
  .grid-y > .medium-12 {
    height: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y > .large-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .large-1, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-shrink {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .grid-y > .large-shrink {
    height: auto;
  }
  .grid-y > .large-1 {
    height: 8.33333%;
  }
  .grid-y > .large-2 {
    height: 16.66667%;
  }
  .grid-y > .large-3 {
    height: 25%;
  }
  .grid-y > .large-4 {
    height: 33.33333%;
  }
  .grid-y > .large-5 {
    height: 41.66667%;
  }
  .grid-y > .large-6 {
    height: 50%;
  }
  .grid-y > .large-7 {
    height: 58.33333%;
  }
  .grid-y > .large-8 {
    height: 66.66667%;
  }
  .grid-y > .large-9 {
    height: 75%;
  }
  .grid-y > .large-10 {
    height: 83.33333%;
  }
  .grid-y > .large-11 {
    height: 91.66667%;
  }
  .grid-y > .large-12 {
    height: 100%;
  }
}
.grid-padding-y .grid-padding-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-padding-y .grid-padding-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}
.grid-padding-y > .cell {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-padding-y > .cell {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
}
.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}

.grid-margin-y > .shrink {
  height: auto;
}

.grid-margin-y > .small-1 {
  height: calc(8.33333% - 1.25rem);
}

.grid-margin-y > .small-2 {
  height: calc(16.66667% - 1.25rem);
}

.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem);
}

.grid-margin-y > .small-4 {
  height: calc(33.33333% - 1.25rem);
}

.grid-margin-y > .small-5 {
  height: calc(41.66667% - 1.25rem);
}

.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem);
}

.grid-margin-y > .small-7 {
  height: calc(58.33333% - 1.25rem);
}

.grid-margin-y > .small-8 {
  height: calc(66.66667% - 1.25rem);
}

.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem);
}

.grid-margin-y > .small-10 {
  height: calc(83.33333% - 1.25rem);
}

.grid-margin-y > .small-11 {
  height: calc(91.66667% - 1.25rem);
}

.grid-margin-y > .small-12 {
  height: calc(100% - 1.25rem);
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.33333% - 1.875rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.66667% - 1.875rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.33333% - 1.875rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.66667% - 1.875rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.33333% - 1.875rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.66667% - 1.875rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.33333% - 1.875rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.66667% - 1.875rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.875rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.33333% - 1.875rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.66667% - 1.875rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.33333% - 1.875rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.66667% - 1.875rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.33333% - 1.875rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.66667% - 1.875rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.33333% - 1.875rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.66667% - 1.875rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.33333% - 1.875rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.66667% - 1.875rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.33333% - 1.875rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.66667% - 1.875rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.33333% - 1.875rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.66667% - 1.875rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.33333% - 1.875rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.66667% - 1.875rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 1.875rem);
  }
}
.grid-frame {
  overflow: hidden;
  position: relative;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100vw;
}

.cell .grid-frame {
  width: 100%;
}

.cell-block {
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-container {
  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;
  max-height: 100%;
}

.cell-block-container > .grid-x {
  max-height: 100%;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

@media print, screen and (min-width: 40em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100vw;
  }
  .cell .medium-grid-frame {
    width: 100%;
  }
  .medium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .medium-cell-block-container {
    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;
    max-height: 100%;
  }
  .medium-cell-block-container > .grid-x {
    max-height: 100%;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
@media print, screen and (min-width: 64em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100vw;
  }
  .cell .large-grid-frame {
    width: 100%;
  }
  .large-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .large-cell-block-container {
    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;
    max-height: 100%;
  }
  .large-cell-block-container > .grid-x {
    max-height: 100%;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
.grid-y.grid-frame {
  width: auto;
  overflow: hidden;
  position: relative;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  height: 100vh;
}

@media print, screen and (min-width: 40em) {
  .grid-y.medium-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100vh;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y.large-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100vh;
  }
}
.cell .grid-y.grid-frame {
  height: 100%;
}

@media print, screen and (min-width: 40em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .cell .grid-y.large-grid-frame {
    height: 100%;
  }
}
.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}

.grid-margin-y > .shrink {
  height: auto;
}

.grid-margin-y > .small-1 {
  height: calc(8.33333% - 1.25rem);
}

.grid-margin-y > .small-2 {
  height: calc(16.66667% - 1.25rem);
}

.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem);
}

.grid-margin-y > .small-4 {
  height: calc(33.33333% - 1.25rem);
}

.grid-margin-y > .small-5 {
  height: calc(41.66667% - 1.25rem);
}

.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem);
}

.grid-margin-y > .small-7 {
  height: calc(58.33333% - 1.25rem);
}

.grid-margin-y > .small-8 {
  height: calc(66.66667% - 1.25rem);
}

.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem);
}

.grid-margin-y > .small-10 {
  height: calc(83.33333% - 1.25rem);
}

.grid-margin-y > .small-11 {
  height: calc(91.66667% - 1.25rem);
}

.grid-margin-y > .small-12 {
  height: calc(100% - 1.25rem);
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.33333% - 1.875rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.66667% - 1.875rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.33333% - 1.875rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.66667% - 1.875rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.33333% - 1.875rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.66667% - 1.875rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.33333% - 1.875rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.66667% - 1.875rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.875rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.33333% - 1.875rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.66667% - 1.875rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.33333% - 1.875rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.66667% - 1.875rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.33333% - 1.875rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.66667% - 1.875rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.33333% - 1.875rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.66667% - 1.875rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.33333% - 1.875rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.66667% - 1.875rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.33333% - 1.875rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.66667% - 1.875rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.33333% - 1.875rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.66667% - 1.875rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.33333% - 1.875rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.66667% - 1.875rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 1.875rem);
  }
}
.grid-frame.grid-margin-y {
  height: calc(100vh + 1.25rem);
}

@media print, screen and (min-width: 40em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}
.align-left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

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

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

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

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

.align-left.vertical.menu > li > a {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.align-right.vertical.menu > li > a {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.align-center.vertical.menu > li > a {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.align-top {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.align-self-top {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.align-bottom {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.align-self-bottom {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.align-middle {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.align-self-middle {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.align-stretch {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.align-self-stretch {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.align-center-middle {
  -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-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

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

.small-order-2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

.small-order-3 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}

.small-order-4 {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
}

.small-order-5 {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
  -ms-flex-order: 5;
  order: 5;
}

.small-order-6 {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
  -ms-flex-order: 6;
  order: 6;
}

@media print, screen and (min-width: 40em) {
  .medium-order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .medium-order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .medium-order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .medium-order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .medium-order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .medium-order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
}
@media print, screen and (min-width: 64em) {
  .large-order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .large-order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .large-order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .large-order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .large-order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .large-order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
}
.flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flex-child-auto {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.flex-child-grow {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.flex-child-shrink {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.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 print, screen and (min-width: 40em) {
  .medium-flex-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .medium-flex-child-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .medium-flex-child-grow {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .medium-flex-child-shrink {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
  .medium-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .medium-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;
  }
  .medium-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .medium-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 print, screen and (min-width: 64em) {
  .large-flex-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .large-flex-child-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .large-flex-child-grow {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .large-flex-child-shrink {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
  .large-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .large-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;
  }
  .large-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .large-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;
  }
}
blockquote, dd, div, dl, dt, form, h1, h2, h3, h4, h5, h6, li, ol, p, pre, td, th, ul {
  margin: 0;
  padding: 0;
}

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

em, i {
  font-style: italic;
  line-height: inherit;
}

b, strong {
  font-weight: 700;
  line-height: inherit;
}

small {
  font-size: 80%;
  line-height: inherit;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: inherit;
  text-rendering: optimizeLegibility;
}

.h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  line-height: 0;
  color: #cacaca;
}

.h1, h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

.h2, h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

.h3, h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

.h4, h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

.h5, h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

.h6, h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

@media print, screen and (min-width: 40em) {
  .h1, h1 {
    font-size: 3rem;
  }
  .h2, h2 {
    font-size: 2.5rem;
  }
  .h3, h3 {
    font-size: 1.9375rem;
  }
  .h4, h4 {
    font-size: 1.5625rem;
  }
  .h5, h5 {
    font-size: 1.25rem;
  }
  .h6, h6 {
    font-size: 1rem;
  }
}
a {
  line-height: inherit;
  color: #1779ba;
  text-decoration: none;
  cursor: pointer;
}

a:focus, a:hover {
  color: #1468a0;
}

a img {
  border: 0;
}

hr {
  clear: both;
  max-width: 75rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
}

dl, ol, ul {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6;
}

li {
  font-size: inherit;
}

ul {
  margin-left: 1.25rem;
  list-style-type: disc;
}

ol {
  margin-left: 1.25rem;
}

ol ol, ol ul, ul ol, ul ul {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

dl {
  margin-bottom: 1rem;
}

dl dt {
  margin-bottom: 0.3rem;
  font-weight: 700;
}

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca;
}

blockquote, blockquote p {
  line-height: 1.6;
  color: #8a8a8a;
}

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a;
}

cite:before {
  content: "— ";
}

abbr, abbr[title] {
  border-bottom: 1px dotted #0a0a0a;
  cursor: help;
  text-decoration: none;
}

figure {
  margin: 0;
}

code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: 400;
  color: #0a0a0a;
}

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #0a0a0a;
}

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: 400;
  line-height: 1.4;
  color: #8a8a8a;
}

.lead {
  font-size: 125%;
  line-height: 1.6;
}

.stat {
  font-size: 2.5rem;
  line-height: 1;
}

p + .stat {
  margin-top: -1rem;
}

ol.no-bullet, ul.no-bullet {
  margin-left: 0;
  list-style: none;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

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

.text-justify {
  text-align: justify;
}

@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left;
  }
  .medium-text-right {
    text-align: right;
  }
  .medium-text-center {
    text-align: center;
  }
  .medium-text-justify {
    text-align: justify;
  }
}
@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left;
  }
  .large-text-right {
    text-align: right;
  }
  .large-text-center {
    text-align: center;
  }
  .large-text-justify {
    text-align: justify;
  }
}
.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: 0 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #000 !important;
    text-shadow: none !important;
  }
  .show-for-print {
    display: block !important;
  }
  .hide-for-print {
    display: none !important;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
  a, a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  .ir a:after, a[href^="#"]:after, a[href^="javascript:"]:after {
    content: "";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  blockquote, pre {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  img, tr {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  h2, h3, p {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
  .print-break-inside {
    page-break-inside: auto;
  }
}
.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: 0.9rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #1779ba;
  color: #fefefe;
}

[data-whatinput=mouse] .button {
  outline: 0;
}

.button:focus {
  background-color: #14679e;
  color: #fefefe;
}

.button:focus {
  color: #4a4a4a;
}

.button.tiny {
  font-size: 0.6rem;
}

.button.small {
  font-size: 0.75rem;
}

.button.large {
  font-size: 1.25rem;
}

.button.expanded {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}

.button.primary {
  background-color: #1779ba;
  color: #fefefe;
}

.button.primary:focus, .button.primary:hover {
  background-color: #126195;
  color: #fefefe;
}

.button.secondary {
  background-color: #767676;
  color: #fefefe;
}

.button.secondary:focus, .button.secondary:hover {
  background-color: #5e5e5e;
  color: #fefefe;
}

.button.success {
  background-color: #3adb76;
  color: #0a0a0a;
}

.button.success:focus, .button.success:hover {
  background-color: #22bb5b;
  color: #0a0a0a;
}

.button.warning {
  background-color: #ffae00;
  color: #0a0a0a;
}

.button.warning:focus, .button.warning:hover {
  background-color: #cc8b00;
  color: #0a0a0a;
}

.button.alert {
  background-color: #cc4b37;
  color: #fefefe;
}

.button.alert:focus, .button.alert:hover {
  background-color: #a53b2a;
  color: #fefefe;
}

.button.disabled, .button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled, .button.disabled:focus, .button.disabled:hover, .button[disabled], .button[disabled]:focus, .button[disabled]:hover {
  background-color: #1779ba;
  color: #fefefe;
}

.button.disabled.primary, .button[disabled].primary {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.primary, .button.disabled.primary:focus, .button.disabled.primary:hover, .button[disabled].primary, .button[disabled].primary:focus, .button[disabled].primary:hover {
  background-color: #1779ba;
  color: #fefefe;
}

.button.disabled.secondary, .button[disabled].secondary {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.secondary, .button.disabled.secondary:focus, .button.disabled.secondary:hover, .button[disabled].secondary, .button[disabled].secondary:focus, .button[disabled].secondary:hover {
  background-color: #767676;
  color: #fefefe;
}

.button.disabled.success, .button[disabled].success {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.success, .button.disabled.success:focus, .button.disabled.success:hover, .button[disabled].success, .button[disabled].success:focus, .button[disabled].success:hover {
  background-color: #3adb76;
  color: #0a0a0a;
}

.button.disabled.warning, .button[disabled].warning {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.warning, .button.disabled.warning:focus, .button.disabled.warning:hover, .button[disabled].warning, .button[disabled].warning:focus, .button[disabled].warning:hover {
  background-color: #ffae00;
  color: #0a0a0a;
}

.button.disabled.alert, .button[disabled].alert {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.alert, .button.disabled.alert:focus, .button.disabled.alert:hover, .button[disabled].alert, .button[disabled].alert:focus, .button[disabled].alert:hover {
  background-color: #cc4b37;
  color: #fefefe;
}

.button.hollow {
  border: 1px solid #1779ba;
  color: #1779ba;
}

.button.hollow, .button.hollow:focus, .button.hollow:hover {
  background-color: transparent;
}

.button.hollow.disabled, .button.hollow.disabled:focus, .button.hollow.disabled:hover, .button.hollow[disabled], .button.hollow[disabled]:focus, .button.hollow[disabled]:hover {
  background-color: transparent;
}

.button.hollow:focus, .button.hollow:hover {
  border-color: #0c3d5d;
  color: #0c3d5d;
}

.button.hollow:focus.disabled, .button.hollow:focus[disabled], .button.hollow:hover.disabled, .button.hollow:hover[disabled] {
  border: 1px solid #1779ba;
  color: #1779ba;
}

.button.hollow.primary {
  border: 1px solid #1779ba;
  color: #1779ba;
}

.button.hollow.primary:focus, .button.hollow.primary:hover {
  border-color: #0c3d5d;
  color: #0c3d5d;
}

.button.hollow.primary:focus.disabled, .button.hollow.primary:focus[disabled], .button.hollow.primary:hover.disabled, .button.hollow.primary:hover[disabled] {
  border: 1px solid #1779ba;
  color: #1779ba;
}

.button.hollow.secondary {
  border: 1px solid #767676;
  color: #767676;
}

.button.hollow.secondary:focus, .button.hollow.secondary:hover {
  border-color: #3b3b3b;
  color: #3b3b3b;
}

.button.hollow.secondary:focus.disabled, .button.hollow.secondary:focus[disabled], .button.hollow.secondary:hover.disabled, .button.hollow.secondary:hover[disabled] {
  border: 1px solid #767676;
  color: #767676;
}

.button.hollow.success {
  border: 1px solid #3adb76;
  color: #3adb76;
}

.button.hollow.success:focus, .button.hollow.success:hover {
  border-color: #157539;
  color: #157539;
}

.button.hollow.success:focus.disabled, .button.hollow.success:focus[disabled], .button.hollow.success:hover.disabled, .button.hollow.success:hover[disabled] {
  border: 1px solid #3adb76;
  color: #3adb76;
}

.button.hollow.warning {
  border: 1px solid #ffae00;
  color: #ffae00;
}

.button.hollow.warning:focus, .button.hollow.warning:hover {
  border-color: #805700;
  color: #805700;
}

.button.hollow.warning:focus.disabled, .button.hollow.warning:focus[disabled], .button.hollow.warning:hover.disabled, .button.hollow.warning:hover[disabled] {
  border: 1px solid #ffae00;
  color: #ffae00;
}

.button.hollow.alert {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}

.button.hollow.alert:focus, .button.hollow.alert:hover {
  border-color: #67251a;
  color: #67251a;
}

.button.hollow.alert:focus.disabled, .button.hollow.alert:focus[disabled], .button.hollow.alert:hover.disabled, .button.hollow.alert:hover[disabled] {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}

.button.clear {
  border: 1px solid #1779ba;
  color: #1779ba;
}

.button.clear, .button.clear:focus, .button.clear:hover {
  background-color: transparent;
}

.button.clear.disabled, .button.clear.disabled:focus, .button.clear.disabled:hover, .button.clear[disabled], .button.clear[disabled]:focus, .button.clear[disabled]:hover {
  background-color: transparent;
}

.button.clear:focus, .button.clear:hover {
  border-color: #0c3d5d;
  color: #0c3d5d;
}

.button.clear:focus.disabled, .button.clear:focus[disabled], .button.clear:hover.disabled, .button.clear:hover[disabled] {
  border: 1px solid #1779ba;
  color: #1779ba;
}

.button.clear, .button.clear.disabled, .button.clear:focus, .button.clear:focus.disabled, .button.clear:focus[disabled], .button.clear:hover, .button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear[disabled] {
  border-color: transparent;
}

.button.clear.primary {
  border: 1px solid #1779ba;
  color: #1779ba;
}

.button.clear.primary:focus, .button.clear.primary:hover {
  border-color: #0c3d5d;
  color: #0c3d5d;
}

.button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled], .button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled] {
  border: 1px solid #1779ba;
  color: #1779ba;
}

.button.clear.primary, .button.clear.primary.disabled, .button.clear.primary:focus, .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled], .button.clear.primary:hover, .button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary[disabled] {
  border-color: transparent;
}

.button.clear.secondary {
  border: 1px solid #767676;
  color: #767676;
}

.button.clear.secondary:focus, .button.clear.secondary:hover {
  border-color: #3b3b3b;
  color: #3b3b3b;
}

.button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled], .button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled] {
  border: 1px solid #767676;
  color: #767676;
}

.button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary:focus, .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled], .button.clear.secondary:hover, .button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary[disabled] {
  border-color: transparent;
}

.button.clear.success {
  border: 1px solid #3adb76;
  color: #3adb76;
}

.button.clear.success:focus, .button.clear.success:hover {
  border-color: #157539;
  color: #157539;
}

.button.clear.success:focus.disabled, .button.clear.success:focus[disabled], .button.clear.success:hover.disabled, .button.clear.success:hover[disabled] {
  border: 1px solid #3adb76;
  color: #3adb76;
}

.button.clear.success, .button.clear.success.disabled, .button.clear.success:focus, .button.clear.success:focus.disabled, .button.clear.success:focus[disabled], .button.clear.success:hover, .button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success[disabled] {
  border-color: transparent;
}

.button.clear.warning {
  border: 1px solid #ffae00;
  color: #ffae00;
}

.button.clear.warning:focus, .button.clear.warning:hover {
  border-color: #805700;
  color: #805700;
}

.button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled], .button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled] {
  border: 1px solid #ffae00;
  color: #ffae00;
}

.button.clear.warning, .button.clear.warning.disabled, .button.clear.warning:focus, .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled], .button.clear.warning:hover, .button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning[disabled] {
  border-color: transparent;
}

.button.clear.alert {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}

.button.clear.alert:focus, .button.clear.alert:hover {
  border-color: #67251a;
  color: #67251a;
}

.button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled], .button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled] {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}

.button.clear.alert, .button.clear.alert.disabled, .button.clear.alert:focus, .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled], .button.clear.alert:hover, .button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert[disabled] {
  border-color: transparent;
}

.button.dropdown::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4em;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #fefefe transparent transparent;
  position: relative;
  top: 0.4em;
  display: inline-block;
  float: right;
  margin-left: 1em;
}

.button.dropdown.clear::after, .button.dropdown.hollow::after {
  border-top-color: #1779ba;
}

.button.dropdown.clear.primary::after, .button.dropdown.hollow.primary::after {
  border-top-color: #1779ba;
}

.button.dropdown.clear.secondary::after, .button.dropdown.hollow.secondary::after {
  border-top-color: #767676;
}

.button.dropdown.clear.success::after, .button.dropdown.hollow.success::after {
  border-top-color: #3adb76;
}

.button.dropdown.clear.warning::after, .button.dropdown.hollow.warning::after {
  border-top-color: #ffae00;
}

.button.dropdown.clear.alert::after, .button.dropdown.hollow.alert::after {
  border-top-color: #cc4b37;
}

.button.arrow-only::after {
  top: -0.1em;
  float: none;
  margin-left: 0;
}

a.button:focus, a.button:hover {
  text-decoration: none;
}

[type=color], [type=date], [type=datetime-local], [type=datetime], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], textarea {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  -webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

[type=color]:focus, [type=date]:focus, [type=datetime-local]:focus, [type=datetime]:focus, [type=email]:focus, [type=month]:focus, [type=number]:focus, [type=password]:focus, [type=search]:focus, [type=tel]:focus, [type=text]:focus, [type=time]:focus, [type=url]:focus, [type=week]:focus, textarea:focus {
  outline: 0;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  -webkit-box-shadow: 0 0 5px #cacaca;
  box-shadow: 0 0 5px #cacaca;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}

textarea {
  max-width: 100%;
}

textarea[rows] {
  height: auto;
}

input:disabled, input[readonly], textarea:disabled, textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed;
}

[type=button], [type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

input[type=search] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

::-webkit-input-placeholder {
  color: #cacaca;
}

:-ms-input-placeholder {
  color: #cacaca;
}

::-ms-input-placeholder {
  color: #cacaca;
}

::placeholder {
  color: #cacaca;
}

[type=checkbox], [type=file], [type=radio] {
  margin: 0 0 1rem;
}

[type=checkbox] + label, [type=radio] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
}

[type=checkbox] + label[for], [type=radio] + label[for] {
  cursor: pointer;
}

label > [type=checkbox], label > [type=radio] {
  margin-right: 0.5rem;
}

[type=file] {
  width: 100%;
}

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.8;
  color: #0a0a0a;
}

label.middle {
  margin: 0 0 1rem;
  padding: 0.5625rem 0;
}

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #0a0a0a;
}

.input-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.input-group > :first-child, .input-group > :first-child.input-group-button > * {
  border-radius: 0;
}

.input-group > :last-child, .input-group > :last-child.input-group-button > * {
  border-radius: 0;
}

.input-group-button, .input-group-button a, .input-group-button button, .input-group-button input, .input-group-button label, .input-group-field, .input-group-label {
  margin: 0;
  white-space: nowrap;
}

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #0a0a0a;
  text-align: center;
  white-space: nowrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.input-group-label:first-child {
  border-right: 0;
}

.input-group-label:last-child {
  border-left: 0;
}

.input-group-field {
  border-radius: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  min-width: 0;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.input-group-button a, .input-group-button button, .input-group-button input, .input-group-button label {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  max-width: 100%;
  margin-bottom: 0.5rem;
}

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #cacaca;
}

.fieldset legend {
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0 0.1875rem;
}

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #0a0a0a;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}

@media screen and (min-width: 0\0 ) {
  select {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==);
  }
}
select:focus {
  outline: 0;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  -webkit-box-shadow: 0 0 5px #cacaca;
  box-shadow: 0 0 5px #cacaca;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}

select:disabled {
  background-color: #e6e6e6;
  cursor: not-allowed;
}

select::-ms-expand {
  display: none;
}

select[multiple] {
  height: auto;
  background-image: none;
}

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: #f9ecea;
}

.is-invalid-input:not(:focus)::-webkit-input-placeholder {
  color: #cc4b37;
}

.is-invalid-input:not(:focus):-ms-input-placeholder {
  color: #cc4b37;
}

.is-invalid-input:not(:focus)::-ms-input-placeholder {
  color: #cc4b37;
}

.is-invalid-input:not(:focus)::placeholder {
  color: #cc4b37;
}

.is-invalid-label {
  color: #cc4b37;
}

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: 700;
  color: #cc4b37;
}

.form-error.is-visible {
  display: block;
}

.accordion {
  margin-left: 0;
  background: #fefefe;
  list-style-type: none;
}

.accordion[disabled] .accordion-title {
  cursor: not-allowed;
}

.accordion-item:first-child > :first-child {
  border-radius: 0;
}

.accordion-item:last-child > :last-child {
  border-radius: 0;
}

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #1779ba;
}

:last-child:not(.is-active) > .accordion-title {
  border-bottom: 1px solid #e6e6e6;
  border-radius: 0;
}

.accordion-title:focus, .accordion-title:hover {
  background-color: #e6e6e6;
}

.accordion-title::before {
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -0.5rem;
  content: "+";
}

.is-active > .accordion-title::before {
  content: "–";
}

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #fefefe;
  color: #0a0a0a;
}

:last-child > .accordion-content:last-child {
  border-bottom: 1px solid #e6e6e6;
}

.accordion-menu li {
  width: 100%;
}

.accordion-menu a {
  padding: 0.7rem 1rem;
}

.accordion-menu .is-accordion-submenu a {
  padding: 0.7rem 1rem;
}

.accordion-menu .nested.is-accordion-submenu {
  margin-right: 0;
  margin-left: 1rem;
}

.accordion-menu.align-right .nested.is-accordion-submenu {
  margin-right: 1rem;
  margin-left: 0;
}

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a {
  position: relative;
}

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #1779ba transparent transparent;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 1rem;
}

.accordion-menu.align-left .is-accordion-submenu-parent > a::after {
  right: 1rem;
  left: auto;
}

.accordion-menu.align-right .is-accordion-submenu-parent > a::after {
  right: auto;
  left: 1rem;
}

.accordion-menu .is-accordion-submenu-parent[aria-expanded=true] > a::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.is-accordion-submenu-parent {
  position: relative;
}

.has-submenu-toggle > a {
  margin-right: 40px;
}

.submenu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.submenu-toggle::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #1779ba transparent transparent;
  top: 0;
  bottom: 0;
  margin: auto;
}

.submenu-toggle[aria-expanded=true]::after {
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.submenu-toggle-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.badge {
  display: inline-block;
  min-width: 2.1em;
  padding: 0.3em;
  border-radius: 50%;
  font-size: 0.6rem;
  text-align: center;
  background: #1779ba;
  color: #fefefe;
}

.badge.primary {
  background: #1779ba;
  color: #fefefe;
}

.badge.secondary {
  background: #767676;
  color: #fefefe;
}

.badge.success {
  background: #3adb76;
  color: #0a0a0a;
}

.badge.warning {
  background: #ffae00;
  color: #0a0a0a;
}

.badge.alert {
  background: #cc4b37;
  color: #fefefe;
}

.breadcrumbs {
  margin: 0 0 1rem 0;
  list-style: none;
}

.breadcrumbs::after, .breadcrumbs::before {
  display: table;
  content: " ";
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.breadcrumbs::after {
  clear: both;
}

.breadcrumbs li {
  float: left;
  font-size: 0.6875rem;
  color: #0a0a0a;
  cursor: default;
  text-transform: uppercase;
}

.breadcrumbs li:not(:last-child)::after {
  position: relative;
  margin: 0 0.75rem;
  opacity: 1;
  content: "/";
  color: #cacaca;
}

.breadcrumbs a {
  color: #1779ba;
}

.breadcrumbs a:hover {
  text-decoration: underline;
}

.breadcrumbs .disabled {
  color: #cacaca;
  cursor: not-allowed;
}

.button-group {
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.button-group::after, .button-group::before {
  display: table;
  content: " ";
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.button-group::after {
  clear: both;
}

.button-group .button {
  margin: 0;
  margin-right: 1px;
  margin-bottom: 1px;
  font-size: 0.9rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.button-group .button:last-child {
  margin-right: 0;
}

.button-group.tiny .button {
  font-size: 0.6rem;
}

.button-group.small .button {
  font-size: 0.75rem;
}

.button-group.large .button {
  font-size: 1.25rem;
}

.button-group.expanded .button {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
}

.button-group.primary .button {
  background-color: #1779ba;
  color: #fefefe;
}

.button-group.primary .button:focus, .button-group.primary .button:hover {
  background-color: #126195;
  color: #fefefe;
}

.button-group.secondary .button {
  background-color: #767676;
  color: #fefefe;
}

.button-group.secondary .button:focus, .button-group.secondary .button:hover {
  background-color: #5e5e5e;
  color: #fefefe;
}

.button-group.success .button {
  background-color: #3adb76;
  color: #0a0a0a;
}

.button-group.success .button:focus, .button-group.success .button:hover {
  background-color: #22bb5b;
  color: #0a0a0a;
}

.button-group.warning .button {
  background-color: #ffae00;
  color: #0a0a0a;
}

.button-group.warning .button:focus, .button-group.warning .button:hover {
  background-color: #cc8b00;
  color: #0a0a0a;
}

.button-group.alert .button {
  background-color: #cc4b37;
  color: #fefefe;
}

.button-group.alert .button:focus, .button-group.alert .button:hover {
  background-color: #a53b2a;
  color: #fefefe;
}

.button-group.stacked, .button-group.stacked-for-medium, .button-group.stacked-for-small {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.button-group.stacked .button, .button-group.stacked-for-medium .button, .button-group.stacked-for-small .button {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.button-group.stacked .button:last-child, .button-group.stacked-for-medium .button:last-child, .button-group.stacked-for-small .button:last-child {
  margin-bottom: 0;
}

.button-group.stacked-for-medium.expanded .button, .button-group.stacked-for-small.expanded .button, .button-group.stacked.expanded .button {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
}

@media print, screen and (min-width: 40em) {
  .button-group.stacked-for-small .button {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .button-group.stacked-for-medium .button {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 39.99875em) {
  .button-group.stacked-for-small.expanded {
    display: block;
  }
  .button-group.stacked-for-small.expanded .button {
    display: block;
    margin-right: 0;
  }
}
@media screen and (max-width: 63.99875em) {
  .button-group.stacked-for-medium.expanded {
    display: block;
  }
  .button-group.stacked-for-medium.expanded .button {
    display: block;
    margin-right: 0;
  }
}
.card {
  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-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 1rem;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  background: #fefefe;
  -webkit-box-shadow: none;
  box-shadow: none;
  overflow: hidden;
  color: #0a0a0a;
}

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

.card-divider {
  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;
  padding: 1rem;
  background: #e6e6e6;
}

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

.card-section {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  padding: 1rem;
}

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

.card-image {
  min-height: 1px;
}

.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  background-color: #fff;
  color: #0a0a0a;
}

.callout > :first-child {
  margin-top: 0;
}

.callout > :last-child {
  margin-bottom: 0;
}

.callout.primary {
  background-color: #d7ecfa;
  color: #0a0a0a;
}

.callout.secondary {
  background-color: #eaeaea;
  color: #0a0a0a;
}

.callout.success {
  background-color: #e1faea;
  color: #0a0a0a;
}

.callout.warning {
  background-color: #fff3d9;
  color: #0a0a0a;
}

.callout.alert {
  background-color: #f7e4e1;
  color: #0a0a0a;
}

.callout.small {
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
}

.callout.large {
  padding-top: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
}

.close-button {
  position: absolute;
  color: #8a8a8a;
  cursor: pointer;
}

[data-whatinput=mouse] .close-button {
  outline: 0;
}

.close-button:focus, .close-button:hover {
  color: #0a0a0a;
}

.close-button.small {
  right: 0.66rem;
  top: 0.33em;
  font-size: 1.5em;
  line-height: 1;
}

.close-button, .close-button.medium {
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
}

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

[data-whatinput=mouse] .menu li {
  outline: 0;
}

.menu .button, .menu a {
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: 0.7rem 1rem;
}

.menu a, .menu button, .menu input, .menu select {
  margin-bottom: 0;
}

.menu input {
  display: inline-block;
}

.menu, .menu.horizontal {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.menu.vertical {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.menu.expanded li {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
}

.menu.simple {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu.simple li + li {
  margin-left: 1rem;
}

.menu.simple a {
  padding: 0;
}

@media print, screen and (min-width: 40em) {
  .menu.medium-horizontal {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .menu.medium-vertical {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .menu.medium-expanded li {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
  .menu.medium-simple li {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
}
@media print, screen and (min-width: 64em) {
  .menu.large-horizontal {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .menu.large-vertical {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .menu.large-expanded li {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
  .menu.large-simple li {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
}
.menu.nested {
  margin-right: 0;
  margin-left: 1rem;
}

.menu.icons a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.menu.icon-bottom a, .menu.icon-left a, .menu.icon-right a, .menu.icon-top a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.menu.icon-left li a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}

.menu.icon-left li a i, .menu.icon-left li a img, .menu.icon-left li a svg {
  margin-right: 0.25rem;
}

.menu.icon-right li a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}

.menu.icon-right li a i, .menu.icon-right li a img, .menu.icon-right li a svg {
  margin-left: 0.25rem;
}

.menu.icon-top li a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}

.menu.icon-top li a i, .menu.icon-top li a img, .menu.icon-top li a svg {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}

.menu.icon-bottom li a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}

.menu.icon-bottom li a i, .menu.icon-bottom li a img, .menu.icon-bottom li a svg {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}

.menu .is-active > a {
  background: #1779ba;
  color: #fefefe;
}

.menu .active > a {
  background: #1779ba;
  color: #fefefe;
}

.menu.align-left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.menu.align-right li {
  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;
}

.menu.align-right li .submenu li {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.menu.align-right.vertical li {
  display: block;
  text-align: right;
}

.menu.align-right.vertical li .submenu li {
  text-align: right;
}

.menu.align-right .nested {
  margin-right: 1rem;
  margin-left: 0;
}

.menu.align-center li {
  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;
}

.menu.align-center li .submenu li {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.menu .menu-text {
  padding: 0.7rem 1rem;
  font-weight: 700;
  line-height: 1;
  color: inherit;
}

.menu-centered > .menu {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.menu-centered > .menu li {
  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;
}

.menu-centered > .menu li .submenu li {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.no-js [data-responsive-menu] ul {
  display: none;
}

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}

.menu-icon::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #fefefe;
  -webkit-box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
  box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
  content: "";
}

.menu-icon:hover::after {
  background: #cacaca;
  -webkit-box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
  box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
}

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}

.menu-icon.dark::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #0a0a0a;
  -webkit-box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
  box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
  content: "";
}

.menu-icon.dark:hover::after {
  background: #8a8a8a;
  -webkit-box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
  box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
}

.is-drilldown {
  position: relative;
  overflow: hidden;
}

.is-drilldown li {
  display: block;
}

.is-drilldown.animate-height {
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
}

.drilldown a {
  padding: 0.7rem 1rem;
  background: #fefefe;
}

.drilldown .is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fefefe;
  -webkit-transition: -webkit-transform 0.15s linear;
  transition: -webkit-transform 0.15s linear;
  transition: transform 0.15s linear;
  transition: transform 0.15s linear, -webkit-transform 0.15s linear;
}

.drilldown .is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.drilldown .is-drilldown-submenu.is-closing {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

.drilldown .is-drilldown-submenu a {
  padding: 0.7rem 1rem;
}

.drilldown .nested.is-drilldown-submenu {
  margin-right: 0;
  margin-left: 0;
}

.drilldown .drilldown-submenu-cover-previous {
  min-height: 100%;
}

.drilldown .is-drilldown-submenu-parent > a {
  position: relative;
}

.drilldown .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #1779ba;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 1rem;
}

.drilldown.align-left .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #1779ba;
  right: 1rem;
  left: auto;
}

.drilldown.align-right .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1779ba transparent transparent;
  right: auto;
  left: 1rem;
}

.drilldown .js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1779ba transparent transparent;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
}

.dropdown-pane {
  position: absolute;
  z-index: 10;
  display: none;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-size: 1rem;
}

.dropdown-pane.is-opening {
  display: block;
}

.dropdown-pane.is-open {
  display: block;
  visibility: visible;
}

.dropdown-pane.tiny {
  width: 100px;
}

.dropdown-pane.small {
  width: 200px;
}

.dropdown-pane.large {
  width: 400px;
}

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto;
}

.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #1779ba transparent transparent;
  right: 5px;
  left: auto;
  margin-top: -3px;
}

[data-whatinput=mouse] .dropdown.menu a {
  outline: 0;
}

.dropdown.menu > li > a {
  padding: 0.7rem 1rem;
}

.dropdown.menu > li.is-active > a {
  background: 0 0;
  color: #1779ba;
}

.no-js .dropdown.menu ul {
  display: none;
}

.dropdown.menu .nested.is-dropdown-submenu {
  margin-right: 0;
  margin-left: 0;
}

.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0;
}

.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  top: 0;
  right: 100%;
  left: auto;
}

.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

.dropdown.menu.vertical > li > a::after {
  right: 14px;
}

.dropdown.menu.vertical > li.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1779ba transparent transparent;
  right: auto;
  left: 5px;
}

.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #1779ba;
}

@media print, screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1779ba transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1779ba transparent transparent;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba;
  }
}
@media print, screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1779ba transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1779ba transparent transparent;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba;
  }
}
.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto;
}

.is-dropdown-menu.vertical {
  width: 100px;
}

.is-dropdown-menu.vertical.align-right {
  float: right;
}

.is-dropdown-submenu-parent {
  position: relative;
}

.is-dropdown-submenu-parent a::after {
  position: absolute;
  top: 50%;
  right: 5px;
  left: auto;
  margin-top: -6px;
}

.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
  top: 100%;
  left: auto;
}

.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
}

.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #cacaca;
  background: #fefefe;
}

.dropdown .is-dropdown-submenu a {
  padding: 0.7rem 1rem;
}

.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
  right: 14px;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1779ba transparent transparent;
  right: auto;
  left: 5px;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #1779ba;
}

.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}

.is-dropdown-submenu > li {
  width: 100%;
}

.is-dropdown-submenu.js-dropdown-active {
  display: block;
}

.flex-video, .responsive-embed {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden;
}

.flex-video embed, .flex-video iframe, .flex-video object, .flex-video video, .responsive-embed embed, .responsive-embed iframe, .responsive-embed object, .responsive-embed video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.flex-video.widescreen, .responsive-embed.widescreen {
  padding-bottom: 56.25%;
}

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 0;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #1779ba;
  color: #fefefe;
}

.label.primary {
  background: #1779ba;
  color: #fefefe;
}

.label.secondary {
  background: #767676;
  color: #fefefe;
}

.label.success {
  background: #3adb76;
  color: #0a0a0a;
}

.label.warning {
  background: #ffae00;
  color: #0a0a0a;
}

.label.alert {
  background: #cc4b37;
  color: #fefefe;
}

.media-object {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.media-object img {
  max-width: none;
}

@media screen and (max-width: 39.99875em) {
  .media-object.stack-for-small {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.media-object-section {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.media-object-section:first-child {
  padding-right: 1rem;
}

.media-object-section:last-child:not(:nth-child(2)) {
  padding-left: 1rem;
}

.media-object-section > :last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 39.99875em) {
  .stack-for-small .media-object-section {
    padding: 0;
    padding-bottom: 1rem;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .stack-for-small .media-object-section img {
    width: 100%;
  }
}
.media-object-section.main-section {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
}

.is-off-canvas-open {
  overflow: hidden;
}

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(254, 254, 254, 0.25);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}

.js-off-canvas-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}

.js-off-canvas-overlay.is-closable {
  cursor: pointer;
}

.js-off-canvas-overlay.is-overlay-absolute {
  position: absolute;
}

.js-off-canvas-overlay.is-overlay-fixed {
  position: fixed;
}

.off-canvas-wrapper {
  position: relative;
  overflow: hidden;
}

.off-canvas {
  position: fixed;
  z-index: 12;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #e6e6e6;
}

[data-whatinput=mouse] .off-canvas {
  outline: 0;
}

.off-canvas.is-transition-push {
  z-index: 12;
}

.off-canvas.is-closed {
  visibility: hidden;
}

.off-canvas.is-transition-overlap {
  z-index: 13;
}

.off-canvas.is-transition-overlap.is-open {
  -webkit-box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
}

.off-canvas.is-open {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.off-canvas-absolute {
  position: absolute;
  z-index: 12;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #e6e6e6;
}

[data-whatinput=mouse] .off-canvas-absolute {
  outline: 0;
}

.off-canvas-absolute.is-transition-push {
  z-index: 12;
}

.off-canvas-absolute.is-closed {
  visibility: hidden;
}

.off-canvas-absolute.is-transition-overlap {
  z-index: 13;
}

.off-canvas-absolute.is-transition-overlap.is-open {
  -webkit-box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
}

.off-canvas-absolute.is-open {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.position-left {
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  width: 250px;
  -webkit-transform: translateX(-250px);
  -ms-transform: translateX(-250px);
  transform: translateX(-250px);
}

.off-canvas-content .off-canvas.position-left {
  -webkit-transform: translateX(-250px);
  -ms-transform: translateX(-250px);
  transform: translateX(-250px);
}

.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.off-canvas-content.is-open-left.has-transition-push {
  -webkit-transform: translateX(250px);
  -ms-transform: translateX(250px);
  transform: translateX(250px);
}

.position-left.is-transition-push {
  -webkit-box-shadow: inset -13px 0 20px -13px rgba(10, 10, 10, 0.25);
  box-shadow: inset -13px 0 20px -13px rgba(10, 10, 10, 0.25);
}

.position-right {
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  width: 250px;
  -webkit-transform: translateX(250px);
  -ms-transform: translateX(250px);
  transform: translateX(250px);
}

.off-canvas-content .off-canvas.position-right {
  -webkit-transform: translateX(250px);
  -ms-transform: translateX(250px);
  transform: translateX(250px);
}

.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.off-canvas-content.is-open-right.has-transition-push {
  -webkit-transform: translateX(-250px);
  -ms-transform: translateX(-250px);
  transform: translateX(-250px);
}

.position-right.is-transition-push {
  -webkit-box-shadow: inset 13px 0 20px -13px rgba(10, 10, 10, 0.25);
  box-shadow: inset 13px 0 20px -13px rgba(10, 10, 10, 0.25);
}

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 250px;
  -webkit-transform: translateY(-250px);
  -ms-transform: translateY(-250px);
  transform: translateY(-250px);
}

.off-canvas-content .off-canvas.position-top {
  -webkit-transform: translateY(-250px);
  -ms-transform: translateY(-250px);
  transform: translateY(-250px);
}

.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.off-canvas-content.is-open-top.has-transition-push {
  -webkit-transform: translateY(250px);
  -ms-transform: translateY(250px);
  transform: translateY(250px);
}

.position-top.is-transition-push {
  -webkit-box-shadow: inset 0 -13px 20px -13px rgba(10, 10, 10, 0.25);
  box-shadow: inset 0 -13px 20px -13px rgba(10, 10, 10, 0.25);
}

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 250px;
  -webkit-transform: translateY(250px);
  -ms-transform: translateY(250px);
  transform: translateY(250px);
}

.off-canvas-content .off-canvas.position-bottom {
  -webkit-transform: translateY(250px);
  -ms-transform: translateY(250px);
  transform: translateY(250px);
}

.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.off-canvas-content.is-open-bottom.has-transition-push {
  -webkit-transform: translateY(-250px);
  -ms-transform: translateY(-250px);
  transform: translateY(-250px);
}

.position-bottom.is-transition-push {
  -webkit-box-shadow: inset 0 13px 20px -13px rgba(10, 10, 10, 0.25);
  box-shadow: inset 0 13px 20px -13px rgba(10, 10, 10, 0.25);
}

.off-canvas-content {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.off-canvas-content.has-transition-push {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.off-canvas-content .off-canvas.is-open {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

@media print, screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-medium {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }
  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-medium {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-medium {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }
  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-medium {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-medium {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }
  .position-top.reveal-for-medium ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-medium {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-medium {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }
  .position-bottom.reveal-for-medium ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media print, screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-large {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }
  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-large {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-large {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }
  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-large {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-large {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }
  .position-top.reveal-for-large ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-large {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-large {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }
  .position-bottom.reveal-for-large ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media print, screen and (min-width: 40em) {
  .off-canvas.in-canvas-for-medium {
    visibility: visible;
    height: auto;
    position: static;
    background: 0 0;
    width: auto;
    overflow: visible;
    -webkit-transition: none;
    transition: none;
  }
  .off-canvas.in-canvas-for-medium.position-bottom, .off-canvas.in-canvas-for-medium.position-left, .off-canvas.in-canvas-for-medium.position-right, .off-canvas.in-canvas-for-medium.position-top {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-medium .close-button {
    display: none;
  }
}
@media print, screen and (min-width: 64em) {
  .off-canvas.in-canvas-for-large {
    visibility: visible;
    height: auto;
    position: static;
    background: 0 0;
    width: auto;
    overflow: visible;
    -webkit-transition: none;
    transition: none;
  }
  .off-canvas.in-canvas-for-large.position-bottom, .off-canvas.in-canvas-for-large.position-left, .off-canvas.in-canvas-for-large.position-right, .off-canvas.in-canvas-for-large.position-top {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-large .close-button {
    display: none;
  }
}
.orbit {
  position: relative;
}

.orbit-container {
  position: relative;
  height: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
}

.orbit-slide {
  width: 100%;
  position: absolute;
}

.orbit-slide.no-motionui.is-active {
  top: 0;
  left: 0;
}

.orbit-figure {
  margin: 0;
}

.orbit-image {
  width: 100%;
  max-width: 100%;
  margin: 0;
}

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 1rem;
  background-color: rgba(10, 10, 10, 0.5);
  color: #fefefe;
}

.orbit-next, .orbit-previous {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fefefe;
}

[data-whatinput=mouse] .orbit-next, [data-whatinput=mouse] .orbit-previous {
  outline: 0;
}

.orbit-next:active, .orbit-next:focus, .orbit-next:hover, .orbit-previous:active, .orbit-previous:focus, .orbit-previous:hover {
  background-color: rgba(10, 10, 10, 0.5);
}

.orbit-previous {
  left: 0;
}

.orbit-next {
  left: auto;
  right: 0;
}

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center;
}

[data-whatinput=mouse] .orbit-bullets {
  outline: 0;
}

.orbit-bullets button {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0.1rem;
  border-radius: 50%;
  background-color: #cacaca;
}

.orbit-bullets button:hover {
  background-color: #8a8a8a;
}

.orbit-bullets button.is-active {
  background-color: #8a8a8a;
}

.pagination {
  margin-left: 0;
  margin-bottom: 1rem;
}

.pagination::after, .pagination::before {
  display: table;
  content: " ";
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.pagination::after {
  clear: both;
}

.pagination li {
  margin-right: 0.0625rem;
  border-radius: 0;
  font-size: 0.875rem;
  display: none;
}

.pagination li:first-child, .pagination li:last-child {
  display: inline-block;
}

@media print, screen and (min-width: 40em) {
  .pagination li {
    display: inline-block;
  }
}
.pagination a, .pagination button {
  display: block;
  padding: 0.1875rem 0.625rem;
  border-radius: 0;
  color: #0a0a0a;
}

.pagination a:hover, .pagination button:hover {
  background: #e6e6e6;
}

.pagination .current {
  padding: 0.1875rem 0.625rem;
  background: #1779ba;
  color: #fefefe;
  cursor: default;
}

.pagination .disabled {
  padding: 0.1875rem 0.625rem;
  color: #cacaca;
  cursor: not-allowed;
}

.pagination .disabled:hover {
  background: 0 0;
}

.pagination .ellipsis::after {
  padding: 0.1875rem 0.625rem;
  content: "…";
  color: #0a0a0a;
}

.pagination-previous a::before, .pagination-previous.disabled::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: "«";
}

.pagination-next a::after, .pagination-next.disabled::after {
  display: inline-block;
  margin-left: 0.5rem;
  content: "»";
}

.progress {
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0;
  background-color: #cacaca;
}

.progress.primary .progress-meter {
  background-color: #1779ba;
}

.progress.secondary .progress-meter {
  background-color: #767676;
}

.progress.success .progress-meter {
  background-color: #3adb76;
}

.progress.warning .progress-meter {
  background-color: #ffae00;
}

.progress.alert .progress-meter {
  background-color: #cc4b37;
}

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #1779ba;
}

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  margin: 0;
  font-size: 0.75rem;
  font-weight: 700;
  color: #fefefe;
  white-space: nowrap;
}

html.is-reveal-open {
  position: fixed;
  width: 100%;
  overflow-y: hidden;
}

html.is-reveal-open.zf-has-scroll {
  overflow-y: scroll;
}

html.is-reveal-open body {
  overflow-y: hidden;
}

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: auto;
}

.reveal {
  z-index: 1006;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
}

[data-whatinput=mouse] .reveal {
  outline: 0;
}

@media print, screen and (min-width: 40em) {
  .reveal {
    min-height: 0;
  }
}
.reveal .column {
  min-width: 0;
}

.reveal > :last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 40em) {
  .reveal {
    width: 600px;
    max-width: 75rem;
  }
}
.reveal.collapse {
  padding: 0;
}

@media print, screen and (min-width: 40em) {
  .reveal.tiny {
    width: 30%;
    max-width: 75rem;
  }
}
@media print, screen and (min-width: 40em) {
  .reveal.small {
    width: 50%;
    max-width: 75rem;
  }
}
@media print, screen and (min-width: 40em) {
  .reveal.large {
    width: 90%;
    max-width: 75rem;
  }
}
.reveal.full {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 100%;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}

@media screen and (max-width: 39.99875em) {
  .reveal {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 100%;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}
.reveal.without-overlay {
  position: fixed;
}

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #e6e6e6;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: none;
  touch-action: none;
}

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #cacaca;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.slider-fill.is-dragging {
  -webkit-transition: all 0s linear;
  transition: all 0s linear;
}

.slider-handle {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 0;
  background-color: #1779ba;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

[data-whatinput=mouse] .slider-handle {
  outline: 0;
}

.slider-handle:hover {
  background-color: #14679e;
}

.slider-handle.is-dragging {
  -webkit-transition: all 0s linear;
  transition: all 0s linear;
}

.slider.disabled, .slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

.slider.vertical .slider-fill {
  top: 0;
  width: 0.5rem;
  max-height: 100%;
}

.slider.vertical .slider-handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1.4rem;
  height: 1.4rem;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.sticky-container {
  position: relative;
}

.sticky {
  position: relative;
  z-index: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.sticky.is-stuck {
  position: fixed;
  z-index: 5;
  width: 100%;
}

.sticky.is-stuck.is-at-top {
  top: 0;
}

.sticky.is-stuck.is-at-bottom {
  bottom: 0;
}

.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto;
}

.sticky.is-anchored.is-at-bottom {
  bottom: 0;
}

.switch {
  height: 2rem;
  position: relative;
  margin-bottom: 1rem;
  outline: 0;
  font-size: 0.875rem;
  font-weight: 700;
  color: #fefefe;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.switch-input {
  position: absolute;
  margin-bottom: 0;
  opacity: 0;
}

.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 0;
  background: #cacaca;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer;
}

input + .switch-paddle {
  margin: 0;
}

.switch-paddle::after {
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  border-radius: 0;
  background: #fefefe;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  content: "";
}

input:checked ~ .switch-paddle {
  background: #1779ba;
}

input:checked ~ .switch-paddle::after {
  left: 2.25rem;
}

[data-whatinput=mouse] input:focus ~ .switch-paddle {
  outline: 0;
}

.switch-active, .switch-inactive {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.switch-active {
  left: 8%;
  display: none;
}

input:checked + label > .switch-active {
  display: block;
}

.switch-inactive {
  right: 15%;
}

input:checked + label > .switch-inactive {
  display: none;
}

.switch.tiny {
  height: 1.5rem;
}

.switch.tiny .switch-paddle {
  width: 3rem;
  height: 1.5rem;
  font-size: 0.625rem;
}

.switch.tiny .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1rem;
  height: 1rem;
}

.switch.tiny input:checked ~ .switch-paddle::after {
  left: 1.75rem;
}

.switch.small {
  height: 1.75rem;
}

.switch.small .switch-paddle {
  width: 3.5rem;
  height: 1.75rem;
  font-size: 0.75rem;
}

.switch.small .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1.25rem;
  height: 1.25rem;
}

.switch.small input:checked ~ .switch-paddle::after {
  left: 2rem;
}

.switch.large {
  height: 2.5rem;
}

.switch.large .switch-paddle {
  width: 5rem;
  height: 2.5rem;
  font-size: 1rem;
}

.switch.large .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 2rem;
  height: 2rem;
}

.switch.large input:checked ~ .switch-paddle::after {
  left: 2.75rem;
}

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0;
}

tbody, tfoot, thead {
  border: 1px solid #f1f1f1;
  background-color: #fefefe;
}

caption {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: 700;
}

thead {
  background: #f8f8f8;
  color: #0a0a0a;
}

tfoot {
  background: #f1f1f1;
  color: #0a0a0a;
}

tfoot tr, thead tr {
  background: 0 0;
}

tfoot td, tfoot th, thead td, thead th {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: 700;
  text-align: left;
}

tbody td, tbody th {
  padding: 0.5rem 0.625rem 0.625rem;
}

tbody tr:nth-child(even) {
  border-bottom: 0;
  background-color: #f1f1f1;
}

table.unstriped tbody {
  background-color: #fefefe;
}

table.unstriped tbody tr {
  border-bottom: 0;
  border-bottom: 1px solid #f1f1f1;
  background-color: #fefefe;
}

@media screen and (max-width: 63.99875em) {
  table.stack thead {
    display: none;
  }
  table.stack tfoot {
    display: none;
  }
  table.stack td, table.stack th, table.stack tr {
    display: block;
  }
  table.stack td {
    border-top: 0;
  }
}
table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto;
}

table.hover thead tr:hover {
  background-color: #f3f3f3;
}

table.hover tfoot tr:hover {
  background-color: #ececec;
}

table.hover tbody tr:hover {
  background-color: #f9f9f9;
}

table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: #ececec;
}

.table-scroll {
  overflow-x: auto;
}

.tabs {
  margin: 0;
  border: 1px solid #e6e6e6;
  background: #fefefe;
  list-style-type: none;
}

.tabs::after, .tabs::before {
  display: table;
  content: " ";
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.tabs::after {
  clear: both;
}

.tabs.vertical > li {
  display: block;
  float: none;
  width: auto;
}

.tabs.simple > li > a {
  padding: 0;
}

.tabs.simple > li > a:hover {
  background: 0 0;
}

.tabs.primary {
  background: #1779ba;
}

.tabs.primary > li > a {
  color: #fefefe;
}

.tabs.primary > li > a:focus, .tabs.primary > li > a:hover {
  background: #1673b1;
}

.tabs-title {
  float: left;
}

.tabs-title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  font-size: 0.75rem;
  line-height: 1;
  color: #1779ba;
}

[data-whatinput=mouse] .tabs-title > a {
  outline: 0;
}

.tabs-title > a:hover {
  background: #fefefe;
  color: #1468a0;
}

.tabs-title > a:focus, .tabs-title > a[aria-selected=true] {
  background: #e6e6e6;
  color: #1779ba;
}

.tabs-content {
  border: 1px solid #e6e6e6;
  border-top: 0;
  background: #fefefe;
  color: #0a0a0a;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0;
}

.tabs-panel {
  display: none;
  padding: 1rem;
}

.tabs-panel.is-active {
  display: block;
}

.thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1rem;
  border: 4px solid #fefefe;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  line-height: 0;
}

a.thumbnail {
  -webkit-transition: -webkit-box-shadow 0.2s ease-out;
  transition: -webkit-box-shadow 0.2s ease-out;
  transition: box-shadow 0.2s ease-out;
  transition: box-shadow 0.2s ease-out, -webkit-box-shadow 0.2s ease-out;
}

a.thumbnail:focus, a.thumbnail:hover {
  -webkit-box-shadow: 0 0 6px 1px rgba(23, 121, 186, 0.5);
  box-shadow: 0 0 6px 1px rgba(23, 121, 186, 0.5);
}

a.thumbnail image {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.title-bar {
  padding: 0.5rem;
  background: #0a0a0a;
  color: #fefefe;
  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;
}

.title-bar .menu-icon {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.title-bar-left, .title-bar-right {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
}

.title-bar-right {
  text-align: right;
}

.title-bar-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: 700;
}

.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: dotted 1px #8a8a8a;
  font-weight: 700;
  cursor: help;
}

.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 0;
  background-color: #0a0a0a;
  font-size: 80%;
  color: #fefefe;
}

.tooltip::before {
  position: absolute;
}

.tooltip.bottom::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: "";
  border-top-width: 0;
  border-bottom-style: solid;
  border-color: transparent transparent #0a0a0a;
  bottom: 100%;
}

.tooltip.bottom.align-center::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.tooltip.top::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #0a0a0a transparent transparent;
  top: 100%;
  bottom: auto;
}

.tooltip.top.align-center::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.tooltip.left::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #0a0a0a;
  left: 100%;
}

.tooltip.left.align-center::before {
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.tooltip.right::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #0a0a0a transparent transparent;
  right: 100%;
  left: auto;
}

.tooltip.right.align-center::before {
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.tooltip.align-top::before {
  bottom: auto;
  top: 10%;
}

.tooltip.align-bottom::before {
  bottom: 10%;
  top: auto;
}

.tooltip.align-left::before {
  left: 10%;
  right: auto;
}

.tooltip.align-right::before {
  left: auto;
  right: 10%;
}

.top-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -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;
  padding: 0.5rem;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.top-bar, .top-bar ul {
  background-color: #e6e6e6;
}

.top-bar input {
  max-width: 200px;
  margin-right: 1rem;
}

.top-bar .input-group-field {
  width: 100%;
  margin-right: 0;
}

.top-bar input.button {
  width: auto;
}

.top-bar .top-bar-left, .top-bar .top-bar-right {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media print, screen and (min-width: 40em) {
  .top-bar {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .top-bar .top-bar-left {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-right: auto;
  }
  .top-bar .top-bar-right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 63.99875em) {
  .top-bar.stacked-for-medium {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .top-bar.stacked-for-medium .top-bar-left, .top-bar.stacked-for-medium .top-bar-right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 74.99875em) {
  .top-bar.stacked-for-large {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .top-bar.stacked-for-large .top-bar-left, .top-bar.stacked-for-large .top-bar-right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.top-bar-title {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0.5rem 1rem 0.5rem 0;
}

.top-bar-left, .top-bar-right {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

@media screen and (max-width: 39.99875em) {
  .hide-for-small-only {
    display: none !important;
  }
}
@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important;
  }
}
@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important;
  }
}
@media screen and (max-width: 39.99875em) {
  .show-for-medium {
    display: none !important;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .hide-for-medium-only {
    display: none !important;
  }
}
@media screen and (max-width: 39.99875em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important;
  }
}
@media print, screen and (min-width: 65em) {
  .hide-for-large {
    display: none !important;
  }
}
@media screen and (max-width: 64em) {
  .show-for-large {
    display: none !important;
  }
}
@media screen and (min-width: 64em) and (max-width: 74.99875em) {
  .hide-for-large-only {
    display: none !important;
  }
}
@media screen and (max-width: 63.99875em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important;
  }
}
.show-for-sr, .show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.hide-for-portrait, .show-for-landscape {
  display: block !important;
}

@media screen and (orientation: landscape) {
  .hide-for-portrait, .show-for-landscape {
    display: block !important;
  }
}
@media screen and (orientation: portrait) {
  .hide-for-portrait, .show-for-landscape {
    display: none !important;
  }
}
.hide-for-landscape, .show-for-portrait {
  display: none !important;
}

@media screen and (orientation: landscape) {
  .hide-for-landscape, .show-for-portrait {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  .hide-for-landscape, .show-for-portrait {
    display: block !important;
  }
}
.float-left {
  float: left !important;
}

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

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.clearfix::after, .clearfix::before {
  display: table;
  content: " ";
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.clearfix::after {
  clear: both;
}

.slide-in-down.mui-enter {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-in-down.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.slide-in-left.mui-enter {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-in-left.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.slide-in-up.mui-enter {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-in-up.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.slide-in-right.mui-enter {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-in-right.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.slide-out-down.mui-leave {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-out-down.mui-leave.mui-leave-active {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

.slide-out-right.mui-leave {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-out-right.mui-leave.mui-leave-active {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

.slide-out-up.mui-leave {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-out-up.mui-leave.mui-leave-active {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.slide-out-left.mui-leave {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-out-left.mui-leave.mui-leave-active {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.fade-in.mui-enter {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.fade-in.mui-enter.mui-enter-active {
  opacity: 1;
}

.fade-out.mui-leave {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  opacity: 1;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.fade-out.mui-leave.mui-leave-active {
  opacity: 0;
}

.hinge-in-from-top.mui-enter {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.hinge-in-from-top.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0);
  transform: perspective(2000px) rotate(0);
  opacity: 1;
}

.hinge-in-from-right.mui-enter {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.hinge-in-from-right.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0);
  transform: perspective(2000px) rotate(0);
  opacity: 1;
}

.hinge-in-from-bottom.mui-enter {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(90deg);
  transform: perspective(2000px) rotateX(90deg);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0);
  transform: perspective(2000px) rotate(0);
  opacity: 1;
}

.hinge-in-from-left.mui-enter {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(90deg);
  transform: perspective(2000px) rotateY(90deg);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.hinge-in-from-left.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0);
  transform: perspective(2000px) rotate(0);
  opacity: 1;
}

.hinge-in-from-middle-x.mui-enter {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0);
  transform: perspective(2000px) rotate(0);
  opacity: 1;
}

.hinge-in-from-middle-y.mui-enter {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0);
  transform: perspective(2000px) rotate(0);
  opacity: 1;
}

.hinge-out-from-top.mui-leave {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0);
  transform: perspective(2000px) rotate(0);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.hinge-out-from-top.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(90deg);
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}

.hinge-out-from-right.mui-leave {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0);
  transform: perspective(2000px) rotate(0);
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.hinge-out-from-right.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(90deg);
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}

.hinge-out-from-bottom.mui-leave {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0);
  transform: perspective(2000px) rotate(0);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}

.hinge-out-from-left.mui-leave {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0);
  transform: perspective(2000px) rotate(0);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.hinge-out-from-left.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}

.hinge-out-from-middle-x.mui-leave {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0);
  transform: perspective(2000px) rotate(0);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(90deg);
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}

.hinge-out-from-middle-y.mui-leave {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0);
  transform: perspective(2000px) rotate(0);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(90deg);
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}

.scale-in-up.mui-enter {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.scale-in-up.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.scale-in-down.mui-enter {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.scale-in-down.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.scale-out-up.mui-leave {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.scale-out-up.mui-leave.mui-leave-active {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  opacity: 0;
}

.scale-out-down.mui-leave {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.scale-out-down.mui-leave.mui-leave-active {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
}

.spin-in.mui-enter {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: rotate(-0.75turn);
  -ms-transform: rotate(-0.75turn);
  transform: rotate(-0.75turn);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.spin-in.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  opacity: 1;
}

.spin-out.mui-leave {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.spin-out.mui-leave.mui-leave-active {
  -webkit-transform: rotate(0.75turn);
  -ms-transform: rotate(0.75turn);
  transform: rotate(0.75turn);
  opacity: 0;
}

.spin-in-ccw.mui-enter {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: rotate(0.75turn);
  -ms-transform: rotate(0.75turn);
  transform: rotate(0.75turn);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.spin-in-ccw.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  opacity: 1;
}

.spin-out-ccw.mui-leave {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.spin-out-ccw.mui-leave.mui-leave-active {
  -webkit-transform: rotate(-0.75turn);
  -ms-transform: rotate(-0.75turn);
  transform: rotate(-0.75turn);
  opacity: 0;
}

.slow {
  -webkit-transition-duration: 750ms !important;
  transition-duration: 750ms !important;
}

.fast {
  -webkit-transition-duration: 250ms !important;
  transition-duration: 250ms !important;
}

.linear {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}

.ease {
  -webkit-transition-timing-function: ease !important;
  transition-timing-function: ease !important;
}

.ease-in {
  -webkit-transition-timing-function: ease-in !important;
  transition-timing-function: ease-in !important;
}

.ease-out {
  -webkit-transition-timing-function: ease-out !important;
  transition-timing-function: ease-out !important;
}

.ease-in-out {
  -webkit-transition-timing-function: ease-in-out !important;
  transition-timing-function: ease-in-out !important;
}

.bounce-in {
  -webkit-transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  -webkit-transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  -webkit-transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  -webkit-transition-delay: 0.3s !important;
  transition-delay: 0.3s !important;
}

.long-delay {
  -webkit-transition-delay: 0.7s !important;
  transition-delay: 0.7s !important;
}

.shake {
  -webkit-animation-name: shake-7;
  animation-name: shake-7;
}

@-webkit-keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    -webkit-transform: translateX(7%);
    transform: translateX(7%);
  }
  15%, 25%, 35%, 45%, 5%, 55%, 65%, 75%, 85%, 95% {
    -webkit-transform: translateX(-7%);
    transform: translateX(-7%);
  }
}
@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    -webkit-transform: translateX(7%);
    transform: translateX(7%);
  }
  15%, 25%, 35%, 45%, 5%, 55%, 65%, 75%, 85%, 95% {
    -webkit-transform: translateX(-7%);
    transform: translateX(-7%);
  }
}
.spin-cw {
  -webkit-animation-name: spin-cw-1turn;
  animation-name: spin-cw-1turn;
}

@-webkit-keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
.spin-ccw {
  -webkit-animation-name: spin-ccw-1turn;
  animation-name: spin-ccw-1turn;
}

@-webkit-keyframes spin-ccw-1turn {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn);
  }
}
@keyframes spin-ccw-1turn {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn);
  }
}
.wiggle {
  -webkit-animation-name: wiggle-7deg;
  animation-name: wiggle-7deg;
}

@-webkit-keyframes wiggle-7deg {
  40%, 50%, 60% {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg);
  }
  35%, 45%, 55%, 65% {
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg);
  }
  0%, 100%, 30%, 70% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes wiggle-7deg {
  40%, 50%, 60% {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg);
  }
  35%, 45%, 55%, 65% {
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg);
  }
  0%, 100%, 30%, 70% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
.shake, .spin-ccw, .spin-cw, .wiggle {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.slow {
  -webkit-animation-duration: 750ms !important;
  animation-duration: 750ms !important;
}

.fast {
  -webkit-animation-duration: 250ms !important;
  animation-duration: 250ms !important;
}

.linear {
  -webkit-animation-timing-function: linear !important;
  animation-timing-function: linear !important;
}

.ease {
  -webkit-animation-timing-function: ease !important;
  animation-timing-function: ease !important;
}

.ease-in {
  -webkit-animation-timing-function: ease-in !important;
  animation-timing-function: ease-in !important;
}

.ease-out {
  -webkit-animation-timing-function: ease-out !important;
  animation-timing-function: ease-out !important;
}

.ease-in-out {
  -webkit-animation-timing-function: ease-in-out !important;
  animation-timing-function: ease-in-out !important;
}

.bounce-in {
  -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  -webkit-animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  -webkit-animation-delay: 0.3s !important;
  animation-delay: 0.3s !important;
}

.long-delay {
  -webkit-animation-delay: 0.7s !important;
  animation-delay: 0.7s !important;
}

/* Then color, and then everything else in standard order */
/*common colors */
/*Theme colors*/
/* global scss file */
/* Then color, and then everything else in standard order */
/* testing colors */
.margin-top-1 {
  margin-top: 1rem;
}

.margin-top-2 {
  margin-top: 2rem;
}

.margin-top-3 {
  margin-top: 3rem;
}

.margin-top-6 {
  margin-top: 6rem;
}

.margin-top-4 {
  margin-top: 4rem;
}

@media screen and (max-width: 1024px) {
  .small-margin-bottom-2 {
    margin-bottom: 2rem;
  }
}
/* accessibility fix */
.skip-link {
  position: absolute;
  top: -100px;
  /* Styled to match the default WordPress screen reader text */
  background-color: #f1f1f1;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: 600;
  height: auto;
  left: 6px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  width: auto;
  z-index: 100000; /* Above WP toolbar */
  -webkit-transition: top 0.75s ease-out;
  transition: top 0.75s ease-out;
}

.skip-link:focus {
  color: #21759b;
  top: 7px;
  -webkit-transition: top 0s;
  transition: top 0s;
}

/* end accessibility fix */
/* Start of main Navigation */
.custom-logo {
  width: 180px;
  height: 26px;
  object-fit: contain;
  margin-top: 47px;
  margin-left: 120px;
}
@media screen and (max-width: 1024px) {
  .custom-logo {
    width: 140px;
    height: 18px;
    margin-top: 22px;
    margin-left: 26px;
  }
}

@media screen and (max-width: 1024px) {
  .custom-logo--home,
  .custom-logo--mobile-menu {
    width: 140px;
    height: 26px;
    margin-top: 15px;
    margin-left: 26px;
  }
}

@media screen and (max-width: 420px) {
  .custom-logo--home {
    margin-top: 18px;
  }
}

@media screen and (max-width: 420px) {
  .custom-logo--home,
  .custom-logo--mobile-menu {
    width: 120px;
  }
}

.site-header__wrapper {
  display: flex;
  justify-content: space-between;
  padding-bottom: 1.5rem;
  box-shadow: 0px 3px 10px rgba(0, 0, 51, 0.3);
  width: 100%;
  z-index: 5;
  background-color: #ffffff;
  position: fixed;
  top: -25px;
}
@media screen and (max-width: 1024px) {
  .site-header__wrapper {
    height: 65px;
    max-height: 90px;
    padding-bottom: 0rem;
    top: 0;
  }
}

.site-header__wrapper-home,
.site-header__wrapper-case-study {
  box-shadow: none;
  background-color: transparent;
}

.main-navigation--front a {
  color: #ffffff;
}

.main-navigation--front .menu-primary-menu-container ul li a:hover {
  border-bottom: solid 2px #ffffff;
  padding-bottom: 0.3rem;
}

.main-navigation--front .menu-primary-menu-container ul li a:after {
  border-bottom: solid 2px #ffffff;
  padding-bottom: 0.3rem;
}

.main-navigation--front .menu-primary-menu-container ul li:last-child a {
  border-bottom: solid 2px #ffffff;
  padding-bottom: 0.3rem;
}

/* End Main Nav */
/* Start of Buttons */
.button {
  border: solid 2px #f5a623;
  font-size: 14px;
  font-weight: 600;
  background: transparent;
  color: #4a4a4a;
  background: linear-gradient(to right, #f5a623 49%, white 50%);
  background-size: 205% 100%;
  background-position: right bottom;
  transition: all 0.2s ease-out;
}

.button:hover {
  background-color: transparent;
  background-position: left bottom;
  color: #fefefe;
}

.button:hover .arrow-right---anticon {
  fill: #ffffff;
}

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

.arrow-right---anticon {
  width: 16px;
  height: 16px;
  object-fit: contain;
  font-family: anticon;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #4a4a4a;
  /* nudging it up */
  margin-top: -2px;
}

/* End of Buttons */
.container {
  max-width: 1600px;
  margin: 0 auto;
  padding: 3.75rem 1.25rem;
}
@media (min-width: 768px) {
  .container {
    padding: 3.75rem 2.5rem;
  }
}
@media (min-width: 1280px) {
  .container {
    padding: 3.75rem 5rem;
  }
}

header .container {
  padding: 0.75rem 1.25rem;
}
@media (min-width: 768px) {
  header .container {
    padding: 1.25rem 2.5rem;
  }
}
@media (min-width: 1280px) {
  header .container {
    padding: 1.25rem 5rem;
  }
}

.title-block {
  padding-top: 9rem;
  padding-bottom: 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  max-width: 1200px;
}
@media screen and (max-width: 1024px) {
  .title-block {
    padding-top: 7rem;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}
@media screen and (max-width: 425px) {
  .title-block {
    padding-top: 6rem;
  }
}
.title-block p {
  font-size: 20px;
  font-weight: 500;
  font-style: italic;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  max-width: 751px;
}
@media screen and (max-width: 465px) {
  .title-block p {
    font-size: 18px;
  }
}

.underline--orange {
  border-bottom: solid 4px #f5a623;
}

@media screen and (max-width: 1024px) {
  .mobile-break {
    display: block;
  }
}
@media screen and (min-width: 1025px) {
  .mobile-break {
    display: none;
  }
}

/* reveal */
@media screen {
  [reveal^="1"] {
    transition-duration: 0.5s;
    transition-timing-function: ease;
  }
  [reveal^="2"] {
    transition-duration: 1s;
  }
  [r5s]:not([ready]) [reveal^="1+/"], [r5s] [reveal^="1/"]:not([revealed]) {
    opacity: 0;
    transform: translateY(30px);
  }
  [r5s]:not([ready]) [reveal^="2+/"], [r5s] [reveal^="2/"]:not([revealed]) {
    opacity: 0;
  }
  [reveal] {
    transition-delay: 0s;
  }
  [reveal] {
    transition-delay: 0s;
  }
  [reveal] {
    transition-delay: 0s;
  }
  [aligned] {
    transition-delay: undefined;
  }
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
p,
li,
figcaption {
  font-family: var(--font-geist-sans);
}

/* global scss file */
.dark-mode {
  color: var(--color-light-text);
  background-color: var(--color-dark-background);
}

/* global scss file */
.blue-btn {
  padding: 12px 40px 14px 17px;
  background: #3081A8 !important;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.86px;
  color: #fff !important;
  display: inline-block;
  text-transform: unset;
  text-align: left;
  border: 2px solid #3081A8;
  min-width: 170px;
  cursor: pointer;
}
.blue-btn span {
  position: relative;
}
.blue-btn span:after {
  background: #FEC836;
  content: "";
  height: 2px;
  width: 31px;
  display: block;
  position: absolute;
  bottom: -4px;
  left: 0px;
}
.blue-btn:hover, .blue-btn:focus {
  color: #3c9ac6 !important;
  background: #ffffff !important;
}

.yellow-btn {
  padding: 14px 17px;
  background: #fec836;
  font-size: 12px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.86px;
  display: inline-block;
  text-transform: uppercase;
}
.yellow-btn .fas {
  font-size: 110%;
  margin: 0 0 0 7px;
}
.yellow-btn:hover {
  background-color: #F6B505;
}

.btn-group {
  display: flex;
  justify-content: center;
  gap: 1rem;
}

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

button {
  background-color: var(--color-dark-background);
  color: var(--color-light-text);
}
.dark-mode button {
  background-color: var(--color-primary);
  color: var(--color-dark-text);
}

a.btn,
button.btn,
div.btn {
  min-width: var(--min-touch-size);
  min-height: var(--min-touch-size);
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  border-radius: 40px;
  display: inline-flex;
  align-items: center;
  font-size: 1rem;
  font-weight: 600;
  padding: 1rem 1.5rem;
  min-height: 3.3125rem;
  min-width: 3.3125rem;
  line-height: normal;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1280px) {
  a.btn,
  button.btn,
  div.btn {
    font-size: 1.125rem;
    padding: 0.75rem 1.75rem;
    min-height: 3.875rem;
    min-width: 3.875rem;
  }
}
a.btn:active, a.btn:focus,
button.btn:active,
button.btn:focus,
div.btn:active,
div.btn:focus {
  outline: 2px solid var(--btn-primary-color);
  outline-offset: 2px;
  -webkit-box-shadow: 0 0 0 2px white;
  -moz-box-shadow: 0 0 0 2px white;
  -ms-box-shadow: 0 0 0 2px white;
  box-shadow: 0 0 0 2px white;
}
a.btn.btn-primary,
button.btn.btn-primary,
div.btn.btn-primary {
  background-color: var(--btn-primary-bkgd-color);
  color: var(--btn-primary-color);
}
a.btn.btn-primary.--with-border,
button.btn.btn-primary.--with-border,
div.btn.btn-primary.--with-border {
  border: 1px solid var(--btn-primary-bkgd-hover-color);
}
a.btn.btn-primary:hover,
button.btn.btn-primary:hover,
div.btn.btn-primary:hover {
  background-color: var(--btn-primary-bkgd-hover-color);
  color: var(--btn-primary-hover-color);
}
.dark-mode a.btn.btn-primary:hover,
.dark-mode button.btn.btn-primary:hover,
.dark-mode div.btn.btn-primary:hover {
  background-color: var(--color-light-background);
  color: var(--color-dark-text);
}
a.btn.btn-outline-primary,
button.btn.btn-outline-primary,
div.btn.btn-outline-primary {
  background-color: transparent;
  color: var(--btn-primary-color);
  border: 1px solid var(--btn-primary-bkgd-hover-color);
}
a.btn.btn-outline-primary:hover,
button.btn.btn-outline-primary:hover,
div.btn.btn-outline-primary:hover {
  background-color: var(--btn-primary-bkgd-hover-color);
  color: var(--btn-primary-hover-color);
}
a.btn.btn-secondary,
button.btn.btn-secondary,
div.btn.btn-secondary {
  background-color: var(--btn-secondary-bkgd-color);
  color: var(--btn-secondary-color);
  border: 1px solid var(--btn-secondary-bkgd-color);
}
a.btn.btn-secondary:hover,
button.btn.btn-secondary:hover,
div.btn.btn-secondary:hover {
  background-color: var(--btn-secondary-bkgd-hover-color);
  color: var(--btn-secondary-hover-color);
}
a.btn.action-arrow,
button.btn.action-arrow,
div.btn.action-arrow {
  display: inline-flex;
  gap: 0.5rem;
}
a.btn.action-arrow:after,
button.btn.action-arrow:after,
div.btn.action-arrow:after {
  content: "\f061";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  width: 1em;
}
@media (min-width: 1280px) {
  a.btn.action-arrow,
  button.btn.action-arrow,
  div.btn.action-arrow {
    padding: 0.75rem 1.5rem 0.75rem 3rem;
    transition: padding 0.3s ease-in-out;
  }
  a.btn.action-arrow span,
  button.btn.action-arrow span,
  div.btn.action-arrow span {
    display: inline-block;
    transition: transform 0.3s ease;
  }
  a.btn.action-arrow:after,
  button.btn.action-arrow:after,
  div.btn.action-arrow:after {
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  a.btn.action-arrow:focus, a.btn.action-arrow:active, a.btn.action-arrow:hover,
  button.btn.action-arrow:focus,
  button.btn.action-arrow:active,
  button.btn.action-arrow:hover,
  div.btn.action-arrow:focus,
  div.btn.action-arrow:active,
  div.btn.action-arrow:hover {
    padding-left: 2.5rem;
    padding-right: 2rem;
  }
  a.btn.action-arrow:focus::after, a.btn.action-arrow:active::after, a.btn.action-arrow:hover::after,
  button.btn.action-arrow:focus::after,
  button.btn.action-arrow:active::after,
  button.btn.action-arrow:hover::after,
  div.btn.action-arrow:focus::after,
  div.btn.action-arrow:active::after,
  div.btn.action-arrow:hover::after {
    opacity: 1;
  }
}
a.btn.btn-icon-arrow,
button.btn.btn-icon-arrow,
div.btn.btn-icon-arrow {
  min-width: var(--min-touch-size);
  min-height: var(--min-touch-size);
  position: relative;
  overflow: hidden;
  z-index: 1;
  background-color: transparent;
  color: var(--btn-primary-color);
  border: 1px solid var(--btn-primary-bkgd-hover-color);
  padding: 0;
  justify-content: center;
}
a.btn.btn-icon-arrow span,
button.btn.btn-icon-arrow span,
div.btn.btn-icon-arrow span {
  display: none;
}
@media (min-width: 768px) {
  a.btn.btn-icon-arrow,
  button.btn.btn-icon-arrow,
  div.btn.btn-icon-arrow {
    min-height: 3.5rem;
    min-width: 3.5rem;
  }
}
@media (min-width: 1280px) {
  a.btn.btn-icon-arrow,
  button.btn.btn-icon-arrow,
  div.btn.btn-icon-arrow {
    min-height: 3.875rem;
    min-width: 3.875rem;
  }
}
a.btn.btn-icon-arrow::before,
button.btn.btn-icon-arrow::before,
div.btn.btn-icon-arrow::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-primary);
  transform: translateX(-100%);
  transition: transform 0.3s ease;
  z-index: -1;
}
a.btn.btn-icon-arrow:hover,
button.btn.btn-icon-arrow:hover,
div.btn.btn-icon-arrow:hover {
  border-color: transparent;
}
a.btn.btn-icon-arrow:hover::before,
button.btn.btn-icon-arrow:hover::before,
div.btn.btn-icon-arrow:hover::before {
  transform: translateX(0);
}
a.btn.btn-icon-arrow:after,
button.btn.btn-icon-arrow:after,
div.btn.btn-icon-arrow:after {
  content: "\f061";
  font-family: "Font Awesome 6 Free";
  position: relative;
  z-index: 2;
}
a.btn.btn-icon-arrow-down,
button.btn.btn-icon-arrow-down,
div.btn.btn-icon-arrow-down {
  min-width: var(--min-touch-size);
  min-height: var(--min-touch-size);
  position: relative;
  overflow: hidden;
  z-index: 1;
  background-color: transparent;
  color: var(--btn-primary-color);
  border: 1px solid var(--btn-primary-bkgd-hover-color);
  padding: 0;
  justify-content: center;
}
a.btn.btn-icon-arrow-down span,
button.btn.btn-icon-arrow-down span,
div.btn.btn-icon-arrow-down span {
  display: none;
}
@media (min-width: 768px) {
  a.btn.btn-icon-arrow-down,
  button.btn.btn-icon-arrow-down,
  div.btn.btn-icon-arrow-down {
    min-height: 3.5rem;
    min-width: 3.5rem;
  }
}
@media (min-width: 1280px) {
  a.btn.btn-icon-arrow-down,
  button.btn.btn-icon-arrow-down,
  div.btn.btn-icon-arrow-down {
    min-height: 3.875rem;
    min-width: 3.875rem;
  }
}
a.btn.btn-icon-arrow-down::before,
button.btn.btn-icon-arrow-down::before,
div.btn.btn-icon-arrow-down::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-primary);
  transform: translateX(-100%);
  transition: transform 0.3s ease;
  z-index: -1;
}
a.btn.btn-icon-arrow-down:hover,
button.btn.btn-icon-arrow-down:hover,
div.btn.btn-icon-arrow-down:hover {
  border-color: transparent;
}
a.btn.btn-icon-arrow-down:hover::before,
button.btn.btn-icon-arrow-down:hover::before,
div.btn.btn-icon-arrow-down:hover::before {
  transform: translateX(0);
}
a.btn.btn-icon-arrow-down:after,
button.btn.btn-icon-arrow-down:after,
div.btn.btn-icon-arrow-down:after {
  content: "\f061";
  font-family: "Font Awesome 6 Free";
  position: relative;
  z-index: 2;
}
.dark-mode a.btn.btn-icon-arrow-down,
.dark-mode button.btn.btn-icon-arrow-down,
.dark-mode div.btn.btn-icon-arrow-down {
  background-color: transparent;
  color: var(--color-primary);
  border-color: var(--color-primary);
}
.dark-mode a.btn.btn-icon-arrow-down:after,
.dark-mode button.btn.btn-icon-arrow-down:after,
.dark-mode div.btn.btn-icon-arrow-down:after {
  display: inline-block;
  transform: rotate(90deg);
}
.dark-mode a.btn.btn-icon-arrow-down:hover,
.dark-mode button.btn.btn-icon-arrow-down:hover,
.dark-mode div.btn.btn-icon-arrow-down:hover {
  color: var(--btn-primary-color);
  border-color: transparent;
}

.site-content p a:not(.static-underline):not(:has(h1, h2, h3, h4, h5, h6, img)):not(.btn) {
  text-decoration: none;
}
.site-content p a:not(.static-underline):not(:has(h1, h2, h3, h4, h5, h6, img)):not(.btn):not(:has(span)), .site-content p a:not(.static-underline):not(:has(h1, h2, h3, h4, h5, h6, img)):not(.btn) span {
  display: inline;
  position: relative;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-decoration-color: var(--color-link-hover);
  text-underline-offset: 4px;
  background-image: linear-gradient(var(--color-link-hover), var(--color-link-hover));
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 0% 2px;
  padding-bottom: 3px;
  transition: text-decoration-color 0.2s ease-out, background-size 0s linear 0.1s;
}
.site-content p a:not(.static-underline):not(:has(h1, h2, h3, h4, h5, h6, img)):not(.btn):hover:not(:has(span)), .site-content p a:not(.static-underline):not(:has(h1, h2, h3, h4, h5, h6, img)):not(.btn):hover span {
  text-decoration-color: transparent;
  background-size: 100% 2px;
  transition: text-decoration-color 0.2s ease-out, background-size 0.3s ease-in-out 0.2s;
}
.site-content a.action-arrow {
  display: inline-flex;
  gap: 0.5rem;
}
.site-content a.action-arrow:after {
  content: "\f061";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  width: 1em;
}
.site-content a.action-arrow:not(.btn) {
  text-decoration: none;
}
.site-content a.action-arrow:not(.btn):not(:has(span)), .site-content a.action-arrow:not(.btn) span {
  display: inline;
  position: relative;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-decoration-color: var(--color-link-hover);
  text-underline-offset: 4px;
  background-image: linear-gradient(var(--color-link-hover), var(--color-link-hover));
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 0% 2px;
  padding-bottom: 3px;
  transition: text-decoration-color 0.2s ease-out, background-size 0s linear 0.1s;
}
.site-content a.action-arrow:not(.btn):hover:not(:has(span)), .site-content a.action-arrow:not(.btn):hover span {
  text-decoration-color: transparent;
  background-size: 100% 2px;
  transition: text-decoration-color 0.2s ease-out, background-size 0.3s ease-in-out 0.2s;
}

/* global scss file */
html {
  scroll-padding-top: var(--content-top);
  scroll-behavior: smooth;
}

.section {
  padding: 70px 0;
  background-color: #fff;
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 100%;
}
.section .container {
  max-width: 1260px;
}
.section .container.small {
  max-width: 900px;
}
.section .container.standard {
  max-width: 1260px;
}
.section .container.large {
  max-width: 1400px;
}
.section h2 {
  /* line-height: normal;
  font-weight: bold;
  position: relative; */
  /* z-index: 0; */
  margin: 0 0 30px 0;
  /* padding: 0 0 15px 0; */
}
.section ul {
  margin: 0;
  padding: 0 0 0px 20px;
  margin-bottom: 25px;
  list-style-type: disc;
}
.section ul:last-child {
  margin-bottom: 0;
}
.section ul li {
  margin: 0 0 8px 0;
  display: list-item;
  width: 100%;
  position: relative;
  z-index: 0;
}
.section ul li::marker {
  color: var(--color-secondary);
  font-size: 1.5rem;
}
.section ul li ul {
  margin-top: 8px;
}
.section ul li ul li:last-child {
  margin-bottom: 0;
}
.section ol {
  list-style: none;
  counter-reset: my-awesome-counter;
  margin: 0;
  padding: 0 0 10px 15px;
}
.section ol li {
  counter-increment: my-awesome-counter;
  list-style: none;
  padding: 0 0 8px 22px;
  position: relative;
  z-index: 0;
}
.section ol li:before {
  content: counter(my-awesome-counter) ".";
  position: absolute;
  left: -3px;
  top: 0;
  color: var(--color-secondary);
  font-weight: 600;
}

section.full-image {
  text-align: center;
}
section.full-image .container.large {
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 !important;
}
section.banner.mobile-bottom-none {
  padding-bottom: 0;
  align-items: flex-end;
}

.content-align-left {
  justify-content: flex-start;
}

.content-align-center {
  justify-content: center;
}

.content-align-right {
  justify-content: flex-end;
}

.content-align-left,
.content-align-center,
.content-align-right {
  display: flex;
}

/* global scss file */
.cky-btn-revisit-wrapper {
  border: 2px solid #fff;
  z-index: 199 !important;
}

/**
 * Style for html elements, such as <p>, <h1>, <a>, etc.
 */
/* global scss file */
:root {
  /** ========================================================================
    * COLORS
    * ========================================================================
    */
  --color-lime-500: #aef625;
  --color-lime-400: #d0ff71;
  --color-lime-300: #e0ff95;
  --color-lime-200: #f0ffc7;
  --color-lime-100: #f9ffe5;
  --color-teal-900: #273F42;
  --color-teal-700: #6E9295;
  --color-teal-300: #c0d8d7;
  --color-teal-100: #E0EBEB;
  --color-teal-50: #EEF3F3;
  --color-neutral-950: #1c1b1f;
  --color-neutral-900: #1f2027;
  --color-link-hover: #55777a;
  --color-primary: var(--color-lime-400);
  --color-secondary: var(--color-neutral-900);
  --color-brand-white: #fff;
  --color-tertiary: var(--color-teal-300);
  --color-dark-text: var(--color-secondary);
  --color-light-background: var(--color-brand-white);
  --color-light-text: var(--color-brand-white);
  --color-dark-background: var(--color-secondary);
  --color-gray-background: var(--color-teal-50);
  /** ========================================================================
    * TYPOGRAPHY
    * ========================================================================
    */
  --font-geist-sans: 'Geist', sans-serif;
  --font-geist-mono: 'Geist Mono', monospace;
  --font-size-xxl: 28px;
  --line-height-xxl: 1.5;
  --font-size-xl: 28px;
  --line-height-xl: 1.4;
  --font-size-l: 24px;
  --line-height-l: 1.6;
  --font-size-m: 20px;
  --line-height-m: 1.5;
  --font-size-s: 18px;
  --line-height-s: 1.4;
  --wp-admin-bar-height: 0px;
  --top-nav-height: 4.5rem;
  --content-top: calc(var(--wp-admin-bar-height) + var(--top-nav-height));
  --btn-primary-color: var(--color-dark-text);
  --btn-primary-bkgd-color: var(--color-primary);
  --btn-secondary-color: var(--color-light-text);
  --btn-secondary-bkgd-color: var(--color-dark-background);
  --btn-primary-hover-color: var(--color-light-text);
  --btn-primary-bkgd-hover-color: var(--color-dark-background);
  --btn-secondary-hover-color: var(--color-dark-text);
  --btn-secondary-bkgd-hover-color: transparent;
  --input-bkgd-color: #eef3fe;
  --min-touch-size: 3rem;
}

@media screen and (min-width: 768px) {
  :root {
    --font-size-xxl: 36px;
    --line-height-xxl: 1.5;
    --font-size-xl: 28px;
    --line-height-xl: 1.4;
    --font-size-l: 28px;
    --line-height-l: 1.6;
    --font-size-m: 24px;
    --line-height-m: 1.5;
  }
}
@media screen and (min-width: 1280px) {
  :root {
    --font-size-xxl: 44px;
    --line-height-xxl: 1.5;
    --font-size-xl: 32px;
    --line-height-xl: 1.4;
    --top-nav-height: 5.75rem;
  }
}
body.admin-bar {
  --wp-admin-bar-height: 46px;
}
@media screen and (min-width: 782px) {
  body.admin-bar {
    --wp-admin-bar-height: 32px;
  }
}
body.admin-bar {
  --content-top: calc(var(--wp-admin-bar-height) + var(--top-nav-height));
}

/* global scss file */
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  font-family: var(--font-geist-sans);
  font-weight: 400;
  color: var(--color-dark-text);
}
body .site {
  flex-grow: 1;
}

h1, .h1 {
  font-size: 2.5rem;
  line-height: 1.3;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  h1, .h1 {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1280px) {
  h1, .h1 {
    font-size: 3.5rem;
  }
}
@media screen and (min-width: 1600px) {
  h1, .h1 {
    font-size: 4rem;
  }
}

h2, .h2 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  h2, .h2 {
    font-size: 2.75rem;
  }
}
@media screen and (min-width: 1280px) {
  h2, .h2 {
    font-size: 3.5rem;
  }
}

h3, .h3 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2;
}
@media screen and (min-width: 1280px) {
  h3, .h3 {
    font-size: 2rem;
  }
}

h4, h5, h6, .h4, .h5, .h6 {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.2;
}
@media screen and (min-width: 1280px) {
  h4, h5, h6, .h4, .h5, .h6 {
    font-size: 1.75rem;
  }
}

p {
  margin: 0 0 25px 0;
}

dl, ol, ul {
  margin-bottom: 25px;
}

ul {
  margin-left: 2.25rem;
  list-style-type: disc;
}

nav ul, .menu ul {
  list-style: none;
}

a {
  min-width: var(--min-touch-size);
  min-height: var(--min-touch-size);
  line-height: 1.4;
  color: var(--color-dark-text);
  text-decoration-line: none;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: 2px;
  text-underline-offset: 20%; /* 3.6px */
  text-underline-position: from-font;
  cursor: pointer;
}
a:focus, a:hover {
  color: var(--color-link-hover);
}

blockquote {
  font-style: italic;
  color: var(--color-dark-text);
  border-left: 4px solid var(--color-secondary);
}

/* global scss file */
/* Then color, and then everything else in standard order */
.logged-in .site-header {
  --wp-admin-bar-height: 2rem;
}
@media screen and (max-width: 782px) {
  .logged-in .site-header {
    --wp-admin-bar-height: 46px;
  }
}

.site-header {
  display: flex;
  width: 100%;
  position: sticky;
  justify-content: center;
  top: var(--wp-admin-bar-height);
  height: var(--top-nav-height);
  z-index: 500;
  background-color: rgba(255, 255, 255, 0);
  backdrop-filter: blur(0);
  transition: background-color 0.3s ease-in-out, backdrop-filter 0.3s ease-in-out, color 0.3s ease-in-out;
  color: var(--color-dark-text);
}
.site-header.dark-mode:not(.is-scrolled):not(.menu-is-open) {
  color: var(--color-light-text);
  background-color: var(--color-dark-background);
}
.site-header.dark-mode:not(.is-scrolled):not(.menu-is-open).transparent-header {
  background-color: transparent;
}
.site-header.dark-mode:not(.is-scrolled):not(.menu-is-open) .modea-logo {
  filter: invert(100%) brightness(200%);
}
.site-header.dark-mode:not(.is-scrolled):not(.menu-is-open) .mobile-navigation__link .mobile-navigation__icon span {
  background: var(--color-brand-white);
}
.site-header.dark-mode:not(.is-scrolled):not(.menu-is-open) .menu-primary-menu-container .menu .btn-secondary-menu {
  color: var(--color-dark-text);
  background-color: var(--color-light-background);
}
.site-header.dark-mode:not(.is-scrolled):not(.menu-is-open) .menu-primary-menu-container .menu .btn-secondary-menu:hover {
  background-color: var(--btn-primary-bkgd-color);
}
.site-header.dark-mode:not(.is-scrolled):not(.menu-is-open) .menu-primary-menu-container li:not(.btn-secondary-menu) .current_page_item a {
  border-bottom-color: var(--color-light-text);
}
.site-header.dark-mode:not(.is-scrolled):not(.menu-is-open) .menu-primary-menu-container li:not(.btn-secondary-menu) a:hover {
  border-bottom-color: var(--color-light-text);
}
.site-header.is-scrolled {
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(5px);
}
.site-header.menu-is-open {
  background-color: #ffffff;
  backdrop-filter: blur(0px);
}
.site-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  width: 100%;
  max-height: var(--top-nav-height);
}
.site-header .container .modea-logo {
  margin: 0;
  position: relative;
  top: -4px;
  display: block;
  height: auto;
  width: auto;
  max-width: 150px;
  transition: filter 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .site-header .container .modea-logo {
    max-width: 210px;
  }
}
.site-header .desktop-navigation {
  margin: 0;
  display: none;
}
@media (min-width: 768px) {
  .site-header .desktop-navigation {
    display: block;
  }
}
.site-header .menu-primary-menu-container a {
  text-decoration: none;
  text-align: center;
  color: inherit;
  font-size: 20px;
  padding: 0.75rem 0;
  margin: 0 0 -4px;
  border-bottom: 4px solid transparent;
}
@media (min-width: 768px) {
  .site-header .menu-primary-menu-container a {
    margin: 0 1.25rem -4px;
  }
}
.site-header .menu-primary-menu-container .menu {
  display: flex;
}
.site-header .menu-primary-menu-container .menu > li {
  display: flex;
  justify-content: center;
  flex-direction: column;
  min-height: 3rem;
}
@media (min-width: 768px) {
  .site-header .menu-primary-menu-container .menu > li {
    align-items: center;
  }
}
.site-header .menu-primary-menu-container .menu .btn-secondary-menu {
  display: inline-flex;
  background-color: var(--btn-secondary-bkgd-color);
  color: var(--btn-secondary-color);
  border-radius: 2.5rem;
  transition: background-color 0.3s ease-in-out;
  margin-top: 0.75rem;
}
@media (min-width: 768px) {
  .site-header .menu-primary-menu-container .menu .btn-secondary-menu {
    display: flex;
    margin-top: 0;
  }
  .site-header .menu-primary-menu-container .menu .btn-secondary-menu:not(:first-child) {
    margin-left: 1.25rem;
  }
  .site-header .menu-primary-menu-container .menu .btn-secondary-menu:not(:last-child) {
    margin-right: 1.25rem;
  }
}
.site-header .menu-primary-menu-container .menu .btn-secondary-menu:hover {
  background-color: var(--btn-primary-bkgd-color);
  color: var(--btn-primary-color);
}
.site-header .menu-primary-menu-container .menu .btn-secondary-menu a {
  display: flex;
  align-items: center;
  border-bottom: none;
  margin: 0;
  padding: 0 1.25rem;
}
.site-header .menu-primary-menu-container li {
  display: inline;
}
.site-header .menu-primary-menu-container li ul.sub-menu {
  display: none;
}
.site-header .menu-primary-menu-container li:not(.btn-secondary-menu) .current_page_item a {
  border-bottom-color: var(--color-secondary);
}
.site-header .menu-primary-menu-container li:not(.btn-secondary-menu) a:hover {
  border-bottom-color: var(--color-secondary);
}
.site-header .mobile-navigation__link {
  display: flex;
  z-index: 1000;
  justify-content: center;
  align-items: center;
}
.site-header .mobile-navigation__link .mobile-navigation__icon {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: transparent;
  z-index: 12;
  width: 1.5rem;
  height: 1.25rem;
}
.site-header .mobile-navigation__link .mobile-navigation__icon span {
  display: block;
  height: 3px;
  width: 100%;
  background: var(--color-neutral-950);
  border-radius: 3px;
  transform-origin: center;
  transition: transform 0.3s ease-in-out, opacity 0.2s ease-in-out;
}
.site-header .mobile-navigation__link.is-active .mobile-navigation__icon span:nth-child(2) {
  opacity: 0;
}
.site-header .mobile-navigation__link.is-active .mobile-navigation__icon span:first-child {
  transform: translateY(calc(0.625rem - 1.5px)) rotate(45deg);
}
.site-header .mobile-navigation__link.is-active .mobile-navigation__icon span:last-child {
  transform: translateY(calc(calc(0.625rem - 1.5px) * -1)) rotate(-45deg);
}
@media (min-width: 768px) {
  .site-header .mobile-navigation__link {
    display: none;
  }
}
.site-header .mobile-navigation__dropdown {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: fixed;
  left: 0;
  top: var(--top-nav-height);
  padding: 1.5rem 1.25rem 2rem;
  height: calc(100vh - var(--content-top));
  width: 100vw;
  background: #fff;
  overflow: auto;
  z-index: 99999;
  clip-path: inset(0 0 100% 0);
  visibility: hidden;
  transition: clip-path 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.site-header .mobile-navigation__dropdown.is-expanded {
  clip-path: inset(0 0 0 0);
  visibility: visible;
}
.site-header .mobile-navigation__dropdown ul {
  align-items: flex-start;
  flex-direction: column;
}
.site-header .mobile-navigation__dropdown ul li a {
  display: block;
  font-weight: 400;
}
.site-header .mobile-navigation__dropdown .menu-primary-menu-container .menu-btn a {
  border: 2px solid #fec836 !important;
  color: #144D54 !important;
  background: #FEC836;
  border-radius: 10px;
}
@media screen and (max-width: 1039px) {
  .site-header .mobile-navigation__dropdown .menu-primary-menu-container .menu-btn a {
    border: 0px solid #fec836 !important;
    background: transparent;
  }
}
.site-header .mobile-navigation__dropdown .top-nav-dropdown-menu-footer {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.partial.header-box__wrapper {
  height: 200px;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .partial.header-box__wrapper {
    height: 140px;
  }
}
@media screen and (max-width: 425px) {
  .partial.header-box__wrapper {
    height: 175px;
    width: 100%;
  }
}
@media screen and (max-width: 320px) {
  .partial.header-box__wrapper {
    height: 120px;
  }
}
.partial.header-box__wrapper.team-page {
  width: 100%;
  position: relative;
}
.partial.header-box__wrapper.services {
  height: 200px;
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .partial.header-box__wrapper.services {
    width: 100%;
    height: 155px;
  }
}
.partial.header-box__wrapper--right {
  float: right;
}
.partial.header-box__wrapper--right.services {
  float: right;
  position: absolute;
  right: 0;
}
@media screen and (max-width: 1024px) {
  .partial.header-box__wrapper--right.services {
    position: relative;
  }
}
.partial.header-box__wrapper--left {
  float: left;
}
.partial.header-box__wrapper--left.services {
  float: left;
  position: absolute;
  left: 0;
}
@media screen and (max-width: 1024px) {
  .partial.header-box__wrapper--left.services {
    position: relative;
  }
}
.partial .header-box {
  width: 90%;
  height: 154px;
  background-color: #f5a623;
  display: flex;
  align-items: center;
  z-index: 1;
  padding: 0 1rem;
}
@media screen and (max-width: 1024px) {
  .partial .header-box {
    width: 90%;
    height: 100px;
  }
}
@media screen and (max-width: 425px) {
  .partial .header-box {
    height: 100px;
  }
}
.partial .header-box h2 {
  font-size: 48px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.48;
  letter-spacing: normal;
  color: #ffffff;
}
@media screen and (max-width: 1024px) {
  .partial .header-box h2 {
    font-size: 36px;
  }
}
@media screen and (max-width: 425px) {
  .partial .header-box h2 {
    font-size: 28px;
  }
}
.partial .header-box--right {
  justify-content: flex-start;
  float: right;
  padding-left: 28px;
  margin-top: 1.5rem;
}
.partial .header-box--right h2 {
  text-align: left;
}
.partial .header-box--left {
  justify-content: flex-end;
  float: left;
  padding-left: 28px;
}
.partial .header-box--left h2 {
  text-align: right;
}
@media screen and (max-width: 425px) {
  .partial .header-box--left h2 {
    margin-bottom: 0;
    margin-right: 24px;
  }
}
.partial .header-box__lines {
  background: url("assets/img/common/lines.svg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  width: 94%;
  height: 10rem;
  z-index: -1;
  margin-top: -6rem;
}
@media screen and (max-width: 1024px) {
  .partial .header-box__lines {
    height: 100px;
  }
}
@media screen and (max-width: 425px) {
  .partial .header-box__lines {
    margin-left: -10rem;
  }
}
.partial .header-box__lines.team-page {
  width: 100%;
  top: 25%;
}
@media screen and (max-width: 768px) {
  .partial .header-box__lines.team-page {
    width: 92%;
  }
}
@media screen and (max-width: 425px) {
  .partial .header-box__lines.team-page {
    width: 130%;
  }
}
@media screen and (max-width: 375px) {
  .partial .header-box__lines.team-page {
    width: 140%;
  }
}
@media screen and (max-width: 320px) {
  .partial .header-box__lines.team-page {
    width: 146%;
  }
}
.partial .header-box__lines--bottom-right {
  top: 4rem;
  left: 0;
  width: 95%;
}
@media screen and (max-width: 1024px) {
  .partial .header-box__lines--bottom-right.services {
    width: 26rem;
  }
}
@media screen and (max-width: 768px) {
  .partial .header-box__lines--bottom-right.services {
    right: 35px;
    width: 40rem;
  }
}
@media screen and (max-width: 425px) {
  .partial .header-box__lines--bottom-right.services {
    right: 18px;
    width: 22rem;
  }
}
@media screen and (max-width: 375px) {
  .partial .header-box__lines--bottom-right.services {
    right: 18px;
    width: 18rem;
  }
}
.partial .header-box__lines--top-left {
  top: 5rem;
  left: 6%;
  -ms-filter: fliph;
  /*IE*/
  filter: fliph;
  /*IE*/
}
@media screen and (max-width: 768px) {
  .partial .header-box__lines--top-left {
    left: 2rem;
  }
}
@media screen and (max-width: 639px) {
  .partial .header-box__lines--top-left {
    width: 95%;
  }
}
@media screen and (max-width: 425px) {
  .partial .header-box__lines--top-left {
    left: 11rem;
    height: 100px;
  }
}

/* Then color, and then everything else in standard order */
.partial.clients {
  background-color: #ffffff;
  position: relative;
  width: 100%;
  height: 20rem;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .partial.clients {
    height: 24rem;
    padding-top: 2rem;
  }
}
.partial.clients .clients__shadow {
  box-shadow: 0px 3px 10px rgba(0, 0, 51, 0.3);
  height: 295px;
  width: 50rem;
  position: absolute;
  top: -5rem;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .partial.clients .clients__shadow {
    height: 18rem;
    width: 90%;
  }
}
@media screen and (max-width: 1024px) and (max-width: 640px) {
  .partial.clients .clients__shadow {
    height: 38rem;
  }
}
@media screen and (max-width: 1024px) and (max-width: 640px) and (max-width: 500px) {
  .partial.clients .clients__shadow {
    height: 32rem;
  }
}
@media screen and (max-width: 1024px) and (max-width: 640px) and (max-width: 440px) {
  .partial.clients .clients__shadow {
    height: 24rem;
  }
}
.partial.clients .clients__wrapper {
  background-color: #ffffff;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  padding: 0rem 1rem 0;
}
@media screen and (max-width: 1024px) {
  .partial.clients .clients__wrapper {
    padding: 1rem 1rem 1rem;
    background-position: center center;
  }
}
.partial.clients .clients__image {
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
}

/* Then color, and then everything else in standard order */
.partial.contact .contact__first {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 7.8rem 5rem;
}
@media screen and (max-width: 1024px) {
  .partial.contact .contact__first {
    padding: 4rem 2.5rem 6rem;
  }
}
@media screen and (max-width: 425px) {
  .partial.contact .contact__first {
    padding: 6rem 2.5rem 6rem;
  }
}
.partial.contact .contact__first .headline {
  font-size: 36px;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.36;
  letter-spacing: normal;
  text-align: center;
  color: #144d54;
  background-color: #ffffff;
  padding: 0.5rem 2rem;
  margin-bottom: 0;
}
@media screen and (max-width: 425px) {
  .partial.contact .contact__first .headline {
    font-size: 24px;
  }
}
.partial.contact .contact__first .join-line {
  position: absolute;
  right: -63px;
  width: 126px;
  height: 1px;
  border-bottom: 1px solid #ffffff;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .partial.contact .contact__first .join-line {
    width: 1px;
    height: 100px;
    right: 50%;
    bottom: -50px;
    border-bottom: 0px solid #ffffff;
    border-left: 1px solid #ffffff;
  }
}
.partial.contact .contact__second {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #f5a623;
  color: #ffffff;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .partial.contact .contact__second {
    padding: 4rem 2rem;
  }
}
.partial.contact .contact__second h2 {
  font-size: 36px;
  font-weight: 900;
  color: #ffffff;
}
@media screen and (max-width: 425px) {
  .partial.contact .contact__second h2 {
    font-size: 24px;
  }
}
.partial.contact .contact__second p {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
}

/* global scss file */
/* Then color, and then everything else in standard order */
.footer {
  font-size: 1.25rem;
  z-index: 0;
}
.footer .container {
  display: grid;
  justify-content: space-between;
  justify-self: center;
  margin: 0;
  width: 100%;
  gap: 2.75rem;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .footer .container {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}
@media (min-width: 992px) {
  .footer .container {
    grid-template-columns: 1fr auto;
    grid-template-rows: 1fr auto;
  }
}
@media (min-width: 1280px) {
  .footer .container {
    gap: 3.75rem;
  }
}
@media (min-width: 1280px) {
  .footer .container .footer-logo-container {
    grid-column: auto;
    grid-row: auto;
  }
}
.footer .container .footer-logo-container,
.footer .container .footer-others-container,
.footer .container .footer-address {
  padding: 0;
}
.footer .container .footer-logo-container {
  display: flex;
  min-width: 250px;
}
.footer .container .footer-content-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.5rem;
  flex-wrap: wrap;
  margin-left: -1rem;
}
@media (min-width: 320px) {
  .footer .container .footer-content-container {
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .footer .container .footer-content-container {
    gap: 3rem;
  }
}
@media (min-width: 1280px) {
  .footer .container .footer-content-container {
    flex-wrap: unset;
  }
}
.footer .container .footer-content-container .footer-menu {
  display: flex;
  flex-direction: column;
  align-content: space-between;
  gap: 1rem;
  justify-content: flex-end;
}
@media (min-width: 768px) {
  .footer .container .footer-content-container .footer-menu {
    flex-direction: row;
    gap: 1.75rem;
  }
}
.footer .container .footer-content-container .footer-menu li {
  line-height: normal;
}
.footer .container .footer-content-container .footer-menu li a {
  padding: 11px 1rem;
}
.footer .container .footer-content-container .footer-address .address-list {
  gap: 1.5rem;
}
.footer .container .footer-content-container .footer-address .address-list .address-item {
  padding: 0 1rem;
}
.footer .container .footer-content-container a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
}
.footer .container .footer-others-container {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: 100%;
  flex-wrap: wrap;
  height: min-content;
  gap: 1rem;
  padding-top: 2rem;
}
@media (min-width: 768px) {
  .footer .container .footer-others-container {
    align-items: center;
    flex-direction: row;
    padding-top: 3rem;
  }
}
@media (min-width: 992px) {
  .footer .container .footer-others-container {
    grid-column: span 2;
  }
}
.footer .container .footer-others-container .copywrite {
  font-size: 1rem;
  margin: 0;
  padding-right: 11px;
}
.footer a {
  color: #fff;
}
.footer .footer__logo {
  width: 250px;
  align-self: start;
}
.footer .footer__copyright {
  margin-top: 3.973rem;
}
@media screen and (max-width: 1024px) {
  .footer .footer__copyright strong {
    font-weight: 300;
  }
}

.address-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.address-list .address-item a:hover {
  text-decoration-line: underline;
}
.address-list .address-item .address-text {
  display: flex;
  flex-direction: column;
}

/* global scss file */
.blog-post-card .card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  font-size: 0.75rem;
  gap: 1rem;
  align-items: flex-start;
}
.blog-post-card .card-header .blog-card-category-wrapper {
  text-transform: uppercase;
  display: flex;
  column-gap: 0.75rem;
  text-wrap: balance;
  flex-wrap: wrap;
}
.blog-post-card .card-header .blog-card-category-wrapper .blog-card-category {
  white-space: nowrap;
}
.blog-post-card .card-header .published-date__card {
  margin: 0;
  white-space: nowrap;
}
.blog-post-card .card-body .card-copy-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.blog-post-card .card-body .card-copy-wrapper .body-wrapper {
  font-size: 1rem;
  line-height: 1.5;
}
.blog-post-card .card-body .card-copy-wrapper .body-wrapper a {
  color: var(--color-dark-text);
}
.blog-post-card .card-body .card-copy-wrapper .body-wrapper a .read-more {
  display: inline-flex;
  gap: 0.5rem;
}
.blog-post-card .card-body .card-copy-wrapper .body-wrapper a .read-more:after {
  content: "\f061";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  width: 1em;
}
.blog-post-card .card-body .card-copy-wrapper .body-wrapper a .read-more {
  display: flex;
  align-content: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.blog-post-card .card-body .category-tag__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
}
.blog-post-card .card-body .category-tag__wrapper .category-tag {
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
  color: var(--color-dark-text);
  border-radius: 20px;
  background-color: var(--color-gray-background);
  padding: 5px 10px 5px 11px;
}
.blog-post-card .card-body .sharethis {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  position: absolute;
  bottom: 10px;
  z-index: 1;
}
.blog-post-card .card-body .sharethis .shareinr {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  text-align: left;
  font-size: 14px;
  color: var(--color-dark-text);
  font-weight: 400;
  line-height: 1.5;
}
.blog-post-card .card-body .sharethis .shareinr span {
  padding: 0 0 0 3px;
}
.blog-post-card .card-body .read-time {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  justify-content: center;
}
.blog-post-card .card-body .read-time .read-time-label {
  font-size: 0.75rem;
  color: rgba(0, 0, 0, 0.6);
}
.blog-post-card .card-body .read-time .read-time-value {
  font-size: 1.25rem;
}

/* global scss file */
.case-study-card {
  position: relative;
  padding: 0rem 0rem;
  height: 100%;
  background-color: var(--color-light-background);
}
.case-study-card .case-study-categories {
  display: flex;
  gap: 1rem;
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 1;
}
.case-study-card .case-study-categories .case-study-category {
  padding: 0.75rem 1rem;
  color: var(--color-primary);
  background-color: var(--color-dark-background);
  border-radius: 2.5rem;
  display: inline-flex;
}
.case-study-card .case-study-card-image-link {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.case-study-card .case-study-card-image-link .case-study-image {
  width: 100%;
  height: auto;
  display: block;
}
.case-study-card .case-study-card-image-link .case-study-image img {
  height: auto;
  object-fit: cover;
}
.case-study-card .case-study-card-image-link .case-study-card-content .case-study-card-text {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.case-study-card .case-study-card-image-link .case-study-card-content .case-study-card-text .case-study-card-tags {
  display: flex;
  gap: 0.5rem;
}
.case-study-card .case-study-card-image-link .case-study-card-content .case-study-card-text .case-study-card-tags .case-study-tag {
  font-size: 0.8rem;
  background-color: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0.5rem 1rem;
  border-radius: 24px;
}
.case-study-card .case-study-card-image-link .case-study-card-content .tab-card-footer .case-study-card-footer-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.5rem;
}
.case-study-card .case-study-card-image-link .case-study-card-content .tab-card-footer .case-study-card-footer-content .case-study-card-footer-label {
  color: rgba(0, 0, 0, 0.6);
}
.case-study-card .case-study-card-image-link .case-study-card-content .tab-card-footer .case-study-card-footer-content .case-study-card-footer-text {
  color: var(--color-dark-text);
}

/* global scss file */
.grid-content-wrapper {
  position: relative;
  display: block;
}

.content-tabs-wrapper {
  position: sticky;
  position: -webkit-sticky;
  top: var(--content-top);
  z-index: 200;
  border-top: 1px solid var(--color-teal-700);
  border-bottom: 1px solid var(--color-teal-700);
  background-color: var(--color-light-background);
}
.content-tabs-wrapper.dark-mode {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  background-color: var(--color-dark-background);
}
.content-tabs-wrapper.dark-mode .container .content-tabs-container .scroll-arrow {
  color: var(--color-light-text);
}
.content-tabs-wrapper.dark-mode .container .content-tabs-container .scroll-arrow.left-arrow {
  background: linear-gradient(to right, var(--color-dark-background) 50%, transparent 100%);
}
.content-tabs-wrapper.dark-mode .container .content-tabs-container .scroll-arrow.right-arrow {
  background: linear-gradient(to left, var(--color-dark-background) 50%, transparent 100%);
}
.content-tabs-wrapper.dark-mode .container .content-tabs .content-tab {
  background-color: var(--color-dark-background);
  color: var(--color-light-text);
}
.content-tabs-wrapper.dark-mode .container .content-tabs .content-tab.active, .content-tabs-wrapper.dark-mode .container .content-tabs .content-tab:hover {
  background-color: var(--color-primary);
  color: var(--color-dark-text);
}
.content-tabs-wrapper .container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.content-tabs-wrapper .container .content-tabs-title {
  font-size: 14px;
}
.content-tabs-wrapper .container .content-tabs-title .label-icon {
  padding-right: 0.75rem;
}
.content-tabs-wrapper .container .content-tabs-container {
  position: relative;
}
.content-tabs-wrapper .container .content-tabs-container .scroll-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 40px;
  border: none;
  font-size: 1.5rem;
  font-weight: bold;
  cursor: pointer;
  z-index: 10;
  color: var(--color-dark-text);
  /* Flex center the icon/text */
  display: flex;
  align-items: center;
  justify-content: center;
  /* Smooth appearance transition */
  transition: opacity 0.3s ease;
  /* Hide if disabled */
}
.content-tabs-wrapper .container .content-tabs-container .scroll-arrow.is-hidden {
  opacity: 0;
  pointer-events: none; /* Allows clicks to pass through when invisible */
}
.content-tabs-wrapper .container .content-tabs-container .scroll-arrow {
  /* Left Arrow: White-to-Transparent Gradient */
}
.content-tabs-wrapper .container .content-tabs-container .scroll-arrow.left-arrow {
  left: -20px;
  background: linear-gradient(to right, #ffffff 50%, transparent 100%);
}
.content-tabs-wrapper .container .content-tabs-container .scroll-arrow {
  /* Right Arrow: Transparent-to-White Gradient */
}
.content-tabs-wrapper .container .content-tabs-container .scroll-arrow.right-arrow {
  right: -20px;
  background: linear-gradient(to left, #ffffff 50%, transparent 100%);
}
.content-tabs-wrapper .container .content-tabs {
  display: flex;
  gap: 0.5rem;
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  cursor: grab;
  /* Disable text selection so highlighting doesn't annoy the user while dragging */
  user-select: none;
}
@media screen and (min-width: 768px) {
  .content-tabs-wrapper .container .content-tabs {
    gap: 1rem;
  }
}
.content-tabs-wrapper .container .content-tabs {
  /* Hide Scrollbar (Chrome/Safari/Opera) */
}
.content-tabs-wrapper .container .content-tabs::-webkit-scrollbar {
  display: none;
}
.content-tabs-wrapper .container .content-tabs {
  /* Hide Scrollbar (IE/Edge/Firefox) */
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.content-tabs-wrapper .container .content-tabs.active {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}
.content-tabs-wrapper .container .content-tabs .content-tab {
  padding: 0.75rem 1.5rem;
  background-color: var(--color-light-background);
  color: var(--color-dark-text);
  border: none;
  border-radius: 50px;
  transition: all 0.3s ease;
  flex: 0 0 auto;
  white-space: nowrap;
}
.content-tabs-wrapper .container .content-tabs .content-tab.active, .content-tabs-wrapper .container .content-tabs .content-tab:hover {
  background-color: var(--color-dark-background);
  color: var(--color-light-text);
}

.tab-card-grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr;
  align-items: stretch;
}
@media screen and (min-width: 768px) {
  .tab-card-grid {
    grid-template-columns: repeat(2, minmax(250px, 1fr));
  }
}
@media screen and (min-width: 1280px) {
  .tab-card-grid {
    grid-template-columns: repeat(3, minmax(250px, 1fr));
  }
}
.tab-card-grid.dark-mode .tab-card-item, .dark-mode .tab-card-grid .tab-card-item {
  -webkit-box-shadow: unset;
  -moz-box-shadow: unset;
  -ms-box-shadow: unset;
  box-shadow: unset;
}
.tab-card-grid .is-hidden {
  display: none;
}
.tab-card-grid .tab-card-item {
  height: 100%;
  animation: cardFadeIn 0.5s ease;
  transition: margin 0.3s ease;
  display: flex;
  justify-content: center;
}
.tab-card-grid .tab-card-item > * {
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1019607843);
  -moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1019607843);
  -ms-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1019607843);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1019607843);
  width: 100%;
}
@media screen and (min-width: 320px) {
  .tab-card-grid .tab-card-item > * {
    width: 75%;
  }
}
@media screen and (min-width: 768px) {
  .tab-card-grid .tab-card-item > * {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .tab-card-grid .tab-card-item:hover {
    margin-top: -10px;
    margin-bottom: 10px;
  }
}
.tab-card-grid .tab-card-item:hover .tab-card-footer-cta {
  border-color: transparent;
}
.tab-card-grid .tab-card-item:hover .tab-card-footer-cta::before {
  transform: translateX(0);
}
.tab-card-grid .tab-card-item .content-tab-card-image-link {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.tab-card-grid .tab-card-item .content-tab-card-image-link:hover .content-tab-card-image img {
  transform: scale(1.05);
}
.tab-card-grid .tab-card-item .content-tab-card-image-link .content-tab-card-image {
  position: relative;
  overflow: hidden;
  height: min-content;
}
.tab-card-grid .tab-card-item .content-tab-card-image-link .content-tab-card-image.placeholder-image {
  width: 100%;
  background: linear-gradient(135deg, rgba(10, 10, 10, 0.3), transparent);
  aspect-ratio: 3/2;
}
.tab-card-grid .tab-card-item .content-tab-card-image-link .content-tab-card-image img {
  transition: transform 0.5s ease;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 3/2;
}
.tab-card-grid .tab-card-item .content-tab-card-image-link .content-tab-card-content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 1.5rem;
  flex-grow: 2;
}
.tab-card-grid .tab-card-item .content-tab-title {
  font-size: 1.75rem;
  font-weight: 400;
}
.tab-card-grid .tab-card-item .content-tab-subtitle {
  font-size: 1.125rem;
  color: rgba(0, 0, 0, 0.6);
}
.tab-card-grid .tab-card-item .tab-card-footer {
  display: flex;
  justify-content: space-between;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: auto;
  gap: 1rem;
}
.tab-card-grid .tab-card-item .tab-card-footer .tab-card-footer-cta {
  height: min-content;
  align-self: center;
  margin-left: auto;
}
.tab-card-grid .no-results-message {
  grid-column: 1/-1;
  text-align: center;
  padding: 3rem;
  width: 100%;
}

@keyframes cardFadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* page components */
/* global scss file */
/* Then color, and then everything else in standard order */
/* global scss file */
/* Then color, and then everything else in standard order */
section.page-components.basic-cta-block {
  width: 100%;
  padding: 0;
  position: relative;
  z-index: 0;
  margin: 0;
}
section.page-components.basic-cta-block .container {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  background-color: var(--color-primary);
  padding: 3.75rem 2.5rem;
  margin: 0;
  max-width: unset;
}
@media (min-width: 768px) {
  section.page-components.basic-cta-block .container {
    padding: 3.75rem 5rem;
  }
}
section.page-components.basic-cta-block .basic-cta-block-text {
  display: flex;
  font-size: 2rem;
  justify-content: center;
  font-weight: 600;
  line-height: 120%;
  text-wrap: balance;
}
@media (min-width: 768px) {
  section.page-components.basic-cta-block .basic-cta-block-text {
    font-size: 2.75rem;
  }
}
@media (min-width: 1280px) {
  section.page-components.basic-cta-block .basic-cta-block-text {
    font-size: 3.5rem;
  }
}
section.page-components.basic-cta-block .basic-cta-block-subtext {
  font-size: var(--font-size-s);
  line-height: var(--line-height-s);
}
section.page-components.basic-cta-block .basic-cta-block-button {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* global scss file */
/* Then color, and then everything else in standard order */
.case-study-single {
  background-color: var(--color-light-background); /* Fallback for old browsers */
  display: block;
  width: 100%;
}
.case-study-single .casestudy-component section {
  padding: 0;
}
.case-study-single .casestudy-component section.outcomes-section .awrd_listing_main {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin: 0 -20px;
}
@media screen and (min-width: 768px) {
  .case-study-single .casestudy-component section.outcomes-section .awrd_listing_main {
    flex-direction: row;
  }
}
.case-study-single .casestudy-component section.outcomes-section .awrd_listing_main .awrd_listing {
  padding: 0 20px;
  width: 50%;
}
@media screen and (max-width: 840px) {
  .case-study-single .casestudy-component section.outcomes-section .awrd_listing_main .awrd_listing {
    padding: 0 20px;
    width: 100%;
  }
}
.case-study-single .casestudy-component section.footer-logo .container {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}
.case-study-single .casestudy-component section.footer-logo ul {
  padding: 0px 0 0 0;
  width: auto;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  list-style: none;
}
.case-study-single .casestudy-component section.footer-logo ul li {
  width: auto;
  padding: 10px 20px;
  min-width: 25%;
  margin: 0;
}
@media screen and (max-width: 540px) {
  .case-study-single .casestudy-component section.footer-logo ul li {
    width: 50%;
  }
}
.case-study-single .casestudy-component section.footer-logo ul li:before {
  display: none;
}
.case-study-single .casestudy-component section.footer-logo ul li img {
  object-fit: contain;
  max-width: 100%;
}
@media all and (-ms-high-contrast: none) {
  .case-study-single .casestudy-component section.footer-logo ul li img {
    height: 60px !important;
    width: auto !important;
  }
}
.case-study-single .casestudy-component section.case-goal ul.service-provide {
  list-style: none;
  padding: 10px 0 16px;
}
.case-study-single .casestudy-component section.case-goal ul.service-provide li {
  padding: 14px 10px 14px 0;
  margin: 0;
  text-transform: uppercase;
  font-weight: 600;
  border-bottom: 1px solid rgba(68, 68, 68, 0.5);
}
.case-study-single .casestudy-component section.case-goal ul.service-provide li::before {
  display: none;
}
.case-study-single .casestudy-component section.case-goal ul.service-provide li:last-child {
  border-bottom: none;
}
.case-study-single .casestudy-component section.case-goal a {
  display: inline-flex;
}
.case-study-single .casestudy-component section.banner {
  display: flex;
  align-items: center;
  width: 100%;
}
.case-study-single .casestudy-component section.banner .container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .case-study-single .casestudy-component section.banner .container {
    grid-template-columns: minmax(0, 4fr) minmax(0, 6fr);
    gap: 3rem;
  }
}
.case-study-single .casestudy-component section.banner .container .header-row-image-container {
  order: 2;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .case-study-single .casestudy-component section.banner .container .header-row-image-container {
    order: 1;
    margin: auto 0;
  }
}
.case-study-single .casestudy-component section.banner .container .header-row-image-container img.banner-image {
  width: 100%;
}
@media screen and (max-width: 64em) {
  .case-study-single .casestudy-component section.banner .container .header-row-image-container img.banner-image {
    max-height: none !important;
  }
}
@media screen and (max-width: 540px) {
  .case-study-single .casestudy-component section.banner .container .header-row-image-container img.banner-image {
    max-width: 345px !important;
  }
}
@media screen and (max-width: 380px) {
  .case-study-single .casestudy-component section.banner .container .header-row-image-container img.banner-image {
    max-width: 260px !important;
  }
}
.case-study-single .casestudy-component section.banner .container .header-row-logo-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  order: 1;
  gap: 2rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .case-study-single .casestudy-component section.banner .container .header-row-logo-container {
    order: 2;
    gap: 3rem;
    align-items: flex-start;
    text-align: left;
  }
}
.case-study-single .casestudy-component section.banner .container .header-row-logo-container h1 {
  font-size: 2.5rem;
}
@media screen and (min-width: 768px) {
  .case-study-single .casestudy-component section.banner .container .header-row-logo-container h1 {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1280px) {
  .case-study-single .casestudy-component section.banner .container .header-row-logo-container h1 {
    font-size: 3.5rem;
  }
}
.case-study-single .casestudy-component section.banner .container .header-row-logo-container img.case-logo {
  width: 100%;
}

/* global scss file */
/* Then color, and then everything else in standard order */
section.page-components.cta-block-2-columns {
  display: flex;
  text-align: left;
}
section.page-components.cta-block-2-columns .cta-block-2-columns-content {
  display: flex;
  flex-direction: column;
  gap: 5rem;
}
@media screen and (min-width: 768px) {
  section.page-components.cta-block-2-columns .cta-block-2-columns-content {
    gap: 6.25rem;
  }
}
@media screen and (min-width: 1280px) {
  section.page-components.cta-block-2-columns .cta-block-2-columns-content {
    gap: 9.375rem;
  }
}
@media screen and (min-width: 768px) {
  section.page-components.cta-block-2-columns .orientation-default .cta-block-row:nth-child(even) .cta-block-text-content {
    grid-column: 2;
    grid-row: 1;
  }
  section.page-components.cta-block-2-columns .orientation-default .cta-block-row:nth-child(even) .cta-block-image-content {
    grid-column: 1;
    grid-row: 1;
  }
  section.page-components.cta-block-2-columns .orientation-reverse .cta-block-row .cta-block-text-content {
    grid-column: 2;
    grid-row: 1;
  }
  section.page-components.cta-block-2-columns .orientation-reverse .cta-block-row:nth-child(even) .cta-block-text-content {
    grid-column: 1;
    grid-row: 1;
  }
  section.page-components.cta-block-2-columns .orientation-text-right .cta-block-row .cta-block-text-content {
    grid-column: 2;
    grid-row: 1;
  }
}
section.page-components.cta-block-2-columns .cta-block-row {
  display: grid;
  gap: 2.5rem;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  section.page-components.cta-block-2-columns .cta-block-row {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 1280px) {
  section.page-components.cta-block-2-columns .cta-block-row {
    gap: 3.75rem;
  }
}
section.page-components.cta-block-2-columns .cta-block-row .cta-block-text-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  section.page-components.cta-block-2-columns .cta-block-row .cta-block-text-content {
    flex: 0 0 50%;
  }
}
@media screen and (min-width: 1280px) {
  section.page-components.cta-block-2-columns .cta-block-row .cta-block-text-content {
    gap: 2rem;
  }
}
section.page-components.cta-block-2-columns .cta-block-row .cta-block-text-content .cta-block-text-description {
  font-size: var(--font-size-s);
  line-height: var(--line-height-s);
}
@media screen and (min-width: 768px) {
  section.page-components.cta-block-2-columns .cta-block-row .cta-block-text-content .cta-block-text-description {
    margin-bottom: 0.5rem;
  }
}
@media screen and (min-width: 1280px) {
  section.page-components.cta-block-2-columns .cta-block-row .cta-block-text-content .cta-block-text-description {
    margin-bottom: 0;
  }
}
section.page-components.cta-block-2-columns .cta-block-row .cta-block-text-content .cta-block-text-list {
  display: flex;
  column-gap: 1.5rem;
  flex-wrap: wrap;
  flex-direction: row;
}
@media screen and (min-width: 768px) {
  section.page-components.cta-block-2-columns .cta-block-row .cta-block-text-content .cta-block-text-list {
    margin-bottom: 0.5rem;
  }
}
@media screen and (min-width: 1280px) {
  section.page-components.cta-block-2-columns .cta-block-row .cta-block-text-content .cta-block-text-list {
    margin-bottom: 0;
  }
}
section.page-components.cta-block-2-columns .cta-block-row .cta-block-text-content .cta-block-text-list .cta-block-list-item {
  font-size: var(--font-size-s);
  line-height: var(--line-height-s);
  display: flex;
  width: 100%;
  padding: 1rem 0;
  border-top: 1px solid var(--color-neutral-900);
}
@media screen and (min-width: 1280px) {
  section.page-components.cta-block-2-columns .cta-block-row .cta-block-text-content .cta-block-text-list .cta-block-list-item {
    flex: 0 0 47%;
  }
}
section.page-components.cta-block-2-columns .cta-block-row .cta-block-text-content .cta-block-text-list .cta-block-list-item a:not(.btn) {
  text-decoration: none;
}
section.page-components.cta-block-2-columns .cta-block-row .cta-block-text-content .cta-block-text-list .cta-block-list-item a:not(.btn):not(:has(span)), section.page-components.cta-block-2-columns .cta-block-row .cta-block-text-content .cta-block-text-list .cta-block-list-item a:not(.btn) span {
  display: inline;
  position: relative;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-decoration-color: var(--color-link-hover);
  text-underline-offset: 4px;
  background-image: linear-gradient(var(--color-link-hover), var(--color-link-hover));
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 0% 2px;
  padding-bottom: 3px;
  transition: text-decoration-color 0.2s ease-out, background-size 0s linear 0.1s;
}
section.page-components.cta-block-2-columns .cta-block-row .cta-block-text-content .cta-block-text-list .cta-block-list-item a:not(.btn):hover:not(:has(span)), section.page-components.cta-block-2-columns .cta-block-row .cta-block-text-content .cta-block-text-list .cta-block-list-item a:not(.btn):hover span {
  text-decoration-color: transparent;
  background-size: 100% 2px;
  transition: text-decoration-color 0.2s ease-out, background-size 0.3s ease-in-out 0.2s;
}
section.page-components.cta-block-2-columns .cta-block-row .cta-block-text-content .cta-block-buttons {
  display: inline-flex;
  gap: 0.5rem;
}
section.page-components.cta-block-2-columns .cta-block-row .cta-block-image-content {
  display: flex;
  justify-content: center;
  width: 100%;
}
section.page-components.cta-block-2-columns .cta-block-row .cta-block-image-content img {
  object-fit: cover;
}

/* global scss file */
/* Then color, and then everything else in standard order */
section.page-components.cta-cards {
  font-style: normal;
  padding-top: 80px;
}
section.page-components.cta-cards .container {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 0 1.25rem;
  max-width: unset;
}
@media (min-width: 768px) {
  section.page-components.cta-cards .container {
    gap: 3.125rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (min-width: 1280px) {
  section.page-components.cta-cards .container {
    gap: 4.375rem;
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
section.page-components.cta-cards .container .cta-cards-list-summary {
  font-size: 2rem;
  font-weight: 400;
  line-height: 120%;
}
section.page-components.cta-cards .container .cta-cards-list {
  column-count: 1;
}
@media (min-width: 768px) {
  section.page-components.cta-cards .container .cta-cards-list {
    column-count: 2;
    column-gap: 2.5rem;
  }
}
@media (min-width: 1280px) {
  section.page-components.cta-cards .container .cta-cards-list {
    column-gap: 3.75rem;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  section.page-components.cta-cards .container .cta-cards-list > .card-link:first-child > *, section.page-components.cta-cards .container .cta-cards-list > .cta-card:first-child {
    margin-top: 5rem;
  }
}
section.page-components.cta-cards .container .cta-cards-list > .card-link, section.page-components.cta-cards .container .cta-cards-list > .cta-card {
  margin-bottom: 2.5rem;
}
@media (min-width: 768px) {
  section.page-components.cta-cards .container .cta-cards-list > .card-link, section.page-components.cta-cards .container .cta-cards-list > .cta-card {
    margin-bottom: 5rem;
  }
}
section.page-components.cta-cards .container .cta-cards-list > .cta-card .card-title {
  text-decoration-line: none;
}
section.page-components.cta-cards .container .cta-cards-list a {
  color: var(--color-dark-text);
  width: 100%;
}
section.page-components.cta-cards .card-link {
  display: inline-flex;
  justify-content: center;
  text-decoration-line: none;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
section.page-components.cta-cards .card-link:hover .card-title,
section.page-components.cta-cards .card-link:hover .card-subtext {
  text-decoration-line: underline;
}
section.page-components.cta-cards .card-link:hover .btn.btn-icon-arrow {
  border-color: transparent;
}
section.page-components.cta-cards .card-link:hover .btn.btn-icon-arrow::before {
  transform: translateX(0);
  border-radius: 50%;
}
section.page-components.cta-cards .cta-card {
  display: inline-flex;
  flex-direction: column;
  break-inside: avoid;
  gap: 1.5rem;
  width: 100%;
}
@media (min-width: 768px) {
  section.page-components.cta-cards .cta-card {
    width: 100%;
    column-count: 2;
  }
}
@media (min-width: 1280px) {
  section.page-components.cta-cards .cta-card {
    column-gap: 3.75rem;
  }
}
section.page-components.cta-cards .cta-card .card-image {
  align-self: stretch;
}
section.page-components.cta-cards .cta-card .card-image img {
  display: block;
  width: 100%;
  height: auto;
  align-self: stretch;
}
section.page-components.cta-cards .cta-card .card-text-wrapper {
  display: flex;
  gap: 1rem;
  justify-content: space-between;
}
@media (min-width: 768px) {
  section.page-components.cta-cards .cta-card .card-text-wrapper {
    gap: 1.5rem;
  }
}
section.page-components.cta-cards .cta-card .card-text {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
section.page-components.cta-cards .cta-card .card-text > * {
  display: flex;
  text-align: left;
}
section.page-components.cta-cards .cta-card .card-text .card-title {
  font-style: normal;
}
section.page-components.cta-cards .cta-card .card-text .card-subtext {
  font-size: var(--font-size-s);
  line-height: var(--line-height-s);
  font-style: normal;
}

/* global scss file */
/* Then color, and then everything else in standard order */
section.page-components.form-block {
  width: 100%;
}
section.page-components.form-block .container {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  text-align: left;
}
@media screen and (min-width: 768px) {
  section.page-components.form-block .container {
    gap: 2.5rem;
  }
}
section.page-components.form-block .container .form-content {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 1280px) {
  section.page-components.form-block .container .form-content {
    gap: unset;
    flex-direction: row;
  }
}
section.page-components.form-block .container .form-content .form-content-text {
  font-size: var(--font-size-m);
  line-height: var(--line-height-m);
  flex-basis: 38%;
  text-wrap: balance;
  max-width: 600px;
}
section.page-components.form-block .container .form-content .form-content-code .wpforms-container {
  margin: 0;
}
section.page-components.form-block .container .form-content .form-content-code {
  flex-basis: 58%;
}

.subscribe-form__wrapper .wpforms-container {
  text-align: left;
}

/* global scss file */
/* Then color, and then everything else in standard order */
section.page-components.highlight {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0;
  margin-top: 40px;
}
section.page-components.highlight.dark-mode {
  background-color: unset;
}
section.page-components.highlight.dark-mode.animated-content-sizing::before {
  background-color: var(--color-dark-background);
}
section.page-components.highlight .container {
  padding-top: 0;
  padding-bottom: 0;
}
section.page-components.highlight .container .highlight-content {
  display: grid;
  gap: 3.125rem;
  text-align: left;
  margin: 0;
  padding: 0 2.5rem;
}
@media (min-width: 768px) {
  section.page-components.highlight .container .highlight-content {
    padding: 0 3.125rem;
    justify-self: flex-end;
    column-gap: 50px;
    row-gap: 0;
    max-height: 670px;
    grid-template-columns: auto 18%;
    grid-template-rows: 55fr 45fr;
    /* Create a visual "map" of the layout */
    grid-template-areas: "text image-top" "text image-bottom";
  }
}
@media (min-width: 1280px) {
  section.page-components.highlight .container .highlight-content {
    padding: 0 4.375rem;
  }
}
section.page-components.highlight .container .highlight-text-container {
  order: 2;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  section.page-components.highlight .container .highlight-text-container {
    order: initial;
    grid-area: text;
    padding: 70px 0 70px;
  }
}
@media (min-width: 1280px) {
  section.page-components.highlight .container .highlight-text-container {
    padding: 100px 0;
  }
}
section.page-components.highlight .container .highlight-text-container .highlight-title {
  font-size: var(--font-size-xxl);
  line-height: var(--line-height-xxl);
  font-weight: 600;
}
section.page-components.highlight .container .highlight-text-container .highlight-description {
  font-size: 1.125rem;
  line-height: 1.6;
  font-weight: 400;
}
@media (min-width: 768px) {
  section.page-components.highlight .container .highlight-text-container .highlight-description {
    font-size: 1.25rem;
  }
}
@media (min-width: 1280px) {
  section.page-components.highlight .container .highlight-text-container .highlight-description {
    font-size: 1.75rem;
  }
}
section.page-components.highlight .container .highlight-image {
  display: flex;
}
section.page-components.highlight .container .highlight-image img {
  height: 300px;
  object-fit: cover;
}
@media (min-width: 768px) {
  section.page-components.highlight .container .highlight-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
section.page-components.highlight .container .highlight-image-top {
  order: 1;
  justify-content: flex-start;
  padding-bottom: 2rem;
}
@media (min-width: 768px) {
  section.page-components.highlight .container .highlight-image-top {
    justify-content: flex-end;
    order: initial;
    align-self: end;
    grid-area: image-top;
  }
}
section.page-components.highlight .container .highlight-image-bottom {
  order: 3;
  justify-content: flex-end;
}
@media (min-width: 768px) {
  section.page-components.highlight .container .highlight-image-bottom {
    grid-area: image-bottom;
    width: 100%;
  }
}

/* global scss file */
/* Then color, and then everything else in standard order */
section.page-components.outline-list {
  margin-top: 40px;
  padding-top: 0;
}
section.page-components.outline-list.animated-content-sizing::before {
  background-color: rgba(238, 243, 243, 0.6);
  bottom: 300px;
}
@media (min-width: 1280px) {
  section.page-components.outline-list.animated-content-sizing::before {
    bottom: 0;
  }
}
section.page-components.outline-list .container {
  margin: 0;
  max-width: 1600px;
  padding: 0;
}
@media (min-width: 768px) {
  section.page-components.outline-list .container {
    padding: 0 40px;
  }
}
@media (min-width: 1280px) {
  section.page-components.outline-list .container {
    margin: 0 auto;
    padding: 0 80px;
  }
}
section.page-components.outline-list .container .outline-list-component {
  display: flex;
  flex-direction: column;
  padding: 4.375rem 2.5rem;
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  section.page-components.outline-list .container .outline-list-component {
    padding: 6.5rem 4.5rem;
    gap: 0;
  }
}
@media screen and (min-width: 1280px) {
  section.page-components.outline-list .container .outline-list-component {
    flex-direction: row;
    gap: 5rem;
    padding: 6rem 4.5rem;
  }
}
section.page-components.outline-list .container .outline-list-component .outline-list-text-panel {
  display: flex;
  gap: 2rem;
  flex-basis: 50%;
  flex-direction: column;
  text-align: left;
  align-self: stretch;
}
@media screen and (min-width: 768px) {
  section.page-components.outline-list .container .outline-list-component .outline-list-text-panel {
    gap: 2.5rem;
  }
}
@media screen and (min-width: 1280px) {
  section.page-components.outline-list .container .outline-list-component .outline-list-text-panel {
    gap: 3rem;
  }
}
section.page-components.outline-list .container .outline-list-component .outline-list-text-panel .outline-list-header {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
section.page-components.outline-list .container .outline-list-component .outline-list-text-panel .outline-list-header .outline-list-title {
  align-self: stretch;
}
section.page-components.outline-list .container .outline-list-component .outline-list-text-panel .outline-list-header .outline-list-subtext {
  font-size: var(--font-size-m);
  line-height: var(--line-height-m);
  max-width: 600px;
  align-self: stretch;
}
section.page-components.outline-list .container .outline-list-component .outline-list-text-panel .outline-list-items {
  display: flex;
  gap: 2rem;
  flex-direction: column;
  align-self: stretch;
}
section.page-components.outline-list .container .outline-list-component .outline-list-text-panel .outline-list-items .outline-item-content {
  display: flex;
  gap: 1.5rem;
  padding-top: 2rem;
  border-top: 1px solid var(--color-dark-text);
}
@media screen and (min-width: 768px) {
  section.page-components.outline-list .container .outline-list-component .outline-list-text-panel .outline-list-items .outline-item-content {
    gap: 2rem;
  }
}
@media screen and (min-width: 1280px) {
  section.page-components.outline-list .container .outline-list-component .outline-list-text-panel .outline-list-items .outline-item-content {
    gap: 2.5rem;
  }
}
section.page-components.outline-list .container .outline-list-component .outline-list-text-panel .outline-list-items .outline-item-content .item-counter {
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.15;
  align-self: stretch;
  min-width: 52px;
}
@media screen and (min-width: 768px) {
  section.page-components.outline-list .container .outline-list-component .outline-list-text-panel .outline-list-items .outline-item-content .item-counter {
    font-size: 48px;
    min-width: 62px;
  }
}
section.page-components.outline-list .container .outline-list-component .outline-list-text-panel .outline-list-items .outline-item-content .item-text {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-self: stretch;
}
section.page-components.outline-list .container .outline-list-component .outline-list-text-panel .outline-list-items .outline-item-content .item-text .item-subtext {
  font-size: var(--font-size-s);
  line-height: var(--line-height-s);
  align-self: stretch;
}
section.page-components.outline-list .container .outline-list-component .outline-list-text-panel .outline-list-cta .outline-list-button {
  display: inline-flex;
}
section.page-components.outline-list .container .outline-list-component .outline-list-image-panel {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-basis: 50%;
  overflow: hidden;
}
@media screen and (min-width: 1280px) {
  section.page-components.outline-list .container .outline-list-component .outline-list-image-panel {
    justify-content: center;
  }
}
section.page-components.outline-list .container .outline-list-component .outline-list-image-panel .outline-list-image-wrapper {
  display: grid;
  width: 320px;
  height: auto;
}
@media screen and (min-width: 1280px) {
  section.page-components.outline-list .container .outline-list-component .outline-list-image-panel .outline-list-image-wrapper {
    justify-content: center;
    width: 500px;
  }
}
section.page-components.outline-list .container .outline-list-component .outline-list-image-panel .outline-list-image {
  grid-area: 1/1;
  max-width: 100%;
  height: auto;
}
section.page-components.outline-list .container .outline-list-component .outline-list-image-panel .outline-list-primary-image {
  width: 400px;
  clip-path: inset(0 20% 0 20%);
}
@media screen and (min-width: 1280px) {
  section.page-components.outline-list .container .outline-list-component .outline-list-image-panel .outline-list-primary-image {
    width: 500px;
    clip-path: inset(0 0 0 0);
    transform: translate(-30%, -30%);
    z-index: 1;
  }
}
section.page-components.outline-list .container .outline-list-component .outline-list-image-panel .outline-list-secondary-image {
  display: none;
}
@media screen and (min-width: 1280px) {
  section.page-components.outline-list .container .outline-list-component .outline-list-image-panel .outline-list-secondary-image {
    display: inherit;
    width: 400px;
    transform: translate(50%, 30%);
    z-index: 2;
  }
}

/* global scss file */
/* Then color, and then everything else in standard order */
section.page-components.quotes {
  width: 100%;
  padding: 0;
  position: relative;
  z-index: 0;
  margin: 0;
}
section.page-components.quotes .container {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 3.75rem 1.25rem;
  justify-content: center;
}
@media (min-width: 768px) {
  section.page-components.quotes .container {
    padding-left: 10rem;
    padding-right: 10rem;
  }
}
@media (min-width: 1280px) {
  section.page-components.quotes .container {
    padding-left: 20rem;
    padding-right: 20rem;
  }
}
section.page-components.quotes .quote-text {
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  text-align: left;
}
section.page-components.quotes .quote-source-wrapper {
  font-size: 1.125rem;
  font-style: normal;
  line-height: 160%;
  text-align: left;
  width: fit-content;
}
section.page-components.quotes .quote-source-wrapper .quote-source {
  font-weight: 600;
}

/* global scss file */
/* Then color, and then everything else in standard order */
section.stats-section:before {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  bottom: -20px;
  z-index: -1;
  background: radial-gradient(ellipse 75% 200% at -10% 45%, #d0ff71 0%, transparent 30%), radial-gradient(ellipse 75% 200% at -10% 45%, rgba(208, 255, 113, 0.6) 0%, transparent 30%), radial-gradient(ellipse 75% 200% at 110% 55%, #d0ff71 0%, transparent 30%), radial-gradient(ellipse 75% 200% at 110% 55%, rgba(208, 255, 113, 0.6) 0%, transparent 30%);
  background-repeat: no-repeat;
  filter: blur(60px);
}
section.stats-section .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
}
@media screen and (min-width: 768px) {
  section.stats-section .container {
    gap: 5rem;
  }
}
@media screen and (min-width: 1280px) {
  section.stats-section .container {
    gap: 6.25rem;
  }
}
section.stats-section .stats-container {
  display: grid;
  grid-template-columns: 1fr;
  justify-content: center;
  gap: 3.75rem;
  width: min-content;
  justify-self: center;
}
@media screen and (min-width: 320px) {
  section.stats-section .stats-container {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  section.stats-section .stats-container {
    grid-template-columns: repeat(2, minmax(200px, 1fr));
    gap: 5rem;
  }
}
@media screen and (min-width: 1280px) {
  section.stats-section .stats-container {
    grid-template-columns: repeat(3, minmax(200px, 1fr));
    gap: 3.75rem;
  }
}
section.stats-section .stats-container .stat-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  justify-self: center;
  border-top: 1px solid #000;
  align-self: stretch;
  padding: 0.5rem 1rem 0 0;
  width: 100%;
}
section.stats-section .stats-container .stat-item:nth-child(3) {
  grid-column: 1/-1;
}
@media screen and (min-width: 768px) {
  section.stats-section .stats-container .stat-item {
    width: auto;
    min-width: 20rem;
  }
  section.stats-section .stats-container .stat-item:first-child {
    margin-top: 4rem;
  }
}
@media screen and (min-width: 1280px) {
  section.stats-section .stats-container .stat-item:nth-child(3) {
    margin-top: 5rem;
    grid-column: auto;
  }
}
section.stats-section .stats-container .stat-item .stat-number {
  display: flex;
  font-size: 5rem;
  font-weight: 500;
  line-height: 1.3;
  justify-content: flex-start;
}
@media screen and (min-width: 768px) {
  section.stats-section .stats-container .stat-item .stat-number {
    font-size: 6rem;
  }
}
@media screen and (min-width: 1280px) {
  section.stats-section .stats-container .stat-item .stat-number {
    font-size: 7.5rem;
  }
}
section.stats-section .stats-container .stat-item .stat-description {
  font-size: var(--font-size-s);
  line-height: var(--line-height-s);
  display: flex;
  text-align: left;
  justify-content: flex-start;
}
@media screen and (min-width: 768px) {
  section.stats-section .stats-container .stat-item .stat-description {
    white-space: nowrap;
  }
}
section.stats-section .stats-cta-container {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  section.stats-section .stats-cta-container {
    gap: 2rem;
  }
}
section.stats-section .stats-cta-container .stats-cta-text {
  font-size: var(--font-size-m);
  line-height: var(--line-height-m);
  text-align: left;
}
@media screen and (min-width: 768px) {
  section.stats-section .stats-cta-container .stats-cta-text {
    text-align: center;
  }
}
section.stats-section .stats-cta-container .stats-cta-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

/* global scss file */
section.page-components .teaser-grid-cards-component {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  section.page-components .teaser-grid-cards-component {
    gap: 2rem;
  }
}
@media screen and (min-width: 1280px) {
  section.page-components .teaser-grid-cards-component {
    gap: 2.5rem;
  }
}
section.page-components .teaser-grid-cards-component .teaser-title {
  text-align: left;
}
section.page-components .teaser-grid-cards-list {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 320px) {
  section.page-components .teaser-grid-cards-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 768px) {
  section.page-components .teaser-grid-cards-list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 1280px) {
  section.page-components .teaser-grid-cards-list {
    gap: 1.25rem;
  }
}
section.page-components .teaser-grid-cards-list .teaser-card {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  aspect-ratio: 3/2;
  overflow: hidden;
  z-index: 1;
  background: var(--teaser-card-default-bg, tranparent);
}
section.page-components .teaser-grid-cards-list .teaser-card:after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--teaser-card-hover-bg, tranparent);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  z-index: -1;
}
section.page-components .teaser-grid-cards-list .teaser-card:hover:after {
  opacity: 1;
}
section.page-components .teaser-grid-cards-list .teaser-card:hover .card-logo {
  filter: invert(100%) brightness(200%);
}
section.page-components .teaser-grid-cards-list .teaser-card:hover .card-content:not(.--is-static) .card-logo {
  margin-top: 0;
  padding-top: 0;
}
section.page-components .teaser-grid-cards-list .teaser-card:hover .card-content:not(.--is-static) .card-subtext {
  border-top: 1px solid #FFF;
  color: #FFF;
  transition: max-height 0.4s ease, opacity 0.2s ease, border 0.2s ease-in-out, color 0.2s ease-in-out, transform 0.2s ease-in-out, filter 0.2s ease-in-out;
}
section.page-components .teaser-grid-cards-list .teaser-card:hover .card-content:not(.--is-static) .card-subtext.teaser-card-text-field {
  max-height: 100px;
  opacity: 1;
}
section.page-components .teaser-grid-cards-list .teaser-card:hover .card-content:not(.--is-static) .card-subtext.teaser-card-link-icon {
  border-top: none;
  transform: translateY(0px);
  filter: unset;
}
@media screen and (min-width: 1280px) {
  section.page-components .teaser-grid-cards-list .teaser-card:hover .card-content:not(.--is-static) .card-subtext.teaser-card-link-icon {
    max-height: 30px;
    opacity: 1;
  }
}
section.page-components .teaser-grid-cards-list .teaser-card .card-content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  padding-left: clamp(1.5rem, 2vw, 5.25rem);
  padding-right: clamp(1.5rem, 2vw, 5.25rem);
}
section.page-components .teaser-grid-cards-list .teaser-card .card-logo {
  transition: filter 0.4s ease-in-out, margin 0.4s ease-in-out, padding 0.4s ease-in-out;
}
section.page-components .teaser-grid-cards-list .teaser-card .card-logo:has(+ .teaser-card-text-field) {
  margin-top: clamp(0.5rem, 3vw, 1.5rem);
  padding-top: clamp(0.5rem, 3vw, 1.5rem);
  padding-bottom: clamp(0.5rem, 3vw, 1.5rem);
}
@media screen and (min-width: 768px) {
  section.page-components .teaser-grid-cards-list .teaser-card .card-logo:has(+ .teaser-card-text-field) {
    margin-top: clamp(0.75rem, 2vw, 1.5rem);
    padding-top: clamp(0.75rem, 2vw, 1.5rem);
    padding-bottom: clamp(0.75rem, 2vw, 1.5rem);
  }
}
section.page-components .teaser-grid-cards-list .teaser-card .card-logo svg {
  min-height: 50px;
  width: auto;
  max-width: 100%;
}
section.page-components .teaser-grid-cards-list .teaser-card .card-subtext {
  display: inline-flex;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.6;
  overflow: hidden;
  transition: max-height 0.4s ease, opacity 0.2s ease, border 0.2s ease-in-out, color 0.2s ease-in-out, transform 0.2s ease-in-out, filter 0.2s ease-in-out;
}
section.page-components .teaser-grid-cards-list .teaser-card .card-subtext.teaser-card-text-field {
  border-top: 1px solid #000;
  opacity: 0;
  max-height: 0;
  padding-top: clamp(0.5rem, 3vw, 1.5rem);
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  section.page-components .teaser-grid-cards-list .teaser-card .card-subtext.teaser-card-text-field {
    padding-top: clamp(0.75rem, 2vw, 1.5rem);
  }
}
section.page-components .teaser-grid-cards-list .teaser-card .card-subtext.teaser-card-link-icon {
  position: absolute;
  right: 8px;
  bottom: 8px;
  max-height: clamp(20px, 4vh, 30px);
  filter: invert(100%) brightness(200%);
}
@media screen and (min-width: 320px) {
  section.page-components .teaser-grid-cards-list .teaser-card .card-subtext.teaser-card-link-icon {
    right: clamp(0.5rem, 3vw, 1rem);
    bottom: clamp(0.5rem, 3vw, 1rem);
  }
}
@media screen and (min-width: 768px) {
  section.page-components .teaser-grid-cards-list .teaser-card .card-subtext.teaser-card-link-icon {
    max-height: clamp(20px, 4.5vh, 30px);
    right: 1rem;
    bottom: 1rem;
  }
}
@media screen and (min-width: 1280px) {
  section.page-components .teaser-grid-cards-list .teaser-card .card-subtext.teaser-card-link-icon {
    position: static;
    max-height: 0px;
    opacity: 0;
    transform: translateY(30px);
    filter: unset;
  }
}

section.page-components {
  width: 100%;
  text-align: center;
  padding-top: 40px;
  position: relative;
  z-index: 0;
}
section.page-components h2 {
  margin: 0 0 0 0;
}

/* global scss file */
/* Then color, and then everything else in standard order */
section.page-components-headers.hero-banner {
  display: flex;
}
@media (min-width: 1280px) {
  section.page-components-headers.hero-banner {
    padding: 120px 0 95px;
    flex-direction: row;
    align-items: flex-start;
  }
}
section.page-components-headers.hero-banner:before {
  content: "";
  position: absolute;
  top: calc(var(--content-top) * -1);
  left: 0;
  right: 0;
  height: 300px;
  z-index: -1;
}
section.page-components-headers.hero-banner.dark-mode.--variant-1:after {
  content: "";
  display: flex;
  position: absolute;
  top: calc((var(--wp-admin-bar-height) + var(--top-nav-height)) * -1);
  left: 50%;
  transform: translate(-50%, -20%);
  width: 400px;
  height: 400px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(100, 100, 100, 0.2) 0%, rgba(100, 100, 100, 0) 70%);
  mix-blend-mode: screen;
  filter: blur(20px);
}
section.page-components-headers.hero-banner.dark-mode:before {
  color: var(--color-light-text);
  background-color: var(--color-dark-background);
}
section.page-components-headers.hero-banner.--center .banner-text-content {
  text-align: center;
}
section.page-components-headers.hero-banner.--center .banner-text-content .banner-description {
  text-wrap: balance;
}
section.page-components-headers.hero-banner h1 {
  margin: 0;
}
section.page-components-headers.hero-banner .container {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media screen and (min-width: 768px) {
  section.page-components-headers.hero-banner .container {
    justify-content: space-between;
    flex-direction: row;
  }
}
@media screen and (min-width: 1280px) {
  section.page-components-headers.hero-banner .container {
    gap: 5rem;
  }
}
section.page-components-headers.hero-banner .container .banner-text-content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 1280px) {
  section.page-components-headers.hero-banner .container .banner-text-content {
    gap: 1.5rem;
  }
}
section.page-components-headers.hero-banner .container .banner-text-content .banner-description {
  font-size: var(--font-size-m);
  line-height: var(--line-height-m);
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 1280px) {
  section.page-components-headers.hero-banner .container .banner-text-content .banner-description {
    margin-bottom: 1rem;
  }
}
section.page-components-headers.hero-banner .container .banner-text-content .banner-cta-button {
  display: inline-flex;
  gap: 0.5rem;
}
section.page-components-headers.hero-banner .container .banner-text-content .banner-other-buttons {
  display: flex;
  justify-content: center;
  padding-top: 1rem;
}
section.page-components-headers.hero-banner .container .banner-images-content {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  section.page-components-headers.hero-banner .container .banner-images-content {
    justify-content: flex-end;
  }
}
section.page-components-headers.hero-banner .container .banner-images-content .banner-images-wrapper {
  display: flex;
  width: 100%;
  max-width: 350px;
  height: auto;
  aspect-ratio: 1/1;
  position: relative;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  section.page-components-headers.hero-banner .container .banner-images-content .banner-images-wrapper {
    height: 100%;
    width: 350px;
    justify-content: flex-end;
  }
}
section.page-components-headers.hero-banner .container .banner-images-content .banner-images-wrapper .hero-banner-image {
  position: absolute;
  top: 50%;
  left: 50%;
  height: auto;
}
section.page-components-headers.hero-banner .container .banner-images-content .banner-images-wrapper .hero-banner-image img {
  object-fit: cover;
  width: 100%;
  height: auto;
}
section.page-components-headers.hero-banner .container .banner-images-content .banner-image-1 {
  aspect-ratio: 2/3;
  z-index: 1;
  max-width: 100%;
  transform: translate(-95%, -65%);
}
@media screen and (min-width: 768px) {
  section.page-components-headers.hero-banner .container .banner-images-content .banner-image-1 {
    transform: translate(-75%, -75%);
  }
}
section.page-components-headers.hero-banner .container .banner-images-content .banner-image-2 {
  width: auto;
  max-width: 150px;
  aspect-ratio: 1/1;
  z-index: 2;
  transform: translate(-10%, 15%);
}
@media screen and (min-width: 768px) {
  section.page-components-headers.hero-banner .container .banner-images-content .banner-image-2 {
    width: 150px;
    transform: translate(10%, -25%);
  }
}

section.page-components-headers {
  width: 100%;
  padding: 0;
  position: relative;
  z-index: 0;
  margin: 0;
}

/* old components -- TODO rename to BYO Comp/Case Studies Comp */
/* global scss file */
.casestudy-component section.text-image .text-image-content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
}
@media screen and (min-width: 768px) {
  .casestudy-component section.text-image .text-image-content {
    grid-template-columns: var(--left-col-width, 1fr) 1fr;
  }
}
.casestudy-component section.text-image .text-image-content .text-image-overview {
  order: 2;
}
@media screen and (min-width: 768px) {
  .casestudy-component section.text-image .text-image-content .text-image-overview {
    order: 1;
  }
}
.casestudy-component section.text-image .text-image-content .text-image-image-section,
.casestudy-component section.text-image .text-image-content .text-image-video-section {
  order: 1;
  width: 100%;
}
@media screen and (min-width: 1280px) {
  .casestudy-component section.text-image .text-image-content .text-image-image-section,
  .casestudy-component section.text-image .text-image-content .text-image-video-section {
    order: 2;
  }
}
.casestudy-component section.text-image .text-image-content .text-image-image-section img,
.casestudy-component section.text-image .text-image-content .text-image-video-section img {
  object-fit: contain;
  aspect-ratio: 3/2;
}

.sticky-wrapper .footer-logo-casestudy ul {
  padding: 50px 0 0 0;
}

.footer-logo-casestudy {
  display: flex;
  justify-content: center;
}
.footer-logo-casestudy ul {
  padding: 0px 0 0 0;
  width: auto;
  text-align: center;
  display: inline-grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  align-items: center;
  gap: 40px;
}
.footer-logo-casestudy ul li {
  display: block;
  width: auto;
  margin: 0;
}
.footer-logo-casestudy ul li:before {
  display: none;
}

/* global scss file */
.goal_section section.case-goal {
  background-color: var(--color-gray-background);
}
.goal_section section.case-goal .case-goal-content {
  display: flex;
  gap: 2.5rem;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .goal_section section.case-goal .case-goal-content {
    flex-wrap: nowrap;
  }
}
.goal_section section.case-goal .case-goal-content .case-goal-overview {
  flex-basis: 100%;
}
@media screen and (min-width: 768px) {
  .goal_section section.case-goal .case-goal-content .case-goal-overview {
    flex-basis: 66%;
  }
}
.goal_section section.case-goal .case-goal-content .case-goal-services {
  flex-basis: 100%;
}
@media screen and (min-width: 768px) {
  .goal_section section.case-goal .case-goal-content .case-goal-services {
    flex-basis: 33%;
  }
}

/* global scss file */
.outcomes_section section.outcomes-section {
  background-color: var(--color-gray-background);
}
.outcomes_section section.outcomes-section .outcome-section-content {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media screen and (min-width: 1280px) {
  .outcomes_section section.outcomes-section .outcome-section-content {
    gap: 3.75rem;
  }
}
.outcomes_section section.outcomes-section .outcome-section-content > * {
  padding-left: 20px;
  padding-right: 20px;
}
.outcomes_section section.outcomes-section ul.outcome-result {
  width: auto;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  flex-direction: column;
}
@media screen and (min-width: 320px) {
  .outcomes_section section.outcomes-section ul.outcome-result {
    flex-direction: row;
  }
}
.outcomes_section section.outcomes-section ul.outcome-result li {
  padding: 15px;
  width: 25%;
  text-align: center;
  line-height: normal;
  margin: 0px auto;
  list-style: none;
}
@media screen and (max-width: 840px) {
  .outcomes_section section.outcomes-section ul.outcome-result li {
    width: 50%;
  }
}
.outcomes_section section.outcomes-section ul.outcome-result li:before {
  display: none;
}
.outcomes_section section.outcomes-section ul.outcome-result li strong {
  font-size: 59px;
  font-weight: 900;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
}
@media screen and (max-width: 64em) {
  .outcomes_section section.outcomes-section ul.outcome-result li strong {
    font-size: 46px;
  }
}
@media screen and (max-width: 540px) {
  .outcomes_section section.outcomes-section ul.outcome-result li strong {
    font-size: 36px;
  }
}
.outcomes_section section.outcomes-section ul.outcome-result li .subtext {
  font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  display: block;
  max-width: 178px;
  margin: 0 auto;
}
@media screen and (max-width: 64em) {
  .outcomes_section section.outcomes-section ul.outcome-result li .subtext {
    font-size: 18px;
  }
}
.outcomes_section blockquote {
  padding: 0 0 0 30px;
  font-weight: 400;
  font-size: 29px;
  line-height: 40px;
}
@media screen and (max-width: 768px) {
  .outcomes_section blockquote {
    font-size: 24px;
    line-height: 34px;
  }
}
.outcomes_section blockquote em {
  display: block;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  padding: 2px 0 0 0;
}
@media screen and (max-width: 768px) {
  .outcomes_section blockquote em {
    padding: 12px 0 0 0;
  }
}
.outcomes_section .container.small, .outcomes_section .container.standard {
  max-width: 1000px;
}

/* .awrd_listing_main {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
} */
/* .section .award-box {
    margin-top: 60px;
} */
/* .awrd_listing_main .awrd_listing {
    padding: 0 20px;
    width: 50%;
} */
/* .awrd_listing_main .awrd_listing h4.awrd-heading {
    // color: #444444;
} */
@media screen and (max-width: 840px) {
  /* .awrd_listing_main .awrd_listing {
      padding: 0 20px;
      width: 100%;
  } */
}
.related_news .grid-row .small-12.large-6.blog-post-card {
  width: 33.33%;
  padding: 0px 15px;
}
@media screen and (max-width: 600px) {
  .related_news .grid-row .small-12.large-6.blog-post-card {
    width: 100%;
    padding: 0px;
  }
}

/* global scss file */
section.row-left-text-right-image .two-column-text-image-content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
}
@media screen and (min-width: 768px) {
  section.row-left-text-right-image .two-column-text-image-content {
    grid-template-columns: 1fr 1fr;
  }
}
section.row-left-text-right-image .two-column-text-image-content .txt-img img {
  object-fit: contain;
  aspect-ratio: 3/2;
}
section.row-left-text-right-image .two-column-text-image-content .two-column-left-content,
section.row-left-text-right-image .two-column-text-image-content .text-content {
  width: 100%;
}

.testimonial {
  text-align: center;
}
.testimonial .quote {
  font-size: 70px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  color: var(--color-secondary);
  height: 70px;
  display: block;
}
.testimonial blockquote {
  border: none;
  list-style: none;
  font-size: 29px;
  font-weight: normal;
  font-stretch: normal;
  font-style: italic;
  line-height: 1.38;
  letter-spacing: normal;
  margin: 0 0 30px 0;
  padding: 0 10px;
}
@media screen and (max-width: 540px) {
  .testimonial blockquote {
    font-size: 24px;
  }
}
.testimonial .container.standard {
  padding: 0;
}

.section.testimonial-2.padding-bottom-none {
  padding-bottom: 70px !important;
}
.section.testimonial-2 .grid-x {
  align-items: center;
}
.section.testimonial-2 blockquote {
  list-style: none;
  font-size: 29px;
  font-weight: normal;
  font-stretch: normal;
  font-style: italic;
  line-height: 1.38;
  letter-spacing: normal;
  margin: 0 0 30px 90px;
  padding: 0 0 0 30px;
  max-width: 480px;
}
@media screen and (max-width: 64em) {
  .section.testimonial-2 blockquote {
    margin-left: 0;
    padding-left: 25px;
    max-width: 100%;
  }
}
@media screen and (max-width: 540px) {
  .section.testimonial-2 blockquote {
    font-size: 24px;
  }
}
.section.testimonial-2 h6 {
  padding: 0 0 0 30px;
}

/* global scss file */
/* Then color, and then everything else in standard order */
.page-home {
  background-color: var(--color-light-background); /* Fallback for old browsers */
}
.page-home:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-top: calc(var(--content-top) * -1);
  height: 700px;
  background: radial-gradient(ellipse at 10% 100%, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 50%), radial-gradient(ellipse at right bottom, rgb(255, 255, 255) 0%, transparent 70%), radial-gradient(ellipse 100% 70%, rgba(255, 255, 255, 0.9) 0%, transparent 60%), radial-gradient(ellipse 50% 100% at 35% 0, rgb(255, 255, 255) 0%, transparent 50%), radial-gradient(ellipse 40% 45% at 95% 60%, rgba(110, 146, 149, 0.8) 0%, transparent 60%), radial-gradient(ellipse 75% 120% at center bottom, rgb(255, 255, 255) 30%, rgba(192, 216, 215, 0.5) 50%, rgba(208, 255, 113, 0.6) 60%);
  background-repeat: no-repeat;
  background-size: 100% 650px;
}
.page-home .new-home-banner {
  width: 100%;
  padding: 0;
  position: relative;
  z-index: 0;
  margin: 0;
}
.page-home .new-home-banner h1 {
  display: flex;
  justify-content: center;
  text-align: center;
  font-weight: 600;
  margin: 0;
  text-wrap: balance;
}
.page-home .new-home-banner .banner-description {
  display: flex;
  font-size: 1.5rem;
  justify-content: center;
}
.page-home .new-home-banner .container {
  width: 94%;
  max-width: 1640px;
}
.page-home .new-home-banner .banner-row {
  display: flex;
  margin: 0;
  padding: 100px 0 75px;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
@media (min-width: 1280px) {
  .page-home .new-home-banner .banner-row {
    padding: 150px 0 95px;
    flex-direction: row;
    align-items: flex-start;
  }
}
.page-home .new-home-banner .banner-row .left_side_content {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media screen and (max-width: 1024px) {
  .page-home .new-home-banner .banner-row .left_side_content {
    padding-top: 0;
    text-align: center;
  }
}
.page-home .new-home-banner .banner-row .right_image {
  min-width: 45%;
}
.page-home .new-home-banner .banner-row .right_image img {
  width: 110%;
  margin: 0 0 0 -10%;
  max-width: fit-content;
  display: block;
}
@media screen and (max-width: 1380px) {
  .page-home .new-home-banner .banner-row .right_image img {
    width: 100%;
    margin: 0;
  }
}

section.home-section {
  width: 100%;
  text-align: center;
  padding-top: 40px;
  position: relative;
  z-index: 0;
}
section.home-section h2 {
  margin: 0 0 0 0;
}

/* global scss file */
body.build-vs-buy .build-buy h1 {
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  body.build-vs-buy .build-buy h1 {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 1280px) {
  body.build-vs-buy .build-buy h1 {
    font-size: 3rem;
  }
}
body.build-vs-buy .build-buy h1:after {
  content: "";
  display: block;
  margin: 30px 0;
  background: var(--color-primary);
  width: 270px;
  height: 2px;
}
@media screen and (max-width: 1280px) {
  body.build-vs-buy .build-buy h1:after {
    margin: 20px 0;
    width: 220px;
  }
}
@media screen and (max-width: 500px) {
  body.build-vs-buy .build-buy h1:after {
    margin: 20px 0;
  }
}
body.build-vs-buy .build-buy h2 {
  font-size: 1.5rem;
  font-weight: bold;
  text-transform: capitalize;
  line-height: 1.3;
  margin: 0 0 30px 0;
}
@media screen and (min-width: 320px) {
  body.build-vs-buy .build-buy h2 {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 768px) {
  body.build-vs-buy .build-buy h2 {
    font-size: 2rem;
  }
}
body.build-vs-buy .build-buy .document-content {
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 1rem;
  row-gap: 3rem;
}
@media screen and (min-width: 768px) {
  body.build-vs-buy .build-buy .document-content {
    grid-template-columns: 40% auto;
    column-gap: 2rem;
  }
}
@media screen and (min-width: 1280px) {
  body.build-vs-buy .build-buy .document-content {
    grid-template-columns: 33% auto;
    column-gap: 3rem;
  }
}
body.build-vs-buy .build-buy .build-img {
  justify-self: center;
}
body.build-vs-buy .build-buy .build-img img {
  display: block;
  max-height: 500px;
  height: auto;
  width: auto;
}
body.build-vs-buy .build-buy p {
  font-weight: bold;
  padding: 0px;
}
@media screen and (min-width: 320px) {
  body.build-vs-buy .build-buy p {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 768px) {
  body.build-vs-buy .build-buy p {
    font-size: 1.5rem;
  }
}
body.build-vs-buy .build-buy .btn {
  text-transform: uppercase;
}
body.build-vs-buy #page {
  margin: 0 !important;
}

/* global scss file */
/* Then color, and then everything else in standard order */
/*copied code straight from case study group page */
/* Then color, and then everything else in standard order */
.case__sub-group {
  position: relative;
  padding: 0rem 0rem;
  box-shadow: 0px 3px 10px rgba(0, 0, 51, 0.3);
  margin-bottom: 2rem;
  z-index: 3;
}

.case__award-winning {
  position: absolute;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-top: 1rem;
  padding-right: 1rem;
  z-index: 1;
}
.case__award-winning p {
  margin-bottom: 0rem;
  padding-left: 0.75rem;
  line-height: 1.3rem;
  color: #ffffff;
  font-weight: bold;
}

.case__text-block {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row;
}

.case__image {
  width: -webkit-fill-available;
  height: 100%;
}

.case__text-left {
  background-color: #ffffff;
  width: calc(100% - 6.4rem);
  padding: 1rem 1.21rem;
  text-align: right;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .case__text-left {
    width: 75%;
  }
}

.case__text-left a {
  color: inherit;
}

.case__text-left h2 {
  margin-bottom: 0rem;
  font-size: 36px;
  font-weight: bold;
}
@media screen and (max-width: 624px) {
  .case__text-left h2 {
    font-size: 24px;
  }
}

.case__text-left p {
  font-size: 20px;
  margin-bottom: 0;
}
@media screen and (max-width: 624px) {
  .case__text-left p {
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  .case__text-left p {
    margin-bottom: 0;
  }
}

.case__text-right {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-secondary);
  width: 104px;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  right: 38%;
  -webkit-transition: right 1s;
  transition: right 0.2s;
  height: 100%;
}
@media screen and (max-width: 624px) {
  .case__text-right {
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  .case__text-right {
    right: -0.08%;
    width: 25.5%;
  }
}

/*overlapping by 0.1% to fix sliver of background that we see. */
.case__sub-group:hover .case__text-right {
  right: -0.1%;
}

.case__text-right a {
  color: inherit;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.arrow-right--anticon-white {
  margin-left: 1rem;
}

/* End of copied code */
.byo-component {
  display: block;
  width: 100%;
  margin: 0 0 40px 0;
}
.byo-component:last-child {
  margin-bottom: 100px;
}
.byo-component.hero {
  margin-bottom: 0;
}
.byo-component .button, .byo-component .form-wrapper input[type=submit] {
  display: flex;
  max-width: 275px;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}
@media screen and (max-width: 480px) {
  .byo-component .button, .byo-component .form-wrapper input[type=submit] {
    font-size: 12px;
  }
}
.byo-component .button img, .byo-component .button svg, .byo-component .form-wrapper input[type=submit] img, .byo-component .form-wrapper input[type=submit] svg {
  margin-left: 10px;
  margin-top: 1px;
  width: 13px;
  height: 10px;
}
.byo-component .button svg, .byo-component .form-wrapper input[type=submit] svg {
  margin-top: 0;
}
.byo-component .button:hover, .byo-component .form-wrapper input[type=submit]:hover {
  opacity: 0.85;
}
.byo-component .wrapper, .byo-component .grid-x {
  margin: 20px auto 0 auto;
  width: 100%;
  max-width: 1280px;
  text-align: left;
}
.byo-component .wrapper-image {
  width: 100%;
  max-width: 1200px !important;
  text-align: center;
}
.byo-component .wrapper-image picture {
  width: 100%;
}
@media screen and (max-width: 720px) {
  .byo-component .wrapper-image picture {
    display: inline-block;
  }
}
.byo-component .grid-row {
  display: flex;
}
@media screen and (max-width: 768px) {
  .byo-component .grid-row {
    flex-direction: column;
  }
}
.byo-component .grid-columns {
  display: flex;
  flex-direction: column;
}
.byo-component {
  /** HERO **/
}
@media (min-width: 1280px) {
  .byo-component.hero {
    padding: 150px 0 95px;
  }
}
.byo-component.hero .container {
  display: flex;
  justify-content: center;
}
.byo-component.hero .container .byo-component-hero-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2rem;
  text-align: center;
  align-items: center;
  width: 80%;
}
.byo-component.hero .container .byo-component-hero-title .hero-subtitle {
  font-size: var(--font-size-m);
  line-height: var(--line-height-m);
}
.byo-component {
  /** page header **/
}
.byo-component .page_header {
  padding-top: 7rem;
  padding-bottom: 0rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  max-width: 100%;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .byo-component .page_header {
    padding-top: 7rem;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}
@media screen and (max-width: 425px) {
  .byo-component .page_header {
    padding-top: 6rem;
  }
}
.byo-component .page_header h1 {
  width: 991px;
  max-width: 95%;
  position: relative;
}
.byo-component .page_header h1:after {
  width: 140px;
  content: "";
  position: relative;
  display: block;
  margin: 30px auto 0 auto;
  height: 4px;
  background-color: #fec836;
}
.byo-component .page_header p {
  font-size: 20px;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 30px;
  text-transform: uppercase;
}
@media screen and (max-width: 465px) {
  .byo-component .page_header p {
    font-size: 18px;
  }
}
.byo-component {
  /** CTA Cards **/
}
.byo-component .case__sub-group {
  position: relative;
  padding: 0rem 0rem;
  margin-bottom: 2rem;
  z-index: 3;
}
.byo-component {
  /** COPY + Image **/
}
.byo-component .copy_image {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}
.byo-component .copy_image .copy_image_img {
  max-width: 100%;
}
.byo-component .copy_image.two-cols {
  flex-direction: row;
  width: 1200px;
  max-width: 90%;
  padding: 0;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .byo-component .copy_image.two-cols {
    flex-direction: column;
  }
  .byo-component .copy_image.two-cols .wrapper-image video, .byo-component .copy_image.two-cols .wrapper-image picture {
    margin: 25px 0;
    display: inline-block;
  }
}
@media screen and (max-width: 1024px) {
  .byo-component .copy_image {
    padding: 0 2.5rem;
  }
}
.byo-component .copy_image .wrapper {
  max-width: 792px;
  margin-bottom: 1rem;
  margin-top: 0;
}
.byo-component .copy_image .wrapper > h2 {
  font-size: 36px;
  font-weight: bold;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
@media screen and (max-width: 480px) {
  .byo-component .copy_image .wrapper > h2 {
    font-size: 24px;
  }
}
.byo-component .copy_image p, .byo-component .copy_image li {
  font-size: 16px;
}
@media screen and (max-width: 465px) {
  .byo-component .copy_image p, .byo-component .copy_image li {
    font-size: 14px;
  }
}
.byo-component .copy_image ul li::marker {
  color: var(--color-dark-background);
  font-size: 140%;
}
.byo-component {
  /** Related News **/
}
.byo-component .related-news > h2 {
  text-align: center;
}
.byo-component {
  /** Case Studies CTA boxes */
}
.byo-component .case-studies {
  padding: 0 2rem;
  max-width: 1200px;
  margin: 4.125rem auto 0;
}
.byo-component .case-studies .grid-x {
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .byo-component .case-studies {
    margin-top: 4.125rem;
    padding: 0 2.5rem;
  }
}
.byo-component .case-studies .case-studies__main-header {
  font-size: 36px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  padding: 0 2rem;
}
@media screen and (max-width: 465px) {
  .byo-component .case-studies .case-studies__main-header {
    font-size: 24px;
  }
}
.byo-component .case-studies .case__image_arrow_mobile {
  display: none !important;
}
@media screen and (max-width: 465px) {
  .byo-component .case-studies .case__image {
    display: none;
  }
  .byo-component .case-studies .case__text-block {
    flex-direction: column;
    bottom: unset;
    top: 0;
    height: 100%;
    position: relative;
  }
  .byo-component .case-studies .case__text-block .case__text-left {
    width: 100%;
  }
  .byo-component .case-studies .case__text-block .case__text-left h2 {
    text-align: center;
  }
  .byo-component .case-studies .case__text-block .case__text-left p {
    text-align: center;
    font-weight: 500;
  }
  .byo-component .case-studies .case__text-block .case__text-right {
    position: relative;
    right: unset;
    left: unset;
    width: 100%;
    max-height: 40px;
    bottom: 0;
  }
  .byo-component .case-studies .case__text-block .case__text-right a {
    padding: 12px 0 15px 0;
  }
  .byo-component .case-studies .case__text-block .case__text-right .case__image_arrow_mobile {
    display: flex !important;
  }
  .byo-component .case-studies .case__text-block .case__text-right .case__image_arrow_desktop {
    display: none !important;
  }
  .byo-component .case-studies .case__text-block .case__text-right svg {
    margin-left: 10px;
  }
}
.byo-component .case-studies .case__text-left h2 {
  font-size: 20px;
}
@media screen and (max-width: 465px) {
  .byo-component .case-studies .case__text-left h2 {
    font-size: 18px;
  }
}
.byo-component .case-studies .case__text-left p {
  font-size: 12px;
  font-weight: 300;
}
@media screen and (max-width: 465px) {
  .byo-component .case-studies .case__text-left p {
    font-size: 14px;
  }
}
.byo-component .case-studies .case__text-right {
  background-color: var(--color-dark-background);
}
.byo-component .case-studies .button {
  justify-content: center;
}
.byo-component .case-studies .manual-cta {
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 220px;
  justify-content: center;
  align-items: center;
}
.byo-component .case-studies .manual-cta .inside-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.byo-component .case-studies .manual-cta .inside-wrapper h2 {
  font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  color: #f8f8f8;
  max-width: 310px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 16px;
}
.byo-component .case-studies .manual-cta .inside-wrapper h3 {
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  color: #f8f8f8;
  max-width: 230px;
  text-align: center;
  margin-top: 10px;
}
.byo-component .case-studies .manual-cta .inside-wrapper a {
  width: 100%;
  background: transparent;
  border: solid 2px #f5a623;
  text-align: center;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  margin-top: 15px;
  margin-bottom: 0;
  align-items: center;
}
.byo-component .case-studies .manual-cta .inside-wrapper a img, .byo-component .case-studies .manual-cta .inside-wrapper a svg {
  margin-top: 0;
}
.byo-component .case-studies .manual-cta .inside-wrapper a:hover {
  opacity: 0.8;
}
.byo-component .case-studies .manual-cta a {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .byo-component .case-studies .case__text-right a {
    padding: 15px 0;
  }
  .byo-component .case-studies .arrow-right--anticon-white {
    margin-left: 10px;
  }
}
.byo-component {
  /** FORM SIGNUP **/
}
.byo-component .form-signup .contact__first {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 7.8rem 5rem;
}
@media screen and (max-width: 1024px) {
  .byo-component .form-signup .contact__first {
    padding: 4rem 2.5rem 0;
  }
}
@media screen and (max-width: 425px) {
  .byo-component .form-signup .contact__first {
    padding: 3rem 2.5rem 0;
  }
}
.byo-component .form-signup .contact__first .headline {
  font-size: 36px;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.36;
  letter-spacing: normal;
  text-align: center;
  color: #144d54;
  background-color: #ffffff;
  padding: 0.5rem 2rem;
  margin-bottom: 0;
}
@media screen and (max-width: 425px) {
  .byo-component .form-signup .contact__first .headline {
    font-size: 24px;
  }
}
.byo-component .form-signup .contact__first .join-line {
  position: absolute;
  right: -63px;
  width: 126px;
  height: 1px;
  border-bottom: 1px solid #ffffff;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .byo-component .form-signup .contact__first .join-line {
    width: 1px;
    height: 100px;
    right: 50%;
    bottom: -50px;
    border-bottom: 0px solid #ffffff;
    border-left: 1px solid #ffffff;
  }
}
.byo-component .form-signup .contact__second {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #ffffff;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  padding: 40px 0;
}
@media screen and (max-width: 1024px) {
  .byo-component .form-signup .contact__second {
    padding: 4rem 2rem;
  }
}
.byo-component .form-signup .contact__second h2 {
  font-size: 36px;
  font-weight: 900;
  color: #ffffff;
}
@media screen and (max-width: 425px) {
  .byo-component .form-signup .contact__second h2 {
    font-size: 24px;
  }
}
.byo-component .form-signup .contact__second p {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
}
.byo-component .form-signup .subscribe-form__wrapper {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .byo-component .form-signup .subscribe-form__wrapper {
    width: 95%;
  }
}
.byo-component .form-signup .subscribe-form__wrapper .email-field,
.byo-component .form-signup .subscribe-form__wrapper .first-name-field,
.byo-component .form-signup .subscribe-form__wrapper .last-name-field {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
}
.byo-component .form-signup .subscribe-form__wrapper .email-field label,
.byo-component .form-signup .subscribe-form__wrapper .first-name-field label,
.byo-component .form-signup .subscribe-form__wrapper .last-name-field label {
  color: #fff;
  text-align: left;
}
.byo-component .form-signup .subscribe-form__wrapper .email-field input,
.byo-component .form-signup .subscribe-form__wrapper .first-name-field input,
.byo-component .form-signup .subscribe-form__wrapper .last-name-field input {
  border: 0;
  box-shadow: none;
  font-size: 14px;
  margin-bottom: 0rem;
  color: #000;
}
.byo-component .form-signup .subscribe-form__wrapper .subscribe-button {
  margin: 1.5rem auto 0 auto;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  color: #144d54;
  padding: 10px 25px;
  text-shadow: none;
}
.byo-component .form-signup .subscribe-form__wrapper .subscribe-button:hover {
  opacity: 0.8;
}
.byo-component .form-signup .subscribe-form__wrapper .subscribe-button span {
  margin-left: 1rem;
}
.byo-component {
  /** contact form signup **/
}
.byo-component.contact_form_signup {
  margin-bottom: 0;
}
.byo-component.contact_form_signup .contact-form-signup .contact__second {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #ffffff;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  padding: 4.375rem 2rem 0;
}
@media screen and (max-width: 1024px) {
  .byo-component.contact_form_signup .contact-form-signup .contact__second {
    padding: 3.75rem 1.5rem 0;
  }
}
@media screen and (max-width: 425px) {
  .byo-component.contact_form_signup .contact-form-signup .contact__second {
    padding: 3rem 1.5rem 0;
  }
}
.byo-component.contact_form_signup .contact-form-signup .contact__second h2 {
  font-size: 36px;
  font-weight: 900;
  color: #ffffff;
  margin-bottom: 40px;
}
@media screen and (max-width: 425px) {
  .byo-component.contact_form_signup .contact-form-signup .contact__second h2 {
    font-size: 24px;
  }
}
.byo-component.contact_form_signup .contact-form-signup .contact__second p {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
}
.byo-component.contact_form_signup .contact-form-signup .grid-x {
  margin-top: 0;
}
.byo-component.contact_form_signup .contact-form-signup .grid-x > p {
  text-align: center;
  width: 100%;
}
.byo-component.contact_form_signup .contact-form-signup .subscribe-form__wrapper {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .byo-component.contact_form_signup .contact-form-signup .subscribe-form__wrapper {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  .byo-component.contact_form_signup .contact-form-signup .grid-margin-x .cell {
    width: 100%;
    margin-left: 0;
  }
}
.byo-component.contact_form_signup .contact-form-signup .subscribe-form__wrapper .email-field,
.byo-component.contact_form_signup .contact-form-signup .subscribe-form__wrapper .first-name-field,
.byo-component.contact_form_signup .contact-form-signup .subscribe-form__wrapper .last-name-field {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
}
.byo-component.contact_form_signup .contact-form-signup .subscribe-form__wrapper .email-field label,
.byo-component.contact_form_signup .contact-form-signup .subscribe-form__wrapper .first-name-field label,
.byo-component.contact_form_signup .contact-form-signup .subscribe-form__wrapper .last-name-field label {
  color: #fff;
  text-align: left;
}
.byo-component.contact_form_signup .contact-form-signup label {
  color: inherit;
  font-size: 16px;
  font-weight: 300 !important;
  font-stretch: normal;
  font-style: normal;
}
.byo-component.contact_form_signup .contact-form-signup .cell {
  margin-bottom: 30px;
}
.byo-component.contact_form_signup .contact-form-signup .cell input {
  border-color: inherit;
}
.byo-component.contact_form_signup .contact-form-signup input, .byo-component.contact_form_signup .contact-form-signup select, .byo-component.contact_form_signup .contact-form-signup textarea {
  background-color: transparent;
}
.byo-component.contact_form_signup .contact-form-signup .subscribe-form__wrapper .email-field input,
.byo-component.contact_form_signup .contact-form-signup .subscribe-form__wrapper .first-name-field input,
.byo-component.contact_form_signup .contact-form-signup .subscribe-form__wrapper .last-name-field input {
  border: 0;
  box-shadow: none;
  font-size: 14px;
  margin-bottom: 0rem;
  color: #000;
}
.byo-component.contact_form_signup .contact-form-signup .form-wrapper input[type=submit] {
  border-bottom: 0 !important;
  margin: 20px auto;
}
.byo-component {
  /** Two column Content + cta + stats **/
}
.byo-component.two_column_cta_stats {
  margin-bottom: 0;
}
.byo-component.two_column_cta_stats .two-col-cta-stats {
  background-color: hsl(from var(--color-gray-background) h s l/0.6);
  width: 100%;
}
.byo-component.two_column_cta_stats .two-col-cta-stats .b-sentence {
  font-weight: 600;
  margin-bottom: 20px;
}
.byo-component.two_column_cta_stats .two-col-cta-stats .wrapper {
  max-width: 1440px;
  margin: 0 auto;
  padding: 5rem 7.5rem 3.125rem;
}
@media screen and (max-width: 1024px) {
  .byo-component.two_column_cta_stats .two-col-cta-stats .wrapper {
    padding: 2rem 2.5rem;
  }
}
.byo-component.two_column_cta_stats .two-col-cta-stats .copy-small {
  padding-left: 40px;
}
@media screen and (max-width: 1024px) {
  .byo-component.two_column_cta_stats .two-col-cta-stats .copy-small {
    padding-left: 0;
  }
}
.byo-component.two_column_cta_stats .two-col-cta-stats .copy-small > div {
  font-size: 16px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  margin: 0 0 30px 0;
}
@media screen and (max-width: 480px) {
  .byo-component.two_column_cta_stats .two-col-cta-stats .copy-small > div p {
    font-size: 14px;
  }
}
.byo-component.two_column_cta_stats .two-col-cta-stats .copy-small ul {
  -webkit-columns: 2;
  margin: 20px 0;
}
@media screen and (max-width: 768px) {
  .byo-component.two_column_cta_stats .two-col-cta-stats .copy-small ul {
    -webkit-columns: 1;
  }
}
.byo-component.two_column_cta_stats .two-col-cta-stats .copy-small ul li {
  font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  list-style-type: none;
  margin: 0 0 10px 0;
}
@media screen and (max-width: 480px) {
  .byo-component.two_column_cta_stats .two-col-cta-stats .copy-small ul li {
    font-size: 18px;
  }
}
.byo-component.two_column_cta_stats .two-col-cta-stats h3 {
  font-size: 26px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.62;
  letter-spacing: normal;
  margin: 0 0 30px 0;
  padding: 0;
}
@media screen and (max-width: 480px) {
  .byo-component.two_column_cta_stats .two-col-cta-stats h3 {
    font-size: 24px;
  }
}
.byo-component.two_column_cta_stats .two-col-cta-stats h2 {
  font-size: 36px;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  .byo-component.two_column_cta_stats .two-col-cta-stats h2 {
    font-size: 24px;
  }
}
.byo-component.two_column_cta_stats .two-col-cta-stats .design__left {
  padding-right: 4rem;
}
@media screen and (max-width: 1024px) {
  .byo-component.two_column_cta_stats .two-col-cta-stats .design__left {
    padding-right: 0rem;
    padding-bottom: 2rem;
  }
}
.byo-component.two_column_cta_stats .two-col-cta-stats .design__left h2 {
  padding-top: 5rem;
}
@media screen and (max-width: 1024px) {
  .byo-component.two_column_cta_stats .two-col-cta-stats .design__left h2 {
    padding-top: 2rem;
  }
}
@media screen and (max-width: 480px) {
  .byo-component.two_column_cta_stats .two-col-cta-stats .design__left h2 {
    padding-top: 0rem;
  }
}
.byo-component.two_column_cta_stats .two-col-cta-stats .design__left h2:first-of-type {
  padding-top: 0rem;
}
.byo-component.two_column_cta_stats .two-col-cta-stats .design__center {
  max-width: 792px;
  margin: 0 auto;
}
.byo-component.two_column_cta_stats .two-col-cta-stats .design__center h2 {
  padding-top: 5rem;
}
@media screen and (max-width: 1024px) {
  .byo-component.two_column_cta_stats .two-col-cta-stats .design__center h2 {
    padding-top: 2rem;
  }
}
.byo-component.two_column_cta_stats .two-col-cta-stats .design__center h2:first-of-type {
  padding-top: 0rem;
}
.byo-component.two_column_cta_stats .two-col-cta-stats .primary-case-study-image-wrapper {
  text-align: center;
}
.byo-component.two_column_cta_stats .two-col-cta-stats .design_description__image {
  margin: 4rem 0rem;
}
@media screen and (max-width: 480px) {
  .byo-component.two_column_cta_stats .two-col-cta-stats .design_description__image {
    margin: 0rem;
  }
}
.byo-component.two_column_cta_stats .two-col-cta-stats .design__list-item {
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.78;
  letter-spacing: normal;
}
.byo-component.two_column_cta_stats .two-col-cta-stats .development__list-wrapper {
  margin-top: 1rem;
  margin-bottom: 0rem;
}
.byo-component.two_column_cta_stats .two-col-cta-stats .development__list-wrapper ul li {
  color: #f5a623;
}
.byo-component.two_column_cta_stats .two-col-cta-stats .development__list-item {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.63;
  letter-spacing: normal;
}
.byo-component.two_column_cta_stats .two-col-cta-stats .development__logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 3rem;
}
@media screen and (max-width: 1024px) {
  .byo-component.two_column_cta_stats .two-col-cta-stats .development__logos {
    margin-bottom: 3.125rem;
  }
}
.byo-component.two_column_cta_stats .two-col-cta-stats .development__logo {
  height: 4.5rem;
  width: auto;
  margin: auto auto 1rem auto;
}
@media screen and (max-width: 1024px) {
  .byo-component.two_column_cta_stats .two-col-cta-stats .development__logo {
    height: 3.1875rem;
  }
}
.byo-component {
  /** Copy + Image + buttons **/
}
.byo-component.copy_image_twocol {
  margin-bottom: 0;
}
.byo-component.copy_image_twocol .copy_image_twocol {
  margin-bottom: 0;
  padding-top: 2rem;
}
@media screen and (min-width: 768px) {
  .byo-component.copy_image_twocol .copy_image_twocol {
    padding-top: 0;
    margin-bottom: 0;
  }
}
.byo-component.copy_image_twocol .copy_image {
  align-items: center;
}
.byo-component.copy_image_twocol .copy_image .wrapper {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .byo-component.copy_image_twocol .wrapper ~ .wrapper-image {
    margin-left: 70px;
  }
  .byo-component.copy_image_twocol .wrapper-image ~ .wrapper {
    margin-left: 70px;
  }
}
.byo-component.copy_image_twocol .text-container a {
  color: inherit;
  font-weight: 600;
  text-decoration: underline;
}
.byo-component.copy_image_twocol .text-container {
  margin: 15px 0 25px 0;
}
.byo-component.copy_image_twocol .buttons {
  display: flex;
}
.byo-component.copy_image_twocol .buttons .button {
  margin-right: 30px;
  max-width: 50%;
  width: 50%;
  text-align: center;
  justify-content: center;
}
.byo-component.copy_image_twocol .buttons .button:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .byo-component.copy_image_twocol .buttons {
    flex-direction: column;
  }
  .byo-component.copy_image_twocol .buttons .button {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
  }
}
.byo-component.two_column_cta_stats + .byo-component.copy_image {
  padding-top: 70px;
}
.byo-component {
  /** Logos + Text **/
}
.byo-component.logos_text .logos_text_wrapper .grid-logos {
  padding: 31px 0 31px 2.5rem;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .byo-component.logos_text .logos_text_wrapper .grid-logos {
    padding: 31px 0 31px 0;
    justify-content: center;
    flex-direction: column;
  }
  .byo-component.logos_text .logos_text_wrapper .grid-logos > div {
    margin-bottom: 30px;
  }
  .byo-component.logos_text .logos_text_wrapper .grid-logos > div:last-child {
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    width: 80%;
    text-align: center;
  }
}
.byo-component.logos_text .logos_text_wrapper .grid-logos .logo-item {
  margin-right: 44px;
}
.byo-component.logos_text .logos_text_wrapper .grid-logos .logo-item img {
  max-height: 75px;
}
@media screen and (max-width: 768px) {
  .byo-component.logos_text .logos_text_wrapper .grid-logos .logo-item {
    margin-right: 0;
  }
  .byo-component.logos_text .logos_text_wrapper .grid-logos .logo-item img {
    margin-bottom: 10px;
  }
  .byo-component.logos_text .logos_text_wrapper .grid-logos .logo-item:last-child img {
    margin-bottom: 0;
  }
}
.byo-component.logos_text .logos_text_wrapper .grid-logos p {
  color: inherit;
  width: 685px;
  max-width: 100%;
  font-weight: 500;
}
.byo-component.logos_text .logos_text_wrapper .grid-logos p strong {
  font-weight: 900;
  color: #fec836;
}
@media screen and (max-width: 768px) {
  .byo-component.logos_text .logos_text_wrapper .grid-logos p {
    width: 100%;
    margin: 0;
  }
}

/* global scss file */
.page-career .career-banner {
  padding-top: 70px;
  text-align: center;
  margin: 0;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
}
.page-career section.section {
  padding: 0;
}
.page-career section.section.eq-modea h3 {
  padding-bottom: 6px;
  margin-bottom: 30px;
}
.page-career section.section .container {
  max-width: 1220px;
}
.page-career section.section p {
  font-size: 20px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
}
.page-career section.section p:last-child {
  margin-bottom: 0;
}
.page-career section.section p strong {
  color: #008389;
  font-weight: 600;
}
@media screen and (max-width: 540px) {
  .page-career section.section p {
    font-size: 18px;
    line-height: 1.56;
  }
}

/* Then color, and then everything else in standard order */
/*copied code straight from case study group page */
.page-case-study-group .title-block h3 {
  margin: 0px auto;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
  font-size: 26px;
  max-width: 991px;
}
.page-case-study-group .case-group-wrapper {
  position: relative;
  min-height: 20rem;
  padding: 0 0 4rem 0;
  z-index: 0;
  gap: 2rem;
}
.page-case-study-group .case-group-wrapper .case__image {
  width: -webkit-fill-available;
  height: 100%;
  max-height: 366px;
  width: 100%;
  object-fit: cover;
}
.page-case-study-group .case__text-left h2 {
  font-size: 28px;
}
@media screen and (max-width: 425px) {
  .page-case-study-group .case__text-left h2 {
    font-size: 18px;
  }
}
@media screen and (max-width: 624px) {
  .page-case-study-group .case__text-left p {
    font-size: 12px;
  }
}

/* global scss file */
/**
 * Style for html elements, such as <p>, <h1>, <a>, etc.
 */
.page-contact-us {
  position: relative;
  z-index: 0;
  width: 100%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: 100% 0;
  margin: 0 auto;
}
.page-contact-us .container {
  display: flex;
  position: relative;
  z-index: 1;
  flex-wrap: wrap;
  row-gap: 3.5rem;
  column-gap: 2.5rem;
  flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .page-contact-us .container {
    flex-direction: row;
  }
}
.page-contact-us .left-contact {
  min-height: 100%;
  min-width: min-content;
  background: var(--color-gray-background);
  width: 150%;
  margin: -3.75rem 0 -3.75rem -1.25rem;
  padding: 3.75rem 2rem 3.75rem 3rem;
}
@media (min-width: 768px) {
  .page-contact-us .left-contact {
    width: 100%;
    flex: 0 1 30%;
    padding-left: 2.5rem;
    margin-left: -2.5rem;
  }
}
@media (min-width: 1280px) {
  .page-contact-us .left-contact {
    padding-left: 5rem;
    margin-left: -5rem;
  }
}
.page-contact-us .left-contact .side-bar-title {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 3rem;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .page-contact-us .left-contact .side-bar-title {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1280px) {
  .page-contact-us .left-contact .side-bar-title {
    font-size: 3rem;
    margin-bottom: 2rem;
  }
}
.page-contact-us .left-contact .address-list {
  gap: 2rem;
  margin-bottom: 2rem;
}
.page-contact-us .left-contact .address-list .address-text {
  max-width: 250px;
}
.page-contact-us .left-contact .address-list .address-text h5 {
  font-size: 26px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.23;
  margin: 0 0 10px 0;
}
.page-contact-us .right-contact {
  width: 100%;
  padding: 0 30px 0;
}
@media screen and (min-width: 768px) {
  .page-contact-us .right-contact {
    flex: 1 1 55%;
    max-width: 800px;
  }
}

.right-contact form {
  margin: 0 0 70px;
  width: 100%;
}
.right-contact form small {
  font-size: 12px;
  display: block;
  line-height: normal;
  margin: 0 0 15px 0;
}
.right-contact form .checkbox-group {
  margin: 0 0 30px 0;
  width: 100%;
}

/* global scss file */
.single-service section.dark-mode:before {
  color: var(--color-light-text);
  background-color: var(--color-dark-background);
  content: "";
  position: absolute;
  top: calc(var(--content-top) * -1);
  left: 0;
  right: 0;
  height: 300px;
  z-index: -1;
}
.single-service .title-block {
  padding-top: 53px;
}
.single-service .title-block h1 {
  margin-top: 30px;
  margin-bottom: 100px;
}
.single-service .title-block p {
  font-size: 26px;
  font-weight: 600;
}
.single-service .title-block p:after {
  width: 65px;
  left: 50%;
  margin-top: 9px;
  transform: translate(-50%, 0px);
  text-align: center;
}
.single-service .byo-component.two_column_cta_stats .two-col-cta-stats .b-sentence {
  font-weight: bold;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 24px;
}
.single-service .byo-component.two_column_cta_stats .two-col-cta-stats .copy-small ul li {
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 30px;
  list-style-type: none;
  margin: 0 0 10px 0;
}
.single-service .byo-component.logos_text {
  margin: 0px;
}
.single-service .byo-component.logos_text .logos_text_wrapper .grid-logos {
  padding: 25px 0 25px 2.5rem;
  justify-content: center;
  align-items: flex-end;
  margin-top: 0;
  max-width: 900px;
}
@media screen and (max-width: 500px) {
  .single-service .byo-component.logos_text .logos_text_wrapper .grid-logos {
    padding: 0px 2%;
  }
}
@media screen and (max-width: 500px) {
  .single-service .byo-component.logos_text .logos_text_wrapper .grid-logos.inline_logo .logo-item {
    padding: 0px 2%;
  }
}
.single-service .byo-component.logos_text .logos_text_wrapper .grid-logos.inline_logo .logo-item img {
  max-height: 150px;
  max-width: 240px;
}
@media screen and (max-width: 500px) {
  .single-service .byo-component.logos_text .logos_text_wrapper .grid-logos.inline_logo .logo-item img {
    max-width: 150px;
  }
}
@media screen and (max-width: 406px) {
  .single-service .byo-component.logos_text .logos_text_wrapper .grid-logos.inline_logo .logo-item img {
    max-width: 120px;
  }
}
@media screen and (max-width: 380px) {
  .single-service .byo-component.logos_text .logos_text_wrapper .grid-logos.inline_logo .logo-item img {
    max-width: 140px;
  }
}
@media screen and (max-width: 768px) {
  .single-service .byo-component.logos_text .logos_text_wrapper .grid-logos {
    padding: 25px 26px 25px 26px;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    max-width: 100%;
    text-align: center;
    display: block;
  }
}
.single-service .byo-component.related_news {
  margin-top: 40px;
}
.single-service .byo-component.related_news .grid-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .single-service .byo-component.related_news .grid-row {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}
@media screen and (min-width: 1280px) {
  .single-service .byo-component.related_news .grid-row {
    grid-template-columns: repeat(3, 1fr);
  }
}
.single-service .byo-component .case-studies .bgdiv .manual-cta {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.single-service .byo-component .case-studies .bgdiv .manual-cta .inside-wrapper p {
  font-weight: 500;
}
.single-service .byo-component .case-studies .case__sub-group,
.single-service .byo-component .case-studies .case__sub-group .case_image {
  min-height: 250px;
}
@media screen and (max-width: 768px) {
  .single-service .byo-component .case-studies .case__sub-group,
  .single-service .byo-component .case-studies .case__sub-group .case_image {
    min-height: auto !important;
  }
}
.single-service .byo-component .case-studies .manual-cta {
  display: flex;
  overflow: hidden;
  width: 100%;
  justify-content: center;
  align-items: center;
  min-height: 250px;
  height: auto;
  padding: 42px 28px;
}
.single-service .byo-component .case-studies .manual-cta .inside-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 !important;
  flex-direction: column;
}
.single-service .byo-component .case-studies .manual-cta .inside-wrapper a {
  margin-top: 0px;
}
.single-service .byo-component .case-studies .manual-cta .inside-wrapper h2 {
  margin: 0 0 16px;
  font-size: 20px;
}
.single-service .byo-component .case-studies .manual-cta .inside-wrapper p {
  margin: 0px 0 16px 0px;
  font-size: 16px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  padding: 0;
}
.single-service .byo-component .case-studies .case__image {
  object-fit: cover;
}
.single-service .byo-component .copy_image .wrapper {
  margin-bottom: 30px;
}
.single-service .byo-component .copy_image .wrapper.wrapper-image {
  margin-bottom: 0px !important;
}
@media screen and (max-width: 768px) {
  .single-service .byo-component .copy_image .wrapper.wrapper-image {
    margin-bottom: 30px !important;
  }
}
.single-service .byo-component .two-col-cta-stats a.button {
  max-width: 100% !important;
  width: auto !important;
  display: inline-block !important;
}
.single-service .byo-component .consulting__header-section {
  row-gap: 2rem;
}

/* Then color, and then everything else in standard order */
.page-blog-post .container {
  max-width: 1000px;
}
@media screen and (max-width: 768px) {
  .page-blog-post .container {
    width: 100%;
  }
}
@media screen and (max-width: 425px) {
  .page-blog-post .title-block {
    padding-bottom: 2rem;
  }
}
@media screen and (max-width: 425px) {
  .page-blog-post .title-block .title {
    font-size: 36px;
  }
}
@media screen and (max-width: 425px) {
  .page-blog-post .title-block .category-tag__wrapper {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
}
.page-blog-post .title-block h1 {
  max-width: 1270px;
  text-align: center;
}
.page-blog-post .title-block .category-tag__wrapper {
  margin-bottom: 2rem;
}
.page-blog-post .title-block .post-date__wrapper {
  margin-top: 2.5rem;
}
.page-blog-post .title-block .post-date__text {
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #9b9b9b;
}
.page-blog-post .blog-post-header .title-block .published-date__wrapper .published-date {
  font-size: 20px;
  font-style: normal;
  text-align: left;
  margin-bottom: 0;
  color: #9b9b9b;
  font-weight: 500;
}
@media screen and (max-width: 425px) {
  .page-blog-post .blog-post-header .title-block .published-date__wrapper .published-date {
    font-size: 18px;
  }
}
.page-blog-post .primary__image {
  padding: 0rem 7.5625rem;
}
@media screen and (max-width: 1024px) {
  .page-blog-post .primary__image {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.page-blog-post .author__wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.page-blog-post .author__wrapper.author__wrapper-center {
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .page-blog-post .author__wrapper.author__wrapper-center {
    flex-direction: column;
  }
}
.page-blog-post .author__wrapper .author__image {
  width: 5.8125rem;
  height: 5.8125rem;
  border-radius: 50%;
}
.page-blog-post .author__wrapper .author__text-group {
  padding-left: 1rem;
}
.page-blog-post .author__wrapper .author__read-more {
  font-size: 24px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  margin-right: 1rem;
}
.page-blog-post .author__wrapper .author__name {
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  margin-bottom: 0;
}
.page-blog-post .author__wrapper .author__title {
  font-size: 14px;
  font-weight: 300;
  text-align: left;
  margin-bottom: 0rem;
  font-style: inherit;
}
.page-blog-post .author__wrapper .author__image-and-text-wrapper {
  display: flex;
  align-items: center;
}
.page-blog-post .content-wrapper {
  position: relative;
  padding: 2rem 11.4375rem 2rem;
}
@media screen and (max-width: 1024px) {
  .page-blog-post .content-wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.page-blog-post .content-wrapper p:not(blockquote p) {
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.22;
  letter-spacing: normal;
}
.page-blog-post .wp-block-quote {
  border-left: 0px;
}
.page-blog-post .wp-block-quote p {
  font-size: 29px;
  font-weight: normal;
  font-style: italic;
  font-stretch: normal;
  line-height: 1.38;
  letter-spacing: normal;
  border-left: none;
}
@media screen and (max-width: 768px) {
  .page-blog-post .wp-block-quote p {
    font-size: 24px;
    line-height: 1.38;
  }
}
.page-blog-post blockquote {
  position: relative;
}
@media screen and (max-width: 768px) {
  .page-blog-post blockquote {
    margin: 40px auto;
    width: 100%;
  }
}
.page-blog-post blockquote:before {
  display: block;
  padding-left: 10px;
  content: "";
  font-size: 120px;
  position: absolute;
  left: -20px;
  top: -20px;
  color: #efefef;
  z-index: -1;
  width: 51px;
  background-image: url("assets/img/common/invalid-name.svg");
  height: 33px;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.page-blog-post .services {
  border-top: solid 1px #979797;
  border-bottom: solid 1px #979797;
}
.page-blog-post .services h3 {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  margin-bottom: 1rem;
}
@media screen and (max-width: 425px) {
  .page-blog-post .services h3 {
    font-size: 24px;
  }
}
.page-blog-post .services .services__wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.page-blog-post .services .service__item-link {
  display: block;
  margin-bottom: 1rem;
}
.page-blog-post .services .service__item {
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #144d54;
  margin-right: 2rem;
}
.page-blog-post .services .arrow-right---anticon {
  margin-left: 1.5rem;
}
.page-blog-post .blog__contact {
  background: url("assets/img/common/august-2016-0036@2x.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.page-blog-post .addtoany_share_save_container {
  margin: 0 auto;
  margin-top: 5.25rem;
  margin-bottom: 1rem;
  width: 13rem;
  text-align: center;
}
.page-blog-post .addtoany_header {
  float: left;
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #c9c9c9;
  margin-right: 1rem;
  margin-top: 0.3rem;
}
.page-blog-post .related-services-block {
  background: var(--color-gray-background);
  max-width: 100%;
  margin: 0;
  padding: 70px 0;
}
.page-blog-post .related-services-block .container {
  max-width: 1140px;
}
.page-blog-post .related-services-block .related-services-title {
  text-align: center;
  font-size: 36px;
  font-weight: 900;
}
@media screen and (max-width: 425px) {
  .page-blog-post .related-services-block .related-services-title {
    margin-bottom: 1rem;
    font-size: 24px;
  }
}
.page-blog-post .related-services-block .related-services__wrapper {
  margin: 0;
  justify-content: center;
}
@media screen and (max-width: 1025px) and (min-width: 1024px) {
  .page-blog-post .related-services-block .related-services__wrapper {
    margin: 0 7rem 0 9rem;
    text-align: left;
  }
}
@media screen and (max-width: 425px) {
  .page-blog-post .related-services-block .related-services__wrapper {
    margin: 0 2rem;
  }
}
.page-blog-post .related-services-block .related-services__wrapper .related-services-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.page-blog-post .related-services-block .related-services__wrapper .related-services-list a {
  min-width: 33%;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  align-items: center;
  padding: 30px 20px 0;
  justify-content: center;
}
.page-blog-post .partial.contact .contact__second h2 {
  font-size: 24px;
}
.page-blog-post .partial.contact .contact__second .subscribe-form__wrapper {
  width: 60%;
}
.page-blog-post .partial.contact .contact__second .subscribe-form__wrapper .email-field,
.page-blog-post .partial.contact .contact__second .subscribe-form__wrapper .first-name-field,
.page-blog-post .partial.contact .contact__second .subscribe-form__wrapper .last-name-field {
  display: flex;
  border-bottom: 2px solid #ffffff;
}
.page-blog-post .partial.contact .contact__second .subscribe-form__wrapper .email-field input,
.page-blog-post .partial.contact .contact__second .subscribe-form__wrapper .first-name-field input,
.page-blog-post .partial.contact .contact__second .subscribe-form__wrapper .last-name-field input {
  border: 0;
  box-shadow: none;
  font-size: 14px;
  margin-bottom: 0rem;
  background-color: #f5a623;
  color: #ffffff;
}
.page-blog-post .partial.contact .contact__second .subscribe-form__wrapper .email-field input::placeholder,
.page-blog-post .partial.contact .contact__second .subscribe-form__wrapper .first-name-field input::placeholder,
.page-blog-post .partial.contact .contact__second .subscribe-form__wrapper .last-name-field input::placeholder {
  color: #ffffff;
}
.page-blog-post .partial.contact .contact__second .subscribe-form__wrapper .email-field,
.page-blog-post .partial.contact .contact__second .subscribe-form__wrapper .first-name-field {
  margin-bottom: 0.25rem;
}
.page-blog-post .article-newsletter .container {
  padding-top: 0;
}

/*
 * Maps to the 'index" template (index.php) for a fallback to if the page template doesn't exist.
 * So this page is not used as a primary, but as a failsafe.
 */
.page-blog-group .article {
  padding: 0 2rem;
  margin-bottom: 2rem;
}
.page-blog-group .article__title {
  font-size: 36px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
}
.page-blog-group .article__title a {
  color: inherit;
}
.page-blog-group .article__line {
  width: 50px;
  border-bottom: solid 4px #f5a623;
}
.page-blog-group .category-tag {
  font-size: 12px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #4a4a4a;
  border-radius: 5px;
  background-color: #efefef;
  padding: 0.15rem 0.5rem;
  margin-right: 1rem;
}

/* global scss file */
.page-blog {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
.page-blog .featured-insights {
  background-color: var(--color-gray-background);
}
.page-blog .featured-insights .container {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.page-blog .featured-insights .container .insights-label {
  font-weight: 400;
}
.page-blog .featured-insights .container .insights-container {
  display: grid;
  gap: 2rem;
  justify-content: center;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  .page-blog .featured-insights .container .insights-container {
    grid-template-columns: repeat(2, minmax(250px, 1fr));
  }
  .page-blog .featured-insights .container .insights-container:has(> :last-child:nth-child(1)) {
    grid-template-columns: minmax(250px, calc(50% - 1rem));
  }
}
@media screen and (min-width: 1280px) {
  .page-blog .featured-insights .container .insights-container {
    grid-template-columns: repeat(3, minmax(250px, 1fr));
  }
  .page-blog .featured-insights .container .insights-container:has(> :last-child:nth-child(2)) {
    grid-template-columns: repeat(2, minmax(250px, 1fr));
  }
  .page-blog .featured-insights .container .insights-container:has(> :last-child:nth-child(1)) {
    grid-template-columns: minmax(250px, calc(50% - 1rem));
  }
}
.page-blog .featured-insights .container .insights-container.row-layout {
  display: flex;
  flex-direction: column;
}
.page-blog .featured-insights .container .insights-container.row-layout .tab-card-item .content-tab-card-image-link {
  flex-direction: row;
}
.page-blog .featured-insights .container .insights-container.row-layout .tab-card-item .content-tab-card-image-link .blog-card-category-wrapper {
  position: absolute;
}
.page-blog .featured-insights .container .insights-container.row-layout .tab-card-item .content-tab-card-image-link .published-date__card {
  position: absolute;
  right: 1.5rem;
}
.page-blog .featured-insights .container .insights-container.row-layout .tab-card-item .content-tab-card-image-link .content-tab-card-image {
  flex: 4;
  height: unset;
}
.page-blog .featured-insights .container .insights-container.row-layout .tab-card-item .content-tab-card-image-link .content-tab-card-image img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  object-position: center;
  aspect-ratio: unset;
}
.page-blog .featured-insights .container .insights-container.row-layout .tab-card-item .content-tab-card-image-link .content-tab-card-content {
  flex: 6;
}
.page-blog .featured-insights .container .insights-container.row-layout .tab-card-item .content-tab-card-image-link .content-tab-card-content .tab-card-footer {
  padding-top: 0.75rem;
  margin-top: unset;
}
.page-blog .featured-insights .container .insights-container .tab-card-item {
  animation: cardFadeIn 0.5s ease;
  transition: margin 0.3s ease;
  display: flex;
  justify-content: center;
}
.page-blog .featured-insights .container .insights-container .tab-card-item > * {
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1019607843);
  -moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1019607843);
  -ms-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1019607843);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1019607843);
  width: 100%;
}
@media screen and (min-width: 320px) {
  .page-blog .featured-insights .container .insights-container .tab-card-item > * {
    width: 75%;
  }
}
@media screen and (min-width: 768px) {
  .page-blog .featured-insights .container .insights-container .tab-card-item > * {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .page-blog .featured-insights .container .insights-container .tab-card-item:hover {
    margin-top: -10px;
    margin-bottom: 10px;
  }
}
.page-blog .featured-insights .container .insights-container .tab-card-item:hover .tab-card-footer-cta {
  border-color: transparent;
}
.page-blog .featured-insights .container .insights-container .tab-card-item:hover .tab-card-footer-cta::before {
  transform: translateX(0);
}
.page-blog .featured-insights .container .insights-container .tab-card-item .content-tab-card-image-link {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.page-blog .featured-insights .container .insights-container .tab-card-item .content-tab-card-image-link:hover .content-tab-card-image img {
  transform: scale(1.05);
}
.page-blog .featured-insights .container .insights-container .tab-card-item .content-tab-card-image-link .content-tab-card-image {
  position: relative;
  overflow: hidden;
  height: min-content;
}
.page-blog .featured-insights .container .insights-container .tab-card-item .content-tab-card-image-link .content-tab-card-image.placeholder-image {
  width: 100%;
  background: linear-gradient(135deg, rgba(10, 10, 10, 0.3), transparent);
  aspect-ratio: 3/2;
}
.page-blog .featured-insights .container .insights-container .tab-card-item .content-tab-card-image-link .content-tab-card-image img {
  transition: transform 0.5s ease;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 3/2;
}
.page-blog .featured-insights .container .insights-container .tab-card-item .content-tab-card-image-link .content-tab-card-content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 1.5rem;
  flex-grow: 2;
}
.page-blog .featured-insights .container .insights-container .tab-card-item .content-tab-title {
  font-size: 1.75rem;
  font-weight: 400;
}
.page-blog .featured-insights .container .insights-container .tab-card-item .content-tab-subtitle {
  font-size: 1.125rem;
  color: rgba(0, 0, 0, 0.6);
}
.page-blog .featured-insights .container .insights-container .tab-card-item .tab-card-footer {
  display: flex;
  justify-content: space-between;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: auto;
  gap: 1rem;
}
.page-blog .featured-insights .container .insights-container .tab-card-item .tab-card-footer .tab-card-footer-cta {
  height: min-content;
  align-self: center;
  margin-left: auto;
}
.page-blog .featured-insights .container .insights-container .tab-card-item {
  position: relative;
  background-color: white;
}
.page-blog .featured-insights .container .insights-container .tab-card-item .feature-tag {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background-color: var(--color-primary);
  border-radius: 50px;
  width: min-content;
  z-index: 1;
  padding: 0.5rem 1rem;
  font-size: 0.75rem;
  font-weight: 600;
}
@media screen and (min-width: 320px) {
  .page-blog .featured-insights .container .insights-container .tab-card-item .feature-tag {
    left: clamp(4.5rem, 15vw, 6.5rem);
  }
}
@media screen and (min-width: 768px) {
  .page-blog .featured-insights .container .insights-container .tab-card-item .feature-tag {
    left: 1rem;
  }
}
.page-blog .featured-insights .container .insights-container .tab-card-item .content-tab-card-image img {
  aspect-ratio: 2/1;
}
@media screen and (min-width: 768px) {
  .page-blog .featured-insights .container .insights-container .tab-card-item .content-tab-card-image img {
    aspect-ratio: 3/2;
  }
}
.page-blog .blog-header .blog-categories {
  display: block;
  text-align: center;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .page-blog .blog-header .blog-categories {
    width: 80%;
    margin: auto;
  }
}
.page-blog .blog-header .blog-categories .blog-category {
  display: inline-block;
  margin: 0 1.15rem;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .page-blog .blog-header .blog-categories .blog-category {
    font-size: 28px;
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 425px) {
  .page-blog .blog-header .blog-categories .blog-category {
    font-size: 18px;
  }
}
.page-blog .blog-header .blog-categories .blog-category.active {
  font-weight: 800;
}
.page-blog .tab-card-grid .blog-post-card {
  height: 100%;
}
.page-blog .blog-posts {
  max-width: 100%;
  background: var(--color-gray-background);
  margin: 0 auto;
  position: relative;
  padding: 40px 0px 70px;
  overflow: hidden;
}
.page-blog .blog-posts .container {
  max-width: 1202px;
  width: 100%;
  padding: 26px;
}
@media screen and (max-width: 768px) {
  .page-blog .blog-posts .container {
    width: 100%;
    padding: 0 27px;
  }
}
.page-blog .blog-posts .blog-items .blog-post-card .card-image {
  height: 255px;
  width: 100%;
  object-fit: cover;
  background-size: cover;
}
.page-blog .blog-posts .blog-items .blog-post-card .card-image img {
  width: 100%;
  object-fit: cover;
}
.page-blog .blog-posts .blog-items .blog-post-card .category-tag {
  cursor: pointer;
}
.page-blog .blog-posts .blog-items .blog-post-card .category-tag:hover {
  color: var(--color-light-text);
  background-color: var(--color-teal-700);
}
.page-blog .blog-posts .blog-landing.shown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.page-blog .blog-posts .blog-landing.hidden {
  display: none;
}
.page-blog .partial.contact .contact__second h2 {
  font-size: 24px;
}
.page-blog .partial.contact .contact__second .subscribe-form__wrapper {
  width: 60%;
}
.page-blog .partial.contact .contact__second .subscribe-form__wrapper .email-field,
.page-blog .partial.contact .contact__second .subscribe-form__wrapper .first-name-field,
.page-blog .partial.contact .contact__second .subscribe-form__wrapper .last-name-field {
  display: flex;
  border-bottom: 2px solid #ffffff;
}
.page-blog .partial.contact .contact__second .subscribe-form__wrapper .email-field,
.page-blog .partial.contact .contact__second .subscribe-form__wrapper .first-name-field {
  margin-bottom: 0.25rem;
}
.page-blog .partial.contact .contact__second .subscribe-form__wrapper .email-field input,
.page-blog .partial.contact .contact__second .subscribe-form__wrapper .first-name-field input,
.page-blog .partial.contact .contact__second .subscribe-form__wrapper .last-name-field input {
  border: 0;
  box-shadow: none;
  font-size: 14px;
  margin-bottom: 0rem;
  background-color: #f5a623;
  color: #ffffff;
}
.page-blog .partial.contact .contact__second .subscribe-form__wrapper .email-field input::placeholder,
.page-blog .partial.contact .contact__second .subscribe-form__wrapper .first-name-field input::placeholder,
.page-blog .partial.contact .contact__second .subscribe-form__wrapper .last-name-field input::placeholder {
  color: #ffffff;
}
.page-blog .partial.contact .contact__second .subscribe-form__wrapper .subscribe-button {
  margin-top: 1.5rem;
  color: #ffffff;
  cursor: pointer;
  border: none;
  background-color: #f5a623;
}
.page-blog .partial.contact .contact__second .subscribe-form__wrapper .subscribe-button span {
  margin-left: 1rem;
}

section.blog-post-single {
  padding: 70px 0 0 0;
  background-size: 100% auto;
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  section.blog-post-single {
    padding: 30px 0 0 0;
  }
}
section.blog-post-single .blog-post-header-container {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding-bottom: 2.5rem;
}
section.blog-post-single .blog-post-header-container h1.title {
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: normal;
  text-align: center;
}
@media screen and (max-width: 768px) {
  section.blog-post-single .blog-post-header-container h1.title {
    font-size: 36px;
  }
}
section.blog-post-single .blog-post-header-container .pst_meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 14px;
}
section.blog-post-single .blog-post-header-container .pst_meta p {
  margin: 0;
  font-weight: 400;
}
section.blog-post-single .post-body__wrapper .wp-block-image {
  margin-bottom: 2.5rem;
}
section.blog-post-single .post-body__wrapper p {
  font-weight: 400;
}
section.blog-post-single .hero-image__wrapper {
  width: 100%;
  height: auto;
}
section.blog-post-single .hero-image__wrapper img.hero-image {
  width: 100%;
  height: auto;
  margin: 0 0 40px 0;
}
@media screen and (max-width: 768px) {
  section.blog-post-single .hero-image__wrapper img.hero-image {
    margin: 0 0 30px 0;
  }
}
section.blog-post-single .category-tag__wrapper {
  text-align: center;
  padding: 0;
  font-weight: bold;
  margin: 0 0 30px 0;
  display: none;
}
section.blog-post-single ol {
  margin-left: 2.25rem;
}
section.blog-post-single p + ol {
  margin-top: -10px !important;
  margin-top: -25px;
}
section.blog-post-single p + ul {
  margin-top: -25px;
}
section.blog-post-single blockquote {
  margin: 40px auto 20px auto;
  max-width: 800px;
  width: 90%;
  padding: 0;
}

.social-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}
.social-links span {
  font-weight: 400;
}
.social-links .social-icons {
  display: flex;
}
.social-links .social-icons a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.social-links .social-icons a:hover {
  border-radius: 50%;
  color: var(--color-dark-text);
  background-color: var(--color-gray-background);
  border: 1px solid --color-dark-background;
}
.social-links .social-icons a i.fa-brands {
  font-size: 1.25rem;
}

/* global scss file */
/*
 * News page -- Blog List page
 */
.page-archive-blog section.news-header {
  width: 100%;
  padding: 0;
  background-image: url();
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.page-archive-blog section.news-header .container {
  padding-bottom: 0;
}
.page-archive-blog section.news-header .container .title-block {
  padding: 3rem 0;
}
.page-archive-blog section.news-header .container .title-block h1 {
  margin: 0;
  padding: 0;
}
.page-archive-blog .post-filter {
  width: 100%;
}
.page-archive-blog .post-filter #filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  width: 100%;
  margin: 0px auto;
}
.page-archive-blog .post-filter li {
  list-style: none;
  display: inline-block;
  text-align: center;
  padding: 0;
}
.page-archive-blog .post-filter li a {
  padding: 21px 30px 20.26px;
  text-align: center;
  color: var(--color-dark-text);
  font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  display: inline-block;
}
@media screen and (max-width: 840px) {
  .page-archive-blog .post-filter li a {
    padding: 15px 15px;
    font-size: 18px;
  }
}
.page-archive-blog .post-filter li a.selected {
  background: var(--color-gray-background);
}
.page-archive-blog .news-list {
  width: auto;
  margin: 0 -27px;
  display: flex;
  flex-wrap: wrap;
  height: auto !important;
}
@media screen and (max-width: 1024px) {
  .page-archive-blog .news-list {
    margin: 0 -15px;
  }
}
@media screen and (max-width: 840px) {
  .page-archive-blog .news-list {
    margin: 0 -27px;
  }
}
.page-archive-blog .news-list .blog-items {
  width: 100%;
  padding: 30px 27px 0;
  position: static !important;
  left: 0 !important;
  transition-duration: 0.1s !important;
  transform: none !important;
}
@media screen and (min-width: 768px) {
  .page-archive-blog .news-list .blog-items {
    flex-basis: 50%;
    padding: 30px 15px 0;
  }
}
@media screen and (min-width: 1280px) {
  .page-archive-blog .news-list .blog-items {
    flex-basis: 33%;
    padding: 30px 27px 0px;
  }
}
.page-archive-blog .news-list .blog-items .blog-post-card {
  display: inline-block;
  background: #fff;
  width: 100%;
  height: 100%;
}
.page-archive-blog .news-list .blog-items .blog-post-card .blog-post-card {
  position: relative;
  padding-bottom: 70px;
}

/* Then color, and then everything else in standard order */
/* global scss file */
/*******page not found********/
.no-found-section2 {
  width: 100%;
  text-align: center;
  overflow: hidden;
  padding: 0 0 60px 0;
}
.no-found-section2 .container {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.no-found-section2 ul.no-found-list {
  list-style: none;
  margin: 0 -10px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  padding: 0;
}
@media screen and (min-width: 768px) {
  .no-found-section2 ul.no-found-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1600px) {
  .no-found-section2 ul.no-found-list {
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  }
}
.no-found-section2 ul.no-found-list li {
  padding: 0;
  border: 1px solid #ccc;
  margin: 10px;
  border-radius: 15px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.no-found-section2 ul.no-found-list li .found-text {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  text-align: left;
  padding: 20px 10px;
  flex-grow: 1;
}
@media screen and (min-width: 768px) {
  .no-found-section2 ul.no-found-list li .found-text {
    padding: 20px;
  }
}
.no-found-section2 ul.no-found-list li .found-text h5 {
  margin: 0;
  width: 100%;
}
.no-found-section2 ul.no-found-list li .found-text p {
  font-size: var(--font-size-s);
  line-height: var(--line-height-s);
  margin: 0 auto;
  padding: 0;
}
.no-found-section2 ul.no-found-list li .found-text a {
  font-size: 1.125rem;
  font-weight: 600;
  font-style: normal;
  line-height: normal;
  color: var(--color-dark-text);
  align-self: flex-start;
  align-content: center;
  flex-wrap: wrap;
}
.no-found-section2 ul.no-found-list li .found-text a:hover span {
  text-decoration-line: underline;
}
.no-found-section2 ul.no-found-list li .found-image {
  display: block;
  width: 100%;
}
.no-found-section2 ul.no-found-list li .found-image img {
  display: block;
  width: 100%;
  height: 160px;
  object-fit: cover;
  object-position: top;
}
@media screen and (min-width: 768px) {
  .no-found-section2 ul.no-found-list li .found-image img {
    height: 290px;
  }
}

.simple-landing-page {
  display: block;
  height: auto;
  width: 100%;
}
.simple-landing-page section.page-title-wrapper .page-title {
  margin: 0;
  justify-self: center;
}
/* global scss file */
.page-award {
  overflow: hidden;
  width: 100%;
}
.page-award .award-banner {
  width: 100%;
  text-align: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 0 0;
  padding: 80px 0;
}
@media screen and (max-width: 540px) {
  .page-award .award-banner {
    background-image: url(assets/img/page-award/awards-hero-mobile.svg);
    padding: 70px 0;
    color: var(--color-light-text);
  }
}
.page-award .award-banner h1 {
  margin: 0;
  position: relative;
  font-weight: bold;
  z-index: 0;
}
.page-award .award-banner p {
  margin: 32px 0 0 0;
  font-size: 26px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  letter-spacing: normal;
}
@media screen and (max-width: 540px) {
  .page-award .award-banner p {
    margin: 30px 0 0 0;
    font-size: 24px;
  }
}
.page-award .award-list {
  overflow: hidden;
  width: 100%;
  position: relative;
  z-index: 0;
  background-color: var(--color-gray-background);
  background-image: url(assets/img/common/lines--wide.svg);
  background-repeat: no-repeat;
  background-size: 370px auto;
  background-position: 100% center;
}
@media screen and (max-width: 540px) {
  .page-award .award-list {
    padding: 70px 0;
  }
}
.page-award .award-list:before, .page-award .award-list:after {
  content: "";
  background-image: url(assets/img/common/lines--wide.svg);
  position: absolute;
  z-index: 0;
  left: 0;
  width: 450px;
  height: 330px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 0 0;
}
.page-award .award-list:after {
  bottom: 10%;
  width: 100px;
  background-size: auto;
}
.page-award .award-list .container {
  position: relative;
  z-index: 2;
  display: grid;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .page-award .award-list .container {
    display: block;
  }
}
.page-award .award-list .container .award-row {
  display: flex;
  position: relative;
  z-index: 0;
  padding: 0;
  align-items: center;
  margin: 0 0 79px 0;
  row-gap: 2rem;
}
@media screen and (max-width: 760px) {
  .page-award .award-list .container .award-row {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    max-width: 362px;
    margin: 0 auto 30px;
    padding: 30px;
    box-shadow: 0 10px 22px 0 rgba(145, 145, 145, 0.5);
    background: #fff;
  }
}
.page-award .award-list .container .award-row:last-child {
  margin-bottom: 0 !important;
}
.page-award .award-list .container .award-row .award-image {
  width: 271px;
  min-width: 271px;
  height: 215px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  box-shadow: 0 10px 22px 0 rgba(145, 145, 145, 0.5);
  background: #fff;
  position: relative;
  z-index: 1;
  padding: 23px;
}
@media screen and (max-width: 760px) {
  .page-award .award-list .container .award-row .award-image {
    padding: 0;
    box-shadow: none;
    width: auto;
    height: auto;
    min-width: 10px;
  }
}
.page-award .award-list .container .award-row .award-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 760px) {
  .page-award .award-list .container .award-row .award-image img {
    width: 100%;
    height: auto;
    max-width: 225px;
    max-height: 155px;
  }
}
.page-award .award-list .container .award-row .award-text {
  padding: 0;
  min-height: 10px;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}
@media screen and (min-width: 768px) {
  .page-award .award-list .container .award-row .award-text {
    padding: 30px 30px 30px 38px;
    min-height: 155px;
  }
}
.page-award .award-list .container .award-row .award-text h4 {
  margin: 0 0 15px 0;
  font-size: 26px;
  font-weight: bold !important;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.23;
  width: 100%;
}
@media screen and (max-width: 760px) {
  .page-award .award-list .container .award-row .award-text h4 {
    font-size: 24px;
  }
}
.page-award .award-list .container .award-row .award-text p {
  margin: 0;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 1.5;
  width: 100%;
}
@media screen and (max-width: 760px) {
  .page-award .award-list .container .award-row .award-text p {
    font-size: 14px;
  }
}
.page-award .award-list .container .award-row .award-text a {
  font-weight: bold;
}
.page-award .case-studies .container {
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.page-award .case-studies .container .grid-x {
  justify-content: flex-start;
}
.page-award .case-studies .container .grid-x .case__sub-group.manual-cta {
  height: 300px;
}
.page-award .case-studies .container .grid-x .case__sub-group.manual-cta .cta-inside-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
  height: 100%;
}
.page-award .case-studies .container .grid-x .case__sub-group.manual-cta .cta-inside-wrapper h2 {
  margin: 1rem 1rem 0;
}
.page-award .case-studies .container .grid-x .case__sub-group.manual-cta .cta-inside-wrapper p {
  margin: 0 1rem;
}
.page-award .case-studies .container .grid-x .case__sub-group.manual-cta .cta-inside-wrapper .btn.card-cta-button {
  justify-content: center;
  border-radius: 0;
}

/* global scss file */
.page-mission {
  width: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 0 0;
}
.page-mission .mission-banner {
  width: 100%;
  overflow: hidden;
  padding: 70px 0;
  text-align: center;
}
.page-mission .mission-banner .container {
  max-width: 991px;
}
.page-mission .mission-banner .modea-logo {
  display: block;
  text-align: center;
  width: 100%;
}
.page-mission .mission-banner .modea-logo img {
  width: 103px;
  height: auto;
  margin: 0 auto 30px;
  display: block;
}
.page-mission .mission-banner h1 {
  position: relative;
  text-align: center;
  z-index: 0;
  margin: 0 0 30px 0;
}
.page-mission .mission-banner h3 {
  margin: 0;
  font-weight: 500 !important;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46 !important;
  letter-spacing: normal;
  text-align: center;
  font-size: 26px;
}
.page-mission .section {
  padding: 0 0 70px 0;
  background: transparent;
}
.page-mission .row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
  align-items: center;
}
.page-mission .row h2 {
  padding: 0 0 5px 0;
  margin: 0 0 20px 0;
}
.page-mission .row .col {
  padding: 0 20px;
}
.page-mission .row .col-5 {
  width: 47.6%;
}
@media screen and (max-width: 767px) {
  .page-mission .row .col-5 {
    width: 100%;
    padding-top: 30px;
  }
}
.page-mission .row .col-7 {
  width: 52.4%;
}
@media screen and (max-width: 767px) {
  .page-mission .row .col-7 {
    width: 100%;
    order: 1;
  }
}
.page-mission .row .col-7 img {
  padding-top: 30px;
}
.page-mission .row p {
  font-size: 20px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  margin: 0 0 30px 0;
}
.page-mission .row p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .page-mission .row p {
    font-size: 18px;
  }
}
@media screen and (max-width: 425px) {
  .page-mission .row p {
    font-size: 16px;
  }
}
.page-mission .full-image img {
  width: 100%;
  height: auto;
}
.page-mission .mission-why .why.center-content {
  text-align: center;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 70px 0 0;
}
@media screen and (max-width: 768px) {
  .page-mission .mission-why .why.center-content {
    text-align: left;
  }
}
.page-mission .mission-why .why.center-content h2 {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page-mission .mission-why .why.center-content h2 {
    text-align: left;
    margin-bottom: 20px;
  }
}
.page-mission .mission-why .why.center-content h2:after {
  margin: 0 auto;
  left: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .page-mission .mission-why .why.center-content h2:after {
    margin: 0 auto;
    left: 0;
    right: auto;
  }
}
.page-mission .mission-why .why.center-content p {
  max-width: 938px;
  font-size: 20px;
  font-weight: 300;
  margin: 18px auto 0px;
}
@media screen and (max-width: 768px) {
  .page-mission .mission-why .why.center-content p {
    font-size: 18px;
  }
}
@media screen and (max-width: 425px) {
  .page-mission .mission-why .why.center-content p {
    font-size: 16px;
  }
}
.page-mission .center-heading {
  text-align: center;
  margin: 0;
  padding: 70px 0 0 0;
}
.page-mission .center-heading h2 {
  margin: 0;
  font-weight: 700;
  text-align: center;
  color: #008389;
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .page-mission .center-heading h2 {
    padding: 0;
    display: inline;
    border-bottom: 2px solid #fec836;
  }
}
.page-mission .center-heading h2:after {
  width: 100%;
  height: 0px;
}
@media screen and (max-width: 1024px) {
  .page-mission .center-heading h2:after {
    display: none;
  }
}

/* global scss file */
.webinar-page .webinar-video {
  background: var(--color-gray-background);
  padding: 70px 0px;
}
.webinar-page .webinar-video .container .videowrapper {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
}
.webinar-page .webinar-video .container .videowrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.library-wrapper {
  width: 100%;
  padding: 0 0 70px 0;
  margin: 0;
  position: relative;
  min-height: 50vh;
  z-index: 0;
}
.library-wrapper .container {
  border-top: 2px solid #317aa6;
  padding-top: 45px !important;
  border-bottom: 2px solid #317aa6;
  padding-bottom: 55px;
  width: 92%;
  max-width: 1260px;
  margin: 0px auto;
}
@media screen and (max-width: 767px) {
  .library-wrapper .container {
    padding-top: 30px !important;
    border-bottom: 0px solid #015960;
  }
}
.library-wrapper .container .alphabet-links {
  width: 100%;
  padding: 20px 0 0 0;
}
.library-wrapper .container .alphabet-links .az-filter {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 0;
  max-width: 1360px;
  width: 96%;
  flex-wrap: wrap;
}
.library-wrapper .container .alphabet-links .az-filter li {
  display: inline-block;
  margin: 5px 10px;
  list-style: none;
  line-height: normal;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .library-wrapper .container .alphabet-links .az-filter li {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  .library-wrapper .container .alphabet-links .az-filter li {
    font-size: 18px;
  }
}
.library-wrapper .container .alphabet-links .az-filter li.alpha-search {
  min-width: 200px;
  position: relative;
  z-index: 0;
  display: flex;
  align-items: center;
  margin-right: 0;
}
.library-wrapper .container .alphabet-links .az-filter li.alpha-search input {
  margin: 0;
  width: 100%;
  border: 1px solid #ccc;
  box-shadow: none;
  background: #fff;
  padding: 10px 30px 10px 10px;
  height: auto;
}
.library-wrapper .container .alphabet-links .az-filter li.alpha-search span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.library-wrapper .container .alphabet-links .az-filter li.alpha-search .fa-search {
  font-size: 16px;
  position: absolute;
  right: 7px;
  top: 14px;
}
.library-wrapper .container .alphabet-links .az-filter a {
  text-decoration: none;
}
.library-wrapper .container .alphabet-links .az-filter a:hover {
  text-decoration: underline;
}
.library-wrapper .container .post-list {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 1000px;
  width: 98%;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
@media screen and (max-width: 480px) {
  .library-wrapper .container .post-list {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
@media screen and (max-width: 767px) {
  .library-wrapper .container .post-list {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
.library-wrapper .container .post-list li {
  margin: 0 0 30px 0;
  line-height: normal;
  list-style: none;
}
.library-wrapper .container .post-list li a {
  font-size: 20px;
  text-decoration: underline;
  font-weight: 500;
}
@media screen and (max-width: 480px) {
  .library-wrapper .container .post-list li a {
    font-size: 18px;
  }
}
.library-wrapper .container .post-list li a:hover {
  text-decoration: none;
}
.library-wrapper .section-heading {
  text-align: center;
  padding: 0 0 35px 0;
}

/* global scss file */
.podcast-banner {
  width: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0;
  text-align: center;
}
.podcast-banner img {
  display: block;
  width: 100%;
  height: auto;
}

section.podcast {
  padding: 0;
}
section.podcast .single-podcast {
  list-style: none;
}
section.podcast .single-podcast h1 {
  font-size: 2.5rem;
}
section.podcast .single-podcast li {
  list-style: none;
  padding: 30px;
  margin: 0 0 30px 0;
  display: flex;
  flex-wrap: wrap;
  background: #f2f2f2;
  align-items: start;
}
section.podcast .single-podcast li .episode {
  width: 30%;
}
section.podcast .single-podcast li .episode-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: auto;
  padding: 0 0 0 40px;
}
section.podcast .episode img {
  border-radius: 10px;
}

ul.podcast-lists {
  list-style: none;
  margin: 0 -20px;
  padding: 20px 0 20px 0;
  display: flex;
  flex-wrap: wrap;
}
ul.podcast-lists li {
  list-style: none;
  margin: 0;
  width: 100%;
  padding: 20px;
}
@media screen and (min-width: 320px) {
  ul.podcast-lists li {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  ul.podcast-lists li {
    width: 33%;
  }
}
@media screen and (min-width: 1280px) {
  ul.podcast-lists li {
    width: 25%;
  }
}
ul.podcast-lists li:before {
  display: none;
}
ul.podcast-lists li a {
  display: block;
}
ul.podcast-lists li img {
  display: block;
  margin: 0 0 10px 0;
}
ul.podcast-lists li p {
  margin: 18px 0px 25px 0px;
  flex-grow: 1;
}
ul.podcast-lists li .podcast-episode {
  width: 100%;
  height: 100%;
  padding: 10px;
  box-shadow: 0px 0px 15px rgba(204, 204, 204, 0.49);
  display: flex;
  flex-direction: column;
}
ul.podcast-lists li .btn {
  width: min-content;
}

.podlinks {
  padding-top: 15px;
}
.podlinks a.spotify img {
  height: 41px;
}

.carelink {
  width: 100%;
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.carelink .carelink-content {
  width: 100%;
  position: relative;
  z-index: 0;
  padding: 30px 0;
}
.carelink .carelink-content .row {
  display: flex;
}
@media screen and (max-width: 940px) {
  .carelink .carelink-content .row {
    flex-wrap: wrap;
  }
}
.carelink .carelink-content .epic-left {
  width: 100%;
  padding: 20px 40px 0 0;
}
@media screen and (max-width: 940px) {
  .carelink .carelink-content .epic-left {
    padding: 0 0 30px 0;
  }
}
.carelink .carelink-content .epic-sidebar {
  width: 360px;
  min-width: 360px;
  background: #d2e7e8;
  padding: 20px;
}
@media screen and (max-width: 1280px) {
  .carelink .carelink-content .epic-sidebar {
    width: 310px;
    min-width: 310px;
  }
}
@media screen and (max-width: 940px) {
  .carelink .carelink-content .epic-sidebar {
    width: 100%;
    min-width: 20px;
  }
}
.carelink .carelink-content .epic-sidebar h3 {
  font-weight: 500;
  line-height: normal;
  margin: 0 0 15px 0;
}
.carelink .carelink-content .epic-sidebar ul {
  padding: 0 0 0 20px;
  margin: 0 0 0 0;
}
.carelink .carelink-content .epic-sidebar ul li {
  margin: 0 0 10px 0;
  line-height: normal;
}
.carelink .carelink-content .epic-sidebar ul li a {
  text-decoration: underline;
}
.carelink .carelink-content .epic-sidebar ul li a:hover {
  text-decoration: none;
}

/* global scss file */
.page-technology .technology-banner .banner-inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .page-technology .technology-banner .banner-inner {
    justify-content: space-evenly;
  }
}
.page-technology .technology-banner .banner-inner h1 {
  font-size: 4rem;
}
@media screen and (min-width: 768px) {
  .page-technology .technology-banner .banner-inner h1 {
    font-size: 5rem;
  }
}
.page-technology .technology-banner .banner-inner img {
  width: 60%;
  max-width: 300px;
  height: auto;
}
@media screen and (min-width: 768px) {
  .page-technology .technology-banner .banner-inner img {
    width: 280px;
  }
}
@media screen and (min-width: 1280px) {
  .page-technology .technology-banner .banner-inner img {
    width: auto;
  }
}
.page-technology .technology-text {
  text-align: center;
  background: var(--color-gray-background);
}
.page-technology .technology-text p:last-child {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .page-technology .technology-text p {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1280px) {
  .page-technology .technology-text p {
    font-size: 1.25rem;
  }
}
.page-technology .technology-grid {
  width: 100%;
}
.page-technology .technology-grid .technology-grid-text {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .page-technology .technology-grid .technology-grid-text {
    justify-content: space-between;
  }
}
.page-technology .technology-grid .technology-grid-text .technology-grid-text-section {
  flex-basis: 100%;
}
@media screen and (min-width: 768px) {
  .page-technology .technology-grid .technology-grid-text .technology-grid-text-section {
    justify-content: space-between;
    flex-basis: 30%;
  }
}
.page-technology .technology-grid .technology-grid-text .technology-grid-text-section h3 {
  padding: 0px 0px 15px;
}
@media screen and (min-width: 768px) {
  .page-technology .technology-grid .technology-grid-text .technology-grid-text-section h3 {
    font-size: 1.125rem;
    padding: 0 0 10px 0;
  }
}
@media screen and (min-width: 1280px) {
  .page-technology .technology-grid .technology-grid-text .technology-grid-text-section h3 {
    font-size: 1.5rem;
  }
}
.page-technology .technology-footer {
  width: 100%;
  margin: 0;
  padding: 0 0 10px 0;
  overflow: hidden;
}
@media screen and (max-width: 760px) {
  .page-technology .technology-footer {
    padding-bottom: 25px;
  }
}
.page-technology .technology-footer .full-image {
  display: block;
  width: 100%;
  height: auto;
  padding-bottom: 0px;
}
.page-technology .technology-footer .container {
  display: flex;
  align-items: center;
  column-gap: 3rem;
  row-gap: 2rem;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .page-technology .technology-footer .container {
    flex-wrap: nowrap;
  }
}
.page-technology .technology-footer .container .technology-footer-text p {
  margin: 0;
}
.page-technology .technology-footer .container .technology-footer-controls {
  white-space: nowrap;
}

/* global scss file */
.page-hosted-event {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  height: auto;
  min-height: 100vh;
}
.page-hosted-event:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 85%;
  min-width: 360px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.85);
  z-index: 1;
}
@media (min-width: 320px) {
  .page-hosted-event:before {
    width: 75%;
  }
}
@media (min-width: 768px) {
  .page-hosted-event:before {
    width: 65%;
  }
}
.page-hosted-event.dark-mode:before {
  background-color: rgba(0, 0, 0, 0.75);
}
.page-hosted-event.dark-mode .logos-container img {
  filter: invert(100%) brightness(200%);
}
.page-hosted-event.dark-mode section.private-event-section .private-event-container .page-subtitle {
  color: var(--color-primary);
}
.page-hosted-event.dark-mode a {
  color: var(--color-light-text);
}
.page-hosted-event.dark-mode a:hover {
  color: var(--color-link-hover);
}
.page-hosted-event img.event-background-image {
  display: block;
  position: absolute;
  object-fit: cover;
  height: 100%;
  width: 100%;
  inset: 0;
}
.page-hosted-event section.private-event-section {
  display: flex;
  flex-direction: column;
  height: 100%;
  max-width: 1440px;
}
.page-hosted-event section.private-event-section.left-overlay-cover {
  position: relative;
  width: 85%;
  min-width: 360px;
  height: 100%;
  z-index: 2;
  padding: 40px;
}
@media (min-width: 320px) {
  .page-hosted-event section.private-event-section.left-overlay-cover {
    width: 75%;
  }
}
@media (min-width: 768px) {
  .page-hosted-event section.private-event-section.left-overlay-cover {
    width: 65%;
  }
}
.page-hosted-event section.private-event-section .private-event-container {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  padding: 2.5rem;
}
.page-hosted-event section.private-event-section .private-event-container .logos-container {
  display: flex;
  flex-direction: row;
  max-width: 75%;
  max-height: 64px;
  gap: 0.75rem;
}
@media screen and (min-width: 768px) {
  .page-hosted-event section.private-event-section .private-event-container .logos-container {
    gap: 1.5rem;
  }
}
.page-hosted-event section.private-event-section .private-event-container .logos-container img {
  display: block;
  max-height: 100%;
  object-fit: contain;
}
.page-hosted-event section.private-event-section .private-event-container .logos-container > * {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
  max-width: 50%;
  position: relative;
  width: min-content;
}
.page-hosted-event section.private-event-section .private-event-container .logos-container .partner-logo {
  border-left: #000 solid;
  padding-left: 0.75rem;
}
@media screen and (min-width: 768px) {
  .page-hosted-event section.private-event-section .private-event-container .logos-container .partner-logo {
    padding-left: 1.5rem;
  }
}
.page-hosted-event section.private-event-section .private-event-container .logos-container .partner-logo img {
  margin-right: auto;
}
.page-hosted-event section.private-event-section .private-event-container h1 {
  margin: 0;
  font-size: 1.75rem;
}
@media (min-width: 768px) {
  .page-hosted-event section.private-event-section .private-event-container h1 {
    font-size: 2.75rem;
  }
}
.page-hosted-event section.private-event-section .private-event-container .page-subtitle {
  color: var(--color-dark-text);
  font-size: 1.125rem;
  font-weight: 550;
  width: 100%;
}
@media (min-width: 1280px) {
  .page-hosted-event section.private-event-section .private-event-container .page-subtitle {
    width: 85%;
  }
}
.page-hosted-event section.private-event-section .private-event-container .content-container {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.page-hosted-event section.private-event-section .private-event-container .content-container .page-content {
  width: 100%;
}
@media (min-width: 1280px) {
  .page-hosted-event section.private-event-section .private-event-container .content-container .page-content {
    width: 85%;
  }
}
.page-hosted-event section.private-event-section .private-event-container .content-container .page-content p:last-child {
  margin: 0;
}
.page-hosted-event section.private-event-section .private-event-container .content-container ul.event-details {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  list-style-type: none;
  margin: 0;
}
.page-hosted-event section.private-event-section .private-event-container .content-container ul.event-details li {
  font-size: 1.125rem;
  font-weight: 550;
}
.page-hosted-event section.private-event-section .private-event-container .content-container .address-container {
  font-weight: 600;
}
.page-hosted-event section.private-event-section .private-event-container .content-container .address-container a {
  line-height: 1.6;
}
.page-hosted-event section.private-event-section .private-event-container .content-container .address-container a:not(.btn) {
  text-decoration: none;
}
.page-hosted-event section.private-event-section .private-event-container .content-container .address-container a:not(.btn):not(:has(span)), .page-hosted-event section.private-event-section .private-event-container .content-container .address-container a:not(.btn) span {
  display: inline;
  position: relative;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-decoration-color: var(--color-link-hover);
  text-underline-offset: 4px;
  background-image: linear-gradient(var(--color-link-hover), var(--color-link-hover));
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 0% 2px;
  padding-bottom: 3px;
  transition: text-decoration-color 0.2s ease-out, background-size 0s linear 0.1s;
}
.page-hosted-event section.private-event-section .private-event-container .content-container .address-container a:not(.btn):hover:not(:has(span)), .page-hosted-event section.private-event-section .private-event-container .content-container .address-container a:not(.btn):hover span {
  text-decoration-color: transparent;
  background-size: 100% 2px;
  transition: text-decoration-color 0.2s ease-out, background-size 0.3s ease-in-out 0.2s;
}
.page-hosted-event section.private-event-section .private-event-container .content-container .address-container a .address-text {
  display: inline-flex;
}
.page-hosted-event section.private-event-section .private-event-container .content-container .address-container a .address-text span {
  width: min-content;
  white-space: nowrap;
  padding: 0;
  text-underline-offset: 6px;
}
.page-hosted-event section.private-event-section .private-event-container .content-container .event-form {
  width: 100%;
}
@media (min-width: 1280px) {
  .page-hosted-event section.private-event-section .private-event-container .content-container .event-form {
    width: 85%;
  }
}
.page-hosted-event section.private-event-section .private-event-container .content-container .event-form .wpforms-container {
  margin: 0;
}

@media print, screen and (max-width: 1024px) {
  .grid-margin-x {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
}
.custom-logo--mobile-menu {
  background: url("assets/img/common/horz-logo--medium-green.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: center;
  margin-top: 18px;
}
@media screen and (max-width: 420px) {
  .custom-logo--mobile-menu {
    margin-top: 22px;
  }
}

/* Styling for new Load More Ajax Plugin */
.grid-margin-x .alm-reveal {
  display: contents;
}

.grid-margin-x .alm-reveal .cell {
  width: calc(100% - 1.25rem);
  margin-left: auto;
  margin-right: auto;
}

@media print, screen and (min-width: 40em) {
  .grid-margin-x .alm-reveal .cell {
    width: calc(100% - 1.875rem);
    margin-left: auto;
    margin-right: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x .alm-reveal .large-6 {
    width: calc(50% - 1.875rem);
  }
}
.alm-btn-wrap {
  text-align: center;
  margin: 2rem 0;
}

.alm-btn-wrap .alm-load-more-btn {
  padding-left: 2rem;
  padding-right: 2rem;
}

.alm-btn-wrap .alm-load-more-btn:disabled {
  color: #4a4a4a;
}

.alm-btn-wrap .alm-load-more-btn:disabled:hover {
  color: #fefefe;
}

.button.disabled,
.button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
  display: none;
}

.socials {
  display: flex;
  gap: 1.5rem;
}
.socials.dark-mode a i {
  color: var(--color-dark-text);
  background-color: var(--color-light-background);
}
.socials.dark-mode a i:hover {
  background-color: var(--color-teal-700);
}
.socials:not(.dark-mode) a i:hover {
  color: var(--color-teal-700);
}
.socials a {
  min-width: var(--min-touch-size);
  min-height: var(--min-touch-size);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  text-decoration: none;
}
.socials a i {
  width: 2.5rem;
  height: 2.5rem;
  font-size: 1.5rem; /* Icon glyph size */
  color: var(--color-light-text);
  background-color: var(--color-dark-background);
  border-radius: 50%; /* Makes it a circle */
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

/* global scss file */
:root {
  --animation-resize-padding-end: 0px;
  --animation-resize-padding-start: 20px;
}
@media (min-width: 768px) {
  :root {
    --animation-resize-padding-start: 40px;
  }
}
@media (min-width: 1280px) {
  :root {
    --animation-resize-padding-start: 80px;
  }
}

.animated-content-sizing {
  position: relative;
}
.animated-content-sizing::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1;
  transition: left 0.3s ease-in-out, right 0.3s ease-in-out;
  left: calc(var(--animation-resize-padding-start) + (var(--animation-resize-padding-end) - var(--animation-resize-padding-start)) * var(--scroll-progress, 0));
  right: calc(var(--animation-resize-padding-start) + (var(--animation-resize-padding-end) - var(--animation-resize-padding-start)) * var(--scroll-progress, 0));
}
.animated-content-sizing > * {
  margin-left: auto;
  margin-right: auto;
}

.animated-sizing-trigger {
  height: 1px;
}

.no-transition, .no-transition * {
  transition: none !important;
}

.preloader {
  display: grid;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  place-items: center;
  z-index: 9999;
}
.preloader.is-loaded {
  animation: preloader-fade-out 0.5s ease-in-out 2.2s forwards;
}
.preloader svg {
  width: 80%;
  max-width: 800px;
  height: auto;
  display: block;
}

.preload-handler {
  opacity: 0;
}
.preload-handler.is-loaded {
  animation: content-fade-in-up 0.5s ease-in-out 2.5s forwards;
}

@keyframes preloader-fade-out {
  from {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  99% {
    opacity: 0;
    visibility: hidden;
    transform: translateY(100px);
  }
  100% {
    transform: translateY(1000px);
    z-index: -10;
  }
}
@keyframes content-fade-in-up {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes draw {
  from {
    stroke-dashoffset: var(--path-length);
  }
  to {
    stroke-dashoffset: 0;
  }
}
.trace-gray path,
.trace-black path {
  fill: none;
  stroke-dasharray: var(--path-length);
  stroke-dashoffset: var(--path-length);
  visibility: hidden;
}

.trace-gray path {
  stroke: var(--color-teal-100);
  stroke-width: 13;
}

.trace-black path {
  stroke: var(--color-neutral-900);
  stroke-width: 14;
}

.trace-gray path,
.trace-black path {
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.9, 0.05, 0.2, 1);
}

.wpforms-container form.wpforms-form .btn {
  --wpforms-button-background-color: initial;
  --wpforms-button-background-color-alt: initial;
  --wpforms-button-text-color: initial;
  min-width: var(--min-touch-size);
  min-height: var(--min-touch-size);
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  border-radius: 40px;
  display: inline-flex;
  align-items: center;
  font-size: 1rem;
  font-weight: 600;
  padding: 1rem 1.5rem;
  min-height: 3.3125rem;
  min-width: 3.3125rem;
  line-height: normal;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1280px) {
  .wpforms-container form.wpforms-form .btn {
    font-size: 1.125rem;
    padding: 0.75rem 1.75rem;
    min-height: 3.875rem;
    min-width: 3.875rem;
  }
}
.wpforms-container form.wpforms-form .btn:active, .wpforms-container form.wpforms-form .btn:focus {
  outline: 2px solid var(--btn-primary-color);
  outline-offset: 2px;
  -webkit-box-shadow: 0 0 0 2px white;
  -moz-box-shadow: 0 0 0 2px white;
  -ms-box-shadow: 0 0 0 2px white;
  box-shadow: 0 0 0 2px white;
}
.wpforms-container form.wpforms-form .btn.btn-primary {
  background-color: var(--btn-primary-bkgd-color);
  color: var(--btn-primary-color);
}
.wpforms-container form.wpforms-form .btn.btn-primary.--with-border {
  border: 1px solid var(--btn-primary-bkgd-hover-color);
}
.wpforms-container form.wpforms-form .btn.btn-primary:hover {
  background-color: var(--btn-primary-bkgd-hover-color);
  color: var(--btn-primary-hover-color);
}
.dark-mode .wpforms-container form.wpforms-form .btn.btn-primary:hover {
  background-color: var(--color-light-background);
  color: var(--color-dark-text);
}
.wpforms-container form.wpforms-form .btn.btn-outline-primary {
  background-color: transparent;
  color: var(--btn-primary-color);
  border: 1px solid var(--btn-primary-bkgd-hover-color);
}
.wpforms-container form.wpforms-form .btn.btn-outline-primary:hover {
  background-color: var(--btn-primary-bkgd-hover-color);
  color: var(--btn-primary-hover-color);
}
.wpforms-container form.wpforms-form .btn.btn-secondary {
  background-color: var(--btn-secondary-bkgd-color);
  color: var(--btn-secondary-color);
  border: 1px solid var(--btn-secondary-bkgd-color);
}
.wpforms-container form.wpforms-form .btn.btn-secondary:hover {
  background-color: var(--btn-secondary-bkgd-hover-color);
  color: var(--btn-secondary-hover-color);
}
.wpforms-container form.wpforms-form .btn.action-arrow {
  display: inline-flex;
  gap: 0.5rem;
}
.wpforms-container form.wpforms-form .btn.action-arrow:after {
  content: "\f061";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  width: 1em;
}
@media (min-width: 1280px) {
  .wpforms-container form.wpforms-form .btn.action-arrow {
    padding: 0.75rem 1.5rem 0.75rem 3rem;
    transition: padding 0.3s ease-in-out;
  }
  .wpforms-container form.wpforms-form .btn.action-arrow span {
    display: inline-block;
    transition: transform 0.3s ease;
  }
  .wpforms-container form.wpforms-form .btn.action-arrow:after {
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  .wpforms-container form.wpforms-form .btn.action-arrow:focus, .wpforms-container form.wpforms-form .btn.action-arrow:active, .wpforms-container form.wpforms-form .btn.action-arrow:hover {
    padding-left: 2.5rem;
    padding-right: 2rem;
  }
  .wpforms-container form.wpforms-form .btn.action-arrow:focus::after, .wpforms-container form.wpforms-form .btn.action-arrow:active::after, .wpforms-container form.wpforms-form .btn.action-arrow:hover::after {
    opacity: 1;
  }
}
.wpforms-container form.wpforms-form .btn.btn-icon-arrow {
  min-width: var(--min-touch-size);
  min-height: var(--min-touch-size);
  position: relative;
  overflow: hidden;
  z-index: 1;
  background-color: transparent;
  color: var(--btn-primary-color);
  border: 1px solid var(--btn-primary-bkgd-hover-color);
  padding: 0;
  justify-content: center;
}
.wpforms-container form.wpforms-form .btn.btn-icon-arrow span {
  display: none;
}
@media (min-width: 768px) {
  .wpforms-container form.wpforms-form .btn.btn-icon-arrow {
    min-height: 3.5rem;
    min-width: 3.5rem;
  }
}
@media (min-width: 1280px) {
  .wpforms-container form.wpforms-form .btn.btn-icon-arrow {
    min-height: 3.875rem;
    min-width: 3.875rem;
  }
}
.wpforms-container form.wpforms-form .btn.btn-icon-arrow::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-primary);
  transform: translateX(-100%);
  transition: transform 0.3s ease;
  z-index: -1;
}
.wpforms-container form.wpforms-form .btn.btn-icon-arrow:hover {
  border-color: transparent;
}
.wpforms-container form.wpforms-form .btn.btn-icon-arrow:hover::before {
  transform: translateX(0);
}
.wpforms-container form.wpforms-form .btn.btn-icon-arrow:after {
  content: "\f061";
  font-family: "Font Awesome 6 Free";
  position: relative;
  z-index: 2;
}
.wpforms-container form.wpforms-form .btn.btn-icon-arrow-down {
  min-width: var(--min-touch-size);
  min-height: var(--min-touch-size);
  position: relative;
  overflow: hidden;
  z-index: 1;
  background-color: transparent;
  color: var(--btn-primary-color);
  border: 1px solid var(--btn-primary-bkgd-hover-color);
  padding: 0;
  justify-content: center;
}
.wpforms-container form.wpforms-form .btn.btn-icon-arrow-down span {
  display: none;
}
@media (min-width: 768px) {
  .wpforms-container form.wpforms-form .btn.btn-icon-arrow-down {
    min-height: 3.5rem;
    min-width: 3.5rem;
  }
}
@media (min-width: 1280px) {
  .wpforms-container form.wpforms-form .btn.btn-icon-arrow-down {
    min-height: 3.875rem;
    min-width: 3.875rem;
  }
}
.wpforms-container form.wpforms-form .btn.btn-icon-arrow-down::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-primary);
  transform: translateX(-100%);
  transition: transform 0.3s ease;
  z-index: -1;
}
.wpforms-container form.wpforms-form .btn.btn-icon-arrow-down:hover {
  border-color: transparent;
}
.wpforms-container form.wpforms-form .btn.btn-icon-arrow-down:hover::before {
  transform: translateX(0);
}
.wpforms-container form.wpforms-form .btn.btn-icon-arrow-down:after {
  content: "\f061";
  font-family: "Font Awesome 6 Free";
  position: relative;
  z-index: 2;
}
.dark-mode .wpforms-container form.wpforms-form .btn.btn-icon-arrow-down {
  background-color: transparent;
  color: var(--color-primary);
  border-color: var(--color-primary);
}
.dark-mode .wpforms-container form.wpforms-form .btn.btn-icon-arrow-down:after {
  display: inline-block;
  transform: rotate(90deg);
}
.dark-mode .wpforms-container form.wpforms-form .btn.btn-icon-arrow-down:hover {
  color: var(--btn-primary-color);
  border-color: transparent;
}
.wpforms-container form.wpforms-form .btn.action-arrow:after {
  position: unset;
}
.wpforms-container form.wpforms-form .wpforms-submit-container:has(.btn.right-justified) {
  text-align: right;
}

div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-checkbox ul {
  --wpforms-field-size-input-spacing: 0.5rem;
  list-style-type: none;
  margin-left: -10px;
}
div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-checkbox ul li {
  align-items: center;
}
div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-checkbox ul li input[type=checkbox] {
  min-width: var(--min-touch-size);
  min-height: var(--min-touch-size);
  vertical-align: middle;
  margin-right: 0.5em;
  cursor: pointer;
}
div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-checkbox ul li input[type=checkbox]:before {
  min-width: 25px;
  min-height: 25px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-checkbox ul li input[type=checkbox]:after {
  min-width: 25px;
  min-height: 15px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.5) rotate(-45deg);
}
div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-checkbox ul li label {
  display: inline-flex; /* Use flexbox for better alignment */
  align-items: center; /* Vertically center the label text with the checkbox */
  padding-left: 0; /* Adjust if the default styling adds unwanted space */
}

.dark-mode .wpforms-container form.wpforms-form .wpforms-field-label {
  color: var(--color-light-text);
}
.dark-mode .wpforms-container form.wpforms-form .wpforms-field-sublabel {
  color: var(--color-teal-50);
}
.dark-mode .wpforms-container form.wpforms-form .wpforms-field-checkbox li label,
.dark-mode .wpforms-container form.wpforms-form .wpforms-field-radio li label {
  color: var(--color-light-text);
}
.dark-mode .wpforms-container form.wpforms-form button.btn.btn-outline-primary {
  background-color: var(--btn-primary-bkgd-color);
  color: var(--btn-primary-color);
}
.dark-mode .wpforms-container form.wpforms-form button.btn.btn-outline-primary.--with-border {
  border: 1px solid var(--btn-primary-bkgd-hover-color);
}
.dark-mode .wpforms-container form.wpforms-form button.btn.btn-outline-primary:hover {
  background-color: var(--btn-primary-bkgd-hover-color);
  color: var(--btn-primary-hover-color);
}
.dark-mode .dark-mode .wpforms-container form.wpforms-form button.btn.btn-outline-primary:hover {
  background-color: var(--color-light-background);
  color: var(--color-dark-text);
}
.dark-mode .wpforms-container form.wpforms-form button.btn.btn-outline-primary:hover {
  color: var(--color-dark-text);
  background-color: var(--color-light-background);
}

/*# sourceMappingURL=style.css.map */
