@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.5.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
@media print, screen and (min-width: 40em) {
  .reveal.large, .reveal.small, .reveal.tiny, .reveal {
    right: auto;
    left: auto;
    margin: 0 auto; } }

.reveal-overlay {
  z-index: 88888 !important; }

/*! 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 {
  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;
  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; }

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

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

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

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

legend {
  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"] {
  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: "xsmall=0em&small=33.75em&medium=54.5em&large=64em&xlarge=87.5em&xxlarge=105em"; }

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

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

body {
  margin: 0;
  padding: 0;
  font-weight: normal;
  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: 10px; }

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 10px; }

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

button {
  padding: 0;
  appearance: none;
  border: 0;
  border-radius: 10px;
  background: transparent;
  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; }

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: none;
  border-radius: 10px;
  background-color: #fefefe;
  box-shadow: none;
  font-family: Nunito-SemiBold;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  appearance: none; }
  [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
  textarea:focus {
    outline: none;
    border: 1px solid #333333;
    background-color: #fefefe;
    box-shadow: none;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }

textarea {
  max-width: 100%; }
  textarea[rows] {
    height: auto; }

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

[type='submit'],
[type='button'] {
  appearance: none;
  border-radius: 10px; }

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

::placeholder {
  color: #919AA6; }

[type='file'],
[type='checkbox'],
[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: normal;
  line-height: 1.8;
  color: #0a0a0a; }
  label.middle {
    margin: 0 0 1rem;
    padding: 0.5rem 0; }

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

.input-group {
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  align-items: stretch; }
  .input-group > :first-child, .input-group > :first-child.input-group-button > * {
    border-radius: 10px 0 0 10px; }
  .input-group > :last-child, .input-group > :last-child.input-group-button > * {
    border-radius: 0 10px 10px 0; }

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

.input-group-label {
  padding: 0 0px;
  border: 0px solid #cacaca;
  background: #919AA6;
  color: #0a0a0a;
  text-align: center;
  white-space: nowrap;
  display: flex;
  flex: 0 0 auto;
  align-items: center; }
  .input-group-label:first-child {
    border-right: 0; }
  .input-group-label:last-child {
    border-left: 0; }

.input-group-field {
  flex: 1 1 0px;
  min-width: 0; }

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: flex;
  flex: 0 0 auto; }
  .input-group-button a,
  .input-group-button input,
  .input-group-button button,
  .input-group-button label {
    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;
  appearance: none;
  border: none;
  border-radius: 10px;
  background-color: #fefefe;
  font-family: Nunito-SemiBold;
  font-size: 1rem;
  font-weight: normal;
  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%2851, 51, 51%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  @media print, screen and (max-width: 54.49875em) {
    select {
      background-position: right 0 center; } }
  select:focus {
    outline: none;
    border: 1px solid #333333;
    background-color: #fefefe;
    box-shadow: none;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
  select:disabled {
    background-color: #919AA6;
    cursor: not-allowed; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto;
    background-image: none; }
  select:not([multiple]) {
    padding-top: 0;
    padding-bottom: 0; }

.is-invalid-input:not(:focus) {
  border-color: #b9014d;
  background-color: #f7e5ec; }
  .is-invalid-input:not(:focus)::placeholder {
    color: #b9014d; }

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

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #b9014d; }
  .form-error.is-visible {
    display: block; }

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

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

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

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

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

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Inter";
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility; }
  h1 small, .h1 small,
  h2 small, .h2 small,
  h3 small, .h3 small,
  h4 small, .h4 small,
  h5 small, .h5 small,
  h6 small, .h6 small {
    line-height: 0;
    color: #fefefe; }

@media print, screen and (min-width: 33.75em) {
  h1, .h1 {
    font-size: 1.5rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.75rem; }
  h2, .h2 {
    font-size: 1.25rem;
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: 0.75rem; }
  h3, .h3 {
    font-size: 1.1875rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.75rem; }
  h4, .h4 {
    font-size: 1.125rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.75rem; }
  h5, .h5 {
    font-size: 1.0625rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.75rem; }
  h6, .h6 {
    font-size: 1rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.75rem; } }

@media print, screen and (min-width: 54.5em) {
  h1, .h1 {
    font-size: 2.375rem; }
  h2, .h2 {
    font-size: 1.875rem; }
  h3, .h3 {
    font-size: 1.25rem; }
  h4, .h4 {
    font-size: 1.125rem; }
  h5, .h5 {
    font-size: 1rem; }
  h6, .h6 {
    font-size: 1rem; } }

a {
  line-height: inherit;
  color: #0ba575;
  text-decoration: none;
  cursor: pointer; }
  a:hover, a:focus {
    color: #098e65; }
  a img {
    border: 0; }

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

ul,
ol,
dl {
  margin-bottom: 1.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; }

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

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

blockquote {
  margin: 0 0 1.1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca; }
  blockquote, blockquote p {
    line-height: 1.6;
    color: #333333; }

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

figure {
  margin: 0; }

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #919AA6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #0a0a0a;
  border-radius: 10px; }

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

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

.stat {
  font-size: 2.5rem;
  line-height: 1; }
  p + .stat {
    margin-top: -1rem; }

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

.cite-block, cite {
  display: block;
  color: #333333;
  font-size: 0.8125rem; }
  .cite-block:before, cite:before {
    content: "— "; }

.code-inline, code {
  border: 1px solid #cacaca;
  background-color: #919AA6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  display: inline;
  max-width: 100%;
  word-wrap: break-word;
  padding: 0.125rem 0.3125rem 0.0625rem; }

.code-block {
  border: 1px solid #cacaca;
  background-color: #919AA6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  display: block;
  overflow: auto;
  white-space: pre;
  padding: 1rem;
  margin-bottom: 1.5rem; }

@media print, screen and (min-width: 33.75em) {
  .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: 54.5em) {
  .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; } }

@media screen and (min-width: 87.5em) {
  .xlarge-text-left {
    text-align: left; }
  .xlarge-text-right {
    text-align: right; }
  .xlarge-text-center {
    text-align: center; }
  .xlarge-text-justify {
    text-align: justify; } }

@media screen and (min-width: 105em) {
  .xxlarge-text-left {
    text-align: left; }
  .xxlarge-text-right {
    text-align: right; }
  .xxlarge-text-center {
    text-align: center; }
  .xxlarge-text-justify {
    text-align: justify; } }

.show-for-print {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    color: black !important;
    color-adjust: economy;
    box-shadow: none !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^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #333333;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    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 #f1f1f1;
  border-radius: 10px;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: Nunito-SemiBold;
  font-size: 0.9rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .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, .button.disabled, .button[disabled], .button.disabled:hover, .button[disabled]:hover, .button.disabled:focus, .button[disabled]:focus {
    background-color: white;
    color: #919AA6; }
  .button:hover, .button:focus {
    background-color: #d9d9d9;
    color: #919AA6; }
  .button.primary, .button.primary.disabled, .button.primary[disabled], .button.primary.disabled:hover, .button.primary[disabled]:hover, .button.primary.disabled:focus, .button.primary[disabled]:focus {
    background-color: #0ba575;
    color: #fefefe; }
  .button.primary:hover, .button.primary:focus {
    background-color: #09845e;
    color: #fefefe; }
  .button.primary-green, .button.primary-green.disabled, .button.primary-green[disabled], .button.primary-green.disabled:hover, .button.primary-green[disabled]:hover, .button.primary-green.disabled:focus, .button.primary-green[disabled]:focus {
    background-color: #0ba575;
    color: #fefefe; }
  .button.primary-green:hover, .button.primary-green:focus {
    background-color: #09845e;
    color: #fefefe; }
  .button.primary-pink, .button.primary-pink.disabled, .button.primary-pink[disabled], .button.primary-pink.disabled:hover, .button.primary-pink[disabled]:hover, .button.primary-pink.disabled:focus, .button.primary-pink[disabled]:focus {
    background-color: #ffd1f6;
    color: #919AA6; }
  .button.primary-pink:hover, .button.primary-pink:focus {
    background-color: #ff74e4;
    color: #919AA6; }
  .button.secondary, .button.secondary.disabled, .button.secondary[disabled], .button.secondary.disabled:hover, .button.secondary[disabled]:hover, .button.secondary.disabled:focus, .button.secondary[disabled]:focus {
    background-color: #767676;
    color: #fefefe; }
  .button.secondary:hover, .button.secondary:focus {
    background-color: #5e5e5e;
    color: #fefefe; }
  .button.success, .button.success.disabled, .button.success[disabled], .button.success.disabled:hover, .button.success[disabled]:hover, .button.success.disabled:focus, .button.success[disabled]:focus {
    background-color: #3adb76;
    color: #fefefe; }
  .button.success:hover, .button.success:focus {
    background-color: #22bb5b;
    color: #fefefe; }
  .button.warning, .button.warning.disabled, .button.warning[disabled], .button.warning.disabled:hover, .button.warning[disabled]:hover, .button.warning.disabled:focus, .button.warning[disabled]:focus {
    background-color: #ffae00;
    color: #fefefe; }
  .button.warning:hover, .button.warning:focus {
    background-color: #cc8b00;
    color: #fefefe; }
  .button.alert, .button.alert.disabled, .button.alert[disabled], .button.alert.disabled:hover, .button.alert[disabled]:hover, .button.alert.disabled:focus, .button.alert[disabled]:focus {
    background-color: #b9014d;
    color: #fefefe; }
  .button.alert:hover, .button.alert:focus {
    background-color: #94013e;
    color: #fefefe; }
  .button.hollow, .button.hollow:hover, .button.hollow:focus, .button.hollow.disabled, .button.hollow.disabled:hover, .button.hollow.disabled:focus, .button.hollow[disabled], .button.hollow[disabled]:hover, .button.hollow[disabled]:focus {
    background-color: transparent; }
  .button.hollow, .button.hollow.disabled, .button.hollow[disabled], .button.hollow.disabled:hover, .button.hollow[disabled]:hover, .button.hollow.disabled:focus, .button.hollow[disabled]:focus {
    border: 1px solid white;
    color: white; }
  .button.hollow:hover, .button.hollow:focus {
    border-color: gray;
    color: gray; }
  .button.hollow.primary, .button.hollow.primary.disabled, .button.hollow.primary[disabled], .button.hollow.primary.disabled:hover, .button.hollow.primary[disabled]:hover, .button.hollow.primary.disabled:focus, .button.hollow.primary[disabled]:focus {
    border: 1px solid #0ba575;
    color: #0ba575; }
  .button.hollow.primary:hover, .button.hollow.primary:focus {
    border-color: #06533b;
    color: #06533b; }
  .button.hollow.primary-green, .button.hollow.primary-green.disabled, .button.hollow.primary-green[disabled], .button.hollow.primary-green.disabled:hover, .button.hollow.primary-green[disabled]:hover, .button.hollow.primary-green.disabled:focus, .button.hollow.primary-green[disabled]:focus {
    border: 1px solid #0ba575;
    color: #0ba575; }
  .button.hollow.primary-green:hover, .button.hollow.primary-green:focus {
    border-color: #06533b;
    color: #06533b; }
  .button.hollow.primary-pink, .button.hollow.primary-pink.disabled, .button.hollow.primary-pink[disabled], .button.hollow.primary-pink.disabled:hover, .button.hollow.primary-pink[disabled]:hover, .button.hollow.primary-pink.disabled:focus, .button.hollow.primary-pink[disabled]:focus {
    border: 1px solid #ffd1f6;
    color: #ffd1f6; }
  .button.hollow.primary-pink:hover, .button.hollow.primary-pink:focus {
    border-color: #e800bb;
    color: #e800bb; }
  .button.hollow.secondary, .button.hollow.secondary.disabled, .button.hollow.secondary[disabled], .button.hollow.secondary.disabled:hover, .button.hollow.secondary[disabled]:hover, .button.hollow.secondary.disabled:focus, .button.hollow.secondary[disabled]:focus {
    border: 1px solid #767676;
    color: #767676; }
  .button.hollow.secondary:hover, .button.hollow.secondary:focus {
    border-color: #3b3b3b;
    color: #3b3b3b; }
  .button.hollow.success, .button.hollow.success.disabled, .button.hollow.success[disabled], .button.hollow.success.disabled:hover, .button.hollow.success[disabled]:hover, .button.hollow.success.disabled:focus, .button.hollow.success[disabled]:focus {
    border: 1px solid #3adb76;
    color: #3adb76; }
  .button.hollow.success:hover, .button.hollow.success:focus {
    border-color: #157539;
    color: #157539; }
  .button.hollow.warning, .button.hollow.warning.disabled, .button.hollow.warning[disabled], .button.hollow.warning.disabled:hover, .button.hollow.warning[disabled]:hover, .button.hollow.warning.disabled:focus, .button.hollow.warning[disabled]:focus {
    border: 1px solid #ffae00;
    color: #ffae00; }
  .button.hollow.warning:hover, .button.hollow.warning:focus {
    border-color: #805700;
    color: #805700; }
  .button.hollow.alert, .button.hollow.alert.disabled, .button.hollow.alert[disabled], .button.hollow.alert.disabled:hover, .button.hollow.alert[disabled]:hover, .button.hollow.alert.disabled:focus, .button.hollow.alert[disabled]:focus {
    border: 1px solid #b9014d;
    color: #b9014d; }
  .button.hollow.alert:hover, .button.hollow.alert:focus {
    border-color: #5d0127;
    color: #5d0127; }
  .button.clear, .button.clear:hover, .button.clear:focus, .button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
    border-color: transparent;
    background-color: transparent; }
  .button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear.disabled:hover, .button.clear[disabled]:hover, .button.clear.disabled:focus, .button.clear[disabled]:focus {
    color: white; }
  .button.clear:hover, .button.clear:focus {
    color: gray; }
  .button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary.disabled:hover, .button.clear.primary[disabled]:hover, .button.clear.primary.disabled:focus, .button.clear.primary[disabled]:focus {
    color: #0ba575; }
  .button.clear.primary:hover, .button.clear.primary:focus {
    color: #06533b; }
  .button.clear.primary-green, .button.clear.primary-green.disabled, .button.clear.primary-green[disabled], .button.clear.primary-green.disabled:hover, .button.clear.primary-green[disabled]:hover, .button.clear.primary-green.disabled:focus, .button.clear.primary-green[disabled]:focus {
    color: #0ba575; }
  .button.clear.primary-green:hover, .button.clear.primary-green:focus {
    color: #06533b; }
  .button.clear.primary-pink, .button.clear.primary-pink.disabled, .button.clear.primary-pink[disabled], .button.clear.primary-pink.disabled:hover, .button.clear.primary-pink[disabled]:hover, .button.clear.primary-pink.disabled:focus, .button.clear.primary-pink[disabled]:focus {
    color: #ffd1f6; }
  .button.clear.primary-pink:hover, .button.clear.primary-pink:focus {
    color: #e800bb; }
  .button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary.disabled:hover, .button.clear.secondary[disabled]:hover, .button.clear.secondary.disabled:focus, .button.clear.secondary[disabled]:focus {
    color: #767676; }
  .button.clear.secondary:hover, .button.clear.secondary:focus {
    color: #3b3b3b; }
  .button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success.disabled:hover, .button.clear.success[disabled]:hover, .button.clear.success.disabled:focus, .button.clear.success[disabled]:focus {
    color: #3adb76; }
  .button.clear.success:hover, .button.clear.success:focus {
    color: #157539; }
  .button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning.disabled:hover, .button.clear.warning[disabled]:hover, .button.clear.warning.disabled:focus, .button.clear.warning[disabled]:focus {
    color: #ffae00; }
  .button.clear.warning:hover, .button.clear.warning:focus {
    color: #805700; }
  .button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert.disabled:hover, .button.clear.alert[disabled]:hover, .button.clear.alert.disabled:focus, .button.clear.alert[disabled]:focus {
    color: #b9014d; }
  .button.clear.alert:hover, .button.clear.alert:focus {
    color: #5d0127; }
  .button.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed; }
  .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.hollow::after, .button.dropdown.clear::after {
    border-top-color: white; }
  .button.dropdown.hollow.primary::after, .button.dropdown.clear.primary::after {
    border-top-color: #0ba575; }
  .button.dropdown.hollow.primary-green::after, .button.dropdown.clear.primary-green::after {
    border-top-color: #0ba575; }
  .button.dropdown.hollow.primary-pink::after, .button.dropdown.clear.primary-pink::after {
    border-top-color: #ffd1f6; }
  .button.dropdown.hollow.secondary::after, .button.dropdown.clear.secondary::after {
    border-top-color: #767676; }
  .button.dropdown.hollow.success::after, .button.dropdown.clear.success::after {
    border-top-color: #3adb76; }
  .button.dropdown.hollow.warning::after, .button.dropdown.clear.warning::after {
    border-top-color: #ffae00; }
  .button.dropdown.hollow.alert::after, .button.dropdown.clear.alert::after {
    border-top-color: #b9014d; }
  .button.arrow-only::after {
    top: -0.1em;
    float: none;
    margin-left: 0; }

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

.grid-container {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 78.125rem;
  margin-left: auto;
  margin-right: auto; }
  @media print, screen and (min-width: 33.75em) {
    .grid-container {
      padding-right: 0.625rem;
      padding-left: 0.625rem; } }
  @media print, screen and (min-width: 54.5em) {
    .grid-container {
      padding-right: 0.625rem;
      padding-left: 0.625rem; } }
  @media print, screen and (min-width: 64em) {
    .grid-container {
      padding-right: 0.625rem;
      padding-left: 0.625rem; } }
  @media screen and (min-width: 87.5em) {
    .grid-container {
      padding-right: 0.625rem;
      padding-left: 0.625rem; } }
  @media screen and (min-width: 105em) {
    .grid-container {
      padding-right: 0.625rem;
      padding-left: 0.625rem; } }
  .grid-container.fluid {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
    @media print, screen and (min-width: 33.75em) {
      .grid-container.fluid {
        padding-right: 0.625rem;
        padding-left: 0.625rem; } }
    @media print, screen and (min-width: 54.5em) {
      .grid-container.fluid {
        padding-right: 0.625rem;
        padding-left: 0.625rem; } }
    @media print, screen and (min-width: 64em) {
      .grid-container.fluid {
        padding-right: 0.625rem;
        padding-left: 0.625rem; } }
    @media screen and (min-width: 87.5em) {
      .grid-container.fluid {
        padding-right: 0.625rem;
        padding-left: 0.625rem; } }
    @media screen and (min-width: 105em) {
      .grid-container.fluid {
        padding-right: 0.625rem;
        padding-left: 0.625rem; } }
  .grid-container.full {
    padding-right: 0;
    padding-left: 0;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }

.grid-x {
  display: flex;
  flex-flow: row wrap; }

.cell {
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%; }
  .cell.auto {
    flex: 1 1 0px; }
  .cell.shrink {
    flex: 0 0 auto; }

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

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

@media print, screen and (min-width: 33.75em) {
  .grid-x > .small-shrink, .grid-x > .small-full, .grid-x > .small-1, .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-10, .grid-x > .small-11, .grid-x > .small-12 {
    flex-basis: auto; } }

@media print, screen and (min-width: 54.5em) {
  .grid-x > .medium-shrink, .grid-x > .medium-full, .grid-x > .medium-1, .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-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    flex-basis: auto; } }

@media print, screen and (min-width: 64em) {
  .grid-x > .large-shrink, .grid-x > .large-full, .grid-x > .large-1, .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-10, .grid-x > .large-11, .grid-x > .large-12 {
    flex-basis: auto; } }

@media screen and (min-width: 87.5em) {
  .grid-x > .xlarge-shrink, .grid-x > .xlarge-full, .grid-x > .xlarge-1, .grid-x > .xlarge-2, .grid-x > .xlarge-3, .grid-x > .xlarge-4, .grid-x > .xlarge-5, .grid-x > .xlarge-6, .grid-x > .xlarge-7, .grid-x > .xlarge-8, .grid-x > .xlarge-9, .grid-x > .xlarge-10, .grid-x > .xlarge-11, .grid-x > .xlarge-12 {
    flex-basis: auto; } }

@media screen and (min-width: 105em) {
  .grid-x > .xxlarge-shrink, .grid-x > .xxlarge-full, .grid-x > .xxlarge-1, .grid-x > .xxlarge-2, .grid-x > .xxlarge-3, .grid-x > .xxlarge-4, .grid-x > .xxlarge-5, .grid-x > .xxlarge-6, .grid-x > .xxlarge-7, .grid-x > .xxlarge-8, .grid-x > .xxlarge-9, .grid-x > .xxlarge-10, .grid-x > .xxlarge-11, .grid-x > .xxlarge-12 {
    flex-basis: auto; } }

@media print, screen and (min-width: 33.75em) {
  .grid-x > .small-12, .grid-x > .small-11, .grid-x > .small-10, .grid-x > .small-9, .grid-x > .small-8, .grid-x > .small-7, .grid-x > .small-6, .grid-x > .small-5, .grid-x > .small-4, .grid-x > .small-3, .grid-x > .small-2, .grid-x > .small-1 {
    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: 54.5em) {
  .grid-x > .medium-auto {
    flex: 1 1 0px;
    width: auto; }
  .grid-x > .medium-12, .grid-x > .medium-11, .grid-x > .medium-10, .grid-x > .medium-9, .grid-x > .medium-8, .grid-x > .medium-7, .grid-x > .medium-6, .grid-x > .medium-5, .grid-x > .medium-4, .grid-x > .medium-3, .grid-x > .medium-2, .grid-x > .medium-1, .grid-x > .medium-shrink {
    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: 64em) {
  .grid-x > .large-auto {
    flex: 1 1 0px;
    width: auto; }
  .grid-x > .large-12, .grid-x > .large-11, .grid-x > .large-10, .grid-x > .large-9, .grid-x > .large-8, .grid-x > .large-7, .grid-x > .large-6, .grid-x > .large-5, .grid-x > .large-4, .grid-x > .large-3, .grid-x > .large-2, .grid-x > .large-1, .grid-x > .large-shrink {
    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%; } }

@media screen and (min-width: 87.5em) {
  .grid-x > .xlarge-auto {
    flex: 1 1 0px;
    width: auto; }
  .grid-x > .xlarge-12, .grid-x > .xlarge-11, .grid-x > .xlarge-10, .grid-x > .xlarge-9, .grid-x > .xlarge-8, .grid-x > .xlarge-7, .grid-x > .xlarge-6, .grid-x > .xlarge-5, .grid-x > .xlarge-4, .grid-x > .xlarge-3, .grid-x > .xlarge-2, .grid-x > .xlarge-1, .grid-x > .xlarge-shrink {
    flex: 0 0 auto; }
  .grid-x > .xlarge-shrink {
    width: auto; }
  .grid-x > .xlarge-1 {
    width: 8.33333%; }
  .grid-x > .xlarge-2 {
    width: 16.66667%; }
  .grid-x > .xlarge-3 {
    width: 25%; }
  .grid-x > .xlarge-4 {
    width: 33.33333%; }
  .grid-x > .xlarge-5 {
    width: 41.66667%; }
  .grid-x > .xlarge-6 {
    width: 50%; }
  .grid-x > .xlarge-7 {
    width: 58.33333%; }
  .grid-x > .xlarge-8 {
    width: 66.66667%; }
  .grid-x > .xlarge-9 {
    width: 75%; }
  .grid-x > .xlarge-10 {
    width: 83.33333%; }
  .grid-x > .xlarge-11 {
    width: 91.66667%; }
  .grid-x > .xlarge-12 {
    width: 100%; } }

@media screen and (min-width: 105em) {
  .grid-x > .xxlarge-auto {
    flex: 1 1 0px;
    width: auto; }
  .grid-x > .xxlarge-12, .grid-x > .xxlarge-11, .grid-x > .xxlarge-10, .grid-x > .xxlarge-9, .grid-x > .xxlarge-8, .grid-x > .xxlarge-7, .grid-x > .xxlarge-6, .grid-x > .xxlarge-5, .grid-x > .xxlarge-4, .grid-x > .xxlarge-3, .grid-x > .xxlarge-2, .grid-x > .xxlarge-1, .grid-x > .xxlarge-shrink {
    flex: 0 0 auto; }
  .grid-x > .xxlarge-shrink {
    width: auto; }
  .grid-x > .xxlarge-1 {
    width: 8.33333%; }
  .grid-x > .xxlarge-2 {
    width: 16.66667%; }
  .grid-x > .xxlarge-3 {
    width: 25%; }
  .grid-x > .xxlarge-4 {
    width: 33.33333%; }
  .grid-x > .xxlarge-5 {
    width: 41.66667%; }
  .grid-x > .xxlarge-6 {
    width: 50%; }
  .grid-x > .xxlarge-7 {
    width: 58.33333%; }
  .grid-x > .xxlarge-8 {
    width: 66.66667%; }
  .grid-x > .xxlarge-9 {
    width: 75%; }
  .grid-x > .xxlarge-10 {
    width: 83.33333%; }
  .grid-x > .xxlarge-11 {
    width: 91.66667%; }
  .grid-x > .xxlarge-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: 33.75em) {
    .grid-margin-x {
      margin-left: -0.625rem;
      margin-right: -0.625rem; } }
  @media print, screen and (min-width: 54.5em) {
    .grid-margin-x {
      margin-left: -0.625rem;
      margin-right: -0.625rem; } }
  @media print, screen and (min-width: 64em) {
    .grid-margin-x {
      margin-left: -0.625rem;
      margin-right: -0.625rem; } }
  @media screen and (min-width: 87.5em) {
    .grid-margin-x {
      margin-left: -0.625rem;
      margin-right: -0.625rem; } }
  @media screen and (min-width: 105em) {
    .grid-margin-x {
      margin-left: -0.625rem;
      margin-right: -0.625rem; } }
  .grid-margin-x > .cell {
    width: calc(100% - 1.25rem);
    margin-left: 0.625rem;
    margin-right: 0.625rem; }
  @media print, screen and (min-width: 54.5em) {
    .grid-margin-x > .cell {
      width: calc(100% - 1.25rem);
      margin-left: 0.625rem;
      margin-right: 0.625rem; } }
  @media print, screen and (min-width: 64em) {
    .grid-margin-x > .cell {
      width: calc(100% - 1.25rem);
      margin-left: 0.625rem;
      margin-right: 0.625rem; } }
  @media screen and (min-width: 87.5em) {
    .grid-margin-x > .cell {
      width: calc(100% - 1.25rem);
      margin-left: 0.625rem;
      margin-right: 0.625rem; } }
  @media screen and (min-width: 105em) {
    .grid-margin-x > .cell {
      width: calc(100% - 1.25rem);
      margin-left: 0.625rem;
      margin-right: 0.625rem; } }
  @media print, screen and (min-width: 33.75em) {
    .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: 54.5em) {
    .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); }
    .grid-margin-x > .medium-auto {
      width: auto; }
    .grid-margin-x > .medium-shrink {
      width: auto; }
    .grid-margin-x > .medium-1 {
      width: calc(8.33333% - 1.25rem); }
    .grid-margin-x > .medium-2 {
      width: calc(16.66667% - 1.25rem); }
    .grid-margin-x > .medium-3 {
      width: calc(25% - 1.25rem); }
    .grid-margin-x > .medium-4 {
      width: calc(33.33333% - 1.25rem); }
    .grid-margin-x > .medium-5 {
      width: calc(41.66667% - 1.25rem); }
    .grid-margin-x > .medium-6 {
      width: calc(50% - 1.25rem); }
    .grid-margin-x > .medium-7 {
      width: calc(58.33333% - 1.25rem); }
    .grid-margin-x > .medium-8 {
      width: calc(66.66667% - 1.25rem); }
    .grid-margin-x > .medium-9 {
      width: calc(75% - 1.25rem); }
    .grid-margin-x > .medium-10 {
      width: calc(83.33333% - 1.25rem); }
    .grid-margin-x > .medium-11 {
      width: calc(91.66667% - 1.25rem); }
    .grid-margin-x > .medium-12 {
      width: calc(100% - 1.25rem); } }
  @media print, screen and (min-width: 64em) {
    .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); }
    .grid-margin-x > .medium-auto {
      width: auto; }
    .grid-margin-x > .medium-shrink {
      width: auto; }
    .grid-margin-x > .medium-1 {
      width: calc(8.33333% - 1.25rem); }
    .grid-margin-x > .medium-2 {
      width: calc(16.66667% - 1.25rem); }
    .grid-margin-x > .medium-3 {
      width: calc(25% - 1.25rem); }
    .grid-margin-x > .medium-4 {
      width: calc(33.33333% - 1.25rem); }
    .grid-margin-x > .medium-5 {
      width: calc(41.66667% - 1.25rem); }
    .grid-margin-x > .medium-6 {
      width: calc(50% - 1.25rem); }
    .grid-margin-x > .medium-7 {
      width: calc(58.33333% - 1.25rem); }
    .grid-margin-x > .medium-8 {
      width: calc(66.66667% - 1.25rem); }
    .grid-margin-x > .medium-9 {
      width: calc(75% - 1.25rem); }
    .grid-margin-x > .medium-10 {
      width: calc(83.33333% - 1.25rem); }
    .grid-margin-x > .medium-11 {
      width: calc(91.66667% - 1.25rem); }
    .grid-margin-x > .medium-12 {
      width: calc(100% - 1.25rem); }
    .grid-margin-x > .large-auto {
      width: auto; }
    .grid-margin-x > .large-shrink {
      width: auto; }
    .grid-margin-x > .large-1 {
      width: calc(8.33333% - 1.25rem); }
    .grid-margin-x > .large-2 {
      width: calc(16.66667% - 1.25rem); }
    .grid-margin-x > .large-3 {
      width: calc(25% - 1.25rem); }
    .grid-margin-x > .large-4 {
      width: calc(33.33333% - 1.25rem); }
    .grid-margin-x > .large-5 {
      width: calc(41.66667% - 1.25rem); }
    .grid-margin-x > .large-6 {
      width: calc(50% - 1.25rem); }
    .grid-margin-x > .large-7 {
      width: calc(58.33333% - 1.25rem); }
    .grid-margin-x > .large-8 {
      width: calc(66.66667% - 1.25rem); }
    .grid-margin-x > .large-9 {
      width: calc(75% - 1.25rem); }
    .grid-margin-x > .large-10 {
      width: calc(83.33333% - 1.25rem); }
    .grid-margin-x > .large-11 {
      width: calc(91.66667% - 1.25rem); }
    .grid-margin-x > .large-12 {
      width: calc(100% - 1.25rem); } }
  @media screen and (min-width: 87.5em) {
    .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); }
    .grid-margin-x > .medium-auto {
      width: auto; }
    .grid-margin-x > .medium-shrink {
      width: auto; }
    .grid-margin-x > .medium-1 {
      width: calc(8.33333% - 1.25rem); }
    .grid-margin-x > .medium-2 {
      width: calc(16.66667% - 1.25rem); }
    .grid-margin-x > .medium-3 {
      width: calc(25% - 1.25rem); }
    .grid-margin-x > .medium-4 {
      width: calc(33.33333% - 1.25rem); }
    .grid-margin-x > .medium-5 {
      width: calc(41.66667% - 1.25rem); }
    .grid-margin-x > .medium-6 {
      width: calc(50% - 1.25rem); }
    .grid-margin-x > .medium-7 {
      width: calc(58.33333% - 1.25rem); }
    .grid-margin-x > .medium-8 {
      width: calc(66.66667% - 1.25rem); }
    .grid-margin-x > .medium-9 {
      width: calc(75% - 1.25rem); }
    .grid-margin-x > .medium-10 {
      width: calc(83.33333% - 1.25rem); }
    .grid-margin-x > .medium-11 {
      width: calc(91.66667% - 1.25rem); }
    .grid-margin-x > .medium-12 {
      width: calc(100% - 1.25rem); }
    .grid-margin-x > .large-auto {
      width: auto; }
    .grid-margin-x > .large-shrink {
      width: auto; }
    .grid-margin-x > .large-1 {
      width: calc(8.33333% - 1.25rem); }
    .grid-margin-x > .large-2 {
      width: calc(16.66667% - 1.25rem); }
    .grid-margin-x > .large-3 {
      width: calc(25% - 1.25rem); }
    .grid-margin-x > .large-4 {
      width: calc(33.33333% - 1.25rem); }
    .grid-margin-x > .large-5 {
      width: calc(41.66667% - 1.25rem); }
    .grid-margin-x > .large-6 {
      width: calc(50% - 1.25rem); }
    .grid-margin-x > .large-7 {
      width: calc(58.33333% - 1.25rem); }
    .grid-margin-x > .large-8 {
      width: calc(66.66667% - 1.25rem); }
    .grid-margin-x > .large-9 {
      width: calc(75% - 1.25rem); }
    .grid-margin-x > .large-10 {
      width: calc(83.33333% - 1.25rem); }
    .grid-margin-x > .large-11 {
      width: calc(91.66667% - 1.25rem); }
    .grid-margin-x > .large-12 {
      width: calc(100% - 1.25rem); }
    .grid-margin-x > .xlarge-auto {
      width: auto; }
    .grid-margin-x > .xlarge-shrink {
      width: auto; }
    .grid-margin-x > .xlarge-1 {
      width: calc(8.33333% - 1.25rem); }
    .grid-margin-x > .xlarge-2 {
      width: calc(16.66667% - 1.25rem); }
    .grid-margin-x > .xlarge-3 {
      width: calc(25% - 1.25rem); }
    .grid-margin-x > .xlarge-4 {
      width: calc(33.33333% - 1.25rem); }
    .grid-margin-x > .xlarge-5 {
      width: calc(41.66667% - 1.25rem); }
    .grid-margin-x > .xlarge-6 {
      width: calc(50% - 1.25rem); }
    .grid-margin-x > .xlarge-7 {
      width: calc(58.33333% - 1.25rem); }
    .grid-margin-x > .xlarge-8 {
      width: calc(66.66667% - 1.25rem); }
    .grid-margin-x > .xlarge-9 {
      width: calc(75% - 1.25rem); }
    .grid-margin-x > .xlarge-10 {
      width: calc(83.33333% - 1.25rem); }
    .grid-margin-x > .xlarge-11 {
      width: calc(91.66667% - 1.25rem); }
    .grid-margin-x > .xlarge-12 {
      width: calc(100% - 1.25rem); } }
  @media screen and (min-width: 105em) {
    .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); }
    .grid-margin-x > .medium-auto {
      width: auto; }
    .grid-margin-x > .medium-shrink {
      width: auto; }
    .grid-margin-x > .medium-1 {
      width: calc(8.33333% - 1.25rem); }
    .grid-margin-x > .medium-2 {
      width: calc(16.66667% - 1.25rem); }
    .grid-margin-x > .medium-3 {
      width: calc(25% - 1.25rem); }
    .grid-margin-x > .medium-4 {
      width: calc(33.33333% - 1.25rem); }
    .grid-margin-x > .medium-5 {
      width: calc(41.66667% - 1.25rem); }
    .grid-margin-x > .medium-6 {
      width: calc(50% - 1.25rem); }
    .grid-margin-x > .medium-7 {
      width: calc(58.33333% - 1.25rem); }
    .grid-margin-x > .medium-8 {
      width: calc(66.66667% - 1.25rem); }
    .grid-margin-x > .medium-9 {
      width: calc(75% - 1.25rem); }
    .grid-margin-x > .medium-10 {
      width: calc(83.33333% - 1.25rem); }
    .grid-margin-x > .medium-11 {
      width: calc(91.66667% - 1.25rem); }
    .grid-margin-x > .medium-12 {
      width: calc(100% - 1.25rem); }
    .grid-margin-x > .large-auto {
      width: auto; }
    .grid-margin-x > .large-shrink {
      width: auto; }
    .grid-margin-x > .large-1 {
      width: calc(8.33333% - 1.25rem); }
    .grid-margin-x > .large-2 {
      width: calc(16.66667% - 1.25rem); }
    .grid-margin-x > .large-3 {
      width: calc(25% - 1.25rem); }
    .grid-margin-x > .large-4 {
      width: calc(33.33333% - 1.25rem); }
    .grid-margin-x > .large-5 {
      width: calc(41.66667% - 1.25rem); }
    .grid-margin-x > .large-6 {
      width: calc(50% - 1.25rem); }
    .grid-margin-x > .large-7 {
      width: calc(58.33333% - 1.25rem); }
    .grid-margin-x > .large-8 {
      width: calc(66.66667% - 1.25rem); }
    .grid-margin-x > .large-9 {
      width: calc(75% - 1.25rem); }
    .grid-margin-x > .large-10 {
      width: calc(83.33333% - 1.25rem); }
    .grid-margin-x > .large-11 {
      width: calc(91.66667% - 1.25rem); }
    .grid-margin-x > .large-12 {
      width: calc(100% - 1.25rem); }
    .grid-margin-x > .xlarge-auto {
      width: auto; }
    .grid-margin-x > .xlarge-shrink {
      width: auto; }
    .grid-margin-x > .xlarge-1 {
      width: calc(8.33333% - 1.25rem); }
    .grid-margin-x > .xlarge-2 {
      width: calc(16.66667% - 1.25rem); }
    .grid-margin-x > .xlarge-3 {
      width: calc(25% - 1.25rem); }
    .grid-margin-x > .xlarge-4 {
      width: calc(33.33333% - 1.25rem); }
    .grid-margin-x > .xlarge-5 {
      width: calc(41.66667% - 1.25rem); }
    .grid-margin-x > .xlarge-6 {
      width: calc(50% - 1.25rem); }
    .grid-margin-x > .xlarge-7 {
      width: calc(58.33333% - 1.25rem); }
    .grid-margin-x > .xlarge-8 {
      width: calc(66.66667% - 1.25rem); }
    .grid-margin-x > .xlarge-9 {
      width: calc(75% - 1.25rem); }
    .grid-margin-x > .xlarge-10 {
      width: calc(83.33333% - 1.25rem); }
    .grid-margin-x > .xlarge-11 {
      width: calc(91.66667% - 1.25rem); }
    .grid-margin-x > .xlarge-12 {
      width: calc(100% - 1.25rem); }
    .grid-margin-x > .xxlarge-auto {
      width: auto; }
    .grid-margin-x > .xxlarge-shrink {
      width: auto; }
    .grid-margin-x > .xxlarge-1 {
      width: calc(8.33333% - 1.25rem); }
    .grid-margin-x > .xxlarge-2 {
      width: calc(16.66667% - 1.25rem); }
    .grid-margin-x > .xxlarge-3 {
      width: calc(25% - 1.25rem); }
    .grid-margin-x > .xxlarge-4 {
      width: calc(33.33333% - 1.25rem); }
    .grid-margin-x > .xxlarge-5 {
      width: calc(41.66667% - 1.25rem); }
    .grid-margin-x > .xxlarge-6 {
      width: calc(50% - 1.25rem); }
    .grid-margin-x > .xxlarge-7 {
      width: calc(58.33333% - 1.25rem); }
    .grid-margin-x > .xxlarge-8 {
      width: calc(66.66667% - 1.25rem); }
    .grid-margin-x > .xxlarge-9 {
      width: calc(75% - 1.25rem); }
    .grid-margin-x > .xxlarge-10 {
      width: calc(83.33333% - 1.25rem); }
    .grid-margin-x > .xxlarge-11 {
      width: calc(91.66667% - 1.25rem); }
    .grid-margin-x > .xxlarge-12 {
      width: calc(100% - 1.25rem); } }
.grid-padding-x .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }
  @media print, screen and (min-width: 33.75em) {
    .grid-padding-x .grid-padding-x {
      margin-right: -0.625rem;
      margin-left: -0.625rem; } }
  @media print, screen and (min-width: 54.5em) {
    .grid-padding-x .grid-padding-x {
      margin-right: -0.625rem;
      margin-left: -0.625rem; } }
  @media print, screen and (min-width: 64em) {
    .grid-padding-x .grid-padding-x {
      margin-right: -0.625rem;
      margin-left: -0.625rem; } }
  @media screen and (min-width: 87.5em) {
    .grid-padding-x .grid-padding-x {
      margin-right: -0.625rem;
      margin-left: -0.625rem; } }
  @media screen and (min-width: 105em) {
    .grid-padding-x .grid-padding-x {
      margin-right: -0.625rem;
      margin-left: -0.625rem; } }
.grid-container:not(.full) > .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }
  @media print, screen and (min-width: 33.75em) {
    .grid-container:not(.full) > .grid-padding-x {
      margin-right: -0.625rem;
      margin-left: -0.625rem; } }
  @media print, screen and (min-width: 54.5em) {
    .grid-container:not(.full) > .grid-padding-x {
      margin-right: -0.625rem;
      margin-left: -0.625rem; } }
  @media print, screen and (min-width: 64em) {
    .grid-container:not(.full) > .grid-padding-x {
      margin-right: -0.625rem;
      margin-left: -0.625rem; } }
  @media screen and (min-width: 87.5em) {
    .grid-container:not(.full) > .grid-padding-x {
      margin-right: -0.625rem;
      margin-left: -0.625rem; } }
  @media screen and (min-width: 105em) {
    .grid-container:not(.full) > .grid-padding-x {
      margin-right: -0.625rem;
      margin-left: -0.625rem; } }
.grid-padding-x > .cell {
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 33.75em) {
    .grid-padding-x > .cell {
      padding-right: 0.625rem;
      padding-left: 0.625rem; } }
  @media print, screen and (min-width: 54.5em) {
    .grid-padding-x > .cell {
      padding-right: 0.625rem;
      padding-left: 0.625rem; } }
  @media print, screen and (min-width: 64em) {
    .grid-padding-x > .cell {
      padding-right: 0.625rem;
      padding-left: 0.625rem; } }
  @media screen and (min-width: 87.5em) {
    .grid-padding-x > .cell {
      padding-right: 0.625rem;
      padding-left: 0.625rem; } }
  @media screen and (min-width: 105em) {
    .grid-padding-x > .cell {
      padding-right: 0.625rem;
      padding-left: 0.625rem; } }
@media print, screen and (min-width: 33.75em) {
  .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: 54.5em) {
  .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%; } }

@media screen and (min-width: 87.5em) {
  .xlarge-up-1 > .cell {
    width: 100%; }
  .xlarge-up-2 > .cell {
    width: 50%; }
  .xlarge-up-3 > .cell {
    width: 33.33333%; }
  .xlarge-up-4 > .cell {
    width: 25%; }
  .xlarge-up-5 > .cell {
    width: 20%; }
  .xlarge-up-6 > .cell {
    width: 16.66667%; }
  .xlarge-up-7 > .cell {
    width: 14.28571%; }
  .xlarge-up-8 > .cell {
    width: 12.5%; } }

@media screen and (min-width: 105em) {
  .xxlarge-up-1 > .cell {
    width: 100%; }
  .xxlarge-up-2 > .cell {
    width: 50%; }
  .xxlarge-up-3 > .cell {
    width: 33.33333%; }
  .xxlarge-up-4 > .cell {
    width: 25%; }
  .xxlarge-up-5 > .cell {
    width: 20%; }
  .xxlarge-up-6 > .cell {
    width: 16.66667%; }
  .xxlarge-up-7 > .cell {
    width: 14.28571%; }
  .xxlarge-up-8 > .cell {
    width: 12.5%; } }

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

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

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

@media screen and (min-width: 105em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 1.25rem); }
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 1.25rem); }
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 1.25rem); }
  .grid-margin-x.xlarge-up-1 > .cell {
    width: calc(100% - 1.25rem); }
  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 1.25rem); }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 1.25rem); }
  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 1.25rem); }
  .grid-margin-x.xlarge-up-2 > .cell {
    width: calc(50% - 1.25rem); }
  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.33333% - 1.25rem); }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.33333% - 1.25rem); }
  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.33333% - 1.25rem); }
  .grid-margin-x.xlarge-up-3 > .cell {
    width: calc(33.33333% - 1.25rem); }
  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 1.25rem); }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 1.25rem); }
  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 1.25rem); }
  .grid-margin-x.xlarge-up-4 > .cell {
    width: calc(25% - 1.25rem); }
  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 1.25rem); }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 1.25rem); }
  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 1.25rem); }
  .grid-margin-x.xlarge-up-5 > .cell {
    width: calc(20% - 1.25rem); }
  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.66667% - 1.25rem); }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.66667% - 1.25rem); }
  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.66667% - 1.25rem); }
  .grid-margin-x.xlarge-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.medium-up-7 > .cell {
    width: calc(14.28571% - 1.25rem); }
  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.28571% - 1.25rem); }
  .grid-margin-x.xlarge-up-7 > .cell {
    width: calc(14.28571% - 1.25rem); }
  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 1.25rem); }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 1.25rem); }
  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 1.25rem); }
  .grid-margin-x.xlarge-up-8 > .cell {
    width: calc(12.5% - 1.25rem); }
  .grid-margin-x.xxlarge-up-1 > .cell {
    width: calc(100% - 1.25rem); }
  .grid-margin-x.xxlarge-up-2 > .cell {
    width: calc(50% - 1.25rem); }
  .grid-margin-x.xxlarge-up-3 > .cell {
    width: calc(33.33333% - 1.25rem); }
  .grid-margin-x.xxlarge-up-4 > .cell {
    width: calc(25% - 1.25rem); }
  .grid-margin-x.xxlarge-up-5 > .cell {
    width: calc(20% - 1.25rem); }
  .grid-margin-x.xxlarge-up-6 > .cell {
    width: calc(16.66667% - 1.25rem); }
  .grid-margin-x.xxlarge-up-7 > .cell {
    width: calc(14.28571% - 1.25rem); }
  .grid-margin-x.xxlarge-up-8 > .cell {
    width: calc(12.5% - 1.25rem); } }

@media print, screen and (min-width: 33.75em) {
  .small-margin-collapse {
    margin-right: 0;
    margin-left: 0; }
    .small-margin-collapse > .cell {
      margin-right: 0;
      margin-left: 0; } }

@media print, screen and (min-width: 33.75em) {
  .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: 54.5em) {
  .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%; } }

@media screen and (min-width: 87.5em) {
  .small-margin-collapse > .xlarge-1 {
    width: 8.33333%; }
  .small-margin-collapse > .xlarge-2 {
    width: 16.66667%; }
  .small-margin-collapse > .xlarge-3 {
    width: 25%; }
  .small-margin-collapse > .xlarge-4 {
    width: 33.33333%; }
  .small-margin-collapse > .xlarge-5 {
    width: 41.66667%; }
  .small-margin-collapse > .xlarge-6 {
    width: 50%; }
  .small-margin-collapse > .xlarge-7 {
    width: 58.33333%; }
  .small-margin-collapse > .xlarge-8 {
    width: 66.66667%; }
  .small-margin-collapse > .xlarge-9 {
    width: 75%; }
  .small-margin-collapse > .xlarge-10 {
    width: 83.33333%; }
  .small-margin-collapse > .xlarge-11 {
    width: 91.66667%; }
  .small-margin-collapse > .xlarge-12 {
    width: 100%; } }

@media screen and (min-width: 105em) {
  .small-margin-collapse > .xxlarge-1 {
    width: 8.33333%; }
  .small-margin-collapse > .xxlarge-2 {
    width: 16.66667%; }
  .small-margin-collapse > .xxlarge-3 {
    width: 25%; }
  .small-margin-collapse > .xxlarge-4 {
    width: 33.33333%; }
  .small-margin-collapse > .xxlarge-5 {
    width: 41.66667%; }
  .small-margin-collapse > .xxlarge-6 {
    width: 50%; }
  .small-margin-collapse > .xxlarge-7 {
    width: 58.33333%; }
  .small-margin-collapse > .xxlarge-8 {
    width: 66.66667%; }
  .small-margin-collapse > .xxlarge-9 {
    width: 75%; }
  .small-margin-collapse > .xxlarge-10 {
    width: 83.33333%; }
  .small-margin-collapse > .xxlarge-11 {
    width: 91.66667%; }
  .small-margin-collapse > .xxlarge-12 {
    width: 100%; } }

@media print, screen and (min-width: 33.75em) {
  .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: 54.5em) {
  .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: 54.5em) {
  .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: 54.5em) {
  .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 screen and (min-width: 87.5em) {
  .medium-margin-collapse > .xlarge-1 {
    width: 8.33333%; }
  .medium-margin-collapse > .xlarge-2 {
    width: 16.66667%; }
  .medium-margin-collapse > .xlarge-3 {
    width: 25%; }
  .medium-margin-collapse > .xlarge-4 {
    width: 33.33333%; }
  .medium-margin-collapse > .xlarge-5 {
    width: 41.66667%; }
  .medium-margin-collapse > .xlarge-6 {
    width: 50%; }
  .medium-margin-collapse > .xlarge-7 {
    width: 58.33333%; }
  .medium-margin-collapse > .xlarge-8 {
    width: 66.66667%; }
  .medium-margin-collapse > .xlarge-9 {
    width: 75%; }
  .medium-margin-collapse > .xlarge-10 {
    width: 83.33333%; }
  .medium-margin-collapse > .xlarge-11 {
    width: 91.66667%; }
  .medium-margin-collapse > .xlarge-12 {
    width: 100%; } }

@media screen and (min-width: 105em) {
  .medium-margin-collapse > .xxlarge-1 {
    width: 8.33333%; }
  .medium-margin-collapse > .xxlarge-2 {
    width: 16.66667%; }
  .medium-margin-collapse > .xxlarge-3 {
    width: 25%; }
  .medium-margin-collapse > .xxlarge-4 {
    width: 33.33333%; }
  .medium-margin-collapse > .xxlarge-5 {
    width: 41.66667%; }
  .medium-margin-collapse > .xxlarge-6 {
    width: 50%; }
  .medium-margin-collapse > .xxlarge-7 {
    width: 58.33333%; }
  .medium-margin-collapse > .xxlarge-8 {
    width: 66.66667%; }
  .medium-margin-collapse > .xxlarge-9 {
    width: 75%; }
  .medium-margin-collapse > .xxlarge-10 {
    width: 83.33333%; }
  .medium-margin-collapse > .xxlarge-11 {
    width: 91.66667%; }
  .medium-margin-collapse > .xxlarge-12 {
    width: 100%; } }

@media print, screen and (min-width: 54.5em) {
  .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 screen and (min-width: 87.5em) {
  .large-margin-collapse > .xlarge-1 {
    width: 8.33333%; }
  .large-margin-collapse > .xlarge-2 {
    width: 16.66667%; }
  .large-margin-collapse > .xlarge-3 {
    width: 25%; }
  .large-margin-collapse > .xlarge-4 {
    width: 33.33333%; }
  .large-margin-collapse > .xlarge-5 {
    width: 41.66667%; }
  .large-margin-collapse > .xlarge-6 {
    width: 50%; }
  .large-margin-collapse > .xlarge-7 {
    width: 58.33333%; }
  .large-margin-collapse > .xlarge-8 {
    width: 66.66667%; }
  .large-margin-collapse > .xlarge-9 {
    width: 75%; }
  .large-margin-collapse > .xlarge-10 {
    width: 83.33333%; }
  .large-margin-collapse > .xlarge-11 {
    width: 91.66667%; }
  .large-margin-collapse > .xlarge-12 {
    width: 100%; } }

@media screen and (min-width: 105em) {
  .large-margin-collapse > .xxlarge-1 {
    width: 8.33333%; }
  .large-margin-collapse > .xxlarge-2 {
    width: 16.66667%; }
  .large-margin-collapse > .xxlarge-3 {
    width: 25%; }
  .large-margin-collapse > .xxlarge-4 {
    width: 33.33333%; }
  .large-margin-collapse > .xxlarge-5 {
    width: 41.66667%; }
  .large-margin-collapse > .xxlarge-6 {
    width: 50%; }
  .large-margin-collapse > .xxlarge-7 {
    width: 58.33333%; }
  .large-margin-collapse > .xxlarge-8 {
    width: 66.66667%; }
  .large-margin-collapse > .xxlarge-9 {
    width: 75%; }
  .large-margin-collapse > .xxlarge-10 {
    width: 83.33333%; }
  .large-margin-collapse > .xxlarge-11 {
    width: 91.66667%; }
  .large-margin-collapse > .xxlarge-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; } }

@media screen and (min-width: 87.5em) {
  .xlarge-margin-collapse {
    margin-right: 0;
    margin-left: 0; }
    .xlarge-margin-collapse > .cell {
      margin-right: 0;
      margin-left: 0; } }

@media screen and (min-width: 87.5em) {
  .xlarge-margin-collapse > .small-1 {
    width: 8.33333%; }
  .xlarge-margin-collapse > .small-2 {
    width: 16.66667%; }
  .xlarge-margin-collapse > .small-3 {
    width: 25%; }
  .xlarge-margin-collapse > .small-4 {
    width: 33.33333%; }
  .xlarge-margin-collapse > .small-5 {
    width: 41.66667%; }
  .xlarge-margin-collapse > .small-6 {
    width: 50%; }
  .xlarge-margin-collapse > .small-7 {
    width: 58.33333%; }
  .xlarge-margin-collapse > .small-8 {
    width: 66.66667%; }
  .xlarge-margin-collapse > .small-9 {
    width: 75%; }
  .xlarge-margin-collapse > .small-10 {
    width: 83.33333%; }
  .xlarge-margin-collapse > .small-11 {
    width: 91.66667%; }
  .xlarge-margin-collapse > .small-12 {
    width: 100%; } }

@media screen and (min-width: 87.5em) {
  .xlarge-margin-collapse > .medium-1 {
    width: 8.33333%; }
  .xlarge-margin-collapse > .medium-2 {
    width: 16.66667%; }
  .xlarge-margin-collapse > .medium-3 {
    width: 25%; }
  .xlarge-margin-collapse > .medium-4 {
    width: 33.33333%; }
  .xlarge-margin-collapse > .medium-5 {
    width: 41.66667%; }
  .xlarge-margin-collapse > .medium-6 {
    width: 50%; }
  .xlarge-margin-collapse > .medium-7 {
    width: 58.33333%; }
  .xlarge-margin-collapse > .medium-8 {
    width: 66.66667%; }
  .xlarge-margin-collapse > .medium-9 {
    width: 75%; }
  .xlarge-margin-collapse > .medium-10 {
    width: 83.33333%; }
  .xlarge-margin-collapse > .medium-11 {
    width: 91.66667%; }
  .xlarge-margin-collapse > .medium-12 {
    width: 100%; } }

@media screen and (min-width: 87.5em) {
  .xlarge-margin-collapse > .large-1 {
    width: 8.33333%; }
  .xlarge-margin-collapse > .large-2 {
    width: 16.66667%; }
  .xlarge-margin-collapse > .large-3 {
    width: 25%; }
  .xlarge-margin-collapse > .large-4 {
    width: 33.33333%; }
  .xlarge-margin-collapse > .large-5 {
    width: 41.66667%; }
  .xlarge-margin-collapse > .large-6 {
    width: 50%; }
  .xlarge-margin-collapse > .large-7 {
    width: 58.33333%; }
  .xlarge-margin-collapse > .large-8 {
    width: 66.66667%; }
  .xlarge-margin-collapse > .large-9 {
    width: 75%; }
  .xlarge-margin-collapse > .large-10 {
    width: 83.33333%; }
  .xlarge-margin-collapse > .large-11 {
    width: 91.66667%; }
  .xlarge-margin-collapse > .large-12 {
    width: 100%; } }

@media screen and (min-width: 87.5em) {
  .xlarge-margin-collapse > .xlarge-1 {
    width: 8.33333%; }
  .xlarge-margin-collapse > .xlarge-2 {
    width: 16.66667%; }
  .xlarge-margin-collapse > .xlarge-3 {
    width: 25%; }
  .xlarge-margin-collapse > .xlarge-4 {
    width: 33.33333%; }
  .xlarge-margin-collapse > .xlarge-5 {
    width: 41.66667%; }
  .xlarge-margin-collapse > .xlarge-6 {
    width: 50%; }
  .xlarge-margin-collapse > .xlarge-7 {
    width: 58.33333%; }
  .xlarge-margin-collapse > .xlarge-8 {
    width: 66.66667%; }
  .xlarge-margin-collapse > .xlarge-9 {
    width: 75%; }
  .xlarge-margin-collapse > .xlarge-10 {
    width: 83.33333%; }
  .xlarge-margin-collapse > .xlarge-11 {
    width: 91.66667%; }
  .xlarge-margin-collapse > .xlarge-12 {
    width: 100%; } }

@media screen and (min-width: 105em) {
  .xlarge-margin-collapse > .xxlarge-1 {
    width: 8.33333%; }
  .xlarge-margin-collapse > .xxlarge-2 {
    width: 16.66667%; }
  .xlarge-margin-collapse > .xxlarge-3 {
    width: 25%; }
  .xlarge-margin-collapse > .xxlarge-4 {
    width: 33.33333%; }
  .xlarge-margin-collapse > .xxlarge-5 {
    width: 41.66667%; }
  .xlarge-margin-collapse > .xxlarge-6 {
    width: 50%; }
  .xlarge-margin-collapse > .xxlarge-7 {
    width: 58.33333%; }
  .xlarge-margin-collapse > .xxlarge-8 {
    width: 66.66667%; }
  .xlarge-margin-collapse > .xxlarge-9 {
    width: 75%; }
  .xlarge-margin-collapse > .xxlarge-10 {
    width: 83.33333%; }
  .xlarge-margin-collapse > .xxlarge-11 {
    width: 91.66667%; }
  .xlarge-margin-collapse > .xxlarge-12 {
    width: 100%; } }

@media screen and (min-width: 87.5em) {
  .xlarge-padding-collapse {
    margin-right: 0;
    margin-left: 0; }
    .xlarge-padding-collapse > .cell {
      padding-right: 0;
      padding-left: 0; } }

@media screen and (min-width: 105em) {
  .xxlarge-margin-collapse {
    margin-right: 0;
    margin-left: 0; }
    .xxlarge-margin-collapse > .cell {
      margin-right: 0;
      margin-left: 0; } }

@media screen and (min-width: 105em) {
  .xxlarge-margin-collapse > .small-1 {
    width: 8.33333%; }
  .xxlarge-margin-collapse > .small-2 {
    width: 16.66667%; }
  .xxlarge-margin-collapse > .small-3 {
    width: 25%; }
  .xxlarge-margin-collapse > .small-4 {
    width: 33.33333%; }
  .xxlarge-margin-collapse > .small-5 {
    width: 41.66667%; }
  .xxlarge-margin-collapse > .small-6 {
    width: 50%; }
  .xxlarge-margin-collapse > .small-7 {
    width: 58.33333%; }
  .xxlarge-margin-collapse > .small-8 {
    width: 66.66667%; }
  .xxlarge-margin-collapse > .small-9 {
    width: 75%; }
  .xxlarge-margin-collapse > .small-10 {
    width: 83.33333%; }
  .xxlarge-margin-collapse > .small-11 {
    width: 91.66667%; }
  .xxlarge-margin-collapse > .small-12 {
    width: 100%; } }

@media screen and (min-width: 105em) {
  .xxlarge-margin-collapse > .medium-1 {
    width: 8.33333%; }
  .xxlarge-margin-collapse > .medium-2 {
    width: 16.66667%; }
  .xxlarge-margin-collapse > .medium-3 {
    width: 25%; }
  .xxlarge-margin-collapse > .medium-4 {
    width: 33.33333%; }
  .xxlarge-margin-collapse > .medium-5 {
    width: 41.66667%; }
  .xxlarge-margin-collapse > .medium-6 {
    width: 50%; }
  .xxlarge-margin-collapse > .medium-7 {
    width: 58.33333%; }
  .xxlarge-margin-collapse > .medium-8 {
    width: 66.66667%; }
  .xxlarge-margin-collapse > .medium-9 {
    width: 75%; }
  .xxlarge-margin-collapse > .medium-10 {
    width: 83.33333%; }
  .xxlarge-margin-collapse > .medium-11 {
    width: 91.66667%; }
  .xxlarge-margin-collapse > .medium-12 {
    width: 100%; } }

@media screen and (min-width: 105em) {
  .xxlarge-margin-collapse > .large-1 {
    width: 8.33333%; }
  .xxlarge-margin-collapse > .large-2 {
    width: 16.66667%; }
  .xxlarge-margin-collapse > .large-3 {
    width: 25%; }
  .xxlarge-margin-collapse > .large-4 {
    width: 33.33333%; }
  .xxlarge-margin-collapse > .large-5 {
    width: 41.66667%; }
  .xxlarge-margin-collapse > .large-6 {
    width: 50%; }
  .xxlarge-margin-collapse > .large-7 {
    width: 58.33333%; }
  .xxlarge-margin-collapse > .large-8 {
    width: 66.66667%; }
  .xxlarge-margin-collapse > .large-9 {
    width: 75%; }
  .xxlarge-margin-collapse > .large-10 {
    width: 83.33333%; }
  .xxlarge-margin-collapse > .large-11 {
    width: 91.66667%; }
  .xxlarge-margin-collapse > .large-12 {
    width: 100%; } }

@media screen and (min-width: 105em) {
  .xxlarge-margin-collapse > .xlarge-1 {
    width: 8.33333%; }
  .xxlarge-margin-collapse > .xlarge-2 {
    width: 16.66667%; }
  .xxlarge-margin-collapse > .xlarge-3 {
    width: 25%; }
  .xxlarge-margin-collapse > .xlarge-4 {
    width: 33.33333%; }
  .xxlarge-margin-collapse > .xlarge-5 {
    width: 41.66667%; }
  .xxlarge-margin-collapse > .xlarge-6 {
    width: 50%; }
  .xxlarge-margin-collapse > .xlarge-7 {
    width: 58.33333%; }
  .xxlarge-margin-collapse > .xlarge-8 {
    width: 66.66667%; }
  .xxlarge-margin-collapse > .xlarge-9 {
    width: 75%; }
  .xxlarge-margin-collapse > .xlarge-10 {
    width: 83.33333%; }
  .xxlarge-margin-collapse > .xlarge-11 {
    width: 91.66667%; }
  .xxlarge-margin-collapse > .xlarge-12 {
    width: 100%; } }

@media screen and (min-width: 105em) {
  .xxlarge-margin-collapse > .xxlarge-1 {
    width: 8.33333%; }
  .xxlarge-margin-collapse > .xxlarge-2 {
    width: 16.66667%; }
  .xxlarge-margin-collapse > .xxlarge-3 {
    width: 25%; }
  .xxlarge-margin-collapse > .xxlarge-4 {
    width: 33.33333%; }
  .xxlarge-margin-collapse > .xxlarge-5 {
    width: 41.66667%; }
  .xxlarge-margin-collapse > .xxlarge-6 {
    width: 50%; }
  .xxlarge-margin-collapse > .xxlarge-7 {
    width: 58.33333%; }
  .xxlarge-margin-collapse > .xxlarge-8 {
    width: 66.66667%; }
  .xxlarge-margin-collapse > .xxlarge-9 {
    width: 75%; }
  .xxlarge-margin-collapse > .xxlarge-10 {
    width: 83.33333%; }
  .xxlarge-margin-collapse > .xxlarge-11 {
    width: 91.66667%; }
  .xxlarge-margin-collapse > .xxlarge-12 {
    width: 100%; } }

@media screen and (min-width: 105em) {
  .xxlarge-padding-collapse {
    margin-right: 0;
    margin-left: 0; }
    .xxlarge-padding-collapse > .cell {
      padding-right: 0;
      padding-left: 0; } }

@media print, screen and (min-width: 33.75em) {
  .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: 54.5em) {
  .medium-offset-0 {
    margin-left: 0%; }
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 0.625rem); }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.33333% + 0.625rem); }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.66667% + 0.625rem); }
  .medium-offset-3 {
    margin-left: 25%; }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 0.625rem); }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.33333% + 0.625rem); }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.66667% + 0.625rem); }
  .medium-offset-6 {
    margin-left: 50%; }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 0.625rem); }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.33333% + 0.625rem); }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.66667% + 0.625rem); }
  .medium-offset-9 {
    margin-left: 75%; }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 0.625rem); }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.33333% + 0.625rem); }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.66667% + 0.625rem); } }

@media print, screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0%; }
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 0.625rem); }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.33333% + 0.625rem); }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.66667% + 0.625rem); }
  .large-offset-3 {
    margin-left: 25%; }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 0.625rem); }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.33333% + 0.625rem); }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.66667% + 0.625rem); }
  .large-offset-6 {
    margin-left: 50%; }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 0.625rem); }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.33333% + 0.625rem); }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.66667% + 0.625rem); }
  .large-offset-9 {
    margin-left: 75%; }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 0.625rem); }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.33333% + 0.625rem); }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.66667% + 0.625rem); } }

@media screen and (min-width: 87.5em) {
  .xlarge-offset-0 {
    margin-left: 0%; }
  .grid-margin-x > .xlarge-offset-0 {
    margin-left: calc(0% + 0.625rem); }
  .xlarge-offset-1 {
    margin-left: 8.33333%; }
  .grid-margin-x > .xlarge-offset-1 {
    margin-left: calc(8.33333% + 0.625rem); }
  .xlarge-offset-2 {
    margin-left: 16.66667%; }
  .grid-margin-x > .xlarge-offset-2 {
    margin-left: calc(16.66667% + 0.625rem); }
  .xlarge-offset-3 {
    margin-left: 25%; }
  .grid-margin-x > .xlarge-offset-3 {
    margin-left: calc(25% + 0.625rem); }
  .xlarge-offset-4 {
    margin-left: 33.33333%; }
  .grid-margin-x > .xlarge-offset-4 {
    margin-left: calc(33.33333% + 0.625rem); }
  .xlarge-offset-5 {
    margin-left: 41.66667%; }
  .grid-margin-x > .xlarge-offset-5 {
    margin-left: calc(41.66667% + 0.625rem); }
  .xlarge-offset-6 {
    margin-left: 50%; }
  .grid-margin-x > .xlarge-offset-6 {
    margin-left: calc(50% + 0.625rem); }
  .xlarge-offset-7 {
    margin-left: 58.33333%; }
  .grid-margin-x > .xlarge-offset-7 {
    margin-left: calc(58.33333% + 0.625rem); }
  .xlarge-offset-8 {
    margin-left: 66.66667%; }
  .grid-margin-x > .xlarge-offset-8 {
    margin-left: calc(66.66667% + 0.625rem); }
  .xlarge-offset-9 {
    margin-left: 75%; }
  .grid-margin-x > .xlarge-offset-9 {
    margin-left: calc(75% + 0.625rem); }
  .xlarge-offset-10 {
    margin-left: 83.33333%; }
  .grid-margin-x > .xlarge-offset-10 {
    margin-left: calc(83.33333% + 0.625rem); }
  .xlarge-offset-11 {
    margin-left: 91.66667%; }
  .grid-margin-x > .xlarge-offset-11 {
    margin-left: calc(91.66667% + 0.625rem); } }

@media screen and (min-width: 105em) {
  .xxlarge-offset-0 {
    margin-left: 0%; }
  .grid-margin-x > .xxlarge-offset-0 {
    margin-left: calc(0% + 0.625rem); }
  .xxlarge-offset-1 {
    margin-left: 8.33333%; }
  .grid-margin-x > .xxlarge-offset-1 {
    margin-left: calc(8.33333% + 0.625rem); }
  .xxlarge-offset-2 {
    margin-left: 16.66667%; }
  .grid-margin-x > .xxlarge-offset-2 {
    margin-left: calc(16.66667% + 0.625rem); }
  .xxlarge-offset-3 {
    margin-left: 25%; }
  .grid-margin-x > .xxlarge-offset-3 {
    margin-left: calc(25% + 0.625rem); }
  .xxlarge-offset-4 {
    margin-left: 33.33333%; }
  .grid-margin-x > .xxlarge-offset-4 {
    margin-left: calc(33.33333% + 0.625rem); }
  .xxlarge-offset-5 {
    margin-left: 41.66667%; }
  .grid-margin-x > .xxlarge-offset-5 {
    margin-left: calc(41.66667% + 0.625rem); }
  .xxlarge-offset-6 {
    margin-left: 50%; }
  .grid-margin-x > .xxlarge-offset-6 {
    margin-left: calc(50% + 0.625rem); }
  .xxlarge-offset-7 {
    margin-left: 58.33333%; }
  .grid-margin-x > .xxlarge-offset-7 {
    margin-left: calc(58.33333% + 0.625rem); }
  .xxlarge-offset-8 {
    margin-left: 66.66667%; }
  .grid-margin-x > .xxlarge-offset-8 {
    margin-left: calc(66.66667% + 0.625rem); }
  .xxlarge-offset-9 {
    margin-left: 75%; }
  .grid-margin-x > .xxlarge-offset-9 {
    margin-left: calc(75% + 0.625rem); }
  .xxlarge-offset-10 {
    margin-left: 83.33333%; }
  .grid-margin-x > .xxlarge-offset-10 {
    margin-left: calc(83.33333% + 0.625rem); }
  .xxlarge-offset-11 {
    margin-left: 91.66667%; }
  .grid-margin-x > .xxlarge-offset-11 {
    margin-left: calc(91.66667% + 0.625rem); } }

.grid-y {
  display: flex;
  flex-flow: column nowrap; }
  .grid-y > .cell {
    height: auto;
    max-height: none; }
  .grid-y > .auto {
    height: auto; }
  .grid-y > .shrink {
    height: auto; }
  @media print, screen and (min-width: 33.75em) {
    .grid-y > .small-shrink, .grid-y > .small-full, .grid-y > .small-1, .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-10, .grid-y > .small-11, .grid-y > .small-12 {
      flex-basis: auto; } }
  @media print, screen and (min-width: 54.5em) {
    .grid-y > .medium-shrink, .grid-y > .medium-full, .grid-y > .medium-1, .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-10, .grid-y > .medium-11, .grid-y > .medium-12 {
      flex-basis: auto; } }
  @media print, screen and (min-width: 64em) {
    .grid-y > .large-shrink, .grid-y > .large-full, .grid-y > .large-1, .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-10, .grid-y > .large-11, .grid-y > .large-12 {
      flex-basis: auto; } }
  @media screen and (min-width: 87.5em) {
    .grid-y > .xlarge-shrink, .grid-y > .xlarge-full, .grid-y > .xlarge-1, .grid-y > .xlarge-2, .grid-y > .xlarge-3, .grid-y > .xlarge-4, .grid-y > .xlarge-5, .grid-y > .xlarge-6, .grid-y > .xlarge-7, .grid-y > .xlarge-8, .grid-y > .xlarge-9, .grid-y > .xlarge-10, .grid-y > .xlarge-11, .grid-y > .xlarge-12 {
      flex-basis: auto; } }
  @media screen and (min-width: 105em) {
    .grid-y > .xxlarge-shrink, .grid-y > .xxlarge-full, .grid-y > .xxlarge-1, .grid-y > .xxlarge-2, .grid-y > .xxlarge-3, .grid-y > .xxlarge-4, .grid-y > .xxlarge-5, .grid-y > .xxlarge-6, .grid-y > .xxlarge-7, .grid-y > .xxlarge-8, .grid-y > .xxlarge-9, .grid-y > .xxlarge-10, .grid-y > .xxlarge-11, .grid-y > .xxlarge-12 {
      flex-basis: auto; } }
  @media print, screen and (min-width: 33.75em) {
    .grid-y > .small-12, .grid-y > .small-11, .grid-y > .small-10, .grid-y > .small-9, .grid-y > .small-8, .grid-y > .small-7, .grid-y > .small-6, .grid-y > .small-5, .grid-y > .small-4, .grid-y > .small-3, .grid-y > .small-2, .grid-y > .small-1 {
      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: 54.5em) {
    .grid-y > .medium-auto {
      flex: 1 1 0px;
      height: auto; }
    .grid-y > .medium-12, .grid-y > .medium-11, .grid-y > .medium-10, .grid-y > .medium-9, .grid-y > .medium-8, .grid-y > .medium-7, .grid-y > .medium-6, .grid-y > .medium-5, .grid-y > .medium-4, .grid-y > .medium-3, .grid-y > .medium-2, .grid-y > .medium-1, .grid-y > .medium-shrink {
      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 {
      flex: 1 1 0px;
      height: auto; }
    .grid-y > .large-12, .grid-y > .large-11, .grid-y > .large-10, .grid-y > .large-9, .grid-y > .large-8, .grid-y > .large-7, .grid-y > .large-6, .grid-y > .large-5, .grid-y > .large-4, .grid-y > .large-3, .grid-y > .large-2, .grid-y > .large-1, .grid-y > .large-shrink {
      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%; } }
  @media screen and (min-width: 87.5em) {
    .grid-y > .xlarge-auto {
      flex: 1 1 0px;
      height: auto; }
    .grid-y > .xlarge-12, .grid-y > .xlarge-11, .grid-y > .xlarge-10, .grid-y > .xlarge-9, .grid-y > .xlarge-8, .grid-y > .xlarge-7, .grid-y > .xlarge-6, .grid-y > .xlarge-5, .grid-y > .xlarge-4, .grid-y > .xlarge-3, .grid-y > .xlarge-2, .grid-y > .xlarge-1, .grid-y > .xlarge-shrink {
      flex: 0 0 auto; }
    .grid-y > .xlarge-shrink {
      height: auto; }
    .grid-y > .xlarge-1 {
      height: 8.33333%; }
    .grid-y > .xlarge-2 {
      height: 16.66667%; }
    .grid-y > .xlarge-3 {
      height: 25%; }
    .grid-y > .xlarge-4 {
      height: 33.33333%; }
    .grid-y > .xlarge-5 {
      height: 41.66667%; }
    .grid-y > .xlarge-6 {
      height: 50%; }
    .grid-y > .xlarge-7 {
      height: 58.33333%; }
    .grid-y > .xlarge-8 {
      height: 66.66667%; }
    .grid-y > .xlarge-9 {
      height: 75%; }
    .grid-y > .xlarge-10 {
      height: 83.33333%; }
    .grid-y > .xlarge-11 {
      height: 91.66667%; }
    .grid-y > .xlarge-12 {
      height: 100%; } }
  @media screen and (min-width: 105em) {
    .grid-y > .xxlarge-auto {
      flex: 1 1 0px;
      height: auto; }
    .grid-y > .xxlarge-12, .grid-y > .xxlarge-11, .grid-y > .xxlarge-10, .grid-y > .xxlarge-9, .grid-y > .xxlarge-8, .grid-y > .xxlarge-7, .grid-y > .xxlarge-6, .grid-y > .xxlarge-5, .grid-y > .xxlarge-4, .grid-y > .xxlarge-3, .grid-y > .xxlarge-2, .grid-y > .xxlarge-1, .grid-y > .xxlarge-shrink {
      flex: 0 0 auto; }
    .grid-y > .xxlarge-shrink {
      height: auto; }
    .grid-y > .xxlarge-1 {
      height: 8.33333%; }
    .grid-y > .xxlarge-2 {
      height: 16.66667%; }
    .grid-y > .xxlarge-3 {
      height: 25%; }
    .grid-y > .xxlarge-4 {
      height: 33.33333%; }
    .grid-y > .xxlarge-5 {
      height: 41.66667%; }
    .grid-y > .xxlarge-6 {
      height: 50%; }
    .grid-y > .xxlarge-7 {
      height: 58.33333%; }
    .grid-y > .xxlarge-8 {
      height: 66.66667%; }
    .grid-y > .xxlarge-9 {
      height: 75%; }
    .grid-y > .xxlarge-10 {
      height: 83.33333%; }
    .grid-y > .xxlarge-11 {
      height: 91.66667%; }
    .grid-y > .xxlarge-12 {
      height: 100%; } }
.grid-padding-y .grid-padding-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem; }
  @media print, screen and (min-width: 33.75em) {
    .grid-padding-y .grid-padding-y {
      margin-top: -0.625rem;
      margin-bottom: -0.625rem; } }
  @media print, screen and (min-width: 54.5em) {
    .grid-padding-y .grid-padding-y {
      margin-top: -0.625rem;
      margin-bottom: -0.625rem; } }
  @media print, screen and (min-width: 64em) {
    .grid-padding-y .grid-padding-y {
      margin-top: -0.625rem;
      margin-bottom: -0.625rem; } }
  @media screen and (min-width: 87.5em) {
    .grid-padding-y .grid-padding-y {
      margin-top: -0.625rem;
      margin-bottom: -0.625rem; } }
  @media screen and (min-width: 105em) {
    .grid-padding-y .grid-padding-y {
      margin-top: -0.625rem;
      margin-bottom: -0.625rem; } }
.grid-padding-y > .cell {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem; }
  @media print, screen and (min-width: 33.75em) {
    .grid-padding-y > .cell {
      padding-top: 0.625rem;
      padding-bottom: 0.625rem; } }
  @media print, screen and (min-width: 54.5em) {
    .grid-padding-y > .cell {
      padding-top: 0.625rem;
      padding-bottom: 0.625rem; } }
  @media print, screen and (min-width: 64em) {
    .grid-padding-y > .cell {
      padding-top: 0.625rem;
      padding-bottom: 0.625rem; } }
  @media screen and (min-width: 87.5em) {
    .grid-padding-y > .cell {
      padding-top: 0.625rem;
      padding-bottom: 0.625rem; } }
  @media screen and (min-width: 105em) {
    .grid-padding-y > .cell {
      padding-top: 0.625rem;
      padding-bottom: 0.625rem; } }
.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem; }
  @media print, screen and (min-width: 33.75em) {
    .grid-margin-y {
      margin-top: -0.625rem;
      margin-bottom: -0.625rem; } }
  @media print, screen and (min-width: 54.5em) {
    .grid-margin-y {
      margin-top: -0.625rem;
      margin-bottom: -0.625rem; } }
  @media print, screen and (min-width: 64em) {
    .grid-margin-y {
      margin-top: -0.625rem;
      margin-bottom: -0.625rem; } }
  @media screen and (min-width: 87.5em) {
    .grid-margin-y {
      margin-top: -0.625rem;
      margin-bottom: -0.625rem; } }
  @media screen and (min-width: 105em) {
    .grid-margin-y {
      margin-top: -0.625rem;
      margin-bottom: -0.625rem; } }
  .grid-margin-y > .cell {
    height: calc(100% - 1.25rem);
    margin-top: 0.625rem;
    margin-bottom: 0.625rem; }
  @media print, screen and (min-width: 54.5em) {
    .grid-margin-y > .cell {
      height: calc(100% - 1.25rem);
      margin-top: 0.625rem;
      margin-bottom: 0.625rem; } }
  @media print, screen and (min-width: 64em) {
    .grid-margin-y > .cell {
      height: calc(100% - 1.25rem);
      margin-top: 0.625rem;
      margin-bottom: 0.625rem; } }
  @media screen and (min-width: 87.5em) {
    .grid-margin-y > .cell {
      height: calc(100% - 1.25rem);
      margin-top: 0.625rem;
      margin-bottom: 0.625rem; } }
  @media screen and (min-width: 105em) {
    .grid-margin-y > .cell {
      height: calc(100% - 1.25rem);
      margin-top: 0.625rem;
      margin-bottom: 0.625rem; } }
  @media print, screen and (min-width: 33.75em) {
    .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: 54.5em) {
    .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); }
    .grid-margin-y > .medium-auto {
      height: auto; }
    .grid-margin-y > .medium-shrink {
      height: auto; }
    .grid-margin-y > .medium-1 {
      height: calc(8.33333% - 1.25rem); }
    .grid-margin-y > .medium-2 {
      height: calc(16.66667% - 1.25rem); }
    .grid-margin-y > .medium-3 {
      height: calc(25% - 1.25rem); }
    .grid-margin-y > .medium-4 {
      height: calc(33.33333% - 1.25rem); }
    .grid-margin-y > .medium-5 {
      height: calc(41.66667% - 1.25rem); }
    .grid-margin-y > .medium-6 {
      height: calc(50% - 1.25rem); }
    .grid-margin-y > .medium-7 {
      height: calc(58.33333% - 1.25rem); }
    .grid-margin-y > .medium-8 {
      height: calc(66.66667% - 1.25rem); }
    .grid-margin-y > .medium-9 {
      height: calc(75% - 1.25rem); }
    .grid-margin-y > .medium-10 {
      height: calc(83.33333% - 1.25rem); }
    .grid-margin-y > .medium-11 {
      height: calc(91.66667% - 1.25rem); }
    .grid-margin-y > .medium-12 {
      height: calc(100% - 1.25rem); } }
  @media print, screen and (min-width: 64em) {
    .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); }
    .grid-margin-y > .medium-auto {
      height: auto; }
    .grid-margin-y > .medium-shrink {
      height: auto; }
    .grid-margin-y > .medium-1 {
      height: calc(8.33333% - 1.25rem); }
    .grid-margin-y > .medium-2 {
      height: calc(16.66667% - 1.25rem); }
    .grid-margin-y > .medium-3 {
      height: calc(25% - 1.25rem); }
    .grid-margin-y > .medium-4 {
      height: calc(33.33333% - 1.25rem); }
    .grid-margin-y > .medium-5 {
      height: calc(41.66667% - 1.25rem); }
    .grid-margin-y > .medium-6 {
      height: calc(50% - 1.25rem); }
    .grid-margin-y > .medium-7 {
      height: calc(58.33333% - 1.25rem); }
    .grid-margin-y > .medium-8 {
      height: calc(66.66667% - 1.25rem); }
    .grid-margin-y > .medium-9 {
      height: calc(75% - 1.25rem); }
    .grid-margin-y > .medium-10 {
      height: calc(83.33333% - 1.25rem); }
    .grid-margin-y > .medium-11 {
      height: calc(91.66667% - 1.25rem); }
    .grid-margin-y > .medium-12 {
      height: calc(100% - 1.25rem); }
    .grid-margin-y > .large-auto {
      height: auto; }
    .grid-margin-y > .large-shrink {
      height: auto; }
    .grid-margin-y > .large-1 {
      height: calc(8.33333% - 1.25rem); }
    .grid-margin-y > .large-2 {
      height: calc(16.66667% - 1.25rem); }
    .grid-margin-y > .large-3 {
      height: calc(25% - 1.25rem); }
    .grid-margin-y > .large-4 {
      height: calc(33.33333% - 1.25rem); }
    .grid-margin-y > .large-5 {
      height: calc(41.66667% - 1.25rem); }
    .grid-margin-y > .large-6 {
      height: calc(50% - 1.25rem); }
    .grid-margin-y > .large-7 {
      height: calc(58.33333% - 1.25rem); }
    .grid-margin-y > .large-8 {
      height: calc(66.66667% - 1.25rem); }
    .grid-margin-y > .large-9 {
      height: calc(75% - 1.25rem); }
    .grid-margin-y > .large-10 {
      height: calc(83.33333% - 1.25rem); }
    .grid-margin-y > .large-11 {
      height: calc(91.66667% - 1.25rem); }
    .grid-margin-y > .large-12 {
      height: calc(100% - 1.25rem); } }
  @media screen and (min-width: 87.5em) {
    .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); }
    .grid-margin-y > .medium-auto {
      height: auto; }
    .grid-margin-y > .medium-shrink {
      height: auto; }
    .grid-margin-y > .medium-1 {
      height: calc(8.33333% - 1.25rem); }
    .grid-margin-y > .medium-2 {
      height: calc(16.66667% - 1.25rem); }
    .grid-margin-y > .medium-3 {
      height: calc(25% - 1.25rem); }
    .grid-margin-y > .medium-4 {
      height: calc(33.33333% - 1.25rem); }
    .grid-margin-y > .medium-5 {
      height: calc(41.66667% - 1.25rem); }
    .grid-margin-y > .medium-6 {
      height: calc(50% - 1.25rem); }
    .grid-margin-y > .medium-7 {
      height: calc(58.33333% - 1.25rem); }
    .grid-margin-y > .medium-8 {
      height: calc(66.66667% - 1.25rem); }
    .grid-margin-y > .medium-9 {
      height: calc(75% - 1.25rem); }
    .grid-margin-y > .medium-10 {
      height: calc(83.33333% - 1.25rem); }
    .grid-margin-y > .medium-11 {
      height: calc(91.66667% - 1.25rem); }
    .grid-margin-y > .medium-12 {
      height: calc(100% - 1.25rem); }
    .grid-margin-y > .large-auto {
      height: auto; }
    .grid-margin-y > .large-shrink {
      height: auto; }
    .grid-margin-y > .large-1 {
      height: calc(8.33333% - 1.25rem); }
    .grid-margin-y > .large-2 {
      height: calc(16.66667% - 1.25rem); }
    .grid-margin-y > .large-3 {
      height: calc(25% - 1.25rem); }
    .grid-margin-y > .large-4 {
      height: calc(33.33333% - 1.25rem); }
    .grid-margin-y > .large-5 {
      height: calc(41.66667% - 1.25rem); }
    .grid-margin-y > .large-6 {
      height: calc(50% - 1.25rem); }
    .grid-margin-y > .large-7 {
      height: calc(58.33333% - 1.25rem); }
    .grid-margin-y > .large-8 {
      height: calc(66.66667% - 1.25rem); }
    .grid-margin-y > .large-9 {
      height: calc(75% - 1.25rem); }
    .grid-margin-y > .large-10 {
      height: calc(83.33333% - 1.25rem); }
    .grid-margin-y > .large-11 {
      height: calc(91.66667% - 1.25rem); }
    .grid-margin-y > .large-12 {
      height: calc(100% - 1.25rem); }
    .grid-margin-y > .xlarge-auto {
      height: auto; }
    .grid-margin-y > .xlarge-shrink {
      height: auto; }
    .grid-margin-y > .xlarge-1 {
      height: calc(8.33333% - 1.25rem); }
    .grid-margin-y > .xlarge-2 {
      height: calc(16.66667% - 1.25rem); }
    .grid-margin-y > .xlarge-3 {
      height: calc(25% - 1.25rem); }
    .grid-margin-y > .xlarge-4 {
      height: calc(33.33333% - 1.25rem); }
    .grid-margin-y > .xlarge-5 {
      height: calc(41.66667% - 1.25rem); }
    .grid-margin-y > .xlarge-6 {
      height: calc(50% - 1.25rem); }
    .grid-margin-y > .xlarge-7 {
      height: calc(58.33333% - 1.25rem); }
    .grid-margin-y > .xlarge-8 {
      height: calc(66.66667% - 1.25rem); }
    .grid-margin-y > .xlarge-9 {
      height: calc(75% - 1.25rem); }
    .grid-margin-y > .xlarge-10 {
      height: calc(83.33333% - 1.25rem); }
    .grid-margin-y > .xlarge-11 {
      height: calc(91.66667% - 1.25rem); }
    .grid-margin-y > .xlarge-12 {
      height: calc(100% - 1.25rem); } }
  @media screen and (min-width: 105em) {
    .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); }
    .grid-margin-y > .medium-auto {
      height: auto; }
    .grid-margin-y > .medium-shrink {
      height: auto; }
    .grid-margin-y > .medium-1 {
      height: calc(8.33333% - 1.25rem); }
    .grid-margin-y > .medium-2 {
      height: calc(16.66667% - 1.25rem); }
    .grid-margin-y > .medium-3 {
      height: calc(25% - 1.25rem); }
    .grid-margin-y > .medium-4 {
      height: calc(33.33333% - 1.25rem); }
    .grid-margin-y > .medium-5 {
      height: calc(41.66667% - 1.25rem); }
    .grid-margin-y > .medium-6 {
      height: calc(50% - 1.25rem); }
    .grid-margin-y > .medium-7 {
      height: calc(58.33333% - 1.25rem); }
    .grid-margin-y > .medium-8 {
      height: calc(66.66667% - 1.25rem); }
    .grid-margin-y > .medium-9 {
      height: calc(75% - 1.25rem); }
    .grid-margin-y > .medium-10 {
      height: calc(83.33333% - 1.25rem); }
    .grid-margin-y > .medium-11 {
      height: calc(91.66667% - 1.25rem); }
    .grid-margin-y > .medium-12 {
      height: calc(100% - 1.25rem); }
    .grid-margin-y > .large-auto {
      height: auto; }
    .grid-margin-y > .large-shrink {
      height: auto; }
    .grid-margin-y > .large-1 {
      height: calc(8.33333% - 1.25rem); }
    .grid-margin-y > .large-2 {
      height: calc(16.66667% - 1.25rem); }
    .grid-margin-y > .large-3 {
      height: calc(25% - 1.25rem); }
    .grid-margin-y > .large-4 {
      height: calc(33.33333% - 1.25rem); }
    .grid-margin-y > .large-5 {
      height: calc(41.66667% - 1.25rem); }
    .grid-margin-y > .large-6 {
      height: calc(50% - 1.25rem); }
    .grid-margin-y > .large-7 {
      height: calc(58.33333% - 1.25rem); }
    .grid-margin-y > .large-8 {
      height: calc(66.66667% - 1.25rem); }
    .grid-margin-y > .large-9 {
      height: calc(75% - 1.25rem); }
    .grid-margin-y > .large-10 {
      height: calc(83.33333% - 1.25rem); }
    .grid-margin-y > .large-11 {
      height: calc(91.66667% - 1.25rem); }
    .grid-margin-y > .large-12 {
      height: calc(100% - 1.25rem); }
    .grid-margin-y > .xlarge-auto {
      height: auto; }
    .grid-margin-y > .xlarge-shrink {
      height: auto; }
    .grid-margin-y > .xlarge-1 {
      height: calc(8.33333% - 1.25rem); }
    .grid-margin-y > .xlarge-2 {
      height: calc(16.66667% - 1.25rem); }
    .grid-margin-y > .xlarge-3 {
      height: calc(25% - 1.25rem); }
    .grid-margin-y > .xlarge-4 {
      height: calc(33.33333% - 1.25rem); }
    .grid-margin-y > .xlarge-5 {
      height: calc(41.66667% - 1.25rem); }
    .grid-margin-y > .xlarge-6 {
      height: calc(50% - 1.25rem); }
    .grid-margin-y > .xlarge-7 {
      height: calc(58.33333% - 1.25rem); }
    .grid-margin-y > .xlarge-8 {
      height: calc(66.66667% - 1.25rem); }
    .grid-margin-y > .xlarge-9 {
      height: calc(75% - 1.25rem); }
    .grid-margin-y > .xlarge-10 {
      height: calc(83.33333% - 1.25rem); }
    .grid-margin-y > .xlarge-11 {
      height: calc(91.66667% - 1.25rem); }
    .grid-margin-y > .xlarge-12 {
      height: calc(100% - 1.25rem); }
    .grid-margin-y > .xxlarge-auto {
      height: auto; }
    .grid-margin-y > .xxlarge-shrink {
      height: auto; }
    .grid-margin-y > .xxlarge-1 {
      height: calc(8.33333% - 1.25rem); }
    .grid-margin-y > .xxlarge-2 {
      height: calc(16.66667% - 1.25rem); }
    .grid-margin-y > .xxlarge-3 {
      height: calc(25% - 1.25rem); }
    .grid-margin-y > .xxlarge-4 {
      height: calc(33.33333% - 1.25rem); }
    .grid-margin-y > .xxlarge-5 {
      height: calc(41.66667% - 1.25rem); }
    .grid-margin-y > .xxlarge-6 {
      height: calc(50% - 1.25rem); }
    .grid-margin-y > .xxlarge-7 {
      height: calc(58.33333% - 1.25rem); }
    .grid-margin-y > .xxlarge-8 {
      height: calc(66.66667% - 1.25rem); }
    .grid-margin-y > .xxlarge-9 {
      height: calc(75% - 1.25rem); }
    .grid-margin-y > .xxlarge-10 {
      height: calc(83.33333% - 1.25rem); }
    .grid-margin-y > .xxlarge-11 {
      height: calc(91.66667% - 1.25rem); }
    .grid-margin-y > .xxlarge-12 {
      height: calc(100% - 1.25rem); } }
.grid-frame {
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  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: flex;
  flex-direction: column;
  max-height: 100%; }
  .cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap; }

@media print, screen and (min-width: 54.5em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    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: flex;
    flex-direction: column;
    max-height: 100%; }
    .medium-cell-block-container > .grid-x {
      max-height: 100%;
      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;
    flex-wrap: nowrap;
    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: flex;
    flex-direction: column;
    max-height: 100%; }
    .large-cell-block-container > .grid-x {
      max-height: 100%;
      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; } }

@media screen and (min-width: 87.5em) {
  .xlarge-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw; }
  .cell .xlarge-grid-frame {
    width: 100%; }
  .xlarge-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
  .xlarge-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%; }
    .xlarge-cell-block-container > .grid-x {
      max-height: 100%;
      flex-wrap: nowrap; }
  .xlarge-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; } }

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

@media print, screen and (min-width: 54.5em) {
  .grid-y.medium-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh; } }

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

@media screen and (min-width: 87.5em) {
  .grid-y.xlarge-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh; } }

@media screen and (min-width: 105em) {
  .grid-y.xxlarge-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh; } }

.cell .grid-y.grid-frame {
  height: 100%; }

@media print, screen and (min-width: 54.5em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%; } }

@media print, screen and (min-width: 64em) {
  .cell .grid-y.large-grid-frame {
    height: 100%; } }

@media screen and (min-width: 87.5em) {
  .cell .grid-y.xlarge-grid-frame {
    height: 100%; } }

@media screen and (min-width: 105em) {
  .cell .grid-y.xxlarge-grid-frame {
    height: 100%; } }

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem; }
  @media print, screen and (min-width: 33.75em) {
    .grid-margin-y {
      margin-top: -0.625rem;
      margin-bottom: -0.625rem; } }
  @media print, screen and (min-width: 54.5em) {
    .grid-margin-y {
      margin-top: -0.625rem;
      margin-bottom: -0.625rem; } }
  @media print, screen and (min-width: 64em) {
    .grid-margin-y {
      margin-top: -0.625rem;
      margin-bottom: -0.625rem; } }
  @media screen and (min-width: 87.5em) {
    .grid-margin-y {
      margin-top: -0.625rem;
      margin-bottom: -0.625rem; } }
  @media screen and (min-width: 105em) {
    .grid-margin-y {
      margin-top: -0.625rem;
      margin-bottom: -0.625rem; } }
  .grid-margin-y > .cell {
    height: calc(100% - 1.25rem);
    margin-top: 0.625rem;
    margin-bottom: 0.625rem; }
  @media print, screen and (min-width: 54.5em) {
    .grid-margin-y > .cell {
      height: calc(100% - 1.25rem);
      margin-top: 0.625rem;
      margin-bottom: 0.625rem; } }
  @media print, screen and (min-width: 64em) {
    .grid-margin-y > .cell {
      height: calc(100% - 1.25rem);
      margin-top: 0.625rem;
      margin-bottom: 0.625rem; } }
  @media screen and (min-width: 87.5em) {
    .grid-margin-y > .cell {
      height: calc(100% - 1.25rem);
      margin-top: 0.625rem;
      margin-bottom: 0.625rem; } }
  @media screen and (min-width: 105em) {
    .grid-margin-y > .cell {
      height: calc(100% - 1.25rem);
      margin-top: 0.625rem;
      margin-bottom: 0.625rem; } }
  @media print, screen and (min-width: 33.75em) {
    .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: 54.5em) {
    .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); }
    .grid-margin-y > .medium-auto {
      height: auto; }
    .grid-margin-y > .medium-shrink {
      height: auto; }
    .grid-margin-y > .medium-1 {
      height: calc(8.33333% - 1.25rem); }
    .grid-margin-y > .medium-2 {
      height: calc(16.66667% - 1.25rem); }
    .grid-margin-y > .medium-3 {
      height: calc(25% - 1.25rem); }
    .grid-margin-y > .medium-4 {
      height: calc(33.33333% - 1.25rem); }
    .grid-margin-y > .medium-5 {
      height: calc(41.66667% - 1.25rem); }
    .grid-margin-y > .medium-6 {
      height: calc(50% - 1.25rem); }
    .grid-margin-y > .medium-7 {
      height: calc(58.33333% - 1.25rem); }
    .grid-margin-y > .medium-8 {
      height: calc(66.66667% - 1.25rem); }
    .grid-margin-y > .medium-9 {
      height: calc(75% - 1.25rem); }
    .grid-margin-y > .medium-10 {
      height: calc(83.33333% - 1.25rem); }
    .grid-margin-y > .medium-11 {
      height: calc(91.66667% - 1.25rem); }
    .grid-margin-y > .medium-12 {
      height: calc(100% - 1.25rem); } }
  @media print, screen and (min-width: 64em) {
    .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); }
    .grid-margin-y > .medium-auto {
      height: auto; }
    .grid-margin-y > .medium-shrink {
      height: auto; }
    .grid-margin-y > .medium-1 {
      height: calc(8.33333% - 1.25rem); }
    .grid-margin-y > .medium-2 {
      height: calc(16.66667% - 1.25rem); }
    .grid-margin-y > .medium-3 {
      height: calc(25% - 1.25rem); }
    .grid-margin-y > .medium-4 {
      height: calc(33.33333% - 1.25rem); }
    .grid-margin-y > .medium-5 {
      height: calc(41.66667% - 1.25rem); }
    .grid-margin-y > .medium-6 {
      height: calc(50% - 1.25rem); }
    .grid-margin-y > .medium-7 {
      height: calc(58.33333% - 1.25rem); }
    .grid-margin-y > .medium-8 {
      height: calc(66.66667% - 1.25rem); }
    .grid-margin-y > .medium-9 {
      height: calc(75% - 1.25rem); }
    .grid-margin-y > .medium-10 {
      height: calc(83.33333% - 1.25rem); }
    .grid-margin-y > .medium-11 {
      height: calc(91.66667% - 1.25rem); }
    .grid-margin-y > .medium-12 {
      height: calc(100% - 1.25rem); }
    .grid-margin-y > .large-auto {
      height: auto; }
    .grid-margin-y > .large-shrink {
      height: auto; }
    .grid-margin-y > .large-1 {
      height: calc(8.33333% - 1.25rem); }
    .grid-margin-y > .large-2 {
      height: calc(16.66667% - 1.25rem); }
    .grid-margin-y > .large-3 {
      height: calc(25% - 1.25rem); }
    .grid-margin-y > .large-4 {
      height: calc(33.33333% - 1.25rem); }
    .grid-margin-y > .large-5 {
      height: calc(41.66667% - 1.25rem); }
    .grid-margin-y > .large-6 {
      height: calc(50% - 1.25rem); }
    .grid-margin-y > .large-7 {
      height: calc(58.33333% - 1.25rem); }
    .grid-margin-y > .large-8 {
      height: calc(66.66667% - 1.25rem); }
    .grid-margin-y > .large-9 {
      height: calc(75% - 1.25rem); }
    .grid-margin-y > .large-10 {
      height: calc(83.33333% - 1.25rem); }
    .grid-margin-y > .large-11 {
      height: calc(91.66667% - 1.25rem); }
    .grid-margin-y > .large-12 {
      height: calc(100% - 1.25rem); } }
  @media screen and (min-width: 87.5em) {
    .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); }
    .grid-margin-y > .medium-auto {
      height: auto; }
    .grid-margin-y > .medium-shrink {
      height: auto; }
    .grid-margin-y > .medium-1 {
      height: calc(8.33333% - 1.25rem); }
    .grid-margin-y > .medium-2 {
      height: calc(16.66667% - 1.25rem); }
    .grid-margin-y > .medium-3 {
      height: calc(25% - 1.25rem); }
    .grid-margin-y > .medium-4 {
      height: calc(33.33333% - 1.25rem); }
    .grid-margin-y > .medium-5 {
      height: calc(41.66667% - 1.25rem); }
    .grid-margin-y > .medium-6 {
      height: calc(50% - 1.25rem); }
    .grid-margin-y > .medium-7 {
      height: calc(58.33333% - 1.25rem); }
    .grid-margin-y > .medium-8 {
      height: calc(66.66667% - 1.25rem); }
    .grid-margin-y > .medium-9 {
      height: calc(75% - 1.25rem); }
    .grid-margin-y > .medium-10 {
      height: calc(83.33333% - 1.25rem); }
    .grid-margin-y > .medium-11 {
      height: calc(91.66667% - 1.25rem); }
    .grid-margin-y > .medium-12 {
      height: calc(100% - 1.25rem); }
    .grid-margin-y > .large-auto {
      height: auto; }
    .grid-margin-y > .large-shrink {
      height: auto; }
    .grid-margin-y > .large-1 {
      height: calc(8.33333% - 1.25rem); }
    .grid-margin-y > .large-2 {
      height: calc(16.66667% - 1.25rem); }
    .grid-margin-y > .large-3 {
      height: calc(25% - 1.25rem); }
    .grid-margin-y > .large-4 {
      height: calc(33.33333% - 1.25rem); }
    .grid-margin-y > .large-5 {
      height: calc(41.66667% - 1.25rem); }
    .grid-margin-y > .large-6 {
      height: calc(50% - 1.25rem); }
    .grid-margin-y > .large-7 {
      height: calc(58.33333% - 1.25rem); }
    .grid-margin-y > .large-8 {
      height: calc(66.66667% - 1.25rem); }
    .grid-margin-y > .large-9 {
      height: calc(75% - 1.25rem); }
    .grid-margin-y > .large-10 {
      height: calc(83.33333% - 1.25rem); }
    .grid-margin-y > .large-11 {
      height: calc(91.66667% - 1.25rem); }
    .grid-margin-y > .large-12 {
      height: calc(100% - 1.25rem); }
    .grid-margin-y > .xlarge-auto {
      height: auto; }
    .grid-margin-y > .xlarge-shrink {
      height: auto; }
    .grid-margin-y > .xlarge-1 {
      height: calc(8.33333% - 1.25rem); }
    .grid-margin-y > .xlarge-2 {
      height: calc(16.66667% - 1.25rem); }
    .grid-margin-y > .xlarge-3 {
      height: calc(25% - 1.25rem); }
    .grid-margin-y > .xlarge-4 {
      height: calc(33.33333% - 1.25rem); }
    .grid-margin-y > .xlarge-5 {
      height: calc(41.66667% - 1.25rem); }
    .grid-margin-y > .xlarge-6 {
      height: calc(50% - 1.25rem); }
    .grid-margin-y > .xlarge-7 {
      height: calc(58.33333% - 1.25rem); }
    .grid-margin-y > .xlarge-8 {
      height: calc(66.66667% - 1.25rem); }
    .grid-margin-y > .xlarge-9 {
      height: calc(75% - 1.25rem); }
    .grid-margin-y > .xlarge-10 {
      height: calc(83.33333% - 1.25rem); }
    .grid-margin-y > .xlarge-11 {
      height: calc(91.66667% - 1.25rem); }
    .grid-margin-y > .xlarge-12 {
      height: calc(100% - 1.25rem); } }
  @media screen and (min-width: 105em) {
    .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); }
    .grid-margin-y > .medium-auto {
      height: auto; }
    .grid-margin-y > .medium-shrink {
      height: auto; }
    .grid-margin-y > .medium-1 {
      height: calc(8.33333% - 1.25rem); }
    .grid-margin-y > .medium-2 {
      height: calc(16.66667% - 1.25rem); }
    .grid-margin-y > .medium-3 {
      height: calc(25% - 1.25rem); }
    .grid-margin-y > .medium-4 {
      height: calc(33.33333% - 1.25rem); }
    .grid-margin-y > .medium-5 {
      height: calc(41.66667% - 1.25rem); }
    .grid-margin-y > .medium-6 {
      height: calc(50% - 1.25rem); }
    .grid-margin-y > .medium-7 {
      height: calc(58.33333% - 1.25rem); }
    .grid-margin-y > .medium-8 {
      height: calc(66.66667% - 1.25rem); }
    .grid-margin-y > .medium-9 {
      height: calc(75% - 1.25rem); }
    .grid-margin-y > .medium-10 {
      height: calc(83.33333% - 1.25rem); }
    .grid-margin-y > .medium-11 {
      height: calc(91.66667% - 1.25rem); }
    .grid-margin-y > .medium-12 {
      height: calc(100% - 1.25rem); }
    .grid-margin-y > .large-auto {
      height: auto; }
    .grid-margin-y > .large-shrink {
      height: auto; }
    .grid-margin-y > .large-1 {
      height: calc(8.33333% - 1.25rem); }
    .grid-margin-y > .large-2 {
      height: calc(16.66667% - 1.25rem); }
    .grid-margin-y > .large-3 {
      height: calc(25% - 1.25rem); }
    .grid-margin-y > .large-4 {
      height: calc(33.33333% - 1.25rem); }
    .grid-margin-y > .large-5 {
      height: calc(41.66667% - 1.25rem); }
    .grid-margin-y > .large-6 {
      height: calc(50% - 1.25rem); }
    .grid-margin-y > .large-7 {
      height: calc(58.33333% - 1.25rem); }
    .grid-margin-y > .large-8 {
      height: calc(66.66667% - 1.25rem); }
    .grid-margin-y > .large-9 {
      height: calc(75% - 1.25rem); }
    .grid-margin-y > .large-10 {
      height: calc(83.33333% - 1.25rem); }
    .grid-margin-y > .large-11 {
      height: calc(91.66667% - 1.25rem); }
    .grid-margin-y > .large-12 {
      height: calc(100% - 1.25rem); }
    .grid-margin-y > .xlarge-auto {
      height: auto; }
    .grid-margin-y > .xlarge-shrink {
      height: auto; }
    .grid-margin-y > .xlarge-1 {
      height: calc(8.33333% - 1.25rem); }
    .grid-margin-y > .xlarge-2 {
      height: calc(16.66667% - 1.25rem); }
    .grid-margin-y > .xlarge-3 {
      height: calc(25% - 1.25rem); }
    .grid-margin-y > .xlarge-4 {
      height: calc(33.33333% - 1.25rem); }
    .grid-margin-y > .xlarge-5 {
      height: calc(41.66667% - 1.25rem); }
    .grid-margin-y > .xlarge-6 {
      height: calc(50% - 1.25rem); }
    .grid-margin-y > .xlarge-7 {
      height: calc(58.33333% - 1.25rem); }
    .grid-margin-y > .xlarge-8 {
      height: calc(66.66667% - 1.25rem); }
    .grid-margin-y > .xlarge-9 {
      height: calc(75% - 1.25rem); }
    .grid-margin-y > .xlarge-10 {
      height: calc(83.33333% - 1.25rem); }
    .grid-margin-y > .xlarge-11 {
      height: calc(91.66667% - 1.25rem); }
    .grid-margin-y > .xlarge-12 {
      height: calc(100% - 1.25rem); }
    .grid-margin-y > .xxlarge-auto {
      height: auto; }
    .grid-margin-y > .xxlarge-shrink {
      height: auto; }
    .grid-margin-y > .xxlarge-1 {
      height: calc(8.33333% - 1.25rem); }
    .grid-margin-y > .xxlarge-2 {
      height: calc(16.66667% - 1.25rem); }
    .grid-margin-y > .xxlarge-3 {
      height: calc(25% - 1.25rem); }
    .grid-margin-y > .xxlarge-4 {
      height: calc(33.33333% - 1.25rem); }
    .grid-margin-y > .xxlarge-5 {
      height: calc(41.66667% - 1.25rem); }
    .grid-margin-y > .xxlarge-6 {
      height: calc(50% - 1.25rem); }
    .grid-margin-y > .xxlarge-7 {
      height: calc(58.33333% - 1.25rem); }
    .grid-margin-y > .xxlarge-8 {
      height: calc(66.66667% - 1.25rem); }
    .grid-margin-y > .xxlarge-9 {
      height: calc(75% - 1.25rem); }
    .grid-margin-y > .xxlarge-10 {
      height: calc(83.33333% - 1.25rem); }
    .grid-margin-y > .xxlarge-11 {
      height: calc(91.66667% - 1.25rem); }
    .grid-margin-y > .xxlarge-12 {
      height: calc(100% - 1.25rem); } }
@media print, screen and (min-width: 33.75em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.25rem); } }

@media print, screen and (min-width: 54.5em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.25rem); } }

@media print, screen and (min-width: 64em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.25rem); } }

@media screen and (min-width: 87.5em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.25rem); } }

@media screen and (min-width: 105em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.25rem); } }

@media print, screen and (min-width: 54.5em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 1.25rem); } }

@media print, screen and (min-width: 64em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 1.25rem); } }

@media screen and (min-width: 87.5em) {
  .grid-margin-y.xlarge-grid-frame {
    height: calc(100vh + 1.25rem); } }

@media screen and (min-width: 105em) {
  .grid-margin-y.xxlarge-grid-frame {
    height: calc(100vh + 1.25rem); } }

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: flex;
  flex-wrap: wrap; }
  [data-whatinput='mouse'] .menu li {
    outline: 0; }
  .menu a,
  .menu .button {
    line-height: 1;
    text-decoration: none;
    display: block;
    padding: 15px; }
  .menu input,
  .menu select,
  .menu a,
  .menu button {
    margin-bottom: 0; }
  .menu input {
    display: inline-block; }
  .menu, .menu.horizontal {
    flex-wrap: wrap;
    flex-direction: row; }
  .menu.vertical {
    flex-wrap: nowrap;
    flex-direction: column; }
  .menu.expanded li {
    flex: 1 1 0px; }
  .menu.simple {
    align-items: center; }
    .menu.simple li + li {
      margin-left: 1rem; }
    .menu.simple a {
      padding: 0; }
  @media print, screen and (min-width: 54.5em) {
    .menu.medium-horizontal {
      flex-wrap: wrap;
      flex-direction: row; }
    .menu.medium-vertical {
      flex-wrap: nowrap;
      flex-direction: column; }
    .menu.medium-expanded li {
      flex: 1 1 0px; }
    .menu.medium-simple li {
      flex: 1 1 0px; } }
  @media print, screen and (min-width: 64em) {
    .menu.large-horizontal {
      flex-wrap: wrap;
      flex-direction: row; }
    .menu.large-vertical {
      flex-wrap: nowrap;
      flex-direction: column; }
    .menu.large-expanded li {
      flex: 1 1 0px; }
    .menu.large-simple li {
      flex: 1 1 0px; } }
  @media screen and (min-width: 87.5em) {
    .menu.xlarge-horizontal {
      flex-wrap: wrap;
      flex-direction: row; }
    .menu.xlarge-vertical {
      flex-wrap: nowrap;
      flex-direction: column; }
    .menu.xlarge-expanded li {
      flex: 1 1 0px; }
    .menu.xlarge-simple li {
      flex: 1 1 0px; } }
  @media screen and (min-width: 105em) {
    .menu.xxlarge-horizontal {
      flex-wrap: wrap;
      flex-direction: row; }
    .menu.xxlarge-vertical {
      flex-wrap: nowrap;
      flex-direction: column; }
    .menu.xxlarge-expanded li {
      flex: 1 1 0px; }
    .menu.xxlarge-simple li {
      flex: 1 1 0px; } }
  .menu.nested {
    margin-right: 0;
    margin-left: 1rem; }
  .menu.icons a {
    display: flex; }
  .menu.icon-top a, .menu.icon-right a, .menu.icon-bottom a, .menu.icon-left a {
    display: flex; }
  .menu.icon-left li a {
    flex-flow: row nowrap; }
    .menu.icon-left li a img,
    .menu.icon-left li a i,
    .menu.icon-left li a svg {
      margin-right: 0.25rem; }
  .menu.icon-right li a {
    flex-flow: row nowrap; }
    .menu.icon-right li a img,
    .menu.icon-right li a i,
    .menu.icon-right li a svg {
      margin-left: 0.25rem; }
  .menu.icon-top li a {
    flex-flow: column nowrap; }
    .menu.icon-top li a img,
    .menu.icon-top li a i,
    .menu.icon-top li a svg {
      align-self: stretch;
      margin-bottom: 0.25rem;
      text-align: center; }
  .menu.icon-bottom li a {
    flex-flow: column nowrap; }
    .menu.icon-bottom li a img,
    .menu.icon-bottom li a i,
    .menu.icon-bottom li a svg {
      align-self: stretch;
      margin-bottom: 0.25rem;
      text-align: center; }
  .menu .is-active > a {
    background: #0ba575;
    color: #0a0a0a; }
  .menu .active > a {
    background: #0ba575;
    color: #0a0a0a; }
  .menu.align-left {
    justify-content: flex-start; }
  .menu.align-right li {
    display: flex;
    justify-content: flex-end; }
    .menu.align-right li .submenu li {
      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: flex;
    justify-content: center; }
    .menu.align-center li .submenu li {
      justify-content: flex-start; }
  .menu .menu-text {
    padding: 15px;
    font-weight: bold;
    line-height: 1;
    color: inherit; }

.menu-centered > .menu {
  justify-content: center; }
  .menu-centered > .menu li {
    display: flex;
    justify-content: center; }
    .menu-centered > .menu li .submenu li {
      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: #333333;
    box-shadow: 0 7px 0 #333333, 0 14px 0 #333333;
    content: ''; }
  .menu-icon:hover::after {
    background: #333333;
    box-shadow: 0 7px 0 #333333, 0 14px 0 #333333; }

.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;
    box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
    content: ''; }
  .menu-icon.dark:hover::after {
    background: #333333;
    box-shadow: 0 7px 0 #333333, 0 14px 0 #333333; }

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

.accordion-menu a {
  padding: 15px; }

.accordion-menu .is-accordion-submenu a {
  padding: 15px; }

.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: #0ba575 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 {
  transform: rotate(180deg);
  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: #0ba575 transparent transparent;
    top: 0;
    bottom: 0;
    margin: auto; }

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

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

.is-drilldown {
  position: relative;
  overflow: hidden; }
  .is-drilldown li {
    display: block; }
  .is-drilldown.animate-height {
    transition: height 0.5s; }

.drilldown a {
  padding: 15px;
  background: #fefefe; }

.drilldown .is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fefefe;
  transition: transform 0.15s linear; }
  .drilldown .is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    transform: translateX(-100%); }
  .drilldown .is-drilldown-submenu.is-closing {
    transform: translateX(100%); }
  .drilldown .is-drilldown-submenu a {
    padding: 15px; }

.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 #0ba575;
    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 #0ba575;
  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 #0ba575 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 #0ba575 transparent transparent;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem; }

.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: #0ba575 transparent transparent;
  right: 5px;
  left: auto;
  margin-top: -3px; }

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

.dropdown.menu > li > a {
  background: #fefefe;
  padding: 15px; }
  .dropdown.menu > li > a:hover {
    background: transparent;
    color: white; }

.dropdown.menu > li.is-active > a, .dropdown.menu > li:hover {
  background: transparent;
  color: white; }

.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 #0ba575 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 #0ba575; }

@media print, screen and (min-width: 54.5em) {
  .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: #0ba575 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 #0ba575 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 #0ba575; } }

@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: #0ba575 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 #0ba575 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 #0ba575; } }

@media screen and (min-width: 87.5em) {
  .dropdown.menu.xlarge-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.xlarge-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem; }
  .dropdown.menu.xlarge-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: #0ba575 transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px; }
  .dropdown.menu.xlarge-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.xlarge-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto; }
  .dropdown.menu.xlarge-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.xlarge-vertical > li > a::after {
    right: 14px; }
  .dropdown.menu.xlarge-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 #0ba575 transparent transparent;
    right: auto;
    left: 5px; }
  .dropdown.menu.xlarge-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 #0ba575; } }

@media screen and (min-width: 105em) {
  .dropdown.menu.xxlarge-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.xxlarge-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.xxlarge-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem; }
  .dropdown.menu.xxlarge-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: #0ba575 transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px; }
  .dropdown.menu.xxlarge-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.xxlarge-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto; }
  .dropdown.menu.xxlarge-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.xxlarge-vertical > li > a::after {
    right: 14px; }
  .dropdown.menu.xxlarge-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 #0ba575 transparent transparent;
    right: auto;
    left: 5px; }
  .dropdown.menu.xxlarge-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 #0ba575; } }

.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: 15px; }
  .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 #0ba575 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 #0ba575; }
  .is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px; }
  .is-dropdown-submenu > li {
    width: 100%; }
  .is-dropdown-submenu.js-dropdown-active {
    display: block; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media print, screen and (min-width: 33.75em) and (max-width: 54.49875em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 33.74875em), screen and (min-width: 54.5em) {
  .show-for-small-only {
    display: none !important; } }

@media print, screen and (min-width: 54.5em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 54.49875em) {
  .show-for-medium {
    display: none !important; } }

@media print, screen and (min-width: 54.5em) and (max-width: 63.99875em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 54.49875em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important; } }

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 63.99875em) {
  .show-for-large {
    display: none !important; } }

@media print, screen and (min-width: 64em) and (max-width: 87.49875em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 63.99875em), screen and (min-width: 87.5em) {
  .show-for-large-only {
    display: none !important; } }

@media screen and (min-width: 87.5em) {
  .hide-for-xlarge {
    display: none !important; } }

@media screen and (max-width: 87.49875em) {
  .show-for-xlarge {
    display: none !important; } }

@media screen and (min-width: 87.5em) and (max-width: 104.99875em) {
  .hide-for-xlarge-only {
    display: none !important; } }

@media screen and (max-width: 87.49875em), screen and (min-width: 105em) {
  .show-for-xlarge-only {
    display: none !important; } }

@media screen and (min-width: 105em) {
  .hide-for-xxlarge {
    display: none !important; } }

@media screen and (max-width: 104.99875em) {
  .show-for-xxlarge {
    display: none !important; } }

@media screen and (min-width: 105em) {
  .hide-for-xxlarge-only {
    display: none !important; } }

@media screen and (max-width: 104.99875em) {
  .show-for-xxlarge-only {
    display: none !important; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important; }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important; }

.show-for-landscape,
.hide-for-portrait {
  display: block !important; }
  @media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important; } }
  @media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
      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; } }
.sticky-container {
  position: relative; }

.sticky {
  position: relative;
  z-index: 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; }

.title-bar {
  padding: 0.5rem;
  background: #0a0a0a;
  color: #fefefe;
  display: flex;
  justify-content: flex-start;
  align-items: center; }
  .title-bar .menu-icon {
    margin-left: 0.25rem;
    margin-right: 0.25rem; }

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

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

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

.top-bar {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  flex-wrap: wrap; }
  .top-bar,
  .top-bar ul {
    background-color: #EAEAF0; }
  .top-bar ul ul {
    background-color: white; }
  .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 {
    flex: 0 0 100%;
    max-width: 100%; }
  @media print, screen and (min-width: 64em) {
    .top-bar {
      flex-wrap: nowrap; }
      .top-bar .top-bar-left {
        flex: 1 1 auto;
        margin-right: auto; }
      .top-bar .top-bar-right {
        flex: 0 1 auto;
        margin-left: auto; } }
  @media print, screen and (max-width: 63.99875em) {
    .top-bar.stacked-for-medium {
      flex-wrap: wrap; }
      .top-bar.stacked-for-medium .top-bar-left,
      .top-bar.stacked-for-medium .top-bar-right {
        flex: 0 0 100%;
        max-width: 100%; } }
  @media print, screen and (max-width: 87.49875em) {
    .top-bar.stacked-for-large {
      flex-wrap: wrap; }
      .top-bar.stacked-for-large .top-bar-left,
      .top-bar.stacked-for-large .top-bar-right {
        flex: 0 0 100%;
        max-width: 100%; } }
  @media print, screen and (max-width: 104.99875em) {
    .top-bar.stacked-for-xlarge {
      flex-wrap: wrap; }
      .top-bar.stacked-for-xlarge .top-bar-left,
      .top-bar.stacked-for-xlarge .top-bar-right {
        flex: 0 0 100%;
        max-width: 100%; } }
  .top-bar.stacked-for-xxlarge {
    flex-wrap: wrap; }
    .top-bar.stacked-for-xxlarge .top-bar-left,
    .top-bar.stacked-for-xxlarge .top-bar-right {
      flex: 0 0 100%;
      max-width: 100%; }

.top-bar-title {
  flex: 0 0 auto;
  margin: 0.5rem 1rem 0.5rem 0; }

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

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

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

.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 10px;
  background: #cacaca;
  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;
    transform: translate3d(0, 0, 0);
    border-radius: 10px;
    background: #fefefe;
    transition: all 0.25s ease-out;
    content: ''; }
  input:checked ~ .switch-paddle {
    background: #0ba575; }
    input:checked ~ .switch-paddle::after {
      left: 2.25rem; }
  input:disabled ~ .switch-paddle {
    cursor: not-allowed;
    opacity: 0.5; }
  [data-whatinput='mouse'] input:focus ~ .switch-paddle {
    outline: 0; }

.switch-inactive, .switch-active {
  position: absolute;
  top: 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; }

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.65);
  overflow-y: auto; }

.reveal {
  z-index: 1006;
  backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 10px;
  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: 54.5em) {
    .reveal {
      min-height: 0; } }
  .reveal .column {
    min-width: 0; }
  .reveal > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 54.5em) {
    .reveal {
      width: 600px;
      max-width: 78.125rem; } }
  .reveal.collapse {
    padding: 0; }
  @media print, screen and (min-width: 54.5em) {
    .reveal.tiny {
      width: 30%;
      max-width: 78.125rem; } }
  @media print, screen and (min-width: 54.5em) {
    .reveal.small {
      width: 50%;
      max-width: 78.125rem; } }
  @media print, screen and (min-width: 54.5em) {
    .reveal.large {
      width: 90%;
      max-width: 78.125rem; } }
  .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 print, screen and (min-width: 33.75em) and (max-width: 54.49875em) {
    .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; }

.close-button {
  position: absolute;
  z-index: 10;
  color: #333333;
  cursor: pointer; }
  [data-whatinput='mouse'] .close-button {
    outline: 0; }
  .close-button:hover, .close-button:focus {
    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; }

.tabs {
  margin: 0;
  border: 1px solid #919AA6;
  background: #fefefe;
  list-style-type: none; }
  .tabs::before, .tabs::after {
    display: table;
    content: ' ';
    flex-basis: 0;
    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: transparent; }

.tabs.primary {
  background: #0ba575; }
  .tabs.primary > li > a {
    color: #0a0a0a; }
    .tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
      background: #0cb580; }

.tabs-title {
  float: left; }
  .tabs-title > a {
    display: block;
    padding: 1.25rem 1.5rem;
    font-size: 0.75rem;
    line-height: 1;
    color: #0ba575; }
    [data-whatinput='mouse'] .tabs-title > a {
      outline: 0; }
    .tabs-title > a:hover {
      background: #fefefe;
      color: #098e65; }
    .tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
      background: #919AA6;
      color: #0ba575; }

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

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

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

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

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

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto; }

.clearfix::before, .clearfix::after {
  display: table;
  content: ' ';
  flex-basis: 0;
  order: 1; }

.clearfix::after {
  clear: both; }

.align-left {
  justify-content: flex-start; }

.align-right {
  justify-content: flex-end; }

.align-center {
  justify-content: center; }

.align-justify {
  justify-content: space-between; }

.align-spaced {
  justify-content: space-around; }

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

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

.align-center.vertical.menu > li > a {
  justify-content: center; }

.align-top {
  align-items: flex-start; }

.align-self-top {
  align-self: flex-start; }

.align-bottom {
  align-items: flex-end; }

.align-self-bottom {
  align-self: flex-end; }

.align-middle {
  align-items: center; }

.align-self-middle {
  align-self: center; }

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

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

.align-center-middle {
  justify-content: center;
  align-items: center;
  align-content: center; }

@media print, screen and (min-width: 33.75em) {
  .small-order-1 {
    order: 1; }
  .small-order-2 {
    order: 2; }
  .small-order-3 {
    order: 3; }
  .small-order-4 {
    order: 4; }
  .small-order-5 {
    order: 5; }
  .small-order-6 {
    order: 6; } }

@media print, screen and (min-width: 54.5em) {
  .medium-order-1 {
    order: 1; }
  .medium-order-2 {
    order: 2; }
  .medium-order-3 {
    order: 3; }
  .medium-order-4 {
    order: 4; }
  .medium-order-5 {
    order: 5; }
  .medium-order-6 {
    order: 6; } }

@media print, screen and (min-width: 64em) {
  .large-order-1 {
    order: 1; }
  .large-order-2 {
    order: 2; }
  .large-order-3 {
    order: 3; }
  .large-order-4 {
    order: 4; }
  .large-order-5 {
    order: 5; }
  .large-order-6 {
    order: 6; } }

@media screen and (min-width: 87.5em) {
  .xlarge-order-1 {
    order: 1; }
  .xlarge-order-2 {
    order: 2; }
  .xlarge-order-3 {
    order: 3; }
  .xlarge-order-4 {
    order: 4; }
  .xlarge-order-5 {
    order: 5; }
  .xlarge-order-6 {
    order: 6; } }

@media screen and (min-width: 105em) {
  .xxlarge-order-1 {
    order: 1; }
  .xxlarge-order-2 {
    order: 2; }
  .xxlarge-order-3 {
    order: 3; }
  .xxlarge-order-4 {
    order: 4; }
  .xxlarge-order-5 {
    order: 5; }
  .xxlarge-order-6 {
    order: 6; } }

.flex-container {
  display: flex; }

.flex-child-auto {
  flex: 1 1 auto; }

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

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

.flex-dir-row {
  flex-direction: row; }

.flex-dir-row-reverse {
  flex-direction: row-reverse; }

.flex-dir-column {
  flex-direction: column; }

.flex-dir-column-reverse {
  flex-direction: column-reverse; }

@media print, screen and (min-width: 54.5em) {
  .medium-flex-container {
    display: flex; }
  .medium-flex-child-auto {
    flex: 1 1 auto; }
  .medium-flex-child-grow {
    flex: 1 0 auto; }
  .medium-flex-child-shrink {
    flex: 0 1 auto; }
  .medium-flex-dir-row {
    flex-direction: row; }
  .medium-flex-dir-row-reverse {
    flex-direction: row-reverse; }
  .medium-flex-dir-column {
    flex-direction: column; }
  .medium-flex-dir-column-reverse {
    flex-direction: column-reverse; } }

@media print, screen and (min-width: 64em) {
  .large-flex-container {
    display: flex; }
  .large-flex-child-auto {
    flex: 1 1 auto; }
  .large-flex-child-grow {
    flex: 1 0 auto; }
  .large-flex-child-shrink {
    flex: 0 1 auto; }
  .large-flex-dir-row {
    flex-direction: row; }
  .large-flex-dir-row-reverse {
    flex-direction: row-reverse; }
  .large-flex-dir-column {
    flex-direction: column; }
  .large-flex-dir-column-reverse {
    flex-direction: column-reverse; } }

@media screen and (min-width: 87.5em) {
  .xlarge-flex-container {
    display: flex; }
  .xlarge-flex-child-auto {
    flex: 1 1 auto; }
  .xlarge-flex-child-grow {
    flex: 1 0 auto; }
  .xlarge-flex-child-shrink {
    flex: 0 1 auto; }
  .xlarge-flex-dir-row {
    flex-direction: row; }
  .xlarge-flex-dir-row-reverse {
    flex-direction: row-reverse; }
  .xlarge-flex-dir-column {
    flex-direction: column; }
  .xlarge-flex-dir-column-reverse {
    flex-direction: column-reverse; } }

@media screen and (min-width: 105em) {
  .xxlarge-flex-container {
    display: flex; }
  .xxlarge-flex-child-auto {
    flex: 1 1 auto; }
  .xxlarge-flex-child-grow {
    flex: 1 0 auto; }
  .xxlarge-flex-child-shrink {
    flex: 0 1 auto; }
  .xxlarge-flex-dir-row {
    flex-direction: row; }
  .xxlarge-flex-dir-row-reverse {
    flex-direction: row-reverse; }
  .xxlarge-flex-dir-column {
    flex-direction: column; }
  .xxlarge-flex-dir-column-reverse {
    flex-direction: column-reverse; } }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media print, screen and (min-width: 33.75em) and (max-width: 54.49875em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 33.74875em), screen and (min-width: 54.5em) {
  .show-for-small-only {
    display: none !important; } }

@media print, screen and (min-width: 54.5em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 54.49875em) {
  .show-for-medium {
    display: none !important; } }

@media print, screen and (min-width: 54.5em) and (max-width: 63.99875em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 54.49875em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important; } }

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 63.99875em) {
  .show-for-large {
    display: none !important; } }

@media print, screen and (min-width: 64em) and (max-width: 87.49875em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 63.99875em), screen and (min-width: 87.5em) {
  .show-for-large-only {
    display: none !important; } }

@media screen and (min-width: 87.5em) {
  .hide-for-xlarge {
    display: none !important; } }

@media screen and (max-width: 87.49875em) {
  .show-for-xlarge {
    display: none !important; } }

@media screen and (min-width: 87.5em) and (max-width: 104.99875em) {
  .hide-for-xlarge-only {
    display: none !important; } }

@media screen and (max-width: 87.49875em), screen and (min-width: 105em) {
  .show-for-xlarge-only {
    display: none !important; } }

@media screen and (min-width: 105em) {
  .hide-for-xxlarge {
    display: none !important; } }

@media screen and (max-width: 104.99875em) {
  .show-for-xxlarge {
    display: none !important; } }

@media screen and (min-width: 105em) {
  .hide-for-xxlarge-only {
    display: none !important; } }

@media screen and (max-width: 104.99875em) {
  .show-for-xxlarge-only {
    display: none !important; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important; }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important; }

.show-for-landscape,
.hide-for-portrait {
  display: block !important; }
  @media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important; } }
  @media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
      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; } }
.text-hide {
  font: 0/0 a !important;
  color: transparent !important;
  text-shadow: none !important;
  background-color: transparent !important;
  border: 0 !important; }

.text-truncate {
  max-width: 100% !important;
  overflow: hidden !important;
  text-overflow: ellipsis;
  white-space: nowrap !important; }

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

.text-wrap {
  word-wrap: break-word !important; }

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

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

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

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

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

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

.font-wide {
  letter-spacing: 0.25rem; }

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

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

.font-italic {
  font-style: italic !important; }

ul.list-disc {
  list-style-type: disc !important; }

ul.list-circle {
  list-style-type: circle !important; }

ul.list-square {
  list-style-type: square !important; }

ol.list-decimal {
  list-style-type: decimal !important; }

ol.list-lower-alpha {
  list-style-type: lower-alpha !important; }

ol.list-lower-latin {
  list-style-type: lower-latin !important; }

ol.list-lower-roman {
  list-style-type: lower-roman !important; }

ol.list-upper-alpha {
  list-style-type: upper-alpha !important; }

ol.list-upper-latin {
  list-style-type: upper-latin !important; }

ol.list-upper-roman {
  list-style-type: upper-roman !important; }

.rounded .switch-paddle:after {
  border-radius: 50%; }

.radius {
  border-radius: 0.1875rem; }

.bordered {
  border: 0.0625rem solid #cacaca; }

.shadow {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }

.arrow-down {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4375rem;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #0a0a0a transparent transparent; }

.arrow-up {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4375rem;
  content: '';
  border-top-width: 0;
  border-bottom-style: solid;
  border-color: transparent transparent #0a0a0a; }

.arrow-right {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4375rem;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #0a0a0a; }

.arrow-left {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4375rem;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #0a0a0a transparent transparent; }

.separator-center {
  text-align: center !important; }
  .separator-center::before, .separator-center::after {
    display: table;
    content: ' ';
    flex-basis: 0;
    order: 1; }
  .separator-center::after {
    clear: both; }
  .separator-center::after {
    position: relative !important;
    width: 3rem;
    border-bottom: 0.125rem solid #0ba575;
    margin: 1rem auto 0; }

.separator-left {
  text-align: left !important; }
  .separator-left::before, .separator-left::after {
    display: table;
    content: ' ';
    flex-basis: 0;
    order: 1; }
  .separator-left::after {
    clear: both; }
  .separator-left::after {
    position: relative !important;
    width: 3rem;
    border-bottom: 0.125rem solid #0ba575;
    margin: 1rem auto 0;
    margin-left: 0 !important; }

.separator-right {
  text-align: right !important; }
  .separator-right::before, .separator-right::after {
    display: table;
    content: ' ';
    flex-basis: 0;
    order: 1; }
  .separator-right::after {
    clear: both; }
  .separator-right::after {
    position: relative !important;
    width: 3rem;
    border-bottom: 0.125rem solid #0ba575;
    margin: 1rem auto 0;
    margin-right: 0 !important; }

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

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

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

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

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

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

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

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

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

.position-fixed-top {
  position: fixed !important;
  top: 0rem !important;
  right: 0rem !important;
  left: 0rem !important;
  z-index: 975; }

.position-fixed-bottom {
  position: fixed !important;
  right: 0rem !important;
  bottom: 0rem !important;
  left: 0rem !important;
  z-index: 975; }

.border-box {
  box-sizing: border-box !important; }

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

.width-25 {
  width: 25% !important; }

.width-50 {
  width: 50% !important; }

.width-75 {
  width: 75% !important; }

.width-100 {
  width: 100% !important; }

.height-25 {
  height: 25% !important; }

.height-50 {
  height: 50% !important; }

.height-75 {
  height: 75% !important; }

.height-100 {
  height: 100% !important; }

.max-width-100 {
  max-width: 100% !important; }

.max-height-100 {
  max-height: 100% !important; }

.margin-0 {
  margin: 0rem !important; }

.margin-top-0 {
  margin-top: 0rem !important; }

.margin-right-0 {
  margin-right: 0rem !important; }

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

.margin-left-0 {
  margin-left: 0rem !important; }

.margin-horizontal-0 {
  margin-right: 0rem !important;
  margin-left: 0rem !important; }

.margin-vertical-0 {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important; }

.padding-0 {
  padding: 0rem !important; }

.padding-top-0 {
  padding-top: 0rem !important; }

.padding-right-0 {
  padding-right: 0rem !important; }

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

.padding-left-0 {
  padding-left: 0rem !important; }

.padding-horizontal-0 {
  padding-right: 0rem !important;
  padding-left: 0rem !important; }

.padding-vertical-0 {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important; }

.margin-1 {
  margin: 1rem !important; }

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

.margin-right-1 {
  margin-right: 1rem !important; }

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

.margin-left-1 {
  margin-left: 1rem !important; }

.margin-horizontal-1 {
  margin-right: 1rem !important;
  margin-left: 1rem !important; }

.margin-vertical-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important; }

.padding-1 {
  padding: 1rem !important; }

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

.padding-right-1 {
  padding-right: 1rem !important; }

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

.padding-left-1 {
  padding-left: 1rem !important; }

.padding-horizontal-1 {
  padding-right: 1rem !important;
  padding-left: 1rem !important; }

.padding-vertical-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important; }

.margin-2 {
  margin: 2rem !important; }

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

.margin-right-2 {
  margin-right: 2rem !important; }

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

.margin-left-2 {
  margin-left: 2rem !important; }

.margin-horizontal-2 {
  margin-right: 2rem !important;
  margin-left: 2rem !important; }

.margin-vertical-2 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important; }

.padding-2 {
  padding: 2rem !important; }

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

.padding-right-2 {
  padding-right: 2rem !important; }

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

.padding-left-2 {
  padding-left: 2rem !important; }

.padding-horizontal-2 {
  padding-right: 2rem !important;
  padding-left: 2rem !important; }

.padding-vertical-2 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important; }

.margin-3 {
  margin: 3rem !important; }

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

.margin-right-3 {
  margin-right: 3rem !important; }

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

.margin-left-3 {
  margin-left: 3rem !important; }

.margin-horizontal-3 {
  margin-right: 3rem !important;
  margin-left: 3rem !important; }

.margin-vertical-3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important; }

.padding-3 {
  padding: 3rem !important; }

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

.padding-right-3 {
  padding-right: 3rem !important; }

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

.padding-left-3 {
  padding-left: 3rem !important; }

.padding-horizontal-3 {
  padding-right: 3rem !important;
  padding-left: 3rem !important; }

.padding-vertical-3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important; }

@media print, screen and (max-width: 54.49875em) {
  .nav-bar-right .padding-on-small {
    padding: 15px; } }

.nav-bar-right.wagtail {
  display: flex;
  align-items: center; }
  @media print, screen and (min-width: 54.5em) {
    .nav-bar-right.wagtail {
      margin-right: 1rem; }
      .nav-bar-right.wagtail li {
        margin-right: 50px; }
        .nav-bar-right.wagtail li.is-submenu-item {
          margin-right: 0; } }
  .nav-bar-right.wagtail ul li {
    cursor: pointer; }
    .nav-bar-right.wagtail ul li a {
      color: #333333; }
  .nav-bar-right.wagtail ul ul {
    display: none;
    width: 204px;
    background-color: #fefefe;
    padding: 10px;
    border-radius: 4px;
    position: absolute;
    list-style-type: none;
    padding-left: 0px;
    right: 0px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.17); }
    @media print, screen and (max-width: 54.49875em) {
      .nav-bar-right.wagtail ul ul {
        left: 0px;
        width: 88.5vw; } }
    .nav-bar-right.wagtail ul ul#submenu2.show {
      display: block; }
    .nav-bar-right.wagtail ul ul#submenu.show {
      display: block; }
    .nav-bar-right.wagtail ul ul li a {
      padding: 15px;
      display: block;
      color: #333333; }
    .nav-bar-right.wagtail ul ul.static {
      padding: 0;
      padding-left: 1rem;
      box-shadow: none;
      width: auto;
      position: static; }
      .nav-bar-right.wagtail ul ul.static li a {
        padding: 0;
        display: block;
        margin-bottom: 1.75rem; }

.nav-container {
  padding: 0px 15px 0px 15px;
  background-color: #fefefe;
  position: fixed;
  width: 100%;
  height: 62px;
  margin-top: 0px;
  z-index: 1000;
  top: 0px; }

.nav-bar {
  display: flex;
  justify-content: space-between; }
  .nav-bar .nav-bar-center #primaryMenuCollapse {
    height: 100%; }
    .nav-bar .nav-bar-center #primaryMenuCollapse ul {
      height: 100%;
      align-items: center; }
  .nav-bar .nav-bar-left img {
    width: 220px;
    position: relative;
    bottom: 4px; }
    @media print, screen and (max-width: 54.49875em) {
      .nav-bar .nav-bar-left img {
        width: 150px; } }
  .nav-bar .dropdown.menu > li > a, .nav-bar .submenu-format {
    background-color: transparent;
    color: #3c3c3c;
    font-family: 'Nunito Sans';
    font-style: normal;
    font-size: 16px;
    padding: 15px;
    margin: 0px 0.8rem;
    transition: 0.1s ease; }
    .nav-bar .dropdown.menu > li > a:hover, .nav-bar .submenu-format:hover {
      color: #ee9cba; }
  .nav-bar .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    border-radius: 1px; }

#mainDropdown {
  width: 100%;
  height: 100%;
  transform: translate(-100%, 0);
  transition: transform 0.5s ease;
  position: fixed;
  top: 0;
  z-index: 1000;
  left: 0;
  height: 100%;
  display: flex;
  border: 0; }
  #mainDropdown .main-dropdown-inner {
    overflow-y: scroll;
    width: 67%;
    background-color: #fefefe;
    color: #0a0a0a;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
    padding: 31px 21px; }
  #mainDropdown.show {
    transform: translate(0, 0); }
  #mainDropdown ul {
    list-style-type: none;
    margin: 0; }
    #mainDropdown ul li, #mainDropdown ul .about-button {
      margin-bottom: 1.75rem; }
      #mainDropdown ul li a, #mainDropdown ul li .about-button, #mainDropdown ul .about-button a, #mainDropdown ul .about-button .about-button {
        font-size: 1.09062rem; }

footer {
  font-size: 0.875rem;
  margin-top: 0px;
  color: white;
  background-color: #0a0a0a;
  /* Mobile view adjustments */ }
  @media print, screen and (max-width: 54.49875em) {
    footer .width-100-small-down {
      width: 100%; } }
  @media print, screen and (max-width: 54.49875em) {
    footer {
      text-align: center; } }
  footer .bottom-bar {
    color: #c9c9c9; }
    @media print, screen and (max-width: 54.49875em) {
      footer .bottom-bar {
        padding-bottom: 100px; } }
    footer .bottom-bar a {
      color: #c9c9c9; }
  footer h2, footer li {
    color: white;
    font-weight: 500;
    margin-bottom: 0.875rem;
    font-size: 0.875rem !important; }
  footer h2 {
    font-weight: 800;
    font-size: 1rem; }
  footer li a:hover {
    color: #F1BCD4;
    text-decoration: underline; }
  footer ul {
    list-style: none;
    margin-left: 0px; }
  footer .partner_logo {
    width: 100px;
    height: 80px;
    display: inline-block;
    border-radius: 22px;
    margin: 0px 5px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 80px;
    background-color: white;
    padding: 5px;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    object-fit: contain; }
    footer .partner_logo img {
      object-fit: contain;
      width: 100%;
      height: auto; }
  footer .footer-logo .get-in-touch .fas, footer .footer-logo .get-in-touch .fab {
    width: 35px;
    height: 35px;
    padding: 9px;
    text-align: center;
    background-color: #f1f1f1;
    color: #333333;
    border-radius: 1000px;
    margin: 0px 5px; }
  footer .inner-footer {
    padding: 50px 10px; }
  footer a, footer a:hover {
    color: white; }
  @media print, screen and (max-width: 54.49875em) {
    footer .footer-left {
      padding-bottom: 20px;
      text-align: center; }
    footer .footer-right {
      padding-top: 20px; } }
  footer .quick-link-container {
    display: flex;
    flex-wrap: wrap;
    padding: 0; }
  footer .column {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-width: 200px;
    /* Ensures columns don't get too narrow */ }
  footer .column div p, footer .column p {
    position: relative;
    left: -10px;
    background-color: #006a4e;
    color: white;
    padding: 2px 10px;
    border-radius: 50px;
    display: inline-block; }
  footer .quicklink-list {
    padding: 0;
    list-style: none; }
  footer .quicklink-list li {
    width: 80%;
    margin-bottom: 10px; }
  footer .quicklink-list li a {
    color: white;
    text-decoration: none; }
  footer .right-column {
    display: grid;
    grid-template-rows: 1fr 1fr; }
  @media (max-width: 768px) {
    footer .quick-link-container {
      flex-direction: column;
      align-items: center;
      position: static !important; }
    footer .quicklink-list-long-heading {
      margin: 0px auto; }
    footer .column {
      width: 100%;
      padding: 0 10px; }
    footer .quicklink-list li {
      width: 100%; }
    footer .right-column {
      grid-template-rows: repeat(2, auto); }
    footer .column div p, footer .column p {
      left: 0;
      margin-top: 5%; } }
strong {
  font-weight: bold; }

.input-container {
  position: relative; }

textarea:focus ~ .floating-label,
textarea:not(:focus):valid ~ .floating-label,
input:focus ~ .floating-label,
input:not(:focus):valid ~ .floating-label, .floating-label.floated {
  top: 0.11rem;
  bottom: 0.625rem;
  left: 8px;
  font-size: 0.625rem;
  opacity: 0.75; }

.form-control {
  display: block;
  width: 100%;
  padding: 0.2rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: var(--bs-form-control-bg);
  background-clip: padding-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.375rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out; }
  .form-control:focus {
    color: #0a0a0a;
    background-color: #fefefe; }

.h-45 {
  height: 45px; }

.floating-label {
  position: absolute;
  pointer-events: none;
  left: 0.9375rem;
  top: 0.5625rem;
  transition: 0.2s ease all; }

.filter-container {
  align-items: center;
  border-bottom: 0.75px solid #cdcdcd;
  padding: 11px 3px;
  width: 100%;
  display: flex;
  justify-content: space-between; }
  .filter-container .square-select {
    margin: 0;
    color: #09845e; }
    .filter-container .square-select.desktop {
      margin-right: 10px;
      margin-left: 5px; }
  .filter-container .circle-select {
    width: 25px;
    height: 25px;
    border-radius: 1000px;
    padding: 3px;
    border: 1px solid #cdcdcd;
    background-color: white; }
    .filter-container .circle-select .selected {
      background-color: #0a9569;
      width: 100%;
      height: 100%;
      border-radius: 1000px; }
  .filter-container.headline {
    margin-top: 16px; }
  .filter-container .filter-container-left {
    font-weight: 800;
    text-align: left;
    line-height: 1.2;
    margin-bottom: 3px; }
    .filter-container .filter-container-left .explain-text {
      font-weight: 500; }
  .filter-container.desktop {
    padding: 3px 0;
    font-size: 15px;
    border-bottom: 0; }
    .filter-container.desktop .filter-container-left {
      font-weight: 600; }
    .filter-container.desktop .circle-select {
      width: 23px;
      height: 23px; }

.search-bar {
  display: flex;
  position: relative; }
  .search-bar .search-icon-container {
    position: absolute;
    display: flex;
    align-items: center;
    height: 39px;
    left: 13px; }
    @media print, screen and (max-width: 54.49875em) {
      .search-bar .search-icon-container {
        left: 15px; } }
  .search-bar .clear {
    color: #919AA6; }
  .search-bar .search-input {
    border-radius: 100px 100px 100px 100px;
    padding: 10px 10px 10px 38px;
    border: 0px;
    margin-bottom: 0px;
    background-color: #efefef;
    transition: none; }
    .search-bar .search-input:focus + .clear {
      color: #333333; }
    @media print, screen and (min-width: 54.5em) {
      .search-bar .search-input {
        width: 250px; } }
    @media screen and (min-width: 87.5em) {
      .search-bar .search-input {
        width: 470px; } }
    @media print, screen and (max-width: 54.49875em) {
      .search-bar .search-input {
        background-color: #e9e9e9; } }
input[type='checkbox'] + label, input[type='checkbox']:checked + label {
  margin-top: 0px !important;
  color: #424242 !important;
  position: relative !important;
  margin-left: 15px;
  position: relative;
  bottom: 2px;
  min-height: auto; }
  input[type='checkbox'] + label.switch-paddle, input[type='checkbox']:checked + label.switch-paddle {
    margin-left: 0px; }

input[type=checkbox]:before {
  content: '';
  position: absolute;
  right: 50%;
  top: 50%;
  width: 4px;
  height: 10px;
  border: solid #FFF;
  border-width: 0 2px 2px 0;
  margin: -1px -1px 0 -1px;
  transform: rotate(45deg) translate(-70%, -50%);
  z-index: 2; }

input[type='checkbox']:checked + label {
  color: black !important; }

input[type=checkbox]:checked {
  background-color: #0a0a0a;
  opacity: 1;
  -webkit-appearance: none;
  position: relative;
  margin: 0;
  min-height: auto; }

input[type='checkbox'] {
  border-color: #d1d5dc;
  width: 18px;
  position: relative;
  opacity: 0.8;
  height: 18px;
  min-width: 18px;
  -webkit-transform: scale(1.2);
  min-height: auto; }
  input[type='checkbox'].switch-input {
    position: absolute;
    opacity: 0; }

.margin-bottom-half {
  margin-bottom: 0.5rem !important; }

select[multiple] option {
  padding: 5px 10px;
  border-radius: 4px; }

multiselect, select, input, input[type='time'], input[type='url'], input[type='text'], input[type='month'], input[type='tel'], input[type='email'], input[type='password'], [type='date'], textarea, input[type='number'] {
  border: 1px solid #cdcdcd;
  border-radius: 4px;
  font-family: 'Inter', sans-serif;
  padding-left: 8px;
  min-height: 2.8125rem;
  background-color: white;
  margin: 0;
  cursor: pointer; }
  @media print, screen and (max-width: 54.49875em) {
    multiselect, select, input, input[type='time'], input[type='url'], input[type='text'], input[type='month'], input[type='tel'], input[type='email'], input[type='password'], [type='date'], textarea, input[type='number'] {
      padding-right: 8px; } }
  multiselect:focus, select:focus, input:focus, input[type='time']:focus, input[type='url']:focus, input[type='text']:focus, input[type='month']:focus, input[type='tel']:focus, input[type='email']:focus, input[type='password']:focus, [type='date']:focus, textarea:focus, input[type='number']:focus {
    --tw-ring-color: none;
    color: #0a0a0a;
    background-color: #fefefe;
    border-color: #3c3c3c;
    border-width: 2px; }
    multiselect:focus.search-input, select:focus.search-input, input:focus.search-input, input[type='time']:focus.search-input, input[type='url']:focus.search-input, input[type='text']:focus.search-input, input[type='month']:focus.search-input, input[type='tel']:focus.search-input, input[type='email']:focus.search-input, input[type='password']:focus.search-input, [type='date']:focus.search-input, textarea:focus.search-input, input[type='number']:focus.search-input {
      border: 1.2px solid #3cb791;
      background-color: #fefefe;
      box-shadow: none; }
  multiselect.gray-border, select.gray-border, input.gray-border, input[type='time'].gray-border, input[type='url'].gray-border, input[type='text'].gray-border, input[type='month'].gray-border, input[type='tel'].gray-border, input[type='email'].gray-border, input[type='password'].gray-border, [type='date'].gray-border, textarea.gray-border, input[type='number'].gray-border {
    border-color: #cdcdcd; }
  multiselect.input-error, select.input-error, input.input-error, input[type='time'].input-error, input[type='url'].input-error, input[type='text'].input-error, input[type='month'].input-error, input[type='tel'].input-error, input[type='email'].input-error, input[type='password'].input-error, [type='date'].input-error, textarea.input-error, input[type='number'].input-error {
    border: 1.5px solid #d94628;
    color: black; }
  multiselect:disabled, select:disabled, input:disabled, input[type='time']:disabled, input[type='url']:disabled, input[type='text']:disabled, input[type='month']:disabled, input[type='tel']:disabled, input[type='email']:disabled, input[type='password']:disabled, [type='date']:disabled, textarea:disabled, input[type='number']:disabled {
    background-color: #eeeeee; }
  multiselect.inputText, select.inputText, input.inputText, input[type='time'].inputText, input[type='url'].inputText, input[type='text'].inputText, input[type='month'].inputText, input[type='tel'].inputText, input[type='email'].inputText, input[type='password'].inputText, [type='date'].inputText, textarea.inputText, input[type='number'].inputText {
    font-size: 1rem;
    padding-top: 0.875rem; }

.inputText {
  font-size: 1rem;
  padding-top: 0.875rem; }

input[type='radio'] {
  width: 23px;
  height: 23px;
  margin-bottom: auto;
  min-height: auto; }

.multiselect__tags input, .multiselect__tags input[type='text'] {
  border: 0px; }

textarea {
  padding: 8px;
  min-height: 200px; }

[type='date'] {
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 50%;
  background-size: 10px 10px; }
  @media print, screen and (min-width: 54.5em) {
    [type='date'] {
      background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
      background-size: 20px 20px; } }
.format-error {
  box-shadow: 0 0 0 0.25rem rgba(253, 13, 13, 0.25); }

html, body, #app, .mps-nav {
  /*Change text in autofill textbox*/
  /*input:-webkit-autofill {
    -webkit-text-fill-color: yellow !important;
  }*/ }
  html input:-webkit-autofill,
  html input:-webkit-autofill:hover,
  html input:-webkit-autofill:focus,
  html input:-webkit-autofill:active, body input:-webkit-autofill,
  body input:-webkit-autofill:hover,
  body input:-webkit-autofill:focus,
  body input:-webkit-autofill:active, #app input:-webkit-autofill,
  #app input:-webkit-autofill:hover,
  #app input:-webkit-autofill:focus,
  #app input:-webkit-autofill:active, .mps-nav input:-webkit-autofill,
  .mps-nav input:-webkit-autofill:hover,
  .mps-nav input:-webkit-autofill:focus,
  .mps-nav input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important; }

@media print, screen and (max-width: 54.49875em) {
  .mps-nav, .rfc-body {
    min-height: 100% !important; } }

.responsive-form-container {
  width: 511px;
  margin: 40px auto 50px auto;
  border-radius: 10px;
  background: #FFFFFF;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.07);
  border-radius: 18px;
  padding: 35px 20px;
  position: relative;
  z-index: 1; }
  @media print, screen and (min-width: 54.5em) {
    .responsive-form-container.form-wide {
      padding: 35px 20px;
      width: 800px; } }
  @media print, screen and (min-width: 54.5em) {
    .responsive-form-container.form-extrawide {
      padding: 35px 20px;
      width: 1050px; } }
  @media print, screen and (max-width: 54.49875em) {
    .responsive-form-container {
      width: 100% !important;
      border: none;
      box-shadow: none;
      border-radius: 0px;
      padding: 20px;
      min-height: 95vh;
      margin-top: 0px;
      margin-bottom: 0px; } }
  .responsive-form-container.overlay {
    width: 100%;
    border: none;
    box-shadow: none;
    border-radius: 10px; }
  .responsive-form-container.form-title {
    margin-bottom: 30px; }
  .responsive-form-container .rfc-body {
    padding: 0px;
    margin-bottom: 100px;
    background-color: white;
    border-radius: 10px; }
    @media print, screen and (max-width: 54.49875em) {
      .responsive-form-container .rfc-body {
        padding: 15px 0px; } }
  .responsive-form-container .rfc-footer {
    position: absolute;
    bottom: 35px;
    left: 20px;
    right: 20px;
    z-index: 100;
    background-color: white; }
    @media print, screen and (max-width: 54.49875em) {
      .responsive-form-container .rfc-footer {
        padding: 10px; } }
  @media print, screen and (max-width: 54.49875em) {
    .responsive-form-container {
      padding-bottom: 50px;
      position: initial;
      padding: 10px 20px; }
      .responsive-form-container .rfc-body {
        padding-bottom: 150px; }
      .responsive-form-container .rfc-footer {
        position: fixed;
        bottom: 0px;
        z-index: 100;
        left: 0px;
        right: 0;
        margin-top: 0px; } }
.mps-form {
  padding: 20px; }

.input-error, .field-error {
  color: #d94628; }
  .input-error input, .field-error input {
    border: 2.5px solid #d94628 !important;
    margin-bottom: 0px;
    color: black; }

.error {
  color: #d94628; }

.task-button {
  color: #b9014d;
  border: 1px solid #b9014d;
  border-radius: 15px;
  padding: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  float: left;
  cursor: pointer; }
  @media print, screen and (max-width: 54.49875em) {
    .task-button {
      width: 40%;
      height: 90px; } }
  .task-button.selected {
    color: white;
    background-color: #b9014d; }

label {
  font-size: 1rem;
  margin-bottom: 0.1rem;
  font-weight: 500; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent; }

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6; }

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6; }

.table tbody + tbody {
  border-top: 2px solid #dee2e6; }

.table .table {
  background-color: #fff; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #dee2e6; }

.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6; }

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075); }

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff; }

.table-hover .table-primary:hover {
  background-color: #9fcdff; }

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff; }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db; }

.table-hover .table-secondary:hover {
  background-color: #c8cbcf; }

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb; }

.table-hover .table-success:hover {
  background-color: #b1dfbb; }

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb; }

.table-hover .table-info:hover {
  background-color: #abdde5; }

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba; }

.table-hover .table-warning:hover {
  background-color: #ffe8a1; }

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb; }

.table-hover .table-danger:hover {
  background-color: #f1b0b7; }

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7; }

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe; }

.table-hover .table-light:hover {
  background-color: #ececf6; }

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6; }

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca; }

.table-hover .table-dark:hover {
  background-color: #b9bbbe; }

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe; }

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075); }

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e; }

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6; }

.table-dark {
  color: #fff;
  background-color: #212529; }

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #32383e; }

.table-dark.table-bordered {
  border: 0; }

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05); }

.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
  .table-responsive-sm > .table-bordered {
    border: 0; } }

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
  .table-responsive-md > .table-bordered {
    border: 0; } }

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
  .table-responsive-lg > .table-bordered {
    border: 0; } }

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
  .table-responsive-xl > .table-bordered {
    border: 0; } }

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

.table-responsive > .table-bordered {
  border: 0; }

.filter-button-container {
  display: inline-block; }

button {
  cursor: pointer; }
  button.action-button {
    width: 100%;
    border: 0;
    display: flex;
    text-align: left;
    justify-content: space-between;
    align-items: center;
    font-weight: 500; }
    button.action-button:hover, button.action-button:focus {
      color: #0a0a0a;
      background-color: #eee; }
  button:hover {
    text-decoration: none; }
  button.button-booking {
    cursor: pointer;
    width: 100%;
    border-radius: 6px;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    transition: 0.5s ease;
    height: 50px; }
    @media print, screen and (max-width: 54.49875em) {
      button.button-booking {
        font-size: 14px; } }
    button.button-booking.secondary {
      border: 1px solid #48464D;
      background-color: white;
      color: #48464D;
      margin-bottom: 15px; }
      @media print, screen and (max-width: 54.49875em) {
        button.button-booking.secondary {
          width: 50%; } }
      button.button-booking.secondary:hover {
        background-color: #eee; }
    button.button-booking.primary {
      border: 1px solid #333333;
      background-color: #333333;
      color: white; }
      button.button-booking.primary:hover {
        background-color: black; }

a:has(> button):hover {
  text-decoration: none; }

.button {
  font-family: 'Inter', sans-serif;
  margin: 0px;
  padding: 0.5rem 0.9375rem;
  letter-spacing: 0.025em;
  line-height: 2;
  font-weight: 600;
  border: 2px solid #0a0a0a;
  border-radius: 0.5625rem;
  color: black;
  background-color: transparent; }
  .button.light-green-rounded {
    border-radius: 11px;
    border: 0;
    background-color: #b6e4d6;
    padding: 0 5px;
    min-width: 30px; }
  .button:hover {
    text-decoration: none; }
  .button.pill {
    border-radius: 1000px; }
  .button.rectangle {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #333333;
    font-weight: 700;
    line-height: 1.4;
    font-size: 1.35rem;
    padding: 2rem 1rem;
    font-style: normal;
    letter-spacing: normal;
    border: 4px solid #cdcdcd;
    transition-property: transform, color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); }
    @media print, screen and (min-width: 33.75em) {
      .button.rectangle {
        min-height: 200px; } }
    .button.rectangle:hover {
      background-color: #0ba575;
      border-color: #0ba575;
      transform: translate(0, -5px) rotate(1deg);
      transition-duration: .15s;
      --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 8px 10px -6px rgba(0, 0, 0, .1);
      --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
      box-shadow: var(--tw-ring-offset-shadow, 0 0 #0ba575), var(--tw-ring-shadow, 0 0 #0ba575), var(--tw-shadow);
      color: white; }
      .button.rectangle:hover img {
        filter: brightness(1.5); }
    .button.rectangle span {
      max-width: 80%; }
    .button.rectangle img {
      margin-bottom: 15px; }
  .button.no-border {
    border: none; }
  .button.mobile-bar {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    min-width: fit-content; }
    .button.mobile-bar i {
      margin-left: 4px; }
    .button.mobile-bar.highlight {
      background-color: #09845e;
      color: #fefefe;
      border-color: #09845e; }
      .button.mobile-bar.highlight:hover {
        background-color: #087352;
        color: #fefefe;
        border-color: #087352; }
  .button.blue {
    border-color: #2C77F6;
    background-color: #2C77F6;
    color: #fefefe; }
  .button.small-button {
    padding: 0px 25px;
    border-radius: 100px;
    background-color: transparent;
    color: white;
    font-size: 0.8rem;
    border-color: #0ba575;
    border-width: 2px; }
    .button.small-button:hover {
      background-color: #09845e; }
  @media print, screen and (max-width: 54.49875em) {
    .button.half-on-small {
      width: 50%; } }
  .button.change-photo {
    border-radius: 1000px;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0; }
    .button.change-photo span {
      position: relative;
      left: 2px;
      bottom: 1px; }
  .button:hover {
    color: black;
    background-color: #eee; }
  .button.primary {
    border: 1px solid #0a9569;
    background: #0a9569; }
  .button.circle {
    background-color: #ececec;
    border-radius: 1000px;
    color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 45px;
    width: 45px;
    font-size: 1.25rem;
    border: 0; }
  .button.left {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px; }
  .button.right {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px; }
  .button.primary-green {
    background: #098c63;
    color: white !important; }
  .button.grayed-out {
    opacity: 0.5; }
  .button.min-plain {
    background-color: white;
    text-transform: none;
    letter-spacing: inherit;
    padding: 0.3125rem 1.375rem;
    font-size: 1rem;
    margin-right: 5px;
    font-weight: 700;
    box-shadow: 0 4px 4px 0 rgba(56, 96, 165, 0.25);
    border: 0;
    color: #333333; }
    @media print, screen and (max-width: 54.49875em) {
      .button.min-plain {
        padding: 4px 29px; } }
    .button.min-plain.rounded {
      border-radius: 1000px; }
    .button.min-plain:hover {
      background-color: #f1f1f1;
      font-size: 16px;
      transition: 0.25s;
      transition-timing-function: ease-in;
      box-shadow: 0 4px 4px 0 rgba(56, 96, 165, 0.15); }
  .button.min-green {
    font-weight: 700;
    background-color: #33b638;
    text-transform: none;
    letter-spacing: inherit;
    color: white;
    margin-right: 0.3125rem;
    padding: 0.3125rem 1.375rem;
    font-size: 1rem;
    box-shadow: 0 4px 4px 0 rgba(56, 96, 165, 0.25);
    border: 0px; }
    .button.min-green.rounded {
      border-radius: 1000px; }
    @media print, screen and (max-width: 54.49875em) {
      .button.min-green {
        padding: 4px 29px; } }
    .button.min-green:hover {
      background-color: #01af07;
      box-shadow: 0 4px 4px 0 rgba(56, 96, 165, 0.15);
      font-size: 16px;
      transition: 0.25s;
      transition-timing-function: ease-in; }
  .button.plain {
    border: 2px solid #0a0a0a;
    color: #0a0a0a;
    background-color: #fefefe; }
    .button.plain.selected {
      border: 1px solid #0ba575 !important;
      color: #098c63; }
    .button.plain:hover {
      color: black; }
  .button.pink {
    border: 1px solid #ffd1f6 !important;
    color: #ffd1f6; }
  .button.back {
    border: 2px solid #09845e;
    color: #004202; }
    @media print, screen and (max-width: 54.49875em) {
      .button.back {
        background: #EAEAEF;
        box-shadow: inset 0px 4px 4px -3px rgba(0, 0, 0, 0.07);
        color: #09845e; } }
  .button.filter-unselected {
    background: white;
    border: 1px solid #919AA6;
    color: #919AA6;
    font-size: 1.125rem;
    letter-spacing: 0.15812rem; }
  .button.mps-rounded {
    background-color: #fefefe;
    font-style: normal;
    border: 2px solid #181818;
    border-radius: 6px;
    color: #0a0a0a;
    letter-spacing: 0;
    padding: 0.125rem 1.0625rem;
    font-weight: 600; }
    .button.mps-rounded.order-checkout-button {
      padding: 4px 32px; }
      @media print, screen and (max-width: 54.49875em) {
        .button.mps-rounded.order-checkout-button {
          width: 100%; } }
    .button.mps-rounded:hover .fa-check-square {
      color: #0a0a0a; }
    .button.mps-rounded.uppercase {
      text-transform: uppercase;
      font-weight: 700; }
    .button.mps-rounded.big {
      padding: 0.4375rem 3.125rem;
      font-weight: 700;
      font-size: 1.125rem;
      border-radius: 0.5625rem;
      border-width: 2px; }
    .button.mps-rounded.green {
      background: linear-gradient(111deg, #0BA575 0%, #12986E 100%);
      border-color: #0a9569;
      color: #fefefe;
      min-width: fit-content;
      font-weight: 700; }
      .button.mps-rounded.green:hover {
        border-color: #076346;
        background-color: #076346; }
    .button.mps-rounded.white-green {
      background: #fefefe;
      border-color: #fefefe;
      color: #0a9569;
      height: 2.0625rem;
      min-width: fit-content;
      padding-top: 0;
      padding-bottom: 0; }
    .button.mps-rounded.pink-outline {
      border: 1px solid #ffd1f6;
      text-transform: none;
      background: transparent;
      font-weight: 500; }
    .button.mps-rounded.red {
      border: 1px solid #d94628;
      text-transform: none;
      background: #d94628;
      color: #fefefe;
      font-weight: 500; }
    .button.mps-rounded.left-button {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .button.mps-rounded.middle-button {
      border-radius: 0;
      border-left: 0;
      border-right: 0; }
    .button.mps-rounded.right-button {
      border-bottom-left-radius: 0;
      border-top-left-radius: 0; }
    .button.mps-rounded.error {
      box-shadow: 0 0 0 0.25rem rgba(253, 13, 13, 0.25); }
    .button.mps-rounded.stretch {
      padding: 8px 15px; }
    .button.mps-rounded.blue {
      border-color: #2C77F6;
      background-color: #2C77F6;
      color: #fefefe; }
      .button.mps-rounded.blue:hover {
        border-color: #1f53ac;
        background-color: #1f53ac;
        color: #fefefe; }
    .button.mps-rounded.rounded {
      border-radius: 1000px;
      letter-spacing: normal;
      padding: 4px 18px;
      font-size: 1rem; }
    .button.mps-rounded.plain {
      border: 1px solid #CDCDCD;
      color: #333333;
      border-radius: 100px;
      font-size: 0.8rem; }
    .button.mps-rounded.pill {
      border-radius: 1000px; }
    .button.mps-rounded.swipe-bar {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-right: 10px;
      min-width: fit-content;
      margin-bottom: 10px; }
    .button.mps-rounded.no-hover {
      background-color: transparent; }
    .button.mps-rounded:hover {
      background-color: #0a0a0a;
      color: #fefefe; }
    .button.mps-rounded.pink {
      background-color: #ffd1f6; }
    .button.mps-rounded.primary {
      border-color: #0a0a0a;
      color: #fefefe;
      background-color: #0a0a0a; }
    .button.mps-rounded.no-border {
      border: none; }
  .button.left {
    text-align: left;
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
    line-height: 1.4; }
  .button.profile-type {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #333333;
    font-weight: 700;
    line-height: 1.4;
    font-size: 1.35rem;
    padding: 2rem 1rem;
    font-style: normal;
    letter-spacing: normal;
    border: 4px solid #cdcdcd;
    transition-property: transform, color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); }
    @media print, screen and (min-width: 33.75em) {
      .button.profile-type {
        min-height: 200px; } }
    .button.profile-type.primary {
      background-color: #0ba575;
      border-color: #0ba575;
      transition-duration: .15s;
      --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 8px 10px -6px rgba(0, 0, 0, .1);
      --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
      box-shadow: var(--tw-ring-offset-shadow, 0 0 #0ba575), var(--tw-ring-shadow, 0 0 #0ba575), var(--tw-shadow);
      color: white; }
      .button.profile-type.primary img {
        filter: brightness(1.5); }
    .button.profile-type:hover {
      background-color: #0ba575;
      border-color: #0ba575;
      transform: translate(0, -5px) rotate(1deg);
      transition-duration: .15s;
      --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 8px 10px -6px rgba(0, 0, 0, .1);
      --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
      box-shadow: var(--tw-ring-offset-shadow, 0 0 #0ba575), var(--tw-ring-shadow, 0 0 #0ba575), var(--tw-shadow);
      color: white; }
      .button.profile-type:hover img {
        filter: brightness(1.5); }
    .button.profile-type span {
      max-width: 80%; }
    .button.profile-type img {
      margin-bottom: 15px; }

.filter-button {
  color: #333333;
  border: 1px solid #333333;
  border-radius: 15px;
  padding: 5px;
  margin-top: 8px;
  margin-right: 5px;
  margin-left: 5px;
  cursor: pointer;
  display: inline-block; }
  .filter-button.selected {
    color: white;
    background-color: #333333; }

.filter-options {
  width: 300px;
  position: absolute;
  background-color: white;
  border: 3px solid #ececec;
  top: 60px;
  z-index: 1000000; }

.task-button {
  color: #b9014d;
  border: 1px solid #b9014d;
  border-radius: 15px;
  padding: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  float: left;
  cursor: pointer; }
  .task-button.selected {
    color: white;
    background-color: #b9014d; }

/* Rounded sliders */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  min-width: 60px;
  height: 34px;
  margin-bottom: 0px; }

.switch input {
  opacity: 0;
  width: 0;
  height: 0; }

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .2s;
  transition: .2s; }

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .2s;
  transition: .2s; }

input:checked + .slider {
  background-color: #098c63; }

input:focus + .slider {
  box-shadow: 0 0 1px #098c63; }

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px); }

/* Rounded sliders */
.slider.round {
  border-radius: 34px; }

.slider.round:before {
  border-radius: 50%; }

input:checked + label > .switch-active {
  color: white; }

.arrow-up {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid black;
  display: inline-block; }

.arrow-down {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid black;
  display: inline-block; }

.arrow-right {
  width: 0;
  height: 0;
  border-top: 60px solid transparent;
  border-bottom: 60px solid transparent;
  border-left: 60px solid black;
  display: inline-block; }

.arrow-left {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid black;
  display: inline-block; }

.task-listing-card .distance-wrapper, .task-listing-card .price-wrapper, .task-listing-card profile-wrapper {
  padding-top: 15px;
  position: relative; }

.task-listing-card .profile-wrapper {
  font-size: 16px; }

.task-listing-card .price-wrapper {
  margin-top: -3px; }
  @media print, screen and (min-width: 54.5em) {
    .task-listing-card .price-wrapper {
      position: absolute;
      right: 17px;
      top: 15px;
      text-align: right; } }
  @media print, screen and (min-width: 54.5em) {
    .task-listing-card .price-wrapper .price {
      margin-bottom: -5px; } }
  .task-listing-card .price-wrapper .price h3 {
    font-weight: 600;
    font-size: 20px; }
  .task-listing-card .price-wrapper .price .packages {
    font-size: 13px;
    position: relative;
    bottom: 5px; }
    .task-listing-card .price-wrapper .price .packages p {
      margin: 0px; }

.task-listing-card .distance {
  color: #919AA6;
  text-transform: uppercase;
  padding-left: 10px;
  padding-top: 5px; }

.task-listing-card a {
  color: white !important; }

.task-listing-card h5 {
  color: white !important; }

.task-listing-card .tag-container {
  display: flex;
  flex-wrap: wrap; }

.task-listing-card .task-listing-element {
  font-size: 14px;
  color: #5e5e5e; }

.task-listing-card.task-listing-card-wide {
  padding: 15px 17px 17px 17px;
  min-height: 220px;
  cursor: pointer;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  background: white;
  text-align: left;
  box-shadow: 0 0 6px 0 rgba(224, 224, 224, 0.5); }
  .task-listing-card.task-listing-card-wide:hover .task-listing-image {
    background-size: 127px auto; }
  .task-listing-card.task-listing-card-wide .grid-x {
    width: 100%; }
  @media print, screen and (max-width: 54.49875em) {
    .task-listing-card.task-listing-card-wide {
      height: auto; } }
  .task-listing-card.task-listing-card-wide .image {
    border-radius: 4px 0px 0px 4px;
    background-size: cover; }
    @media print, screen and (max-width: 54.49875em) {
      .task-listing-card.task-listing-card-wide .image {
        height: 170px;
        border-radius: 4px 4px 0px 0px; } }
  .task-listing-card.task-listing-card-wide h3 {
    margin-bottom: 0px; }
  .task-listing-card.task-listing-card-wide .profile-wrapper {
    margin-bottom: 10px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap; }
  .task-listing-card.task-listing-card-wide a {
    color: #36343C !important; }
  .task-listing-card.task-listing-card-wide .fas {
    color: #919AA6;
    font-size: 18px;
    margin-right: 2px; }
  .task-listing-card.task-listing-card-wide .task-listing-image {
    background-size: 120px auto;
    background-position: center center;
    transition: 0.5s ease;
    overflow: hidden;
    width: 120px;
    height: 120px;
    min-width: 120px;
    display: flex;
    border-radius: 4px; }
  .task-listing-card.task-listing-card-wide .task-listing-name {
    font-size: 1rem;
    margin: 0px; }
  .task-listing-card.task-listing-card-wide .task-listing-button-container {
    border-left: 0.75px solid #CDCDCD;
    padding: 0px 17px;
    border-radius: 0 8px 8px 0;
    background: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    @media print, screen and (max-width: 54.49875em) {
      .task-listing-card.task-listing-card-wide .task-listing-button-container {
        width: 100%;
        border-radius: 0 0px 8px 8px;
        padding-bottom: 20px;
        display: none; } }
    .task-listing-card.task-listing-card-wide .task-listing-button-container .button-secondary-container {
      width: 100%; }
      @media print, screen and (max-width: 54.49875em) {
        .task-listing-card.task-listing-card-wide .task-listing-button-container .button-secondary-container {
          margin-bottom: 5px;
          display: flex;
          justify-content: center; } }
    .task-listing-card.task-listing-card-wide .task-listing-button-container .button-spacer {
      height: 10px; }
      @media print, screen and (max-width: 54.49875em) {
        .task-listing-card.task-listing-card-wide .task-listing-button-container .button-spacer {
          height: 0px; } }
    @media print, screen and (max-width: 54.49875em) {
      .task-listing-card.task-listing-card-wide .task-listing-button-container .button-vertical-spacer {
        width: 5px; } }
    .task-listing-card.task-listing-card-wide .task-listing-button-container .button-booking {
      cursor: pointer;
      width: 100%;
      border-radius: 4px;
      font-style: normal;
      font-weight: 600;
      font-size: 15px;
      transition: 0.5s ease;
      min-height: 50px; }
      @media print, screen and (max-width: 54.49875em) {
        .task-listing-card.task-listing-card-wide .task-listing-button-container .button-booking {
          font-size: 14px; } }
      .task-listing-card.task-listing-card-wide .task-listing-button-container .button-booking.secondary {
        border: 1px solid #48464D;
        background-color: white;
        color: #48464D;
        margin-bottom: 15px; }
        @media print, screen and (max-width: 54.49875em) {
          .task-listing-card.task-listing-card-wide .task-listing-button-container .button-booking.secondary {
            width: 50%; } }
        .task-listing-card.task-listing-card-wide .task-listing-button-container .button-booking.secondary:hover {
          background-color: #eee; }
      .task-listing-card.task-listing-card-wide .task-listing-button-container .button-booking.primary {
        border: 1px solid #333333;
        background-color: #333333;
        color: white; }
        .task-listing-card.task-listing-card-wide .task-listing-button-container .button-booking.primary:hover {
          background-color: black; }
  .task-listing-card.task-listing-card-wide .description-shortened {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* number of lines to show */
    -webkit-box-orient: vertical; }
    @media print, screen and (max-width: 87.49875em) {
      .task-listing-card.task-listing-card-wide .description-shortened {
        font-size: 16px; } }
    @media print, screen and (max-width: 54.49875em) {
      .task-listing-card.task-listing-card-wide .description-shortened {
        -webkit-line-clamp: 3;
        /* number of lines to show */ } }
  .task-listing-card.task-listing-card-wide .margin-right-custom {
    margin-right: 1rem; }
    @media print, screen and (max-width: 54.49875em) {
      .task-listing-card.task-listing-card-wide .margin-right-custom {
        margin-right: 0.5rem; } }
.task-listing-card-min {
  border-radius: 16px; }
  .task-listing-card-min .text-2-lines {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    -webkit-box-orient: vertical;
    /*opacity: 0;
    transition: opacity .25s ease-in;*/ }
    @media print, screen and (max-width: 54.49875em) {
      .task-listing-card-min .text-2-lines {
        position: static;
        margin-bottom: 20px; } }
  .task-listing-card-min .task-image {
    height: 200px;
    border-radius: 16px 16px 0px 0px;
    background-size: cover;
    background-position: center; }
  .task-listing-card-min .task-card-body {
    min-height: 310px;
    background-color: white;
    padding: 20px; }
    .task-listing-card-min .task-card-body .name {
      color: black; }
    .task-listing-card-min .task-card-body .level {
      color: #0ba575;
      display: inline-block;
      top: -7px;
      position: relative;
      font-size: 14px; }
    .task-listing-card-min .task-card-body .tags {
      margin-top: 20px; }
    .task-listing-card-min .task-card-body .tag {
      margin-right: 10px;
      margin-bottom: 10px;
      border-radius: 10px;
      padding: 3px 10px 3px 10px;
      box-shadow: 0 4px 8px 0 rgba(56, 96, 165, 0.15);
      color: #333;
      display: inline-block; }
  .task-listing-card-min .profile-image {
    display: inline-block;
    vertical-align: top; }
  .task-listing-card-min .profile-name-level {
    vertical-align: top;
    display: inline-block;
    height: 48px;
    margin-top: 10px;
    margin-left: 10px; }
  .task-listing-card-min .task-card-footer {
    background-color: #0ba575;
    border-radius: 0px 0px 16px 16px;
    height: 80px;
    line-height: 20px;
    position: relative;
    color: white; }
    .task-listing-card-min .task-card-footer > div {
      display: inline-block;
      vertical-align: top; }
    .task-listing-card-min .task-card-footer .price {
      margin-top: 25px;
      margin-left: 20px; }
    .task-listing-card-min .task-card-footer h2 {
      color: white !important;
      margin-top: 5px; }
    .task-listing-card-min .task-card-footer .price-per {
      margin-top: 28px;
      margin-left: 5px; }
    .task-listing-card-min .task-card-footer .book-now-container {
      right: 20px;
      position: absolute;
      top: 20px; }
  .task-listing-card-min .book-now {
    float: right; }

.mps-green {
  color: #0ba575; }

.mps-green10 {
  color: #0a9569 !important; }

.mps-green20 {
  color: #09845e !important; }

.mps-green40 {
  color: #09845e !important; }

.mps-red40 {
  color: #721c24; }

.mps-dark-green {
  color: #004202; }

.mps-gradient {
  background: linear-gradient(138.37deg, #0ba56c 39.02%, #0ba575 88.74%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.mps-gradient-light {
  background: linear-gradient(138.37deg, #299c2d 39.02%, #5dcf60 88.74%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.mps-gradient-pink {
  background: linear-gradient(138.37deg, #ffd1f6 39.02%, #b9014d 88.74%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.mps-pink-40 {
  color: #ffe3fa; }

.mps-pink10 {
  color: #e6bcdd; }

.mps-green-40 {
  color: #6dc9ac !important; }

.mps-pink {
  color: #ffd1f6 !important; }

.mps-pink40 {
  color: #ffd1f6 !important; }

.mps-dark-pink {
  color: #b9014d; }

.mps-black {
  color: #000; }

.mps-blue {
  color: #2C77F6; }

.mps-dark-grey {
  color: #333333; }

.mps-dark-gray {
  color: #333333; }

.mps-gray-65 {
  color: #eeeeee; }

.mps-gray {
  color: #cdcdcd; }

.mps-gray20 {
  color: #a4a4a4; }

.mps-gray40 {
  color: #7b7b7b; }

.mps-middle-grey {
  color: #48464D; }

.mps-middle-light-gray {
  color: #545151; }

.mps-white {
  color: #fcfcfc !important; }

.mps-light-gray {
  color: #919AA6; }

.mps-lighter-gray {
  color: #ececec; }

.mps-orange {
  color: #e49420; }

.mps-red {
  color: #d94628; }

.mps-red40 {
  color: #721c24; }

.gray-65_background {
  background-color: #eeeeee !important; }

.green_background {
  background-color: #0ba575; }

.green10_background {
  background-color: #0a9569; }

.green15_background {
  background-color: #098c63; }

.green20_background {
  background-color: #09845e; }

.green40_background {
  background-color: #076346; }

.gradient_background {
  background: linear-gradient(138.37deg, #00A406 39.02%, #004202 88.74%); }

.gradient-light_background {
  background: linear-gradient(138.37deg, #299c2d 39.02%, #5dcf60 88.74%); }

.green-40_background {
  background-color: #6dc9ac; }

.green-70_background {
  background-color: #b6e4d6; }

.green-80_background {
  background-color: #ceede3; }

.green-90_background {
  background-color: #e7f6f1 !important; }

.pink_background {
  background-color: #ffd1f6; }

.pink-90_background {
  background-color: #fee8f1; }

.gray_background {
  background-color: #cdcdcd; }

.white_background {
  background-color: #fefefe; }

.purple-60_background {
  background-color: #d6c5da; }

.purple-85_background {
  background-color: #f0e9f1; }

.black_background {
  background-color: #0a0a0a; }

.border-2-green {
  border: 2px solid #0ba575; }

.lightblue_background {
  background-color: #DEEFFF; }

.red-40_background {
  background-color: #f8d7da; }

.red_background {
  background-color: #d94628; }

h1 {
  font-size: 30.918px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px; }

h2 {
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  letter-spacing: 0.17px; }
  @media print, screen and (max-width: 54.49875em) {
    h2 {
      font-size: 1.25rem; } }
h3 {
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #333333;
  font-size: 20px;
  letter-spacing: 0.12px; }

h4 {
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 600;
  color: #333333;
  font-size: 18px;
  letter-spacing: 0.07px; }

h5 {
  font-size: 1rem; }

#task-type-icons {
  text-align: center;
  font-family: 'Nunito Sans', sans-serif; }
  #task-type-icons .task-type-icon {
    background-color: #fefefe;
    cursor: pointer;
    border: 2px solid #ececec;
    border-radius: 25px;
    padding: 20px;
    width: 180px;
    height: 150px;
    vertical-align: top;
    margin: 8px;
    color: #919AA6;
    display: inline-block;
    font-weight: 700;
    position: relative;
    text-align: center; }
    #task-type-icons .task-type-icon.selected {
      color: #0ba575;
      border: 2px solid #0ba575; }
    @media print, screen and (min-width: 33.75em) and (max-width: 54.49875em) {
      #task-type-icons .task-type-icon {
        width: 120px; } }
  #task-type-icons .task-type-image {
    padding-top: 10px; }
  #task-type-icons .task-type-name {
    position: absolute;
    bottom: 10px;
    left: 0px;
    right: 0px;
    text-align: center;
    padding: 0px 5px;
    margin-bottom: -10px; }
    @media print, screen and (max-width: 63.99875em) {
      #task-type-icons .task-type-name {
        padding: 9px 5px;
        font-size: 14px; } }
#task-type-icons .task-type-icon {
  width: 125px;
  height: 125px;
  border-radius: 12px;
  padding: 14px 15px; }
  @media print, screen and (max-width: 54.49875em) {
    #task-type-icons .task-type-icon {
      padding: 10px 15px;
      width: 95px;
      height: 115px; } }
  #task-type-icons .task-type-icon.selected h4 {
    color: #00A406; }
  #task-type-icons .task-type-icon .task-type-image {
    padding: 0; }
    #task-type-icons .task-type-icon .task-type-image img {
      height: 50px; }
      @media print, screen and (max-width: 54.49875em) {
        #task-type-icons .task-type-icon .task-type-image img {
          height: 40px; } }
  #task-type-icons .task-type-icon .task-type-name {
    padding: 0px;
    margin-bottom: 0px;
    left: 10px;
    right: 10px; }
    #task-type-icons .task-type-icon .task-type-name h4 {
      margin-bottom: 0px;
      height: 38px;
      display: flex;
      align-items: center;
      justify-content: center;
      line-height: 1.1;
      font-size: 16px;
      color: #595959; }

.goal-image-container {
  width: 100%;
  position: relative;
  height: 60px;
  margin-bottom: 10px; }
  .goal-image-container .goal-image {
    cursor: pointer;
    display: inline-block;
    position: relative;
    margin: 20px;
    width: 100%;
    height: 20px;
    text-align: right;
    font-size: 0.75rem;
    padding: 0px 36px 0px 50px; }
    .goal-image-container .goal-image p {
      position: absolute;
      right: 36px;
      line-height: 1.25;
      top: 18px; }
  .goal-image-container .image-inside {
    background-image: url(https://lh3.googleusercontent.com/proxy/mO-aFKvTMb2Jnwh-vAEkMRIQa_ZmTlDhp-d0yOCMRNtA8xI2JXQfQ6zVrPSBk8S8C_NsPamC6w_wkYL92IjW3gqSuL6fL-EErxAZc2v-j_BJ_8gofy69-nG_B9l4L6DfasQSBc_kGGE4u0G_dJ6GM2MeQuZqa7w14UMD3vEeW3izDKvNSpRB);
    background-position: center center;
    background-size: contain;
    width: 50px;
    height: 50px;
    border-radius: 1000px;
    position: absolute;
    border-radius: 175px;
    top: 10px; }

.hero-banner .container {
  border: 1px solid #ececec;
  border-radius: 10px;
  position: relative;
  background-color: #0ba575;
  color: white;
  padding: 5px;
  margin: 30px 0px; }

.hero-banner .text, .hero-banner .button {
  display: inline-block; }

@media print, screen and (min-width: 54.5em) {
  .hero-banner .text {
    margin-right: 20px; } }

.hero-banner .button {
  line-height: inherit !important; }
  @media print, screen and (max-width: 54.49875em) {
    .hero-banner .button {
      margin: 10px !important; } }
.hero-enhanced .hero-left {
  background-color: #0ba575;
  padding: 100px;
  position: relative;
  text-align: right; }
  @media print, screen and (max-width: 63.99875em) {
    .hero-enhanced .hero-left {
      text-align: center; } }
  @media screen and (max-width: 33.74875em) {
    .hero-enhanced .hero-left {
      padding: 20px;
      padding-top: 40px; } }
.hero-enhanced .hero-text-content {
  max-width: 470px;
  position: relative;
  display: inline-block;
  text-align: left; }

.hero-enhanced .hero-title {
  font-size: 34px;
  color: white;
  font-family: NunitoSans-Black; }

.hero-enhanced .hero-right {
  background-size: cover;
  background-position: center; }

.hero-enhanced .hero-subtitle {
  margin-top: 40px;
  margin-bottom: 80px;
  color: white; }

.hero-enhanced .hero-buttons {
  position: absolute;
  bottom: 0px;
  left: 0px; }
  @media print, screen and (max-width: 54.49875em) {
    .hero-enhanced .hero-buttons {
      text-align: center;
      width: 100%;
      margin-bottom: 20px; } }
  .hero-enhanced .hero-buttons .min-green {
    margin-right: 20px; }

@media print, screen and (max-width: 54.49875em) {
  .hero-enhanced .sub-hero-buttons {
    text-align: center;
    width: 100%;
    margin-bottom: 20px; } }

.space-bottom-1x {
  margin-bottom: 0.75em;
  /* 9px */ }

.space-bottom-2x {
  margin-bottom: 1.5em;
  /* 18px */ }

.space-bottom-3x {
  margin-bottom: 3em;
  /* 36px */ }

.space-bottom-4x {
  margin-bottom: 4.5em;
  /* 54px */ }

.space-top-1x {
  margin-top: 0.75em;
  /* 9px */ }

.space-top-2x {
  margin-top: 1.5em;
  /* 18px */ }

.space-top-3x {
  margin-top: 3em;
  /* 36px */ }

.space-top-4x {
  margin-top: 4.5em;
  /* 54px */ }

@font-face {
  font-family: 'NunitoSans-Bold';
  src: url("/static/fonts/NunitoSans-Bold.woff2?5573c5d28815") format("woff2"), url("/static/fonts/NunitoSans-Bold.woff?5573c5d28815") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'NunitoSans-BlackItalic';
  src: url("/static/fonts/NunitoSans-BlackItalic.woff2?5573c5d28815") format("woff2"), url("/static/fonts/NunitoSans-BlackItalic.woff?5573c5d28815") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Nunito-Light';
  src: url("/static/fonts/Nunito-Light.woff2?5573c5d28815") format("woff2"), url("/static/fonts/Nunito-Light.woff?5573c5d28815") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Nunito-ExtraLightItalic';
  src: url("/static/fonts/Nunito-ExtraLightItalic.woff2?5573c5d28815") format("woff2"), url("/static/fonts/Nunito-ExtraLightItalic.woff?5573c5d28815") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'NunitoSans-Regular';
  src: url("/static/fonts/NunitoSans-Regular.woff2?5573c5d28815") format("woff2"), url("/static/fonts/NunitoSans-Regular.woff?5573c5d28815") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'NunitoSans-BoldItalic';
  src: url("/static/fonts/NunitoSans-BoldItalic.woff2?5573c5d28815") format("woff2"), url("/static/fonts/NunitoSans-BoldItalic.woff?5573c5d28815") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'NunitoSans-BoldItalic';
  src: url("/static/fonts/NunitoSans-BoldItalic.woff2?5573c5d28815") format("woff2"), url("/static/fonts/NunitoSans-BoldItalic.woff?5573c5d28815") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'NunitoSans-Light';
  src: url("/static/fonts/NunitoSans-Light.woff2?5573c5d28815") format("woff2"), url("/static/fonts/NunitoSans-Light.woff?5573c5d28815") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'NunitoSans-BlackItalic';
  src: url("/static/fonts/NunitoSans-BlackItalic.woff2?5573c5d28815") format("woff2"), url("/static/fonts/NunitoSans-BlackItalic.woff?5573c5d28815") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'NunitoSans-ExtraBoldItalic';
  src: url("/static/fonts/NunitoSans-ExtraBoldItalic.woff2?5573c5d28815") format("woff2"), url("/static/fonts/NunitoSans-ExtraBoldItalic.woff?5573c5d28815") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'NunitoSans-LightItalic';
  src: url("/static/fonts/NunitoSans-LightItalic.woff2?5573c5d28815") format("woff2"), url("/static/fonts/NunitoSans-LightItalic.woff?5573c5d28815") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'NunitoSans-Black';
  src: url("/static/fonts/NunitoSans-Black.woff2?5573c5d28815") format("woff2"), url("/static/fonts/NunitoSans-Black.woff?5573c5d28815") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Nunito-ExtraBoldItalic';
  src: url("/static/fonts/Nunito-ExtraBoldItalic.woff2?5573c5d28815") format("woff2"), url("/static/fonts/Nunito-ExtraBoldItalic.woff?5573c5d28815") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'NunitoSans-Italic';
  src: url("/static/fonts/NunitoSans-Italic.woff2?5573c5d28815") format("woff2"), url("/static/fonts/NunitoSans-Italic.woff?5573c5d28815") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'NunitoSans-Light';
  src: url("/static/fonts/NunitoSans-Light.woff2?5573c5d28815") format("woff2"), url("/static/fonts/NunitoSans-Light.woff?5573c5d28815") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'NunitoSans-Bold';
  src: url("/static/fonts/NunitoSans-Bold.woff2?5573c5d28815") format("woff2"), url("/static/fonts/NunitoSans-Bold.woff?5573c5d28815") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'NunitoSans-SemiBold';
  src: url("/static/fonts/NunitoSans-SemiBold.woff2?5573c5d28815") format("woff2"), url("/static/fonts/NunitoSans-SemiBold.woff?5573c5d28815") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Nunito-Regular';
  src: url("/static/fonts/Nunito-Regular.woff2?5573c5d28815") format("woff2"), url("/static/fonts/Nunito-Regular.woff?5573c5d28815") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Nunito-SemiBold';
  src: url("/static/fonts/Nunito-SemiBold.woff2?5573c5d28815") format("woff2"), url("/static/fonts/Nunito-SemiBold.woff?5573c5d28815") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'NunitoSans-ExtraLightItalic';
  src: url("/static/fonts/NunitoSans-ExtraLightItalic.woff2?5573c5d28815") format("woff2"), url("/static/fonts/NunitoSans-ExtraLightItalic.woff?5573c5d28815") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'NunitoSans-ExtraBold';
  src: url("/static/fonts/NunitoSans-ExtraBold.woff2?5573c5d28815") format("woff2"), url("/static/fonts/NunitoSans-ExtraBold.woff?5573c5d28815") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'NunitoSans-SemiBoldItalic';
  src: url("/static/fonts/NunitoSans-SemiBoldItalic.woff2?5573c5d28815") format("woff2"), url("/static/fonts/NunitoSans-SemiBoldItalic.woff?5573c5d28815") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'NunitoSans-Black';
  src: url("/static/fonts/NunitoSans-Black.woff2?5573c5d28815") format("woff2"), url("/static/fonts/NunitoSans-Black.woff?5573c5d28815") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'NunitoSans-ExtraLight';
  src: url("/static/fonts/NunitoSans-ExtraLight.woff2?5573c5d28815") format("woff2"), url("/static/fonts/NunitoSans-ExtraLight.woff?5573c5d28815") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'NunitoSans-Regular';
  src: url("/static/fonts/NunitoSans-Regular.woff2?5573c5d28815") format("woff2"), url("/static/fonts/NunitoSans-Regular.woff?5573c5d28815") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Nunito-LightItalic';
  src: url("/static/fonts/Nunito-LightItalic.woff2?5573c5d28815") format("woff2"), url("/static/fonts/Nunito-LightItalic.woff?5573c5d28815") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'NunitoSans-ExtraLightItalic';
  src: url("/static/fonts/NunitoSans-ExtraLightItalic.woff2?5573c5d28815") format("woff2"), url("/static/fonts/NunitoSans-ExtraLightItalic.woff?5573c5d28815") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Nunito-Italic';
  src: url("/static/fonts/Nunito-Italic.woff2?5573c5d28815") format("woff2"), url("/static/fonts/Nunito-Italic.woff?5573c5d28815") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Nunito-BoldItalic';
  src: url("/static/fonts/Nunito-BoldItalic.woff2?5573c5d28815") format("woff2"), url("/static/fonts/Nunito-BoldItalic.woff?5573c5d28815") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'NunitoSans-LightItalic';
  src: url("/static/fonts/NunitoSans-LightItalic.woff2?5573c5d28815") format("woff2"), url("/static/fonts/NunitoSans-LightItalic.woff?5573c5d28815") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'NunitoSans-ExtraBold';
  src: url("/static/fonts/NunitoSans-ExtraBold.woff2?5573c5d28815") format("woff2"), url("/static/fonts/NunitoSans-ExtraBold.woff?5573c5d28815") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Nunito-BlackItalic';
  src: url("/static/fonts/Nunito-BlackItalic.woff2?5573c5d28815") format("woff2"), url("/static/fonts/Nunito-BlackItalic.woff?5573c5d28815") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'NunitoSans-Italic';
  src: url("/static/fonts/NunitoSans-Italic.woff2?5573c5d28815") format("woff2"), url("/static/fonts/NunitoSans-Italic.woff?5573c5d28815") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'NunitoSans-ExtraLight';
  src: url("/static/fonts/NunitoSans-ExtraLight.woff2?5573c5d28815") format("woff2"), url("/static/fonts/NunitoSans-ExtraLight.woff?5573c5d28815") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Nunito-Black';
  src: url("/static/fonts/Nunito-Black.woff2?5573c5d28815") format("woff2"), url("/static/fonts/Nunito-Black.woff?5573c5d28815") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'NunitoSans-ExtraBoldItalic';
  src: url("/static/fonts/NunitoSans-ExtraBoldItalic.woff2?5573c5d28815") format("woff2"), url("/static/fonts/NunitoSans-ExtraBoldItalic.woff?5573c5d28815") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'NunitoSans-SemiBoldItalic';
  src: url("/static/fonts/NunitoSans-SemiBoldItalic.woff2?5573c5d28815") format("woff2"), url("/static/fonts/NunitoSans-SemiBoldItalic.woff?5573c5d28815") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'NunitoSans-SemiBold';
  src: url("/static/fonts/NunitoSans-SemiBold.woff2?5573c5d28815") format("woff2"), url("/static/fonts/NunitoSans-SemiBold.woff?5573c5d28815") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Nunito-Bold';
  src: url("/static/fonts/Nunito-Bold.woff2?5573c5d28815") format("woff2"), url("/static/fonts/Nunito-Bold.woff?5573c5d28815") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Nunito-ExtraBold';
  src: url("/static/fonts/Nunito-ExtraBold.woff2?5573c5d28815") format("woff2"), url("/static/fonts/Nunito-ExtraBold.woff?5573c5d28815") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Nunito-SemiBoldItalic';
  src: url("/static/fonts/Nunito-SemiBoldItalic.woff2?5573c5d28815") format("woff2"), url("/static/fonts/Nunito-SemiBoldItalic.woff?5573c5d28815") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Nunito-ExtraLight';
  src: url("/static/fonts/Nunito-ExtraLight.woff2?5573c5d28815") format("woff2"), url("/static/fonts/Nunito-ExtraLight.woff?5573c5d28815") format("woff");
  font-weight: normal;
  font-style: normal; }

#app, #html-app, html {
  background-color: #f3f3f3; }
  #app .body, #html-app .body, html .body {
    background-color: #f3f3f3; }

.threed-modal {
  z-index: 99999999 !important; }

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

html, #app, .mps-nav {
  min-height: 100%;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  text-rendering: optimizeLegibility;
  color: #36343C;
  font-size: 1.05rem;
  max-width: 100%;
  -webkit-font-smoothing: antialiased;
  /* For Safari and Chrome */
  -moz-osx-font-smoothing: grayscale;
  /* For Firefox on macOS */
  background-color: #f3f3f3; }

html, body {
  background-color: #f3f3f3; }

.limit-to-one-line-tall {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* number of lines to show */
  -webkit-box-orient: vertical;
  height: auto; }

#main-body-content {
  font-family: 'Inter', Helvetica, sans-serif;
  min-height: 59vh; }

.hero-upper-title {
  font-style: normal;
  font-weight: 700;
  font-size: 1.125rem;
  color: #48464D;
  margin-bottom: 12px; }

.mps-card {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  background-color: #fefefe;
  padding: 18px;
  position: relative; }

.hero-title {
  color: #0a0a0a;
  font-size: 2.125rem;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  line-height: 1.1; }
  @media print, screen and (min-width: 54.5em) {
    .hero-title {
      font-size: 3.3rem; }
      .hero-title.big-bold-medium {
        font-weight: 900;
        font-size: 5.5625rem;
        text-align: center;
        max-width: 100%;
        text-transform: uppercase; } }
.hero-subtitle {
  font-size: 1.5rem;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  line-height: 1.1; }
  @media print, screen and (min-width: 54.5em) {
    .hero-subtitle {
      font-size: 2.5rem;
      max-width: 600px; } }
h4 {
  color: #0a0a0a;
  margin-bottom: 0.333rem; }

.datepicker-trigger {
  display: flex;
  justify-content: center; }

.asd__wrapper {
  border-radius: 8px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05); }
  .asd__wrapper .asd__change-month-button > button {
    border: none;
    border-radius: 4px; }
  .asd__wrapper .asd__day--enabled {
    border: 0 !important;
    border-radius: 1000px;
    margin: 1px; }
  .asd__wrapper .asd__day-button {
    font-weight: 600; }

.asd__keyboard-shortcuts-trigger-wrapper .asd__keyboard-shortcuts-trigger {
  width: 30px;
  height: 30px;
  border-radius: 100px;
  right: 2px;
  bottom: 2px;
  border: 0px;
  background-color: #0062e3;
  color: white;
  display: none; }
  .asd__keyboard-shortcuts-trigger-wrapper .asd__keyboard-shortcuts-trigger span {
    right: 10px;
    bottom: 2px; }

.white-background {
  background-color: white; }

*:focus {
  -webkit-tap-highlight-color: transparent !important;
  outline: none !important;
  -ms-touch-action: manipulation !important;
  touch-action: manipulation !important; }

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

body {
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  overflow-y: auto; }

.gdpr-cookie-notice-nav-item-btn {
  margin-right: 80px; }

@media print, screen and (max-width: 54.49875em) {
  .no-js .top-bar {
    display: none; } }

@media print, screen and (min-width: 54.5em) {
  .no-js .menu-toggler {
    display: none; } }

.mps-nav {
  -webkit-touch-callout: none !important;
  -webkit-user-select: none !important;
  -khtml-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
  -webkit-tap-highlight-color: transparent !important; }

.pac-container {
  z-index: 1000000000; }

.pink {
  color: #ffd1f6; }

.middle-grey {
  color: #48464D; }

.noty_layout__topRight {
  z-index: 100000000000; }

.sticky.is-anchored.is-at-top {
  z-index: 10 !important; }

.vertical-align {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  text-align: center; }

.wagtail-userbar--bottom-right {
  bottom: 8em !important;
  right: 1.5em !important; }

.green {
  color: #00a405; }

.dropdown-element-select {
  padding: 18px;
  background-color: #fefefe;
  position: absolute;
  top: 40px;
  right: 0px;
  z-index: 100;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  text-align: left;
  min-width: 160px; }
  .dropdown-element-select a {
    color: #0a0a0a; }
  .dropdown-element-select li {
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;
    cursor: pointer;
    flex-wrap: nowrap; }
    .dropdown-element-select li:hover, .dropdown-element-select li a:hover {
      color: #0ba575; }
  .dropdown-element-select .fab, .dropdown-element-select .fas, .dropdown-element-select .far {
    font-size: 20px;
    margin-right: 10px; }

.paginator {
  display: flex;
  justify-content: flex-end; }
  .paginator .paginator_number {
    padding: 5px 11px; }
    .paginator .paginator_number.primary {
      background-color: #0a9569;
      color: white;
      border-radius: 4px; }

.mps-box-shadow-green-90 {
  transition: 0.25s ease;
  box-shadow: 10px 10px 0 0 #6dc9ac; }
  .mps-box-shadow-green-90:hover {
    box-shadow: 0px 0px 0 0 #6dc9ac; }

.value-prop-card {
  transition: 0.5s ease;
  overflow: hidden;
  background: linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6));
  border-radius: 1px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
  border-bottom: 10px solid #0ba575;
  padding: 25px; }
  .value-prop-card p, .value-prop-card h3 {
    text-align: left; }
  .value-prop-card h3 {
    font-size: 1.75rem; }
  @media print, screen and (min-width: 54.5em) {
    .value-prop-card {
      padding: 45px; }
      .value-prop-card .padding-right-two {
        padding-right: 2rem; } }
  @media print, screen and (max-width: 54.49875em) {
    .value-prop-card.flex-on-small {
      display: flex; }
    .value-prop-card .right-on-small {
      width: 70%;
      margin: 0; }
    .value-prop-card .left-on-small {
      width: 30%;
      margin: 0; } }
  .value-prop-card .line {
    position: absolute;
    background: rgba(0, 164, 6, 0.5);
    height: 11px;
    top: 30px;
    width: 68%;
    z-index: 1;
    transition: 0.5s ease; }
  .value-prop-card .fas {
    width: 70px;
    height: 70px;
    font-size: 1.5rem;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0ba575;
    border-radius: 1000px;
    transition: 0.5s ease;
    color: white; }
  .value-prop-card:hover {
    border-bottom: 10px solid;
    border-image: linear-gradient(138.37deg, #00A406 39.02%, #004202 88.74%) 30;
    background: linear-gradient(#ffffff, rgba(255, 255, 255, 0.68));
    transform: translateY(-15px); }
    .value-prop-card:hover .fas {
      background: #09845e; }

.tag {
  display: inline-block;
  border: none;
  background: #eee;
  text-transform: capitalize;
  padding: 0.125rem 0.375rem;
  margin-right: 0.25rem;
  margin-bottom: 0.25rem;
  border-radius: 9px;
  font-size: 0.875rem;
  font-weight: 500; }

.badge-warning {
  color: #212529;
  background-color: #ffc107; }

.badge-success {
  color: #fff;
  background-color: #28a745; }

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem; }

.task-card {
  background-color: #fafafa;
  width: 100%;
  margin-bottom: 30px;
  border-radius: 10px;
  margin-top: 20px;
  position: relative; }

.colour-change-white-loading {
  background-color: #fafafa;
  animation: white-gradient 1s ease-in-out;
  transition: 0.5s ease; }

@keyframes white-gradient {
  0% {
    background: #f1f1f1; }
  100% {
    background: #fafafa; } }

.hidden {
  display: none; }
  .hidden.inline {
    display: inline; }

p {
  font-size: 1.05rem;
  font-weight: 500; }

.testimonial {
  font-size: 1.5rem; }

.highlight-tag {
  background-color: #e7f6f1;
  margin-bottom: 0.5rem;
  position: relative;
  padding: 10px;
  border-radius: 8px;
  font-size: 0.8125rem;
  font-weight: 700;
  color: #087352;
  width: fit-content;
  text-align: left;
  line-height: 1.2;
  text-transform: uppercase;
  overflow: unset;
  white-space: unset;
  text-overflow: unset; }
  .highlight-tag.orange {
    color: #f1713c;
    background-color: #fef1ec; }
  .highlight-tag.pink {
    background-color: #ffedfb;
    color: #b392ac; }
  .highlight-tag.purple {
    background-color: #f0e9f1;
    color: #996da2; }

a {
  color: #2C77F6; }
  a:hover {
    color: #1f53ac;
    text-decoration: underline; }

.opacity-0 {
  opacity: 0; }
  .opacity-0.opacity-100 {
    opacity: 1; }

@media screen and (max-width: 33.74875em) {
  .hide-for-xsmall {
    display: none; } }

.z-1001 {
  z-index: 1001; }

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

.ldio-lkw4j7gtz5j div {
  box-sizing: border-box !important; }

.ldio-lkw4j7gtz5j > div {
  position: absolute;
  width: 72px;
  height: 72px;
  top: 14px;
  left: 14px;
  border-radius: 50%;
  border: 8px solid #000;
  border-color: #f11675 transparent #f11675 transparent;
  animation: ldio-lkw4j7gtz5j 1.6666666666666665s linear infinite; }

.ldio-lkw4j7gtz5j > div:nth-child(2) {
  border-color: transparent; }

.ldio-lkw4j7gtz5j > div:nth-child(2) div {
  position: absolute;
  width: 100%;
  height: 100%;
  transform: rotate(45deg); }

.ldio-lkw4j7gtz5j > div:nth-child(2) div:before, .ldio-lkw4j7gtz5j > div:nth-child(2) div:after {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  top: -8px;
  left: 24px;
  background: #f11675;
  border-radius: 50%;
  box-shadow: 0 64px 0 0 #f11675; }

.ldio-lkw4j7gtz5j > div:nth-child(2) div:after {
  left: -8px;
  top: 24px;
  box-shadow: 64px 0 0 0 #f11675; }

.loadingio-spinner-dual-ring-ctx583e0s3s {
  width: 100px;
  height: 100px;
  display: inline-block;
  overflow: hidden; }

.ldio-lkw4j7gtz5j {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(1);
  backface-visibility: hidden;
  transform-origin: 0 0;
  /* see note above */ }

.ldio-lkw4j7gtz5j div {
  box-sizing: content-box; }

/* generated by https://loading.io/ */
.template-blog-page h3 {
  font-weight: 700; }

.template-blog-page [class^="block"] {
  margin-bottom: 1.2rem; }

.template-blog-page .sidebar {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  background-color: #fcfcfc;
  padding: 18px;
  border-radius: 3px; }
  .template-blog-page .sidebar .blog-post {
    display: flex;
    border-top: 0.75px solid #cdcdcd;
    border-bottom: 0.75px solid #cdcdcd;
    padding: 15px 0px;
    font-weight: 800;
    line-height: 1.2;
    color: #333333; }
    .template-blog-page .sidebar .blog-post img {
      width: 80px;
      margin-right: 20px;
      height: 80px;
      object-fit: cover;
      min-width: 80px;
      border-radius: 6px; }

.template-blog-page .green-word {
  display: inline-block;
  position: relative;
  z-index: 2; }
  .template-blog-page .green-word .word-inner {
    z-index: 2;
    color: white; }
  .template-blog-page .green-word .green-shape {
    z-index: -1;
    width: 105%;
    height: 90%;
    background-color: #0ba575;
    position: absolute;
    left: -4px;
    top: -6px;
    border-radius: 1px; }

.template-blog-page .blog-header {
  height: 270px;
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("/static/images/blog.jpg?5573c5d28815");
  background-size: cover;
  background-position: center;
  margin-bottom: 2rem;
  padding-top: 70px;
  color: white;
  text-align: center; }
  .template-blog-page .blog-header h1 {
    color: white;
    font-size: 3.5rem;
    margin-bottom: 2rem; }

.template-blog-page .blog-container {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  background-color: #fcfcfc;
  padding: 18px;
  border-radius: 3px;
  margin-bottom: 2rem;
  min-height: 100%; }
  .template-blog-page .blog-container .blog-subtitle {
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #0ba575; }
  .template-blog-page .blog-container li {
    color: #333333;
    font-size: 1.05rem;
    font-weight: 500; }
    .template-blog-page .blog-container li.main-blog-page {
      display: -webkit-box;
      -webkit-line-clamp: 4;
      -webkit-box-orient: vertical;
      overflow: hidden; }
  .template-blog-page .blog-container p {
    color: #333333; }
    .template-blog-page .blog-container p.main-blog-page {
      display: -webkit-box;
      -webkit-line-clamp: 4;
      -webkit-box-orient: vertical;
      overflow: hidden; }
  .template-blog-page .blog-container h2 {
    font-style: normal;
    font-weight: 800;
    line-height: 1.2;
    font-size: 1.75rem;
    margin-bottom: 0.5rem; }
  .template-blog-page .blog-container .date {
    color: #808080; }
  .template-blog-page .blog-container .image-container {
    display: flex;
    justify-content: center;
    margin-bottom: 1rem; }
    .template-blog-page .blog-container .image-container img {
      width: 100%;
      max-height: 250px;
      object-fit: contain;
      border-radius: 4px; }

.template-blog-index-page h3 {
  font-weight: 700; }

.template-blog-index-page .sidebar {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  background-color: #fcfcfc;
  padding: 18px;
  border-radius: 3px; }
  .template-blog-index-page .sidebar .blog-post {
    display: flex;
    border-top: 0.75px solid #cdcdcd;
    border-bottom: 0.75px solid #cdcdcd;
    padding: 15px 0px;
    font-weight: 800;
    line-height: 1.2;
    color: #333333; }
    .template-blog-index-page .sidebar .blog-post img {
      width: 80px;
      margin-right: 20px;
      height: 80px;
      object-fit: cover;
      min-width: 80px;
      border-radius: 6px; }

.template-blog-index-page .green-word {
  display: inline-block;
  position: relative;
  z-index: 2; }
  .template-blog-index-page .green-word .word-inner {
    z-index: 2;
    color: white; }
  .template-blog-index-page .green-word .green-shape {
    z-index: -1;
    width: 105%;
    height: 90%;
    background-color: #0ba575;
    position: absolute;
    left: -4px;
    top: -6px;
    border-radius: 1px; }

.template-blog-index-page .blog-header {
  height: 270px;
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("/static/images/blog.jpg?5573c5d28815");
  background-size: cover;
  background-position: center;
  margin-bottom: 2rem;
  padding-top: 70px;
  color: white;
  text-align: center; }
  .template-blog-index-page .blog-header h1 {
    color: white;
    font-size: 3.5rem;
    margin-bottom: 2rem; }

.template-blog-index-page a {
  text-decoration: none; }
  .template-blog-index-page a:hover {
    text-decoration: none; }

.template-blog-index-page .blog-container {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  background-color: #fcfcfc;
  padding: 18px;
  border-radius: 3px;
  margin-bottom: 2rem;
  min-height: 100%;
  text-decoration: none; }
  .template-blog-index-page .blog-container .blog-subtitle {
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #0ba575; }
  .template-blog-index-page .blog-container p {
    margin-top: 1.2rem;
    color: #333333; }
    .template-blog-index-page .blog-container p.main-blog-page {
      display: -webkit-box;
      -webkit-line-clamp: 4;
      -webkit-box-orient: vertical;
      overflow: hidden; }
  .template-blog-index-page .blog-container h2 {
    font-style: normal;
    line-height: 1.2;
    font-size: 1.75rem;
    color: #0a0a0a;
    margin-bottom: 0.5rem; }
  .template-blog-index-page .blog-container .date {
    color: #808080; }
  .template-blog-index-page .blog-container .image-container {
    display: flex;
    justify-content: center;
    margin-bottom: 1rem; }
    .template-blog-index-page .blog-container .image-container img {
      width: 100%;
      max-height: 250px;
      object-fit: contain;
      border-radius: 4px; }

.template-homepage .hero-title {
  font-weight: 800;
  max-width: 600px; }

.template-homepage .testimonial-container {
  width: 100%; }
  .template-homepage .testimonial-container .carousel-cell {
    width: 100%; }
  .template-homepage .testimonial-container .flickity-button {
    background-color: #fefefe;
    color: #0a0a0a;
    opacity: 0.5; }
    .template-homepage .testimonial-container .flickity-button:hover {
      opacity: 1; }
  .template-homepage .testimonial-container .flickity-prev-next-button.next {
    right: -65px; }
  .template-homepage .testimonial-container .flickity-prev-next-button.previous {
    left: -65px; }

.template-homepage .green_background .rounded-rectangle {
  background: url("/static/landing-page/pink-gradient.jpg?8b1743c96f11"); }

.template-homepage .green_background .rounded-rectangle {
  background: url("/static/landing-page/green-gradient.jpg?8b1743c96f11"); }

.template-homepage .maps-logo {
  max-height: 50px; }

.template-homepage .innovate-logo, .template-homepage .dfe-logo {
  max-height: 60px; }

.template-homepage .bbc-logo {
  max-height: 50px; }
  @media print, screen and (max-width: 54.49875em) {
    .template-homepage .bbc-logo {
      max-height: 40px; } }
.template-homepage .service-carousel .flickity-button {
  background-color: #6dc9ac;
  color: #0a0a0a; }

.template-homepage .svg-hands {
  left: 9.6%;
  top: 17px; }
  @media print, screen and (max-width: 87.49875em) {
    .template-homepage .svg-hands {
      left: 2.6%; } }
  @media print, screen and (max-width: 63.99875em) {
    .template-homepage .svg-hands {
      left: -2.6%; } }
  @media print, screen and (max-width: 54.49875em) {
    .template-homepage .svg-hands {
      opacity: 0.05;
      top: -52px; } }
.template-homepage .svg-briefcase {
  left: -50px; }
  @media print, screen and (max-width: 87.49875em) {
    .template-homepage .svg-briefcase {
      display: none; } }
.template-homepage .svg-drawing {
  left: 24%;
  top: 214px; }
  @media print, screen and (max-width: 87.49875em) {
    .template-homepage .svg-drawing {
      left: 18.5%; } }
  @media print, screen and (max-width: 63.99875em) {
    .template-homepage .svg-drawing {
      left: 9.5%;
      top: 265px; } }
  @media print, screen and (max-width: 54.49875em) {
    .template-homepage .svg-drawing {
      opacity: 0.05;
      left: 29.5%;
      top: 370px; } }
.template-homepage .svg-banjo {
  right: 25%;
  top: 215px; }
  @media print, screen and (max-width: 87.49875em) {
    .template-homepage .svg-banjo {
      right: 22%; } }
  @media print, screen and (max-width: 63.99875em) {
    .template-homepage .svg-banjo {
      right: 14%;
      top: 220px; } }
  @media print, screen and (max-width: 54.49875em) {
    .template-homepage .svg-banjo {
      display: none; } }
.template-homepage .svg-wallet {
  right: 2%; }
  @media print, screen and (max-width: 87.49875em) {
    .template-homepage .svg-wallet {
      right: -2%; } }
  @media print, screen and (max-width: 63.99875em) {
    .template-homepage .svg-wallet {
      display: none; } }
.template-homepage .svg-jar {
  right: 15.5%;
  top: 17px; }
  @media print, screen and (max-width: 87.49875em) {
    .template-homepage .svg-jar {
      right: 13%; } }
  @media print, screen and (max-width: 63.99875em) {
    .template-homepage .svg-jar {
      right: 5%; } }
  @media print, screen and (max-width: 54.49875em) {
    .template-homepage .svg-jar {
      opacity: 0.05;
      top: 90px; } }
.template-homepage .svg-camera {
  position: absolute;
  z-index: 1;
  width: 143px;
  height: 117px;
  left: 9.5%;
  bottom: -17px;
  z-index: 2; }
  @media print, screen and (max-width: 63.99875em) {
    .template-homepage .svg-camera {
      width: 110px;
      height: 85px; } }
@media print, screen and (max-width: 54.49875em) {
  .template-homepage .margin-pad-small {
    padding-top: 280px;
    padding-left: 100px; } }

@media print, screen and (min-width: 54.5em) {
  .template-homepage .margin-pad-small {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    flex-direction: column; } }

@media print, screen and (min-width: 54.5em) {
  .template-homepage .min-h-600-medium {
    min-height: 630px; } }

.template-homepage .service-container {
  box-sizing: border-box; }
  .template-homepage .service-container .flickity-prev-next-button.next {
    top: -30px;
    right: 0px; }
  .template-homepage .service-container .flickity-prev-next-button.previous {
    top: -30px;
    right: 50px;
    left: auto; }
  .template-homepage .service-container .service {
    overflow: hidden;
    border-radius: 6px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    width: 23%;
    margin-bottom: 15px;
    margin-right: 2%;
    position: relative; }
    @media print, screen and (max-width: 54.49875em) {
      .template-homepage .service-container .service {
        width: 48%;
        margin-right: 2%; } }
    .template-homepage .service-container .service img {
      width: 100%;
      object-fit: cover;
      height: 300px; }
      @media print, screen and (max-width: 54.49875em) {
        .template-homepage .service-container .service img {
          height: 260px; } }
    .template-homepage .service-container .service p {
      position: absolute;
      color: white;
      margin: 10px 15px;
      text-align: center;
      font-weight: 600;
      bottom: 3px;
      left: 1px;
      font-weight: 700;
      font-size: 1rem;
      text-transform: capitalize;
      background-color: #0ba575;
      padding: 2px 4px;
      border-radius: 1px; }

.template-homepage .smiley {
  width: 25px;
  height: 25px; }

@media print, screen and (min-width: 54.5em) {
  .template-homepage .button.pink-outline {
    border-radius: 15px;
    border-color: rgba(255, 255, 255, 0.56);
    flex-direction: column; } }

.template-homepage #taskTypesContainer {
  display: grid;
  gap: 5px;
  grid-auto-flow: column;
  grid-template-rows: 1fr 1fr;
  grid-auto-columns: 20%;
  width: auto;
  overflow-x: auto;
  right: 0; }
  @media print, screen and (max-width: 54.49875em) {
    .template-homepage #taskTypesContainer {
      position: static;
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 15px; } }
.template-homepage .task-types {
  color: white;
  display: flex;
  align-items: center;
  height: 2.375rem;
  margin: 2px 2px;
  transition: opacity 0.3s ease;
  animation: fadeIn 0.5s ease; }
  .template-homepage .task-types .svg-task-type {
    width: 250px;
    border-radius: 6px; }
    @media print, screen and (max-width: 54.49875em) {
      .template-homepage .task-types .svg-task-type {
        width: 20px;
        border-radius: 0px;
        height: 20px;
        margin-right: 10px;
        filter: brightness(100); } }
  @media print, screen and (min-width: 54.5em) {
    .template-homepage .task-types {
      flex-wrap: wrap;
      justify-content: center;
      height: auto;
      border-radius: 6px;
      padding: 15px; }
      .template-homepage .task-types .svg-task-type {
        border-radius: 6px;
        height: 155px;
        width: 200px;
        width: 100%;
        object-fit: cover; } }
  .template-homepage .task-types.hidden {
    display: none;
    margin: 0;
    width: 0;
    height: 0rem;
    opacity: 0;
    transition: opacity 0s; }

.template-homepage .carousel.mps-teens a:hover {
  text-decoration: none; }
  .template-homepage .carousel.mps-teens a:hover h2 {
    text-decoration: underline; }

.template-homepage .carousel.mps-teens .carousel-cell {
  min-height: 22.8125rem;
  background: #fefefe;
  margin-right: 18px;
  border-radius: 6px;
  counter-increment: gallery-cell;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding: 18px 24px;
  border: 1px solid #cdcdcd;
  transition-timing-function: ease;
  transition-property: box-shadow, background-color;
  transition-duration: 0.5s; }
  .template-homepage .carousel.mps-teens .carousel-cell:hover {
    background: #ffedfb;
    border-color: #ffd1f6; }
    .template-homepage .carousel.mps-teens .carousel-cell:hover .category {
      border: 0px solid #ffd1f6;
      background: #ffd1f6; }
  .template-homepage .carousel.mps-teens .carousel-cell h2 {
    font-size: 1.05rem;
    color: #0a0a0a;
    letter-spacing: 0px;
    margin-bottom: 0.375rem; }
  .template-homepage .carousel.mps-teens .carousel-cell .category {
    transition-timing-function: ease;
    transition-property: box-shadow, background-color;
    transition-duration: 0.5s;
    border: 0px solid #cdcdcd;
    border-radius: 100px;
    padding: 5px 15px;
    width: fit-content;
    text-align: left;
    background: #b6e4d6;
    font-size: 0.625rem;
    color: #0a0a0a;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 0.875rem; }
  .template-homepage .carousel.mps-teens .carousel-cell p.testimony {
    line-height: 1.4;
    font-size: 0.8125rem;
    color: #0a0a0a; }
  .template-homepage .carousel.mps-teens .carousel-cell img {
    min-width: 8.75rem;
    margin-bottom: 0.75rem;
    width: 8.75rem;
    height: 7.5rem;
    object-fit: cover;
    object-position: top center;
    border-radius: 6px; }

.template-homepage .title-container {
  display: flex;
  align-items: center;
  flex-direction: column; }

.template-homepage p {
  max-width: 17rem;
  line-height: 1.35; }
  @media print, screen and (min-width: 54.5em) {
    .template-homepage p {
      max-width: 27rem; } }
.teens-image {
  border-radius: 15px;
  width: 365px;
  right: -10px;
  position: absolute;
  z-index: 1;
  height: 230px;
  top: 30px;
  object-fit: cover;
  right: -335px;
  width: 445px; }

@media print, screen and (min-width: 54.5em) {
  .center-on-medium {
    text-align: center; } }

.quicklink-container {
  display: flex;
  gap: 5rem;
  justify-content: center;
  margin: 20px 10rem;
  flex-wrap: wrap; }

.quicklink-column {
  width: 20%;
  background-color: white;
  border-radius: 0.5rem;
  border: 2px solid black;
  flex-grow: 1;
  box-sizing: border-box; }

.quicklink-card {
  max-width: 28rem;
  padding: 2rem;
  justify-content: center; }

.quicklink-card h1 {
  font-size: 2rem;
  font-weight: bold;
  color: #1f2937;
  margin-bottom: 1rem;
  font-family: 'Helvetica Neue', sans-serif; }

.quicklink-list {
  list-style: none;
  color: #4b5563;
  font-family: 'Helvetica Neue', sans-serif;
  padding: 0;
  margin: 0; }

.quicklink-list li {
  margin-bottom: 0.5rem;
  color: black; }

.quicklink-list li a {
  color: black; }

.invisible {
  visibility: hidden; }

/* Media query for small screens */
@media (max-width: 768px) {
  .quicklink-container {
    flex-direction: column;
    margin: 20px 1rem; }
  .quicklink-column {
    width: 100%;
    margin-bottom: 1rem; }
  .quicklink-card {
    padding: 1rem; }
  .quicklink-card h1 {
    font-size: 1.25rem;
    text-align: center;
    /* Optional: center align for mobile view */ }
  .quicklink-list li {
    font-size: 0.875rem; } }

/* Additional media queries for different viewport sizes */
@media (max-width: 480px) {
  .quicklink-card h1 {
    font-size: 1rem;
    text-align: left; }
  .quicklink-list li {
    font-size: 0.75rem; } }

.how-it-works {
  background-color: transparent;
  overflow-x: hidden; }
  .how-it-works .text-center-large {
    text-align: left; }
    @media print, screen and (min-width: 54.5em) {
      .how-it-works .text-center-large {
        text-align: center; } }
@keyframes greenShape {
  0% {
    width: 0;
    transform: none; }
  50% {
    width: 105%; }
  75% {
    transform: none; }
  100% {
    transform: rotate(-1deg) skew(-1deg, -1deg); } }

@keyframes greenShapeCustom {
  10% {
    transform: none;
    width: 0; }
  25% {
    width: 105%; }
  87% {
    transform: none; }
  100% {
    transform: rotate(-4deg) skew(-1deg, -1deg); } }
  .how-it-works .hero-title {
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 57px;
    color: #333333; }
  .how-it-works .employee-profile-container {
    margin: 10px 10px;
    border: 2.5px solid #333333;
    border-radius: 8px;
    transition: 0.25s ease-in-out;
    overflow: hidden;
    height: 500px;
    background-color: #fcfcfc;
    box-shadow: 4px 4px 0 0 #b0b0b0; }
    .how-it-works .employee-profile-container .fas {
      margin-right: 5px;
      width: 25px; }
    .how-it-works .employee-profile-container h3, .how-it-works .employee-profile-container h2 {
      font-size: 16px; }
    .how-it-works .employee-profile-container:hover {
      box-shadow: 0px 0px 0 0 #b9b9b9;
      background-color: #fef3f8; }
      .how-it-works .employee-profile-container:hover p {
        opacity: 1; }
      .how-it-works .employee-profile-container:hover img {
        width: 90px;
        height: 90px;
        border-bottom: 0px;
        border-radius: 100px;
        margin: 20px 0px 0px 20px; }
      .how-it-works .employee-profile-container:hover .text-container {
        border-top: 0px; }
    .how-it-works .employee-profile-container img {
      height: 360px;
      width: 100%;
      object-fit: cover;
      transition: 0.25s ease-in-out; }
    .how-it-works .employee-profile-container p {
      opacity: 0;
      transition: 0.5s ease-in-out;
      font-size: 14px;
      margin-bottom: 12px; }
    .how-it-works .employee-profile-container .text-container {
      border-top: 2.5px solid #333333;
      padding: 20px 20px; }
  .how-it-works .awards {
    display: flex;
    gap: 10px;
    justify-content: center; }
    @media print, screen and (max-width: 54.49875em) {
      .how-it-works .awards {
        flex-wrap: wrap;
        justify-content: center; } }
    .how-it-works .awards .award {
      margin: 10px 10px;
      padding: 10px;
      border: 2.5px solid #333333;
      border-radius: 8px;
      transition: 0.25s ease-in-out;
      overflow: hidden;
      background-color: #fefefe;
      box-shadow: 4px 4px 0 0 #b0b0b0; }
      .how-it-works .awards .award:hover {
        box-shadow: 0px 0px 0 0 #b9b9b9;
        background-color: #fef3f8; }
    .how-it-works .awards .award-image {
      height: 60px;
      margin-bottom: 20px;
      display: flex;
      align-items: center; }
      .how-it-works .awards .award-image img {
        max-width: 200px;
        margin-top: 10px;
        width: fit-content; }
    .how-it-works .awards .award-title, .how-it-works .awards .organisation {
      font-size: 16px;
      line-height: 1.1; }
    .how-it-works .awards .award-title {
      font-weight: 400;
      margin-bottom: 2px; }
  .how-it-works #bgHead {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    transition: 0.2s ease-in-out; }
  @media print, screen and (max-width: 54.49875em) {
    .how-it-works .grid-container {
      padding-left: 20px;
      padding-right: 20px; } }
  .how-it-works .step-process {
    display: flex;
    cursor: pointer; }
    .how-it-works .step-process .vertical-rectangle {
      height: 150px;
      min-width: 5px;
      margin-right: 20px;
      background-color: #E6E6E6FF;
      transition: all ease-in-out 0.5s; }
      .how-it-works .step-process .vertical-rectangle.selected {
        background-color: #0a4; }
    .how-it-works .step-process:hover .vertical-rectangle {
      background-color: #5ac084; }
    .how-it-works .step-process .step-text {
      display: flex;
      justify-content: center;
      flex-direction: column; }
  .how-it-works .hero-improved strong, .how-it-works .hero-improved h3 {
    font-family: 'Nunito Sans';
    font-weight: 700; }
  .how-it-works .hero-improved .hero-left {
    display: flex;
    align-items: center; }
    .how-it-works .hero-improved .hero-left .hero-upper-title {
      font-style: normal;
      font-weight: 700;
      font-size: 18px;
      color: #48464D;
      margin-bottom: 12px; }
      .how-it-works .hero-improved .hero-left .hero-upper-title.meet-the-team {
        margin-top: 3rem; }
    .how-it-works .hero-improved .hero-left .hero-buttons {
      bottom: 0px;
      left: 0px; }
      @media print, screen and (max-width: 54.49875em) {
        .how-it-works .hero-improved .hero-left .hero-buttons {
          text-align: center;
          width: 100%;
          margin-bottom: 20px; } }
      .how-it-works .hero-improved .hero-left .hero-buttons .min-green {
        margin-right: 20px; }

@keyframes shrink {
  from {
    scale: 1.2; }
  to {
    scale: 1; } }
  .how-it-works .hero-improved .hero-right {
    position: relative; }
    @media print, screen and (max-width: 54.49875em) {
      .how-it-works .hero-improved .hero-right {
        margin-top: 4rem; } }
    .how-it-works .hero-improved .hero-right .image-overlay-parent {
      position: relative;
      display: inline-flex; }
      .how-it-works .hero-improved .hero-right .image-overlay-parent .decorative-element-down {
        z-index: 3;
        position: absolute;
        bottom: -40px;
        left: -27px; }
      .how-it-works .hero-improved .hero-right .image-overlay-parent .decorative-element-up {
        z-index: 3;
        position: absolute;
        right: -20px; }
      .how-it-works .hero-improved .hero-right .image-overlay-parent .background-shape {
        border: 3px solid #F4F4F4;
        border-radius: 17px;
        background-color: #ededed;
        overflow: hidden;
        top: 20px;
        width: 100%; }
      .how-it-works .hero-improved .hero-right .image-overlay-parent .front-shape {
        display: inline-table;
        align-items: end;
        z-index: 1;
        position: relative; }
        .how-it-works .hero-improved .hero-right .image-overlay-parent .front-shape img {
          object-fit: cover;
          transition: ease 1.2s;
          border: 3px solid #F4F4F4;
          border-radius: 17px;
          background-color: #F4F4F4; }
      .how-it-works .hero-improved .hero-right .image-overlay-parent .animate {
        animation: shrink 0.4s ease-in-out; }
      .how-it-works .hero-improved .hero-right .image-overlay-parent .background-shape {
        position: absolute;
        left: 25px;
        height: 100%; }
  .how-it-works .hero-improved .hero-text-content {
    max-width: 470px;
    position: relative;
    display: inline-block;
    text-align: left; }
  @media print, screen and (max-width: 54.49875em) {
    .how-it-works .hero-improved .sub-hero-buttons {
      text-align: center;
      width: 100%;
      margin-bottom: 20px; } }
  .how-it-works .green-word {
    display: inline;
    position: relative;
    z-index: 2; }
    .how-it-works .green-word .word-inner {
      z-index: 2;
      color: white; }
    .how-it-works .green-word .green-shape {
      z-index: -1;
      width: 105%;
      height: 76%;
      background-color: #0ba575;
      position: absolute;
      left: -10px;
      top: 7px;
      transform: rotate(359deg) skew(-1deg, -1deg);
      animation: greenShape 1.4s ease;
      border-radius: 1px; }
      .how-it-works .green-word .green-shape.custom {
        animation: greenShapeCustom 3.4s ease;
        transform: rotate(-4deg) skew(-1deg, -1deg); }
      .how-it-works .green-word .green-shape.small {
        left: -9px;
        animation: none; }
        @media print, screen and (max-width: 54.49875em) {
          .how-it-works .green-word .green-shape.small {
            left: -5.5px;
            top: 4px; } }
  .how-it-works .image-formatter {
    display: flex;
    justify-content: center;
    align-items: center; }
    .how-it-works .image-formatter img {
      border-radius: 17px; }
  .how-it-works .carousel-standard {
    padding-bottom: 30px;
    width: 100%; }
    .how-it-works .carousel-standard .flickity-button {
      opacity: 0.4; }
    .how-it-works .carousel-standard .carousel-cell {
      width: 600px;
      min-height: 250px;
      background: white;
      box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.35);
      border-radius: 20px;
      display: flex;
      padding: 25px 25px;
      opacity: 0.5;
      scale: 0.7;
      transition: scale 0.25s ease;
      margin-bottom: 40px; }
      @media print, screen and (max-width: 54.49875em) {
        .how-it-works .carousel-standard .carousel-cell {
          flex-direction: column;
          gap: 0px;
          width: 325px;
          margin-bottom: 20px; } }
      .how-it-works .carousel-standard .carousel-cell .text-container {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        font-size: 16px; }
        .how-it-works .carousel-standard .carousel-cell .text-container strong {
          font-family: NunitoSans-ExtraBold; }
      .how-it-works .carousel-standard .carousel-cell.is-selected {
        opacity: 1;
        scale: 0.8; }
      .how-it-works .carousel-standard .carousel-cell img {
        width: 90px;
        height: 90px;
        border-radius: 100px;
        margin-right: 25px;
        object-fit: cover; }
    .how-it-works .carousel-standard img {
      border-radius: 20px;
      margin: 0px 5px; }
  .how-it-works .services {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    .how-it-works .services .service {
      margin: 0px 10px;
      text-align: center; }
      .how-it-works .services .service img {
        border-radius: 4px;
        margin-bottom: 5px; }
        @media print, screen and (max-width: 54.49875em) {
          .how-it-works .services .service img {
            width: 150px;
            height: 150px;
            object-fit: cover; } }
  .how-it-works .squiggle {
    background: url("/static/site-images/background-element.svg?8b1743c96f11");
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0px;
    width: 100vw;
    height: 94%;
    z-index: -1; }
    @media print, screen and (max-width: 54.49875em) {
      .how-it-works .squiggle {
        background-position-x: right;
        height: 200%; } }
  .how-it-works .call-to-action-container {
    display: flex;
    justify-content: space-around;
    height: 250px;
    align-items: center;
    padding: 50px 25px 0px 25px; }
    @media print, screen and (max-width: 54.49875em) {
      .how-it-works .call-to-action-container {
        flex-direction: column;
        justify-content: center; } }
    .how-it-works .call-to-action-container h2 {
      color: white;
      margin-bottom: 11px;
      font-family: 'Nunito Sans';
      font-style: normal;
      font-weight: 700;
      font-size: 47.2189px;
      line-height: 108.4%;
      /* or 51px */
      letter-spacing: -0.02em; }
      @media print, screen and (max-width: 87.49875em) {
        .how-it-works .call-to-action-container h2 {
          font-size: 35px; } }
    .how-it-works .call-to-action-container button {
      width: 250px;
      border: 0px; }
      @media print, screen and (max-width: 63.99875em) {
        .how-it-works .call-to-action-container button {
          width: 100%; } }
.template-image-page {
  background-color: #333333; }
  .template-image-page .vh-100-small {
    height: 55vh; }
    @media print, screen and (max-width: 54.49875em) {
      .template-image-page .vh-100-small {
        min-height: 100vh; } }
  .template-image-page .page-container {
    position: relative;
    bottom: 62px; }
  @media print, screen and (min-width: 54.5em) {
    .template-image-page .text-center-on-medium {
      text-align: center; } }
  .template-image-page .text-container-image-column {
    padding: 150px 0; }
    @media print, screen and (max-width: 54.49875em) {
      .template-image-page .text-container-image-column {
        padding: 80px 10px 20px 10px; } }
  .template-image-page .hero-title-text {
    font-style: normal;
    font-weight: 500;
    font-size: 64px;
    line-height: 118.9%;
    color: #fefefe;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
    width: 700px; }
    @media print, screen and (max-width: 54.49875em) {
      .template-image-page .hero-title-text {
        width: 100%;
        font-size: 38px; } }
  .template-image-page .subheading {
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 27px;
    color: #FFFFFF;
    text-transform: uppercase;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05); }
    @media print, screen and (max-width: 54.49875em) {
      .template-image-page .subheading {
        font-size: 16px;
        margin-bottom: 43px; } }
  .template-image-page .rich-text-container {
    position: relative;
    bottom: 92px; }
    .template-image-page .rich-text-container .rich-text {
      font-style: normal;
      font-weight: 300;
      font-size: 18.7636px;
      line-height: 1.38;
      width: 404.98px;
      color: #FFFFFF;
      text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05); }
    @media print, screen and (max-width: 54.49875em) {
      .template-image-page .rich-text-container {
        bottom: 0; }
        .template-image-page .rich-text-container .rich-text {
          width: 100%; }
          .template-image-page .rich-text-container .rich-text p {
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 8;
            -webkit-box-orient: vertical;
            font-size: 16px; } }
.template-homepage-old {
  background: transparent; }
  .template-homepage-old .button-position {
    position: absolute;
    bottom: -35px;
    right: 10px; }
    @media print, screen and (min-width: 54.5em) {
      .template-homepage-old .button-position {
        bottom: 40px; } }
  .template-homepage-old section {
    overflow: hidden; }
  @media print, screen and (max-width: 54.49875em) {
    .template-homepage-old .margin-top-2-small {
      margin-top: 2rem; } }
  .template-homepage-old .testimonial {
    font-weight: 700;
    font-size: 1.25rem;
    letter-spacing: -0.01em;
    color: black; }
  .template-homepage-old .testimonail-person {
    font-size: 2rem;
    margin-bottom: 0px; }
  .template-homepage-old #clickMe {
    color: #0ba575;
    transition: 1s ease-in-out transform; }
    .template-homepage-old #clickMe.rotate {
      transform: rotate(360deg); }
  .template-homepage-old #whyEarn.opaque-or-not {
    opacity: 0; }
  .template-homepage-old #whyHire {
    opacity: 0; }
    .template-homepage-old #whyHire.opaque-or-not {
      opacity: 1; }
  .template-homepage-old .reason .fas {
    margin-right: 1rem;
    width: 1rem; }
  .template-homepage-old .reason strong {
    font-size: 1.1rem; }
  .template-homepage-old .reason-elaborate {
    padding-left: 2rem;
    color: #545151; }
  @media print, screen and (min-width: 54.5em) {
    .template-homepage-old .padding-left-on-medium {
      padding-left: 3rem; } }
  @media print, screen and (min-width: 54.5em) {
    .template-homepage-old .padding-right-on-medium {
      padding-right: 4rem; } }
  @media print, screen and (max-width: 54.49875em) {
    .template-homepage-old .about-us {
      margin-top: 2rem; } }
  .template-homepage-old .call-to-action-container {
    height: 250px;
    padding: 50px 25px 0px 25px; }
    .template-homepage-old .call-to-action-container .sign-up {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      margin-top: 4rem; }
      @media print, screen and (max-width: 54.49875em) {
        .template-homepage-old .call-to-action-container .sign-up {
          text-align: center;
          justify-content: center;
          margin-top: 2rem; } }
    .template-homepage-old .call-to-action-container h2 {
      color: white;
      margin-bottom: 11px;
      font-family: 'Nunito Sans';
      font-style: normal;
      font-weight: 700;
      font-size: 47.2189px;
      line-height: 108.4%;
      /* or 51px */
      letter-spacing: -0.02em; }
      @media print, screen and (max-width: 87.49875em) {
        .template-homepage-old .call-to-action-container h2 {
          font-size: 35px; } }
    .template-homepage-old .call-to-action-container button {
      width: 250px;
      border: 0px; }
      @media print, screen and (max-width: 63.99875em) {
        .template-homepage-old .call-to-action-container button {
          width: 100%; } }
  @media print, screen and (max-width: 54.49875em) {
    .template-homepage-old .partnered-with {
      width: 100%; } }
  .template-homepage-old .hear-community {
    background: linear-gradient(-45deg, #B3E4B4 0%, #e6f6e6 95.27%);
    background-size: cover; }
  .template-homepage-old #backgroundElement, .template-homepage-old #backgroundElementTwo {
    position: absolute;
    right: 0px;
    top: -250px;
    width: 80vw;
    z-index: -1;
    opacity: 0.8; }
    @media print, screen and (max-width: 63.99875em) {
      .template-homepage-old #backgroundElement, .template-homepage-old #backgroundElementTwo {
        top: -210px;
        height: 100%;
        width: 100%; } }
  .template-homepage-old #backgroundElementTwo {
    transform: scaleX(-1); }
  .template-homepage-old .service-container {
    box-sizing: border-box; }
    .template-homepage-old .service-container .flickity-prev-next-button.next {
      top: -30px;
      right: 0px; }
    .template-homepage-old .service-container .flickity-prev-next-button.previous {
      top: -30px;
      right: 50px;
      left: auto; }
    .template-homepage-old .service-container .service {
      overflow: hidden;
      border-radius: 6px;
      box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
      cursor: pointer;
      width: 23%;
      margin-bottom: 15px;
      margin-right: 2%;
      position: relative; }
      @media print, screen and (max-width: 54.49875em) {
        .template-homepage-old .service-container .service {
          width: 48%;
          margin-right: 2%; } }
      .template-homepage-old .service-container .service img {
        width: 100%;
        object-fit: cover;
        height: 400px; }
        @media print, screen and (max-width: 54.49875em) {
          .template-homepage-old .service-container .service img {
            height: 260px; } }
      .template-homepage-old .service-container .service p {
        position: absolute;
        color: white;
        margin: 10px 15px;
        text-align: center;
        font-weight: 600;
        bottom: 3px;
        left: 1px;
        font-weight: 700;
        font-size: 1rem;
        text-transform: capitalize;
        background-color: #0ba575;
        padding: 2px 4px;
        border-radius: 1px; }
  .template-homepage-old .squiggle {
    background-color: white;
    background-image: url("/static/svg/squiggle.svg?8b1743c96f11");
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0px;
    width: 100vw;
    height: 94%;
    z-index: -1; }
    @media print, screen and (max-width: 54.49875em) {
      .template-homepage-old .squiggle {
        background-position-x: right;
        height: 200%; } }
  .template-homepage-old .logo-container {
    background-color: #f3f3f3;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 15px 0px 20px 0px; }
    .template-homepage-old .logo-container img {
      margin: 0px 25px; }
    @media print, screen and (max-width: 54.49875em) {
      .template-homepage-old .logo-container img {
        margin: 8px 16px; } }
    .template-homepage-old .logo-container .mini-heading {
      margin-bottom: 0px; }
  .template-homepage-old .pop {
    animation: pop 2s ease; }
  .template-homepage-old .blob-container-container {
    position: absolute;
    width: 100vw;
    height: 100vh;
    left: 0px;
    top: 0px;
    display: flex;
    justify-content: center; }
    .template-homepage-old .blob-container-container .blob-container {
      animation: growcontainer 1s ease-in-out;
      width: 100%;
      height: 100%;
      position: relative; }

@keyframes growcontainer {
  0% {
    width: 80%; }
  50% {
    opacity: 1; }
  100% {
    opacity: 1;
    width: 100%; } }

@keyframes pop {
  0% { }
  50% {
    transform: scale(1); }
  75% {
    transform: scale(1.2); }
  100% {
    transform: scale(3); } }
  .template-homepage-old #bgHead {
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    transition: 0.2s ease-in-out; }
  .template-homepage-old .step-process {
    display: flex;
    cursor: pointer; }
    .template-homepage-old .step-process .vertical-rectangle {
      height: 150px;
      min-width: 5px;
      margin-right: 20px;
      background-color: #E6E6E6FF;
      transition: all ease-in-out 0.5s; }
      .template-homepage-old .step-process .vertical-rectangle.selected {
        background-color: #0a4; }
    .template-homepage-old .step-process:hover .vertical-rectangle {
      background-color: #5ac084; }
    .template-homepage-old .step-process .step-text {
      display: flex;
      justify-content: center;
      flex-direction: column; }
  .template-homepage-old .logo-container img {
    height: fit-content; }
  .template-homepage-old p {
    font-size: 1rem; }
  .template-homepage-old .carousel-holder * {
    box-sizing: border-box; }
  @media print, screen and (min-width: 54.5em) {
    .template-homepage-old .carousel-holder .carousel .flickity-button {
      opacity: 0;
      transition: 0.2s ease; } }
  .template-homepage-old .carousel-holder .carousel:hover .flickity-button {
    opacity: 0.5; }
  .template-homepage-old .carousel-holder .carousel .carousel-cell {
    width: 225px;
    min-height: 465px;
    margin-right: 25px;
    border-radius: 8px;
    counter-increment: gallery-cell;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding: 25px;
    transition-timing-function: ease;
    transition-property: box-shadow, background-color;
    transition-duration: 0.5s;
    background-color: rgba(254, 247, 249, 0.95); }
    .template-homepage-old .carousel-holder .carousel .carousel-cell.pink1 {
      background-color: #fef7f9; }
    .template-homepage-old .carousel-holder .carousel .carousel-cell.pink2 {
      background-color: #fdf3f7; }
    .template-homepage-old .carousel-holder .carousel .carousel-cell.pink3 {
      background-color: #fceff4; }
    .template-homepage-old .carousel-holder .carousel .carousel-cell.pink4 {
      background-color: #fcebf1; }
    .template-homepage-old .carousel-holder .carousel .carousel-cell.pink5 {
      background-color: #fbe7ee; }
    .template-homepage-old .carousel-holder .carousel .carousel-cell.pink6 {
      background-color: #fae3ec; }
    .template-homepage-old .carousel-holder .carousel .carousel-cell.down {
      border-color: #545151; }
    .template-homepage-old .carousel-holder .carousel .carousel-cell:hover {
      cursor: pointer;
      box-shadow: none;
      background-color: white; }
    .template-homepage-old .carousel-holder .carousel .carousel-cell img {
      border-radius: 1000px;
      width: 115px;
      height: 115px;
      box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05); }
    .template-homepage-old .carousel-holder .carousel .carousel-cell h2 {
      font-size: 1rem;
      font-family: 'Nunito';
      margin-top: 10px;
      margin-bottom: 0.5rem; }
    .template-homepage-old .carousel-holder .carousel .carousel-cell h3 {
      text-align: center;
      font-size: 0.9rem; }
    .template-homepage-old .carousel-holder .carousel .carousel-cell .top-perfomer {
      border: 1px solid #cdcdcd;
      border-radius: 2px;
      padding: 2px 0px;
      width: 100%;
      text-align: center;
      font-size: 0.7rem;
      text-transform: uppercase;
      font-weight: 300; }
    .template-homepage-old .carousel-holder .carousel .carousel-cell .testimony {
      text-align: center;
      font-weight: 400;
      margin-top: 1rem; }
    .template-homepage-old .carousel-holder .carousel .carousel-cell a {
      position: absolute;
      bottom: 30px;
      font-size: 1.125rem; }
  .template-homepage-old .discover-holder * {
    box-sizing: border-box; }
  .template-homepage-old .discover-holder .flickity-button:disabled {
    opacity: 0; }
  .template-homepage-old .discover-holder .carousel .carousel-cell {
    background: white;
    width: 12%;
    height: 150px;
    margin-right: 2.2857%;
    border-radius: 1000px;
    counter-increment: gallery-cell;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 25px;
    cursor: pointer;
    transition: 0.5s ease; }
    .template-homepage-old .discover-holder .carousel .carousel-cell:hover {
      background-color: #0ba575; }
      .template-homepage-old .discover-holder .carousel .carousel-cell:hover h3 {
        color: #fff; }
      .template-homepage-old .discover-holder .carousel .carousel-cell:hover img {
        filter: brightness(1.5); }
    .template-homepage-old .discover-holder .carousel .carousel-cell img {
      max-width: 100px;
      max-height: 55px;
      transition: 0.5s ease; }
    .template-homepage-old .discover-holder .carousel .carousel-cell h3 {
      text-align: center;
      font-size: 0.8rem;
      line-height: 1.2;
      margin-bottom: 0px; }
    .template-homepage-old .discover-holder .carousel .carousel-cell .top-perfomer {
      border: 1px solid #cdcdcd;
      border-radius: 2px;
      padding: 2px 0px;
      width: 100%;
      text-align: center;
      font-size: 0.8rem;
      font-weight: 300; }
    .template-homepage-old .discover-holder .carousel .carousel-cell a {
      margin-top: 10px; }
  .template-homepage-old .mini-heading {
    font-size: 1rem;
    text-align: center; }
  .template-homepage-old .title-container {
    display: flex;
    align-items: center;
    flex-direction: column; }
    @media print, screen and (min-width: 54.5em) {
      .template-homepage-old .title-container {
        padding: 0px 50px; } }
    .template-homepage-old .title-container .hero-title {
      font-style: normal;
      font-weight: 800;
      font-size: 3.9rem;
      line-height: 1.25;
      color: black;
      /* or 87px */
      text-align: center;
      letter-spacing: 0.02em;
      margin-bottom: 1.2rem; }
      @media print, screen and (max-width: 54.49875em) {
        .template-homepage-old .title-container .hero-title {
          font-size: 2.5rem; } }
    .template-homepage-old .title-container p {
      width: 70%;
      margin-bottom: 2.4rem; }
  .template-homepage-old .carousel-standard {
    padding-bottom: 30px;
    width: 100%; }
    .template-homepage-old .carousel-standard .flickity-page-dots {
      bottom: 0px; }
    .template-homepage-old .carousel-standard .flickity-button {
      opacity: 0.4; }
    .template-homepage-old .carousel-standard .carousel-cell {
      width: 600px;
      min-height: 250px;
      background: #fef3f8;
      box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
      border-radius: 20px;
      display: flex;
      padding: 25px 25px;
      opacity: 0.3;
      scale: 0.9;
      transition-property: color, scale, box-shadow;
      transition-duration: .5s;
      transition-timing-function: ease-in-out;
      margin-bottom: 40px; }
      @media print, screen and (max-width: 54.49875em) {
        .template-homepage-old .carousel-standard .carousel-cell {
          flex-direction: column;
          gap: 0px;
          width: 325px;
          margin-bottom: 20px; } }
      .template-homepage-old .carousel-standard .carousel-cell .text-container {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        font-size: 16px; }
        .template-homepage-old .carousel-standard .carousel-cell .text-container strong {
          font-family: NunitoSans-ExtraBold; }
      .template-homepage-old .carousel-standard .carousel-cell.is-selected {
        opacity: 1;
        scale: 1;
        background-color: white;
        box-shadow: 4px 4px 0 0 #b9b9b9; }
        .template-homepage-old .carousel-standard .carousel-cell.is-selected:hover {
          box-shadow: none; }
      .template-homepage-old .carousel-standard .carousel-cell img {
        width: 90px;
        height: 90px;
        border-radius: 100px;
        margin-right: 25px;
        object-fit: cover; }
    .template-homepage-old .carousel-standard img {
      border-radius: 20px;
      margin: 0px 5px; }
  .template-homepage-old #task-type-icons {
    padding: 10px 10px 0 10px; }
    .template-homepage-old #task-type-icons .task-type-icon {
      border-color: #cdcdcd;
      border-radius: 28px;
      background-color: transparent; }
      .template-homepage-old #task-type-icons .task-type-icon .task-type-name {
        color: #7f868f;
        line-height: 1; }
  .template-homepage-old h2 {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 36px; }
  .template-homepage-old .hero-buttons {
    text-align: left; }
  .template-homepage-old #featured_listings_container {
    margin-top: 20px; }
    .template-homepage-old #featured_listings_container .carousel-cell {
      margin-right: 20px;
      width: calc((100% - 60px) / 3); }
    @media print, screen and (max-width: 54.49875em) {
      .template-homepage-old #featured_listings_container .carousel-cell {
        width: 100%;
        margin-right: 0px; } }
    .template-homepage-old #featured_listings_container .carousel-cell.size-180 {
      width: 180px; }
    .template-homepage-old #featured_listings_container .carousel-cell.size-large {
      width: 75%; }
  .template-homepage-old .green-word {
    display: inline-block;
    position: relative;
    z-index: 2; }
    .template-homepage-old .green-word .word-inner {
      z-index: 2;
      color: white; }
    .template-homepage-old .green-word .green-shape {
      z-index: -1;
      width: 103.5%;
      height: 75%;
      background-color: #0ba575;
      position: absolute;
      left: -3px;
      top: 9px;
      border-radius: 1px; }
      @media print, screen and (max-width: 54.49875em) {
        .template-homepage-old .green-word .green-shape {
          width: 109%;
          left: -6px;
          top: 7px; } }
      .template-homepage-old .green-word .green-shape.small {
        top: 8.5px;
        left: -2px;
        animation: none;
        width: 103%; }
  .template-homepage-old .test-container {
    display: inline-block;
    width: 800px; }
    @media print, screen and (max-width: 54.49875em) {
      .template-homepage-old .test-container {
        width: 95%; } }
  .template-homepage-old #task-type-icons .task-type-icon:hover {
    border: 2px solid #0ba575;
    transition: 0.35s;
    transition-timing-function: ease-in-out; }
  .template-homepage-old .task-listing-card-min.carousel-cell {
    margin-right: 20px; }
  .template-homepage-old #testimonials-container {
    margin-top: 50px;
    margin-bottom: 50px; }
    .template-homepage-old #testimonials-container .carousel-cell {
      font-size: 20px;
      padding: 20px;
      width: 100%;
      height: 350px;
      margin-right: 30px;
      background-color: white;
      border-radius: 40px;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      opacity: 0.3;
      transition: 0.5s; }
      .template-homepage-old #testimonials-container .carousel-cell .booking-text {
        width: 80%; }
      @media print, screen and (max-width: 54.49875em) {
        .template-homepage-old #testimonials-container .carousel-cell {
          font-size: 16px;
          height: 400px; }
          .template-homepage-old #testimonials-container .carousel-cell .booking-text {
            width: 90%; } }
    .template-homepage-old #testimonials-container .carousel-cell.is-selected {
      opacity: 1; }
  .template-homepage-old #level6-container .carousel-cell {
    margin-right: 30px;
    opacity: 0.3;
    transition: 0.5s; }
  .template-homepage-old #level6-container .carousel-cell.is-selected {
    opacity: 1; }
  .template-homepage-old #story .cell {
    text-align: center; }

.min-plain, .min-green {
  margin-bottom: 1rem; }

.level6-cell {
  background-color: white;
  border-radius: 25px;
  padding: 20px;
  width: 100%; }

.level7-cell {
  background-color: white;
  border-radius: 25px;
  padding: 20px;
  width: 100%;
  border: 10px solid #f0ecf4;
  box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.15); }

.task-listing-card-min .task-card-footer h2 {
  margin: 0px;
  position: relative;
  bottom: 7px; }

.template-landing-page {
  /*photobanner*/
  /*keyframe animations*/
  background-color: #f3f3f3; }
  .template-landing-page .hero-under-image-text {
    text-align: center; }
    .template-landing-page .hero-under-image-text h1 {
      font-size: 1.5rem;
      font-weight: 700; }
    @media print, screen and (min-width: 54.5em) {
      .template-landing-page .hero-under-image-text {
        display: none; } }
  .template-landing-page mark {
    background-color: #0ba575;
    color: white;
    text-shadow: none;
    padding: 0px; }
  @media print, screen and (max-width: 54.49875em) {
    .template-landing-page .landing-layout-alt button {
      margin-top: 27px !important;
      margin-bottom: 27px !important; } }
  .template-landing-page .landing-side-text {
    padding-top: 100px;
    display: flex;
    align-items: flex-start;
    text-align: left; }
    @media print, screen and (max-width: 54.49875em) {
      .template-landing-page .landing-side-text {
        padding-top: 30px; } }
  .template-landing-page #hero-image {
    width: 100%;
    height: calc(30vw);
    background-size: cover;
    background-color: #eee;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center; }
    @media print, screen and (max-width: 54.49875em) {
      .template-landing-page #hero-image {
        height: calc(50vw); } }
    @media print, screen and (max-width: 54.49875em) {
      .template-landing-page #hero-image .hero-image-text {
        display: none; } }
    .template-landing-page #hero-image h1 {
      font-size: 4rem;
      text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.75); }
      @media (max-width: 640px) {
        .template-landing-page #hero-image h1 {
          font-size: 2rem; } }
    .template-landing-page #hero-image .body-text {
      color: #333; }
    .template-landing-page #hero-image #circle-icon {
      overflow: hidden;
      transition-duration: 0.8s;
      transition-property: transform;
      margin-left: -16px;
      margin-right: -16px; }
    .template-landing-page #hero-image:hover #circle-icon {
      transform: rotate(360deg);
      -webkit-transform: rotate(360deg); }
  .template-landing-page .cta-landing {
    margin-bottom: 40px !important; }
  .template-landing-page .mobile-buttons {
    padding: 10px; }
  .template-landing-page .landing-row {
    margin-top: 40px !important;
    margin-bottom: 40px !important; }
  .template-landing-page .hero-text {
    font-size: 1.875rem;
    color: #FFFFFF;
    letter-spacing: 0.8px;
    text-align: center;
    line-height: 1.2;
    margin-bottom: 20px; }
    .template-landing-page .hero-text span.hero-text-green-background {
      -webkit-box-decoration-break: clone;
      box-decoration-break: clone;
      background-color: #0ba575;
      padding: 0px 15px;
      text-shadow: none; }
    .template-landing-page .hero-text.hide-for-medium {
      margin-top: 20px;
      font-size: 20px;
      letter-spacing: 0.0px;
      line-height: 25px;
      padding-left: 20px;
      padding-right: 20px;
      color: #333;
      margin-bottom: 20px; }
  .template-landing-page .hero-container {
    justify-content: space-between;
    padding: 65px 75px;
    width: 100%;
    display: flex;
    gap: 20px; }
    @media print, screen and (max-width: 63.99875em) {
      .template-landing-page .hero-container {
        padding: 25px;
        padding: 25px; } }
    @media print, screen and (max-width: 54.49875em) {
      .template-landing-page .hero-container {
        padding: 25px;
        flex-wrap: wrap; }
        .template-landing-page .hero-container .hero-tagline, .template-landing-page .hero-container h1 {
          width: 100%; } }
    .template-landing-page .hero-container .hero-tagline {
      max-width: 558px; }
      .template-landing-page .hero-container .hero-tagline p {
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        line-height: 150%; }
        @media print, screen and (max-width: 87.49875em) {
          .template-landing-page .hero-container .hero-tagline p {
            font-size: 16px;
            width: 450px; } }
        @media print, screen and (max-width: 54.49875em) {
          .template-landing-page .hero-container .hero-tagline p {
            font-size: 20px;
            width: 100%; } }
      .template-landing-page .hero-container .hero-tagline h1 {
        margin-top: 60px;
        margin-bottom: 35px;
        font-style: normal;
        font-weight: 700;
        font-size: 70px;
        line-height: 108.4%;
        /* or 75px */
        letter-spacing: -0.02em; }
        @media print, screen and (max-width: 87.49875em) {
          .template-landing-page .hero-container .hero-tagline h1 {
            font-size: 50px; } }
        @media print, screen and (max-width: 54.49875em) {
          .template-landing-page .hero-container .hero-tagline h1 {
            margin-top: 20px; } }
        .template-landing-page .hero-container .hero-tagline h1 .linear-green {
          /* Linear light */
          background: linear-gradient(138.37deg, #0ba575 39.02%, #004202 88.74%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          background-clip: text;
          text-fill-color: transparent; }
    .template-landing-page .hero-container .hero-banner {
      width: 939px;
      height: 501px;
      border-radius: 50px;
      background-size: cover; }
      @media print, screen and (max-width: 63.99875em) {
        .template-landing-page .hero-container .hero-banner {
          border-radius: 150px;
          height: 200px;
          margin: auto 0px; } }
    .template-landing-page .hero-container .step {
      position: relative;
      width: 520px;
      height: 330px;
      background: #FBFBFB;
      border: 0.85607px solid rgba(27, 27, 40, 0.08);
      box-shadow: 0.85607px -3.42429px 51.3643px rgba(13, 27, 78, 0.05);
      border-radius: 17.1214px;
      padding: 40px 28px 28px;
      margin-bottom: 25px; }
      .template-landing-page .hero-container .step .step-title {
        position: absolute;
        width: 50%;
        height: 50px;
        left: 25%;
        top: -10%;
        border: 0.85607px solid rgba(27, 27, 40, 0.08);
        box-shadow: 0.85607px -3.42429px 51.3643px rgba(13, 27, 78, 0.05);
        border-radius: 17.1214px;
        background: #FBFBFB;
        display: flex;
        justify-content: center;
        padding: 5px; }
      @media print, screen and (max-width: 87.49875em) {
        .template-landing-page .hero-container .step {
          padding: 30px 28px 28px; } }
      .template-landing-page .hero-container .step h3 {
        text-align: center; }
      .template-landing-page .hero-container .step p, .template-landing-page .hero-container .step h3 {
        font-size: 22px; }
        @media print, screen and (max-width: 87.49875em) {
          .template-landing-page .hero-container .step p, .template-landing-page .hero-container .step h3 {
            font-size: 18px; } }
  .template-landing-page .call-to-action-container {
    display: flex;
    justify-content: space-around;
    height: 250px;
    align-items: center;
    padding: 50px 25px 0px 25px; }
    @media print, screen and (max-width: 54.49875em) {
      .template-landing-page .call-to-action-container {
        flex-direction: column;
        justify-content: center; } }
    .template-landing-page .call-to-action-container h2 {
      color: white;
      margin-bottom: 11px;
      font-style: normal;
      font-weight: 700;
      font-size: 47.2189px;
      line-height: 108.4%;
      /* or 51px */
      letter-spacing: -0.02em; }
      @media print, screen and (max-width: 87.49875em) {
        .template-landing-page .call-to-action-container h2 {
          font-size: 35px; } }
    .template-landing-page .call-to-action-container button {
      width: 250px;
      border: 0px; }
      @media print, screen and (max-width: 63.99875em) {
        .template-landing-page .call-to-action-container button {
          width: 100%; } }
  .template-landing-page footer {
    margin-top: 0px; }
  .template-landing-page .value-prop-container {
    padding: 65px 150px;
    display: flex;
    justify-content: space-around;
    gap: 40px; }
    @media print, screen and (max-width: 87.49875em) {
      .template-landing-page .value-prop-container {
        padding: 70px 100px;
        justify-content: space-between; } }
    @media print, screen and (max-width: 63.99875em) {
      .template-landing-page .value-prop-container {
        padding: 70px 50px;
        justify-content: space-between; } }
    @media print, screen and (max-width: 54.49875em) {
      .template-landing-page .value-prop-container {
        flex-wrap: wrap;
        padding: 50px 25px; }
        .template-landing-page .value-prop-container.reverse-on-small {
          flex-direction: column-reverse; } }
    .template-landing-page .value-prop-container .vp-image img {
      border-radius: 50px; }
      @media print, screen and (max-width: 63.99875em) {
        .template-landing-page .value-prop-container .vp-image img {
          height: 200px;
          margin: auto 0px;
          object-fit: cover;
          border-radius: 30px; } }
      @media print, screen and (max-width: 54.49875em) {
        .template-landing-page .value-prop-container .vp-image img {
          width: 100%; } }
    @media print, screen and (max-width: 63.99875em) {
      .template-landing-page .value-prop-container .vp-image {
        width: 200px;
        margin: auto 0px; } }
    @media print, screen and (max-width: 54.49875em) {
      .template-landing-page .value-prop-container .vp-image {
        width: 100%; } }
    .template-landing-page .value-prop-container h2 {
      margin-top: 15px;
      margin-bottom: 11px;
      font-style: normal;
      font-weight: 700;
      font-size: 47.2189px;
      max-width: 600px;
      line-height: 108.4%;
      /* or 51px */
      letter-spacing: -0.02em;
      color: #333333; }
      @media print, screen and (max-width: 63.99875em) {
        .template-landing-page .value-prop-container h2 {
          margin-top: 20px; } }
      .template-landing-page .value-prop-container h2 .linear-green {
        background: linear-gradient(138.37deg, #0ba575 39.02%, #004202 88.74%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent; }
    .template-landing-page .value-prop-container p, .template-landing-page .value-prop-container li {
      font-style: normal;
      font-weight: 600;
      font-size: 20px;
      line-height: 150%;
      max-width: 500px; }
    .template-landing-page .value-prop-container li {
      margin-bottom: 8px; }
  .template-landing-page .photobanner-container {
    width: 100vw;
    overflow: hidden; }
    .template-landing-page .photobanner-container .photobanner {
      height: 173px;
      width: 8000px; }
  .template-landing-page .first {
    -webkit-animation: bannermove 40s linear infinite;
    -moz-animation: bannermove 40s linear infinite;
    -ms-animation: bannermove 40s linear infinite;
    -o-animation: bannermove 40s linear infinite;
    animation: bannermove 40s linear infinite; }

@keyframes "bannermove" {
  0% {
    margin-left: 0px; }
  100% {
    margin-left: -750px; } }

@-moz-keyframes bannermove {
  0% {
    margin-left: 0px; }
  100% {
    margin-left: -750px; } }

@-webkit-keyframes "bannermove" {
  0% {
    margin-left: 0px; }
  100% {
    margin-left: -750px; } }

@-ms-keyframes "bannermove" {
  .template-landing-page 0% {
    margin-left: 0px; }
  .template-landing-page 100% {
    margin-left: -750px; } }

@-o-keyframes "bannermove" {
  0% {
    margin-left: 0px; }
  100% {
    margin-left: -750px; } }
  .template-landing-page .photobanner img {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease; }
  .template-landing-page .tutors {
    width: 50%;
    display: inline-block; }
    @media print, screen and (max-width: 87.49875em) {
      .template-landing-page .tutors {
        width: 100%; } }
    .template-landing-page .tutors * {
      box-sizing: border-box; }
    .template-landing-page .tutors body {
      font-family: sans-serif; }
    .template-landing-page .tutors .carousel {
      padding-bottom: 10px; }
      .template-landing-page .tutors .carousel .carousel-cell {
        width: 600px;
        min-height: 250px;
        background: white;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
        border-radius: 20px;
        display: flex;
        padding: 25px 25px;
        opacity: 0.5;
        scale: 0.8;
        transition: scale 0.25s ease; }
        @media print, screen and (max-width: 54.49875em) {
          .template-landing-page .tutors .carousel .carousel-cell {
            flex-direction: column;
            gap: 10px;
            width: 325px; } }
        .template-landing-page .tutors .carousel .carousel-cell p {
          font-size: 16px; }
        .template-landing-page .tutors .carousel .carousel-cell strong {
          font-size: 16px; }
        .template-landing-page .tutors .carousel .carousel-cell.is-selected {
          opacity: 1;
          scale: 1; }
        .template-landing-page .tutors .carousel .carousel-cell img {
          width: 115px;
          height: 115px;
          border-radius: 100px;
          margin-right: 25px;
          object-fit: cover; }
      .template-landing-page .tutors .carousel img {
        border-radius: 20px;
        margin: 0px 5px; }
    .template-landing-page .tutors .text {
      width: 50%;
      display: inline-block; }
      @media print, screen and (max-width: 87.49875em) {
        .template-landing-page .tutors .text {
          width: 100%; } }
  .template-landing-page .faq-text {
    padding: 25px; }
    .template-landing-page .faq-text p, .template-landing-page .faq-text li {
      font-style: normal;
      font-weight: 600;
      font-size: 1.15rem;
      line-height: 150%; }
    .template-landing-page .faq-text h2 {
      margin-bottom: 11px;
      font-style: normal;
      font-weight: 700;
      font-size: 47.2189px;
      line-height: 108.4%;
      /* or 51px */
      letter-spacing: -0.02em; }
      @media print, screen and (max-width: 63.99875em) {
        .template-landing-page .faq-text h2 {
          margin-top: 20px; } }
      .template-landing-page .faq-text h2 .linear-green {
        background: linear-gradient(138.37deg, #0ba575 39.02%, #004202 88.74%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent; }
    .template-landing-page .faq-text li {
      margin-bottom: 8px; }
  @media print, screen and (max-width: 54.49875em) {
    .template-landing-page #hero-image {
      margin-bottom: 0; } }
  .template-landing-page .mps-teens {
    overflow-x: hidden; }
    .template-landing-page .mps-teens a:hover {
      text-decoration: none; }
      .template-landing-page .mps-teens a:hover h2 {
        text-decoration: underline; }
    @media print, screen and (max-width: 54.49875em) {
      .template-landing-page .mps-teens {
        overflow-x: scroll; } }
    .template-landing-page .mps-teens .carousel-cell {
      min-height: 22.8125rem;
      background: #fefefe;
      margin-right: 18px;
      border-radius: 6px;
      counter-increment: gallery-cell;
      display: flex;
      flex-direction: column;
      align-items: center;
      position: relative;
      padding: 18px 24px;
      border: 1px solid #cdcdcd;
      transition-timing-function: ease;
      transition-property: box-shadow, background-color;
      transition-duration: 0.5s; }
      .template-landing-page .mps-teens .carousel-cell:hover {
        background: #ffedfb;
        border-color: #ffd1f6; }
        .template-landing-page .mps-teens .carousel-cell:hover .category {
          border: 0px solid #ffd1f6;
          background: #ffd1f6; }
      .template-landing-page .mps-teens .carousel-cell h2 {
        font-size: 1.05rem;
        color: #0a0a0a;
        letter-spacing: 0px;
        margin-bottom: 0.375rem; }
      .template-landing-page .mps-teens .carousel-cell .category {
        transition-timing-function: ease;
        transition-property: box-shadow, background-color;
        transition-duration: 0.5s;
        border: 0px solid #cdcdcd;
        border-radius: 100px;
        padding: 5px 15px;
        width: fit-content;
        text-align: left;
        background: #b6e4d6;
        font-size: 0.625rem;
        color: #0a0a0a;
        text-transform: uppercase;
        font-weight: 500;
        margin-bottom: 0.875rem; }
      .template-landing-page .mps-teens .carousel-cell p.testimony {
        line-height: 1.4;
        font-size: 0.8125rem;
        color: #0a0a0a;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4; }
      .template-landing-page .mps-teens .carousel-cell img {
        min-width: 8.75rem;
        margin-bottom: 0.75rem;
        width: 8.75rem;
        height: 7.5rem;
        object-fit: cover;
        object-position: top center;
        border-radius: 6px; }
  .template-landing-page #task-type-icons {
    margin-left: auto;
    margin-right: auto;
    text-align: center; }
    @media (min-width: 820px) {
      .template-landing-page #task-type-icons {
        max-width: 380px; } }
    @media (min-width: 1020px) {
      .template-landing-page #task-type-icons {
        max-width: 580px; } }
    @media (min-width: 1220px) {
      .template-landing-page #task-type-icons {
        max-width: 780px; } }
    @media (min-width: 1420px) {
      .template-landing-page #task-type-icons {
        max-width: 980px; } }
    @media (min-width: 1620px) {
      .template-landing-page #task-type-icons {
        max-width: 1180px; } }
    @media (min-width: 1820px) {
      .template-landing-page #task-type-icons {
        max-width: 1380px; } }
    .template-landing-page #task-type-icons .flickity-prev-next-button,
    .template-landing-page #task-type-icons .task-type-icon {
      border: 2px solid #E8E8E8;
      border-radius: 25px;
      width: 180px;
      height: 150px; }
    .template-landing-page #task-type-icons .task-type-icon {
      padding: 20px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      vertical-align: top;
      margin: 0px 10px;
      color: #919AA6; }
      .template-landing-page #task-type-icons .task-type-icon a {
        color: #333; }
      .template-landing-page #task-type-icons .task-type-icon:hover a {
        color: #0ba575; }
      .template-landing-page #task-type-icons .task-type-icon .text-desc {
        position: relative;
        top: 10px; }
    .template-landing-page #task-type-icons .flickity-prev-next-button.previous {
      left: -200px; }
    .template-landing-page #task-type-icons .flickity-prev-next-button.next {
      right: -200px; }
    @media print, screen and (max-width: 54.49875em) {
      .template-landing-page #task-type-icons .flickity-prev-next-button {
        display: none; } }
  .template-landing-page .featured-tasks {
    text-align: center;
    font-size: 16px;
    color: #333333;
    letter-spacing: 0.89px;
    text-align: center;
    text-transform: uppercase; }
  .template-landing-page #story {
    text-align: center;
    counter-reset: story-cell; }
    .template-landing-page #story .cell {
      position: relative; }
      .template-landing-page #story .cell::before {
        counter-increment: story-cell;
        content: counter(story-cell);
        position: absolute;
        top: 1.5rem;
        left: 50%;
        margin-left: 5rem;
        font-size: 2.25rem; }
      .template-landing-page #story .cell p {
        margin-top: 1rem;
        margin-bottom: 2rem;
        padding-left: 1rem;
        padding-right: 1rem;
        font-size: 1.125rem;
        color: #0ba575; }
  .template-landing-page #watch-stories {
    text-align: center;
    font-size: 16px;
    color: #333333;
    letter-spacing: 0.89px;
    text-align: center;
    text-transform: uppercase; }
    .template-landing-page #watch-stories .button {
      padding: 20px;
      width: 250px; }
  .template-landing-page #testimonials .cell {
    text-align: center;
    padding: 40px 40px;
    border-radius: 10px;
    background-color: #219494;
    color: white; }
  .template-landing-page .benefits-image {
    width: 80%;
    max-height: 400px;
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .template-landing-page .benefits-image4 {
    width: 80%;
    height: 80%;
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .template-landing-page .info-parent-div {
    border-radius: 5px;
    margin-bottom: 20px; }
  .template-landing-page .info-parent-div2 {
    border-radius: 5px;
    margin-bottom: 20px; }
  .template-landing-page .info-heading {
    margin-bottom: 10px; }
  .template-landing-page .info-num {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #00a406;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px; }
  .template-landing-page .info-parent-div3 {
    border-radius: 5px;
    margin-bottom: 20px; }
  .template-landing-page #get-started {
    padding-top: 50px;
    padding-bottom: 50px; }
  .template-landing-page .bg-white {
    background-color: white; }
  .template-landing-page .white {
    color: #fff; }
  .template-landing-page .info-div {
    padding: 30px; }
  .template-landing-page .main-btn {
    background-color: #00a406;
    color: #fff; }
  .template-landing-page .main-btn:hover {
    background-color: #045f07;
    color: #fff; }
  .template-landing-page #testimonials-container-carousel {
    border-radius: 20px; }
  .template-landing-page .testimony-white {
    margin-top: 20px;
    width: 100%;
    background-color: #fff;
    border-radius: 20px;
    padding: 20px 60px; }
  .template-landing-page #testimonails {
    padding-top: 60px;
    padding-bottom: 60px; }
  .template-landing-page #results {
    padding-top: 70px;
    padding-bottom: 60px;
    background-color: #fff; }
  .template-landing-page .results-grid {
    margin-top: 20px;
    background-color: #f0f0f0;
    padding: 20px 0px;
    border-radius: 20px; }
  .template-landing-page .pricing-grid {
    background-color: white;
    color: #333; }
  .template-landing-page .pricing-items {
    border-bottom: 1px solid #0000001f;
    border-radius: 1;
    padding: 20px; }
  .template-landing-page .collapsible {
    background-color: #00a406;
    color: white;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px; }
  .template-landing-page .collapsible:after {
    content: "\2212";
    color: white;
    font-weight: bold;
    float: right;
    margin-left: 5px; }
  .template-landing-page .active:after {
    content: '\002B'; }
  .template-landing-page .active, .template-landing-page .collapsible:hover {
    background-color: #045f07; }
  .template-landing-page #pricing .content {
    width: 100%;
    padding: 0 18px;
    overflow: hidden;
    background-color: #f1f1f1;
    max-height: auto;
    transition: all 0.2s ease-in-out; }
  .template-landing-page .desktop-pricing-grid {
    width: auto;
    background-color: white;
    border-radius: 20px;
    box-shadow: 0px 0px 20px #0000001f; }
  .template-landing-page .accent-item {
    background-color: #eeeeeeea; }
  .template-landing-page .rich-text p, .template-landing-page .rich-text li {
    font-style: normal;
    font-weight: 600;
    font-size: 1.15rem;
    line-height: 150%; }

.template-flexible-page {
  /*photobanner*/
  /*keyframe animations*/
  word-break: break-word; }
  .template-flexible-page .hero-under-image-text {
    text-align: center; }
    .template-flexible-page .hero-under-image-text h1 {
      font-size: 1.5rem;
      font-weight: 700; }
    @media print, screen and (min-width: 54.5em) {
      .template-flexible-page .hero-under-image-text {
        display: none; } }
  .template-flexible-page mark {
    background-color: #0ba575;
    color: white;
    text-shadow: none;
    padding: 0px; }
  @media print, screen and (max-width: 54.49875em) {
    .template-flexible-page .landing-layout-alt button {
      margin-top: 27px !important;
      margin-bottom: 27px !important; } }
  .template-flexible-page .landing-side-text {
    padding-top: 100px;
    display: flex;
    align-items: flex-start;
    text-align: left; }
    @media print, screen and (max-width: 54.49875em) {
      .template-flexible-page .landing-side-text {
        padding-top: 30px; } }
  .template-flexible-page #hero-image {
    width: 100%;
    height: calc(30vw);
    background-size: cover;
    background-color: #eee;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center; }
    @media print, screen and (max-width: 54.49875em) {
      .template-flexible-page #hero-image {
        height: calc(50vw); } }
    @media print, screen and (max-width: 54.49875em) {
      .template-flexible-page #hero-image .hero-image-text {
        display: none; } }
    .template-flexible-page #hero-image h1 {
      font-size: 4rem;
      text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.75); }
      @media (max-width: 640px) {
        .template-flexible-page #hero-image h1 {
          font-size: 2rem; } }
    .template-flexible-page #hero-image .body-text {
      color: #333; }
    .template-flexible-page #hero-image #circle-icon {
      overflow: hidden;
      transition-duration: 0.8s;
      transition-property: transform;
      margin-left: -16px;
      margin-right: -16px; }
    .template-flexible-page #hero-image:hover #circle-icon {
      transform: rotate(360deg);
      -webkit-transform: rotate(360deg); }
  .template-flexible-page .cta-landing {
    margin-bottom: 40px !important; }
  .template-flexible-page .mobile-buttons {
    padding: 10px; }
  .template-flexible-page .landing-row {
    margin-top: 40px !important;
    margin-bottom: 40px !important; }
  .template-flexible-page .hero-text {
    font-size: 1.875rem;
    color: #FFFFFF;
    letter-spacing: 0.8px;
    text-align: center;
    line-height: 1.2;
    margin-bottom: 20px; }
    .template-flexible-page .hero-text span.hero-text-green-background {
      -webkit-box-decoration-break: clone;
      box-decoration-break: clone;
      background-color: #0ba575;
      padding: 0px 15px;
      text-shadow: none; }
    .template-flexible-page .hero-text.hide-for-medium {
      margin-top: 20px;
      font-size: 20px;
      letter-spacing: 0.0px;
      line-height: 25px;
      padding-left: 20px;
      padding-right: 20px;
      color: #333;
      margin-bottom: 20px; }
  .template-flexible-page .hero-container {
    justify-content: space-between;
    padding: 65px 75px;
    width: 100%;
    display: flex;
    gap: 20px; }
    @media print, screen and (max-width: 63.99875em) {
      .template-flexible-page .hero-container {
        padding: 25px;
        padding: 25px; } }
    @media print, screen and (max-width: 54.49875em) {
      .template-flexible-page .hero-container {
        padding: 25px;
        flex-wrap: wrap; }
        .template-flexible-page .hero-container .hero-tagline, .template-flexible-page .hero-container h1 {
          width: 100%; } }
    .template-flexible-page .hero-container .hero-tagline {
      max-width: 558px; }
      .template-flexible-page .hero-container .hero-tagline p {
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        line-height: 150%; }
        @media print, screen and (max-width: 87.49875em) {
          .template-flexible-page .hero-container .hero-tagline p {
            font-size: 16px;
            width: 450px; } }
        @media print, screen and (max-width: 54.49875em) {
          .template-flexible-page .hero-container .hero-tagline p {
            font-size: 20px;
            width: 100%; } }
      .template-flexible-page .hero-container .hero-tagline h1 {
        margin-top: 60px;
        margin-bottom: 35px;
        font-style: normal;
        font-weight: 700;
        font-size: 70px;
        line-height: 108.4%;
        /* or 75px */
        letter-spacing: -0.02em; }
        @media print, screen and (max-width: 87.49875em) {
          .template-flexible-page .hero-container .hero-tagline h1 {
            font-size: 50px; } }
        @media print, screen and (max-width: 54.49875em) {
          .template-flexible-page .hero-container .hero-tagline h1 {
            margin-top: 20px; } }
        .template-flexible-page .hero-container .hero-tagline h1 .linear-green {
          /* Linear light */
          background: linear-gradient(138.37deg, #0ba575 39.02%, #004202 88.74%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          background-clip: text;
          text-fill-color: transparent; }
    .template-flexible-page .hero-container .hero-banner {
      width: 939px;
      height: 501px;
      border-radius: 50px;
      background-size: cover; }
      @media print, screen and (max-width: 63.99875em) {
        .template-flexible-page .hero-container .hero-banner {
          border-radius: 150px;
          height: 200px;
          margin: auto 0px; } }
    .template-flexible-page .hero-container .step {
      position: relative;
      width: 520px;
      height: 330px;
      background: #FBFBFB;
      border: 0.85607px solid rgba(27, 27, 40, 0.08);
      box-shadow: 0.85607px -3.42429px 51.3643px rgba(13, 27, 78, 0.05);
      border-radius: 17.1214px;
      padding: 40px 28px 28px;
      margin-bottom: 25px; }
      .template-flexible-page .hero-container .step .step-title {
        position: absolute;
        width: 50%;
        height: 50px;
        left: 25%;
        top: -10%;
        border: 0.85607px solid rgba(27, 27, 40, 0.08);
        box-shadow: 0.85607px -3.42429px 51.3643px rgba(13, 27, 78, 0.05);
        border-radius: 17.1214px;
        background: #FBFBFB;
        display: flex;
        justify-content: center;
        padding: 5px; }
      @media print, screen and (max-width: 87.49875em) {
        .template-flexible-page .hero-container .step {
          padding: 30px 28px 28px; } }
      .template-flexible-page .hero-container .step h3 {
        text-align: center; }
      .template-flexible-page .hero-container .step p, .template-flexible-page .hero-container .step h3 {
        font-size: 22px; }
        @media print, screen and (max-width: 87.49875em) {
          .template-flexible-page .hero-container .step p, .template-flexible-page .hero-container .step h3 {
            font-size: 18px; } }
  .template-flexible-page .call-to-action-container {
    display: flex;
    justify-content: space-around;
    height: 250px;
    align-items: center;
    padding: 50px 25px 0px 25px; }
    @media print, screen and (max-width: 54.49875em) {
      .template-flexible-page .call-to-action-container {
        flex-direction: column;
        justify-content: center; } }
    .template-flexible-page .call-to-action-container h2 {
      color: white;
      margin-bottom: 11px;
      font-style: normal;
      font-weight: 700;
      font-size: 47.2189px;
      line-height: 108.4%;
      /* or 51px */
      letter-spacing: -0.02em; }
      @media print, screen and (max-width: 87.49875em) {
        .template-flexible-page .call-to-action-container h2 {
          font-size: 35px; } }
    .template-flexible-page .call-to-action-container button {
      width: 250px;
      border: 0px; }
      @media print, screen and (max-width: 63.99875em) {
        .template-flexible-page .call-to-action-container button {
          width: 100%; } }
  .template-flexible-page footer {
    margin-top: 0px; }
  .template-flexible-page .value-prop-container {
    padding: 65px 150px;
    display: flex;
    justify-content: space-around;
    gap: 40px; }
    @media print, screen and (max-width: 87.49875em) {
      .template-flexible-page .value-prop-container {
        padding: 70px 100px;
        justify-content: space-between; } }
    @media print, screen and (max-width: 63.99875em) {
      .template-flexible-page .value-prop-container {
        padding: 70px 50px;
        justify-content: space-between; } }
    @media print, screen and (max-width: 54.49875em) {
      .template-flexible-page .value-prop-container {
        flex-wrap: wrap;
        padding: 50px 25px; }
        .template-flexible-page .value-prop-container.reverse-on-small {
          flex-direction: column-reverse; } }
    .template-flexible-page .value-prop-container .vp-image img {
      border-radius: 50px; }
      @media print, screen and (max-width: 63.99875em) {
        .template-flexible-page .value-prop-container .vp-image img {
          height: 200px;
          margin: auto 0px;
          object-fit: cover;
          border-radius: 30px; } }
      @media print, screen and (max-width: 54.49875em) {
        .template-flexible-page .value-prop-container .vp-image img {
          width: 100%; } }
    @media print, screen and (max-width: 63.99875em) {
      .template-flexible-page .value-prop-container .vp-image {
        width: 200px;
        margin: auto 0px; } }
    @media print, screen and (max-width: 54.49875em) {
      .template-flexible-page .value-prop-container .vp-image {
        width: 100%; } }
    .template-flexible-page .value-prop-container h2 {
      margin-top: 15px;
      margin-bottom: 11px;
      font-style: normal;
      font-weight: 700;
      font-size: 47.2189px;
      max-width: 600px;
      line-height: 108.4%;
      /* or 51px */
      letter-spacing: -0.02em;
      color: #333333; }
      @media print, screen and (max-width: 63.99875em) {
        .template-flexible-page .value-prop-container h2 {
          margin-top: 20px; } }
      .template-flexible-page .value-prop-container h2 .linear-green {
        background: linear-gradient(138.37deg, #0ba575 39.02%, #004202 88.74%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent; }
    .template-flexible-page .value-prop-container p, .template-flexible-page .value-prop-container li {
      font-style: normal;
      font-weight: 600;
      font-size: 20px;
      line-height: 150%;
      max-width: 500px; }
    .template-flexible-page .value-prop-container li {
      margin-bottom: 8px; }
  .template-flexible-page .photobanner-container {
    width: 100vw;
    overflow: hidden; }
    .template-flexible-page .photobanner-container .photobanner {
      height: 173px;
      width: 8000px; }
  .template-flexible-page .first {
    -webkit-animation: bannermove 40s linear infinite;
    -moz-animation: bannermove 40s linear infinite;
    -ms-animation: bannermove 40s linear infinite;
    -o-animation: bannermove 40s linear infinite;
    animation: bannermove 40s linear infinite; }

@keyframes "bannermove" {
  0% {
    margin-left: 0px; }
  100% {
    margin-left: -750px; } }

@-moz-keyframes bannermove {
  0% {
    margin-left: 0px; }
  100% {
    margin-left: -750px; } }

@-webkit-keyframes "bannermove" {
  0% {
    margin-left: 0px; }
  100% {
    margin-left: -750px; } }

@-ms-keyframes "bannermove" {
  .template-flexible-page 0% {
    margin-left: 0px; }
  .template-flexible-page 100% {
    margin-left: -750px; } }

@-o-keyframes "bannermove" {
  0% {
    margin-left: 0px; }
  100% {
    margin-left: -750px; } }
  .template-flexible-page .photobanner img {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease; }
  .template-flexible-page .tutors {
    width: 50%;
    display: inline-block; }
    @media print, screen and (max-width: 87.49875em) {
      .template-flexible-page .tutors {
        width: 100%; } }
    .template-flexible-page .tutors * {
      box-sizing: border-box; }
    .template-flexible-page .tutors body {
      font-family: sans-serif; }
    .template-flexible-page .tutors .carousel {
      padding-bottom: 10px; }
      .template-flexible-page .tutors .carousel .carousel-cell {
        width: 600px;
        min-height: 250px;
        background: white;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
        border-radius: 20px;
        display: flex;
        padding: 25px 25px;
        opacity: 0.5;
        scale: 0.8;
        transition: scale 0.25s ease; }
        @media print, screen and (max-width: 54.49875em) {
          .template-flexible-page .tutors .carousel .carousel-cell {
            flex-direction: column;
            gap: 10px;
            width: 325px; } }
        .template-flexible-page .tutors .carousel .carousel-cell p {
          font-size: 16px; }
        .template-flexible-page .tutors .carousel .carousel-cell strong {
          font-size: 16px; }
        .template-flexible-page .tutors .carousel .carousel-cell.is-selected {
          opacity: 1;
          scale: 1; }
        .template-flexible-page .tutors .carousel .carousel-cell img {
          width: 115px;
          height: 115px;
          border-radius: 100px;
          margin-right: 25px;
          object-fit: cover; }
      .template-flexible-page .tutors .carousel img {
        border-radius: 20px;
        margin: 0px 5px; }
    .template-flexible-page .tutors .text {
      width: 50%;
      display: inline-block; }
      @media print, screen and (max-width: 87.49875em) {
        .template-flexible-page .tutors .text {
          width: 100%; } }
  .template-flexible-page .faq-text {
    padding: 25px; }
    .template-flexible-page .faq-text p, .template-flexible-page .faq-text li {
      font-style: normal;
      font-weight: 600;
      font-size: 1.15rem;
      line-height: 150%; }
    .template-flexible-page .faq-text h2 {
      margin-bottom: 11px;
      font-style: normal;
      font-weight: 700;
      font-size: 47.2189px;
      line-height: 108.4%;
      /* or 51px */
      letter-spacing: -0.02em; }
      @media print, screen and (max-width: 63.99875em) {
        .template-flexible-page .faq-text h2 {
          margin-top: 20px; } }
      .template-flexible-page .faq-text h2 .linear-green {
        background: linear-gradient(138.37deg, #0ba575 39.02%, #004202 88.74%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent; }
    .template-flexible-page .faq-text li {
      margin-bottom: 8px; }
  .template-flexible-page #heroImage {
    transition: 0.5s ease-in-out;
    box-shadow: 8px 8px 0 0 #0ba575; }
  .template-flexible-page .news-rich-text .rich-text {
    background: white;
    border-radius: 20px;
    padding: 40px;
    margin-bottom: 40px; }
    @media print, screen and (max-width: 54.49875em) {
      .template-flexible-page .news-rich-text .rich-text {
        border-radius: 0;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05); } }
  .template-flexible-page p {
    font-size: 1.05rem; }
  @media print, screen and (max-width: 54.49875em) {
    .template-flexible-page .news-rich-text {
      padding: 0; } }
#facebook-login-destination {
  width: 50%;
  display: inline-block; }
  @media print, screen and (max-width: 54.49875em) {
    #facebook-login-destination {
      width: 100%; } }
#tiktok-login {
  width: 50%;
  display: inline-block; }
  @media print, screen and (max-width: 54.49875em) {
    #tiktok-login {
      width: 100%; } }
.template-blog-index-page .top-bar,
.template-blog-page .top-bar,
.template-form-page .top-bar,
.template-form-landing-page .top-bar,
.template-lesson-page .top-bar,
.template-flexible-page .top-bar {
  margin-bottom: 40px; }

.template-form-page {
  background: transparent; }
  .template-form-page .form-container {
    padding: 20px 15px;
    background: white;
    border-radius: 0px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05); }
  .template-form-page .squiggle {
    position: absolute;
    left: 0px;
    width: 100vw;
    height: 75%;
    z-index: -1; }
    .template-form-page .squiggle img {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      object-fit: cover;
      left: 0; }
    @media print, screen and (max-width: 54.49875em) {
      .template-form-page .squiggle {
        background-position-x: right;
        height: 200%; } }
  @media print, screen and (min-width: 54.5em) {
    .template-form-page .rich-text {
      padding: 0 5px; } }
  .template-form-page .rich-text p {
    font-size: 1.2rem; }
  .template-form-page h1 {
    font-size: 48px; }
  .template-form-page label {
    font-size: 1.1rem;
    font-weight: 800; }
  .template-form-page .helptext {
    color: grey; }

.password-page .password-table {
  border-color: #ccc;
  border-collapse: collapse; }

.password-page th {
  border: 1px solid #ccc; }

.password-page td {
  border: 1px groove #ccc;
  padding: 10px;
  vertical-align: middle; }

.password-page td input {
  margin: 0 !important; }

.password-page .verified {
  color: #0ba575; }

.password-page .unverified {
  color: #ffae00; }

.template-lesson-page .lesson-not-complete {
  color: #333333;
  text-decoration: underline; }

.template-about .employee-profile-container {
  display: flex;
  flex-direction: column;
  align-items: center; }
  .template-about .employee-profile-container img {
    width: 358px;
    height: 338px;
    object-fit: cover;
    border-radius: 15px;
    margin-bottom: 22px; }
  .template-about .employee-profile-container h2 {
    font-size: 20px;
    margin-bottom: 0px;
    width: 358px; }
  .template-about .employee-profile-container h3 {
    font-size: 20px;
    margin-bottom: 8px;
    width: 358px; }
  .template-about .employee-profile-container p {
    max-width: 358px;
    font-size: 16px;
    line-height: 24px; }

.template-about .dog-profile-container {
  display: flex;
  flex-direction: column;
  align-items: center; }
  .template-about .dog-profile-container img, .template-about .dog-profile-container h2, .template-about .dog-profile-container h3, .template-about .dog-profile-container p {
    width: 270px; }
  .template-about .dog-profile-container img {
    height: 338px;
    object-fit: cover;
    border-radius: 15px;
    margin-bottom: 22px; }
  .template-about .dog-profile-container h2 {
    font-family: NunitoSans-Light, Arial, Helvetica, sans-serif;
    font-size: 20px;
    margin-bottom: 0px; }
  .template-about .dog-profile-container h3 {
    font-family: NunitoSans-Bold, Arial, Helvetica, sans-serif;
    font-size: 20px;
    margin-bottom: 8px; }
  .template-about .dog-profile-container p {
    font-family: NunitoSans-Regular, Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 24px; }

.award-image-container {
  display: inline-block;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  text-align: center; }
  @media screen and (max-width: 33.74875em) {
    .award-image-container {
      width: 100%; } }
.about-white-callout {
  background-color: white;
  border-radius: 25px;
  padding: 40px;
  box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.15); }

.about-image {
  border-radius: 100px; }
  @media print, screen and (max-width: 54.49875em) {
    .about-image .center-on-small-xsmall {
      text-align: center;
      margin-top: 20px; } }
.template-tlevel-page {
  overflow-x: hidden;
  scroll-behavior: smooth;
  /* @import "../components/hero_landing";*/
  /* Accordion styles */ }
  @media print, screen and (min-width: 33.75em) {
    .template-tlevel-page .padding-x-medium {
      padding-left: 6rem;
      padding-right: 6rem; } }
  .template-tlevel-page #calendly, .template-tlevel-page #faq, .template-tlevel-page #valueprop, .template-tlevel-page #qualification, .template-tlevel-page #capabilities, .template-tlevel-page #packages, .template-tlevel-page #calendly, .template-tlevel-page #host {
    scroll-margin-top: 100px; }
  .template-tlevel-page #faq input[type=checkbox] {
    display: none; }
  .template-tlevel-page .value-prop-card {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), 0 8px 16px rgba(0, 0, 0, 0.1); }
  .template-tlevel-page .calendly-container {
    min-height: 600px;
    background: linear-gradient(-45deg, #B3E4B4 -10%, #00A406 40%);
    box-shadow: inset 0px 4px 16px rgba(0, 0, 0, 0.25);
    border-radius: 14px;
    padding: 57px;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    overflow: hidden; }
    .template-tlevel-page .calendly-container .calendly-logo {
      height: 50px;
      width: 200px; }
      @media print, screen and (max-width: 54.49875em) {
        .template-tlevel-page .calendly-container .calendly-logo {
          margin-top: 15px; } }
    .template-tlevel-page .calendly-container .background-element {
      position: absolute;
      width: 86%;
      right: 0; }
    .template-tlevel-page .calendly-container .subheading {
      font-size: 27.4641px;
      color: #fefefe;
      text-shadow: 0px 5.2973px 5.2973px rgba(0, 0, 0, 0.25);
      z-index: 1; }
    .template-tlevel-page .calendly-container .heading {
      font-weight: 800;
      font-size: 63.5676px;
      color: #fefefe;
      text-shadow: 0px 5.2973px 5.2973px rgba(0, 0, 0, 0.25);
      width: 70%;
      z-index: 1; }
    .template-tlevel-page .calendly-container .image-calendly {
      position: absolute;
      right: 15px;
      bottom: 0px;
      z-index: 1; }
    .template-tlevel-page .calendly-container button {
      display: inline-block;
      animation: wiggle 8s infinite; }
      .template-tlevel-page .calendly-container button:hover {
        animation: none; }
    @media print, screen and (max-width: 63.99875em) {
      .template-tlevel-page .calendly-container {
        padding: 25px;
        min-height: 555px; }
        .template-tlevel-page .calendly-container .heading {
          width: 100%;
          line-height: 1.2;
          font-size: 57px;
          margin-bottom: 25px; }
        .template-tlevel-page .calendly-container .subheading {
          font-size: 21px; }
        .template-tlevel-page .calendly-container .image-calendly {
          display: none; }
        .template-tlevel-page .calendly-container .background-element {
          width: auto;
          top: 0;
          opacity: 0.05; } }
@keyframes wiggle {
  0% {
    transform: rotate(0deg); }
  93.75% {
    transform: rotate(0deg); }
  96.25% {
    transform: rotate(5deg); }
  98.75% {
    transform: rotate(-5deg); }
  100% {
    transform: rotate(0deg); } }
  .template-tlevel-page .text-right {
    text-align: right; }
  .template-tlevel-page .logo-container {
    background-color: #fefefe;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 15px 0px 20px 0px; }
    .template-tlevel-page .logo-container img {
      margin: 0px 25px; }
    @media print, screen and (max-width: 54.49875em) {
      .template-tlevel-page .logo-container img {
        margin: 8px 16px; } }
    .template-tlevel-page .logo-container .mini-heading {
      font-size: 1rem;
      margin-bottom: 0px; }
  .template-tlevel-page .justify-change {
    justify-content: end; }
    @media print, screen and (max-width: 54.49875em) {
      .template-tlevel-page .justify-change {
        justify-content: center; } }
  .template-tlevel-page #main-body-content {
    overflow-x: hidden; }
  .template-tlevel-page .nav-container {
    top: 26px; }
  .template-tlevel-page .email {
    background-color: #076346;
    position: fixed;
    width: 100%;
    font-size: 14px;
    min-height: 15px;
    top: 0;
    z-index: 13;
    text-align: center;
    padding: 3px 0; }
    .template-tlevel-page .email a {
      color: #fefefe;
      position: relative;
      bottom: 1px; }
  .template-tlevel-page .task-container .task {
    overflow: hidden;
    border-radius: 4px;
    transition: 0.5s ease;
    position: relative;
    width: 100%;
    height: 360px;
    background: linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6));
    padding: 18px;
    box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.15);
    border-bottom: 10px solid #0ba575; }
    .template-tlevel-page .task-container .task img {
      width: 100%;
      height: 200px;
      object-fit: cover;
      transition: 0.5s ease-in-out;
      position: absolute;
      top: 0;
      left: 0; }
    .template-tlevel-page .task-container .task .text {
      position: absolute;
      top: 210px;
      right: 18px;
      left: 18px;
      transition: 0.5s ease-in-out; }
      .template-tlevel-page .task-container .task .text h3 {
        font-size: 1.4rem; }
      .template-tlevel-page .task-container .task .text p {
        -webkit-line-clamp: 2;
        overflow: hidden;
        margin-bottom: 0px;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        height: auto;
        line-height: 30px; }
    .template-tlevel-page .task-container .task:hover {
      background: linear-gradient(white, white);
      box-shadow: none;
      border-color: #e7f6f1; }
      .template-tlevel-page .task-container .task:hover img {
        width: 100px;
        height: 60px;
        border-radius: 10px;
        top: 15px;
        left: 15px; }
      .template-tlevel-page .task-container .task:hover .text {
        top: 80px; }
        .template-tlevel-page .task-container .task:hover .text h3 {
          color: black; }
        .template-tlevel-page .task-container .task:hover .text p {
          opacity: 1;
          -webkit-line-clamp: 99; }
  .template-tlevel-page .question-container {
    padding: 25px 0;
    background-color: #e7f6f1; }
    .template-tlevel-page .question-container .grid-container {
      flex-wrap: wrap; }
      @media print, screen and (max-width: 54.49875em) {
        .template-tlevel-page .question-container .grid-container {
          justify-content: center !important;
          text-align: center; }
          .template-tlevel-page .question-container .grid-container button {
            margin-top: 10px; } }
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateY(10%); }
  100% {
    opacity: 1;
    transform: translate(0); } }
  .template-tlevel-page .hero-banner {
    background-color: #0ba575;
    position: relative;
    overflow: hidden; }
    .template-tlevel-page .hero-banner .top-square {
      background: linear-gradient(104.41deg, #00A406 35.8%, rgba(0, 164, 6, 0) 76.82%);
      position: absolute;
      left: 10%;
      width: 45%;
      top: 0;
      height: 100%; }
    .template-tlevel-page .hero-banner .bottom-square {
      background: radial-gradient(90.64% 100% at 100% 100%, #C4384F 0%, rgba(157, 111, 57, 0.04) 82.29%, rgba(196, 56, 79, 0) 100%);
      bottom: 0;
      right: 0;
      position: absolute;
      width: 30%;
      height: 80%;
      opacity: 0.7; }
    .template-tlevel-page .hero-banner .top-square-2 {
      background: linear-gradient(104.41deg, rgba(14, 133, 19, 0.89) 35.8%, rgba(0, 164, 6, 0) 76.82%);
      position: absolute;
      left: 0;
      width: 35%;
      top: 0;
      height: 100%; }
    .template-tlevel-page .hero-banner .hero-image {
      width: 90%;
      height: 550px;
      animation: revealRight 1s cubic-bezier(0.23, 1, 0.75, 1) forwards;
      object-fit: cover; }
    @media print, screen and (max-width: 54.49875em) {
      .template-tlevel-page .hero-banner .top-square {
        display: none; }
      .template-tlevel-page .hero-banner .top-square-2 {
        background: linear-gradient(104.41deg, rgba(14, 133, 19, 0.7) 29%, rgba(0, 164, 6, 0.5) 100%);
        width: 100%; }
      .template-tlevel-page .hero-banner .hero-image {
        width: 100%; } }
    .template-tlevel-page .hero-banner .gradient {
      position: absolute;
      right: 0;
      bottom: 0;
      opacity: 0.5; }
    .template-tlevel-page .hero-banner .banner-float {
      padding: 50px;
      position: absolute;
      z-index: 9;
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: center;
      flex-direction: column; }
      .template-tlevel-page .hero-banner .banner-float h1 {
        color: white;
        font-size: 50px;
        width: 35%;
        line-height: 123.4%; }
      @media only screen and (max-width: 1400px) {
        .template-tlevel-page .hero-banner .banner-float h1 {
          width: 41%; } }
      @media print, screen and (max-width: 87.49875em) {
        .template-tlevel-page .hero-banner .banner-float h1 {
          width: 50%; } }
      @media print, screen and (max-width: 54.49875em) {
        .template-tlevel-page .hero-banner .banner-float {
          padding: 20px; }
          .template-tlevel-page .hero-banner .banner-float h1 {
            width: 100%; } }
      .template-tlevel-page .hero-banner .banner-float h2 {
        color: white;
        font-size: 18px; }
  .template-tlevel-page .round-container {
    position: relative;
    height: 400px; }
    .template-tlevel-page .round-container .image-one, .template-tlevel-page .round-container .image-two, .template-tlevel-page .round-container .image-three {
      border-radius: 1000px;
      position: absolute; }
    .template-tlevel-page .round-container .image-two {
      height: 200px;
      width: 200px;
      border: 10px solid #f3f3f3;
      right: -80px;
      top: -50px; }
    .template-tlevel-page .round-container .image-three {
      height: 200px;
      width: 200px;
      border: 10px solid #f3f3f3;
      left: -80px;
      bottom: -50px; }
  @media print, screen and (min-width: 54.5em) {
    .template-tlevel-page .padding-right-on-medium {
      padding-right: 100px; } }
  .template-tlevel-page .question {
    height: 100px;
    width: 100%;
    background-color: white; }
  .template-tlevel-page input {
    position: absolute;
    opacity: 0;
    z-index: -1; }
  .template-tlevel-page .row {
    display: flex; }
    .template-tlevel-page .row .col {
      flex: 1; }
      .template-tlevel-page .row .col:last-child {
        margin-left: 1em; }
  .template-tlevel-page .tabs {
    border: 0;
    background-color: #fefefe;
    box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.15);
    border-radius: 6px;
    overflow: hidden; }
  .template-tlevel-page .tab {
    width: 100%;
    color: black;
    overflow: hidden;
    border-bottom: 0.75px solid #cdcdcd; }
    .template-tlevel-page .tab-label {
      display: flex;
      justify-content: space-between;
      padding: 25px 20px;
      background: #fefefe;
      font-weight: 700;
      cursor: pointer;
      margin: 0;
      transition: 0.5s ease;
      bottom: 0;
      top: 0;
      font-size: 1.1rem;
      /* Icon */ }
      .template-tlevel-page .tab-label:hover {
        background: #e7f6f1;
        color: #09845e; }
      .template-tlevel-page .tab-label::after {
        content: "\276F";
        width: 1em;
        height: 1em;
        text-align: center;
        transition: all .35s; }
    .template-tlevel-page .tab-content {
      max-height: 0;
      padding: 0 1em;
      color: white;
      background: white;
      font-weight: 500;
      line-height: 1.5;
      transition: all .35s; }
    .template-tlevel-page .tab-close {
      display: flex;
      justify-content: flex-end;
      padding: 10px 5px;
      font-size: 0.75em;
      background: black;
      cursor: pointer; }
      .template-tlevel-page .tab-close:hover {
        background: black; }
  .template-tlevel-page input:checked + .tab-label {
    background: #e7f6f1;
    color: #09845e;
    margin: 0; }
    .template-tlevel-page input:checked + .tab-label::after {
      transform: rotate(90deg) translate(5px, 0px); }
  .template-tlevel-page input:checked ~ .tab-content {
    color: black;
    font-size: 1rem;
    max-height: 100vh;
    padding: 20px 20px; }
  .template-tlevel-page .price.cell {
    border-radius: 7px;
    height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    color: white;
    padding: 22px 11px;
    transition: 0.5s ease; }
    .template-tlevel-page .price.cell:hover {
      transform: translateY(-15px); }
    .template-tlevel-page .price.cell .price-heading {
      display: block;
      font-weight: 800;
      font-size: 24px;
      margin-bottom: 0; }
    .template-tlevel-page .price.cell .price-subheading {
      font-size: 20px;
      bottom: 2px;
      font-weight: 400;
      position: relative; }
    .template-tlevel-page .price.cell .price-number {
      font-size: 20px;
      font-weight: 700; }
    .template-tlevel-page .price.cell .price-unit {
      font-size: 14px;
      font-weight: 600; }
  .template-tlevel-page ul.tlevel-list ul li {
    list-style-type: circle; }

.money2020 {
  background-color: transparent; }
  .money2020 .value-prop-card {
    font-size: 1.15rem; }
    .money2020 .value-prop-card h2 {
      font-size: 1.875rem;
      margin-bottom: 1.875rem; }
    .money2020 .value-prop-card p {
      font-size: 1.15rem; }
  .money2020 .floating-container .floating-text {
    position: absolute;
    bottom: 20px;
    text-align: center;
    width: 100%;
    color: black;
    transition: 0.5s ease; }
    @media print, screen and (min-width: 54.5em) {
      .money2020 .floating-container .floating-text {
        font-size: 1.75rem; } }
  .money2020 .floating-container:hover .floating-text {
    bottom: 50px; }
  .money2020 #bgHead {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    transition: 0.2s ease-in-out; }
  @media print, screen and (max-width: 54.49875em) {
    .money2020 .grid-container {
      padding-left: 20px;
      padding-right: 20px; } }
  .money2020 .step-process {
    display: flex;
    cursor: pointer; }
    .money2020 .step-process .vertical-rectangle {
      height: 150px;
      min-width: 5px;
      margin-right: 20px;
      background-color: #E6E6E6FF;
      transition: all ease-in-out 0.5s; }
      .money2020 .step-process .vertical-rectangle.selected {
        background-color: #0a4; }
    .money2020 .step-process:hover .vertical-rectangle {
      background-color: #5ac084; }
    .money2020 .step-process .step-text {
      display: flex;
      justify-content: center;
      flex-direction: column; }
  .money2020 .hero-improved strong, .money2020 .hero-improved h3 {
    font-weight: 700; }
  .money2020 .hero-improved .hero-left {
    display: flex;
    align-items: center; }
    .money2020 .hero-improved .hero-left .hero-upper-title {
      font-style: normal;
      font-weight: 700;
      font-size: 18px;
      color: #48464D;
      margin-bottom: 12px; }
      .money2020 .hero-improved .hero-left .hero-upper-title.meet-the-team {
        margin-top: 3rem; }
    .money2020 .hero-improved .hero-left .hero-title {
      font-size: 34px;
      font-style: normal;
      font-weight: 700;
      font-size: 48px;
      line-height: 57px;
      color: #333333; }
    .money2020 .hero-improved .hero-left .hero-buttons {
      bottom: 0px;
      left: 0px; }
      @media print, screen and (max-width: 54.49875em) {
        .money2020 .hero-improved .hero-left .hero-buttons {
          text-align: center;
          width: 100%;
          margin-bottom: 20px; } }
      .money2020 .hero-improved .hero-left .hero-buttons .min-green {
        margin-right: 20px; }

@keyframes shrink {
  from {
    scale: 1.2; }
  to {
    scale: 1; } }
  .money2020 .hero-improved .hero-right {
    position: relative; }
    @media print, screen and (max-width: 54.49875em) {
      .money2020 .hero-improved .hero-right {
        margin-top: 4rem; } }
    .money2020 .hero-improved .hero-right .image-overlay-parent {
      position: relative;
      display: inline-flex; }
      .money2020 .hero-improved .hero-right .image-overlay-parent .decorative-element-down {
        z-index: 3;
        position: absolute;
        bottom: -40px;
        left: -27px; }
      .money2020 .hero-improved .hero-right .image-overlay-parent .decorative-element-up {
        z-index: 3;
        position: absolute;
        right: -20px; }
      .money2020 .hero-improved .hero-right .image-overlay-parent .background-shape {
        border: 3px solid #F4F4F4;
        border-radius: 17px;
        background-color: #ededed;
        overflow: hidden;
        top: 20px;
        width: 100%; }
      .money2020 .hero-improved .hero-right .image-overlay-parent .front-shape {
        display: inline-table;
        align-items: end;
        z-index: 1;
        position: relative; }
        .money2020 .hero-improved .hero-right .image-overlay-parent .front-shape img {
          object-fit: cover;
          transition: ease 1.2s;
          border: 3px solid #F4F4F4;
          border-radius: 17px;
          background-color: #F4F4F4; }
      .money2020 .hero-improved .hero-right .image-overlay-parent .animate {
        animation: shrink 0.4s ease-in-out; }
      .money2020 .hero-improved .hero-right .image-overlay-parent .background-shape {
        position: absolute;
        left: 25px;
        height: 100%; }
  .money2020 .hero-improved .hero-text-content {
    max-width: 470px;
    position: relative;
    display: inline-block;
    text-align: left; }
  @media print, screen and (max-width: 54.49875em) {
    .money2020 .hero-improved .sub-hero-buttons {
      text-align: center;
      width: 100%;
      margin-bottom: 20px; } }
@keyframes grow {
  0% {
    width: 0;
    transform: none; }
  50% {
    width: 105%; }
  75% {
    transform: none; }
  100% {
    transform: rotate(-4deg) skew(-1deg, -1deg); } }

@keyframes growcustom {
  10% {
    transform: none;
    width: 0; }
  25% {
    width: 105%; }
  87% {
    transform: none; }
  100% {
    transform: rotate(-1deg) skew(-1deg, -1deg); } }
  .money2020 .green-word {
    display: inline;
    position: relative;
    z-index: 2; }
    .money2020 .green-word .word-inner {
      z-index: 2;
      color: white; }
    .money2020 .green-word .green-shape {
      z-index: -1;
      width: 105%;
      height: 76%;
      background-color: #0ba575;
      position: absolute;
      left: -10px;
      top: 7px;
      transform: rotate(-4deg) skew(-1deg, -1deg);
      animation: grow 1.4s ease;
      border-radius: 1px; }
      .money2020 .green-word .green-shape.custom {
        animation: growcustom 3.4s ease;
        transform: rotate(-1deg) skew(-1deg, -1deg); }
      .money2020 .green-word .green-shape.small {
        left: -5px;
        animation: none; }
  .money2020 .image-formatter {
    display: flex;
    justify-content: center;
    align-items: center; }
    .money2020 .image-formatter img {
      border-radius: 17px; }
  .money2020 .carousel-standard {
    padding-bottom: 30px;
    width: 100%; }
    .money2020 .carousel-standard .flickity-button {
      opacity: 0.4; }
    .money2020 .carousel-standard .carousel-cell {
      width: 600px;
      min-height: 250px;
      background: white;
      box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
      border-radius: 20px;
      display: flex;
      padding: 25px 25px;
      opacity: 0.5;
      scale: 0.7;
      transition: scale 0.25s ease;
      margin-bottom: 40px; }
      @media print, screen and (max-width: 54.49875em) {
        .money2020 .carousel-standard .carousel-cell {
          flex-direction: column;
          gap: 0px;
          width: 325px;
          margin-bottom: 20px; } }
      .money2020 .carousel-standard .carousel-cell .text-container {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        font-size: 16px; }
      .money2020 .carousel-standard .carousel-cell.is-selected {
        opacity: 1;
        scale: 0.8; }
      .money2020 .carousel-standard .carousel-cell img {
        width: 90px;
        height: 90px;
        border-radius: 100px;
        margin-right: 25px;
        object-fit: cover; }
    .money2020 .carousel-standard img {
      border-radius: 20px;
      margin: 0px 5px; }
  .money2020 .services {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    .money2020 .services .service {
      margin: 0px 10px;
      text-align: center; }
      .money2020 .services .service img {
        border-radius: 4px;
        margin-bottom: 5px; }
        @media print, screen and (max-width: 54.49875em) {
          .money2020 .services .service img {
            width: 150px;
            height: 150px;
            object-fit: cover; } }
  .money2020 .squiggle {
    background: url("/static/site-images/background-element.svg?8b1743c96f11");
    background-repeat: no-repeat;
    overflow: auto;
    background-size: cover; }
    @media print, screen and (max-width: 54.49875em) {
      .money2020 .squiggle {
        background-position-x: right;
        height: 200%; } }
  .money2020 .call-to-action-container {
    display: flex;
    justify-content: space-around;
    height: 250px;
    align-items: center;
    padding: 50px 25px 0px 25px; }
    @media print, screen and (max-width: 54.49875em) {
      .money2020 .call-to-action-container {
        flex-direction: column;
        justify-content: center; } }
    .money2020 .call-to-action-container h2 {
      color: white;
      margin-bottom: 11px;
      font-style: normal;
      font-weight: 700;
      font-size: 47.2189px;
      line-height: 108.4%;
      /* or 51px */
      letter-spacing: -0.02em; }
      @media print, screen and (max-width: 87.49875em) {
        .money2020 .call-to-action-container h2 {
          font-size: 35px; } }
    .money2020 .call-to-action-container button {
      width: 250px;
      border: 0px; }
      @media print, screen and (max-width: 63.99875em) {
        .money2020 .call-to-action-container button {
          width: 100%; } }
/*







// Generic components

@include foundation-button-group;
@include foundation-close-button;
@include foundation-label;
@include foundation-progress-bar;
@include foundation-slider;
@include foundation-switch;
@include foundation-table;
// Basic components
@include foundation-badge;
@include foundation-breadcrumbs;
@include foundation-callout;
@include foundation-card;
@include foundation-dropdown;
@include foundation-pagination;
@include foundation-tooltip;

// Containers
@include foundation-accordion;
@include foundation-media-object;
@include foundation-orbit;
@include foundation-responsive-embed;

@include foundation-thumbnail;
// Menu-based containers
@include foundation-menu;
@include foundation-menu-icon;
@include foundation-accordion-menu;
@include foundation-drilldown-menu;
@include foundation-dropdown-menu;

// Layout components
@include foundation-off-canvas;
@include foundation-reveal;
@include foundation-sticky;
@include foundation-title-bar;
@include foundation-top-bar;



// Helpers
@include foundation-float-classes;
// @include foundation-flex-classes;
@include foundation-visibility-classes;
// @include foundation-prototype-classes;


*/

/*!
 * Font Awesome Free 5.10.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,.fab,.fad,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s linear infinite;animation:fa-spin 2s linear infinite}.fa-pulse{-webkit-animation:fa-spin 1s steps(8) infinite;animation:fa-spin 1s steps(8) infinite}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-acquisitions-incorporated:before{content:"\f6af"}.fa-ad:before{content:"\f641"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adobe:before{content:"\f778"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-air-freshener:before{content:"\f5d0"}.fa-airbnb:before{content:"\f834"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-alipay:before{content:"\f642"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-ankh:before{content:"\f644"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-alt:before{content:"\f5d1"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-artstation:before{content:"\f77a"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-atlassian:before{content:"\f77b"}.fa-atom:before{content:"\f5d2"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-baby:before{content:"\f77c"}.fa-baby-carriage:before{content:"\f77d"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-bacon:before{content:"\f7e5"}.fa-balance-scale:before{content:"\f24e"}.fa-balance-scale-left:before{content:"\f515"}.fa-balance-scale-right:before{content:"\f516"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-battle-net:before{content:"\f835"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bezier-curve:before{content:"\f55b"}.fa-bible:before{content:"\f647"}.fa-bicycle:before{content:"\f206"}.fa-biking:before{content:"\f84a"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-biohazard:before{content:"\f780"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blender:before{content:"\f517"}.fa-blender-phone:before{content:"\f6b6"}.fa-blind:before{content:"\f29d"}.fa-blog:before{content:"\f781"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-dead:before{content:"\f6b7"}.fa-book-medical:before{content:"\f7e6"}.fa-book-open:before{content:"\f518"}.fa-book-reader:before{content:"\f5da"}.fa-bookmark:before{content:"\f02e"}.fa-bootstrap:before{content:"\f836"}.fa-border-all:before{content:"\f84c"}.fa-border-none:before{content:"\f850"}.fa-border-style:before{content:"\f853"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-box-open:before{content:"\f49e"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-bread-slice:before{content:"\f7ec"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-buffer:before{content:"\f837"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-business-time:before{content:"\f64a"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-day:before{content:"\f783"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-calendar-week:before{content:"\f784"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-campground:before{content:"\f6bb"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-candy-cane:before{content:"\f786"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-car-alt:before{content:"\f5de"}.fa-car-battery:before{content:"\f5df"}.fa-car-crash:before{content:"\f5e1"}.fa-car-side:before{content:"\f5e4"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-carrot:before{content:"\f787"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cash-register:before{content:"\f788"}.fa-cat:before{content:"\f6be"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-centos:before{content:"\f789"}.fa-certificate:before{content:"\f0a3"}.fa-chair:before{content:"\f6c0"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-charging-station:before{content:"\f5e7"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-cheese:before{content:"\f7ef"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-chromecast:before{content:"\f838"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-city:before{content:"\f64f"}.fa-clinic-medical:before{content:"\f7f2"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-meatball:before{content:"\f73b"}.fa-cloud-moon:before{content:"\f6c3"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-cloud-rain:before{content:"\f73d"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-cloud-sun:before{content:"\f6c4"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-dollar:before{content:"\f651"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-medical:before{content:"\f7f5"}.fa-comment-slash:before{content:"\f4b3"}.fa-comments:before{content:"\f086"}.fa-comments-dollar:before{content:"\f653"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-compress-arrows-alt:before{content:"\f78c"}.fa-concierge-bell:before{content:"\f562"}.fa-confluence:before{content:"\f78d"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-cotton-bureau:before{content:"\f89e"}.fa-couch:before{content:"\f4b8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-credit-card:before{content:"\f09d"}.fa-critical-role:before{content:"\f6c9"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-cross:before{content:"\f654"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-crutch:before{content:"\f7f7"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-delicious:before{content:"\f1a5"}.fa-democrat:before{content:"\f747"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-dev:before{content:"\f6cc"}.fa-deviantart:before{content:"\f1bd"}.fa-dharmachakra:before{content:"\f655"}.fa-dhl:before{content:"\f790"}.fa-diagnoses:before{content:"\f470"}.fa-diaspora:before{content:"\f791"}.fa-dice:before{content:"\f522"}.fa-dice-d20:before{content:"\f6cf"}.fa-dice-d6:before{content:"\f6d1"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-directions:before{content:"\f5eb"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dog:before{content:"\f6d3"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-dragon:before{content:"\f6d5"}.fa-draw-polygon:before{content:"\f5ee"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.fa-dumpster:before{content:"\f793"}.fa-dumpster-fire:before{content:"\f794"}.fa-dungeon:before{content:"\f6d9"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edit:before{content:"\f044"}.fa-egg:before{content:"\f7fb"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-text:before{content:"\f658"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-ethernet:before{content:"\f796"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-evernote:before{content:"\f839"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fan:before{content:"\f863"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-fedex:before{content:"\f797"}.fa-fedora:before{content:"\f798"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-figma:before{content:"\f799"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-csv:before{content:"\f6dd"}.fa-file-download:before{content:"\f56d"}.fa-file-excel:before{content:"\f1c3"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-upload:before{content:"\f574"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-alt:before{content:"\f7e4"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-fist-raised:before{content:"\f6de"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flag-usa:before{content:"\f74d"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frog:before{content:"\f52e"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-funnel-dollar:before{content:"\f662"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-ghost:before{content:"\f6e2"}.fa-gift:before{content:"\f06b"}.fa-gifts:before{content:"\f79c"}.fa-git:before{content:"\f1d3"}.fa-git-alt:before{content:"\f841"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-cheers:before{content:"\f79f"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glass-whiskey:before{content:"\f7a0"}.fa-glasses:before{content:"\f530"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-globe-europe:before{content:"\f7a2"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-gopuram:before{content:"\f664"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-lines:before{content:"\f7a4"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-guitar:before{content:"\f7a6"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-hamburger:before{content:"\f805"}.fa-hammer:before{content:"\f6e3"}.fa-hamsa:before{content:"\f665"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-middle-finger:before{content:"\f806"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-handshake:before{content:"\f2b5"}.fa-hanukiah:before{content:"\f6e6"}.fa-hard-hat:before{content:"\f807"}.fa-hashtag:before{content:"\f292"}.fa-hat-wizard:before{content:"\f6e8"}.fa-haykal:before{content:"\f666"}.fa-hdd:before{content:"\f0a0"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heart-broken:before{content:"\f7a9"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-highlighter:before{content:"\f591"}.fa-hiking:before{content:"\f6ec"}.fa-hippo:before{content:"\f6ed"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hockey-puck:before{content:"\f453"}.fa-holly-berry:before{content:"\f7aa"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-horse:before{content:"\f6f0"}.fa-horse-head:before{content:"\f7ab"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hot-tub:before{content:"\f593"}.fa-hotdog:before{content:"\f80f"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-house-damage:before{content:"\f6f1"}.fa-houzz:before{content:"\f27c"}.fa-hryvnia:before{content:"\f6f2"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-ice-cream:before{content:"\f810"}.fa-icicles:before{content:"\f7ad"}.fa-icons:before{content:"\f86d"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-igloo:before{content:"\f7ae"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-instagram:before{content:"\f16d"}.fa-intercom:before{content:"\f7af"}.fa-internet-explorer:before{content:"\f26b"}.fa-invision:before{content:"\f7b0"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itch-io:before{content:"\f83a"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi:before{content:"\f669"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-jira:before{content:"\f7b1"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-journal-whills:before{content:"\f66a"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-kaaba:before{content:"\f66b"}.fa-kaggle:before{content:"\f5fa"}.fa-key:before{content:"\f084"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-khanda:before{content:"\f66d"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kiwi-bird:before{content:"\f535"}.fa-korvue:before{content:"\f42f"}.fa-landmark:before{content:"\f66f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laptop-medical:before{content:"\f812"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-layer-group:before{content:"\f5fd"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-luggage-cart:before{content:"\f59d"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mail-bulk:before{content:"\f674"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-markdown:before{content:"\f60f"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mask:before{content:"\f6fa"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-mendeley:before{content:"\f7b3"}.fa-menorah:before{content:"\f676"}.fa-mercury:before{content:"\f223"}.fa-meteor:before{content:"\f753"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microscope:before{content:"\f610"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mitten:before{content:"\f7b5"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-mosque:before{content:"\f678"}.fa-motorcycle:before{content:"\f21c"}.fa-mountain:before{content:"\f6fc"}.fa-mouse-pointer:before{content:"\f245"}.fa-mug-hot:before{content:"\f7b6"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neos:before{content:"\f612"}.fa-network-wired:before{content:"\f6ff"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-oil-can:before{content:"\f613"}.fa-old-republic:before{content:"\f510"}.fa-om:before{content:"\f679"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-osi:before{content:"\f41a"}.fa-otter:before{content:"\f700"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-pager:before{content:"\f815"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-parking:before{content:"\f540"}.fa-passport:before{content:"\f5ab"}.fa-pastafarianism:before{content:"\f67b"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-peace:before{content:"\f67c"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-penny-arcade:before{content:"\f704"}.fa-people-carry:before{content:"\f4ce"}.fa-pepper-hot:before{content:"\f816"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-person-booth:before{content:"\f756"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-alt:before{content:"\f879"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-square-alt:before{content:"\f87b"}.fa-phone-volume:before{content:"\f2a0"}.fa-photo-video:before{content:"\f87c"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-pizza-slice:before{content:"\f818"}.fa-place-of-worship:before{content:"\f67f"}.fa-plane:before{content:"\f072"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poll:before{content:"\f681"}.fa-poll-h:before{content:"\f682"}.fa-poo:before{content:"\f2fe"}.fa-poo-storm:before{content:"\f75a"}.fa-poop:before{content:"\f619"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-pray:before{content:"\f683"}.fa-praying-hands:before{content:"\f684"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-quran:before{content:"\f687"}.fa-r-project:before{content:"\f4f7"}.fa-radiation:before{content:"\f7b9"}.fa-radiation-alt:before{content:"\f7ba"}.fa-rainbow:before{content:"\f75b"}.fa-random:before{content:"\f074"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-reacteurope:before{content:"\f75d"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redhat:before{content:"\f7bc"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-remove-format:before{content:"\f87d"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-republican:before{content:"\f75e"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-restroom:before{content:"\f7bd"}.fa-retweet:before{content:"\f079"}.fa-rev:before{content:"\f5b2"}.fa-ribbon:before{content:"\f4d6"}.fa-ring:before{content:"\f70b"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-route:before{content:"\f4d7"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-vertical:before{content:"\f548"}.fa-running:before{content:"\f70c"}.fa-rupee-sign:before{content:"\f156"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-salesforce:before{content:"\f83b"}.fa-sass:before{content:"\f41e"}.fa-satellite:before{content:"\f7bf"}.fa-satellite-dish:before{content:"\f7c0"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-scroll:before{content:"\f70e"}.fa-sd-card:before{content:"\f7c2"}.fa-search:before{content:"\f002"}.fa-search-dollar:before{content:"\f688"}.fa-search-location:before{content:"\f689"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-shapes:before{content:"\f61f"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shower:before{content:"\f2cc"}.fa-shuttle-van:before{content:"\f5b6"}.fa-sign:before{content:"\f4d9"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signature:before{content:"\f5b7"}.fa-sim-card:before{content:"\f7c4"}.fa-simplybuilt:before{content:"\f215"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skating:before{content:"\f7c5"}.fa-sketch:before{content:"\f7c6"}.fa-skiing:before{content:"\f7c9"}.fa-skiing-nordic:before{content:"\f7ca"}.fa-skull:before{content:"\f54c"}.fa-skull-crossbones:before{content:"\f714"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-slash:before{content:"\f715"}.fa-sleigh:before{content:"\f7cc"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-wink:before{content:"\f4da"}.fa-smog:before{content:"\f75f"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-sms:before{content:"\f7cd"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowboarding:before{content:"\f7ce"}.fa-snowflake:before{content:"\f2dc"}.fa-snowman:before{content:"\f7d0"}.fa-snowplow:before{content:"\f7d2"}.fa-socks:before{content:"\f696"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-down-alt:before{content:"\f881"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-down-alt:before{content:"\f884"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-amount-up-alt:before{content:"\f885"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-sourcetree:before{content:"\f7d3"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-speaker-deck:before{content:"\f83c"}.fa-spell-check:before{content:"\f891"}.fa-spider:before{content:"\f717"}.fa-spinner:before{content:"\f110"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-square-root-alt:before{content:"\f698"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stackpath:before{content:"\f842"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-and-crescent:before{content:"\f699"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-star-of-david:before{content:"\f69a"}.fa-star-of-life:before{content:"\f621"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-suse:before{content:"\f7d6"}.fa-swatchbook:before{content:"\f5c3"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-symfony:before{content:"\f83d"}.fa-synagogue:before{content:"\f69b"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-temperature-high:before{content:"\f769"}.fa-temperature-low:before{content:"\f76b"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-tenge:before{content:"\f7d7"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-the-red-yeti:before{content:"\f69d"}.fa-theater-masks:before{content:"\f630"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-think-peaks:before{content:"\f731"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tired:before{content:"\f5c8"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toilet:before{content:"\f7d8"}.fa-toilet-paper:before{content:"\f71e"}.fa-toolbox:before{content:"\f552"}.fa-tools:before{content:"\f7d9"}.fa-tooth:before{content:"\f5c9"}.fa-torah:before{content:"\f6a0"}.fa-torii-gate:before{content:"\f6a1"}.fa-tractor:before{content:"\f722"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-traffic-light:before{content:"\f637"}.fa-train:before{content:"\f238"}.fa-tram:before{content:"\f7da"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-trash-restore:before{content:"\f829"}.fa-trash-restore-alt:before{content:"\f82a"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-ubuntu:before{content:"\f7df"}.fa-uikit:before{content:"\f403"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-ups:before{content:"\f7e0"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-injured:before{content:"\f728"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-nurse:before{content:"\f82f"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-cog:before{content:"\f509"}.fa-usps:before{content:"\f7e1"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vihara:before{content:"\f6a7"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-voicemail:before{content:"\f897"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-mute:before{content:"\f6a9"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vote-yea:before{content:"\f772"}.fa-vr-cardboard:before{content:"\f729"}.fa-vuejs:before{content:"\f41f"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-warehouse:before{content:"\f494"}.fa-water:before{content:"\f773"}.fa-wave-square:before{content:"\f83e"}.fa-waze:before{content:"\f83f"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-wind:before{content:"\f72e"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-wine-bottle:before{content:"\f72f"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wpressr:before{content:"\f3e4"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yammer:before{content:"\f840"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yarn:before{content:"\f7e3"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yin-yang:before{content:"\f6ad"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:normal;font-display:auto;src:url(https://static.mypocketskill.com/static/libs/%40fortawesome/fontawesome-free/webfonts/fa-brands-400.eot);src:url(https://static.mypocketskill.com/static/libs/%40fortawesome/fontawesome-free/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(https://static.mypocketskill.com/static/libs/%40fortawesome/fontawesome-free/webfonts/fa-brands-400.woff2) format("woff2"),url(https://static.mypocketskill.com/static/libs/%40fortawesome/fontawesome-free/webfonts/fa-brands-400.woff) format("woff"),url(https://static.mypocketskill.com/static/libs/%40fortawesome/fontawesome-free/webfonts/fa-brands-400.ttf) format("truetype"),url(https://static.mypocketskill.com/static/libs/%40fortawesome/fontawesome-free/webfonts/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:"Font Awesome 5 Brands"}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:400;font-display:auto;src:url(https://static.mypocketskill.com/static/libs/%40fortawesome/fontawesome-free/webfonts/fa-regular-400.eot);src:url(https://static.mypocketskill.com/static/libs/%40fortawesome/fontawesome-free/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(https://static.mypocketskill.com/static/libs/%40fortawesome/fontawesome-free/webfonts/fa-regular-400.woff2) format("woff2"),url(https://static.mypocketskill.com/static/libs/%40fortawesome/fontawesome-free/webfonts/fa-regular-400.woff) format("woff"),url(https://static.mypocketskill.com/static/libs/%40fortawesome/fontawesome-free/webfonts/fa-regular-400.ttf) format("truetype"),url(https://static.mypocketskill.com/static/libs/%40fortawesome/fontawesome-free/webfonts/fa-regular-400.svg#fontawesome) format("svg")}.far{font-weight:400}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;font-display:auto;src:url(https://static.mypocketskill.com/static/libs/%40fortawesome/fontawesome-free/webfonts/fa-solid-900.eot);src:url(https://static.mypocketskill.com/static/libs/%40fortawesome/fontawesome-free/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(https://static.mypocketskill.com/static/libs/%40fortawesome/fontawesome-free/webfonts/fa-solid-900.woff2) format("woff2"),url(https://static.mypocketskill.com/static/libs/%40fortawesome/fontawesome-free/webfonts/fa-solid-900.woff) format("woff"),url(https://static.mypocketskill.com/static/libs/%40fortawesome/fontawesome-free/webfonts/fa-solid-900.ttf) format("truetype"),url(https://static.mypocketskill.com/static/libs/%40fortawesome/fontawesome-free/webfonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.far,.fas{font-family:"Font Awesome 5 Free"}.fa,.fas{font-weight:900}
.noty_layout_mixin, #noty_layout__top, #noty_layout__topLeft, #noty_layout__topCenter, #noty_layout__topRight, #noty_layout__bottom, #noty_layout__bottomLeft, #noty_layout__bottomCenter, #noty_layout__bottomRight, #noty_layout__center, #noty_layout__centerLeft, #noty_layout__centerRight {
  position: fixed;
  margin: 0;
  font-family:'Inter', sans-serif;
  padding: 0;
  z-index: 9999999;
  -webkit-transform: translateZ(0) scale(1, 1);
          transform: translateZ(0) scale(1, 1);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
  filter: blur(0);
  -webkit-filter: blur(0);
  max-width: 90%; }

#noty_layout__top {
  top: 0;
  left: 5%;
  width: 90%; }

#noty_layout__topLeft {
  top: 20px;
  left: 20px;
  width: 325px; }

#noty_layout__topCenter {
  top: 5%;
  left: 50%;
  width: 325px;
  -webkit-transform: translate(-webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);
          transform: translate(calc(-50% - .5px)) translateZ(0) scale(1, 1); }

#noty_layout__topRight {
  top: 20px;
  right: 20px;
  width: 325px; }

#noty_layout__bottom {
  bottom: 0;
  left: 5%;
  width: 90%; }

#noty_layout__bottomLeft {
  bottom: 20px;
  left: 20px;
  width: 325px; }

#noty_layout__bottomCenter {
  bottom: 5%;
  left: 50%;
  width: 325px;
  -webkit-transform: translate(-webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);
          transform: translate(calc(-50% - .5px)) translateZ(0) scale(1, 1); }

#noty_layout__bottomRight {
  bottom: 20px;
  right: 20px;
  width: 325px; }

#noty_layout__center {
  top: 50%;
  left: 50%;
  width: 325px;
  -webkit-transform: translate(-webkit-calc(-50% - .5px), -webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);
          transform: translate(calc(-50% - .5px), calc(-50% - .5px)) translateZ(0) scale(1, 1); }

#noty_layout__centerLeft {
  top: 50%;
  left: 20px;
  width: 325px;
  -webkit-transform: translate(0, -webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);
          transform: translate(0, calc(-50% - .5px)) translateZ(0) scale(1, 1); }

#noty_layout__centerRight {
  top: 50%;
  right: 20px;
  width: 325px;
  -webkit-transform: translate(0, -webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);
          transform: translate(0, calc(-50% - .5px)) translateZ(0) scale(1, 1); }

.noty_progressbar {
  display: none; }

.noty_has_timeout.noty_has_progressbar .noty_progressbar {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 100%;
  background-color: #000;
  opacity: 1;
  filter: alpha(opacity=10); }

.noty_bar {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate(0, 0) translateZ(0) scale(1, 1);
  -ms-transform: translate(0, 0) scale(1, 1);
      transform: translate(0, 0) scale(1, 1);
  -webkit-font-smoothing: subpixel-antialiased;
  overflow: hidden; }

.noty_effects_open {
  opacity: 0;
  -webkit-transform: translate(50%);
      -ms-transform: translate(50%);
          transform: translate(50%);
  -webkit-animation: noty_anim_in 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
          animation: noty_anim_in 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

.noty_effects_close {
  -webkit-animation: noty_anim_out 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
          animation: noty_anim_out 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

.noty_fix_effects_height {
  -webkit-animation: noty_anim_height 75ms ease-out;
          animation: noty_anim_height 75ms ease-out; }

.noty_close_with_click {
  cursor: pointer; }

.noty_close_button {
  position: absolute;
  top: 2px;
  right: 2px;
  font-weight: bold;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out; }

.noty_close_button:hover {
  background-color: rgba(0, 0, 0, 0.1); }

.noty_modal {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 10000;
  opacity: .3;
  left: 0;
  top: 0; }

.noty_modal.noty_modal_open {
  opacity: 0;
  -webkit-animation: noty_modal_in .3s ease-out;
          animation: noty_modal_in .3s ease-out; }

.noty_modal.noty_modal_close {
  -webkit-animation: noty_modal_out .3s ease-out;
          animation: noty_modal_out .3s ease-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

@-webkit-keyframes noty_modal_in {
  100% {
    opacity: .3; } }

@keyframes noty_modal_in {
  100% {
    opacity: .3; } }

@-webkit-keyframes noty_modal_out {
  100% {
    opacity: 0; } }

@keyframes noty_modal_out {
  100% {
    opacity: 0; } }

@keyframes noty_modal_out {
  100% {
    opacity: 0; } }

@-webkit-keyframes noty_anim_in {
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
    opacity: 1; } }

@keyframes noty_anim_in {
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
    opacity: 1; } }

@-webkit-keyframes noty_anim_out {
  100% {
    -webkit-transform: translate(50%);
            transform: translate(50%);
    opacity: 0; } }

@keyframes noty_anim_out {
  100% {
    -webkit-transform: translate(50%);
            transform: translate(50%);
    opacity: 0; } }

@-webkit-keyframes noty_anim_height {
  100% {
    height: 0; } }

@keyframes noty_anim_height {
  100% {
    height: 0; } }

/*# sourceMappingURL=noty.css.map*/
.noty_theme__semanticui.noty_bar {
  margin: 4px 0;
  overflow: hidden;
  position: relative;
  border: 1px solid transparent;
  font-size: 1em;
  font-weight: 500;
  border-radius: 7px;
  box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.22) inset, 0 0 0 0 transparent; }
  .noty_theme__semanticui.noty_bar .noty_body {
    padding: 1em 1.5em;
    line-height: 1.4285em; }
  .noty_theme__semanticui.noty_bar .noty_buttons {
    padding: 10px; }

.noty_theme__semanticui.noty_type__alert,
.noty_theme__semanticui.noty_type__notification {
  background-color: #f8f8f9;
  color: rgba(0, 0, 0, 0.87); }

.noty_theme__semanticui.noty_type__warning {
  background-color: #fffaf3;
  color: #573a08;
  box-shadow: 0 0 0 1px #c9ba9b inset, 0 0 0 0 transparent; }

.noty_theme__semanticui.noty_type__error {
  background-color: #fff6f6;
  color: #9f3a38;
  box-shadow: 0 0 0 1px #e0b4b4 inset, 0 0 0 0 transparent; }

.noty_theme__semanticui.noty_type__info,
.noty_theme__semanticui.noty_type__information {
  background-color: #f8ffff;
  color: #276f86;
  box-shadow: 0 0 0 1px #a9d5de inset, 0 0 0 0 transparent; }

.noty_theme__semanticui.noty_type__success {
  background-color: #fff;
  box-shadow: 0 0 0 1px rgba(45, 155, 121, 0.15), 0 2px 3px rgba(21, 84, 64, 0.2);
  color: black;
