@charset "UTF-8";
/**
* The gulp-task responsible for styles has an added includePaths to look for sass imports in ./node_modules
*/
/**
* #1 - Settings
* High-level settings and variables, that are accessible in whole project
*/
@import url("https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
/**
* Colors
* Only reference colors from the color implementation section
*/
/**
* #2 - Tools
* High-level mixins and functions, that are accessible in whole project
*/
/**
* #3 - Generic
* Generic – reset and/or normalize styles, box-sizing definition, etc
*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

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

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

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

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

h1, .heading-1, h2, .heading-2, h3, .heading-3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

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

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

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

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

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

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #0056b3;
    text-decoration: underline; }

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

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

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

figure {
  margin: 0 0 1rem; }

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

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

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

th {
  text-align: inherit; }

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

button {
  border-radius: 0; }

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

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

[role="button"] {
  cursor: pointer; }

select {
  word-wrap: normal; }

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical; }

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

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

progress {
  vertical-align: baseline; }

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

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

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

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

output {
  display: inline-block; }

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

template {
  display: none; }

[hidden] {
  display: none !important; }

@-ms-viewport {
  width: device-width; }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

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

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px; } }

@media (min-width: 1024px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 900px; } }

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1196px; } }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 12px;
  padding-left: 12px; }

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%; }

.row-cols-1 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }

.row-cols-2 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%; }

.row-cols-3 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.row-cols-4 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%; }

.row-cols-5 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%; }

.row-cols-6 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }

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

.order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13; }

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

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

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

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

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

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

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

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

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8; }

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9; }

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10; }

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11; }

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12; }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1024px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

/**
* #4 - Elements
* Elements – unclassed HTML elements, redefine browsers' default styling
*/
a {
  color: #2712ca; }
  a:hover {
    color: #2712ca; }

body {
  height: 100%;
  font-family: "Figtree", sans-serif;
  font-size: 1rem;
  color: #222222;
  line-height: 1.4; }
  @media print {
    body {
      color: #000; } }

.button, .search__button {
  background-color: #2712ca;
  color: #fff;
  border: none;
  padding: 2px 12px;
  font-size: 14px;
  border-radius: 14px;
  -webkit-transition: background-color 150ms ease-in-out;
  transition: background-color 150ms ease-in-out; }
  .button:hover, .search__button:hover {
    background-color: #3533e9;
    cursor: pointer; }
  .button[disabled], .search__button[disabled] {
    background-color: #b5b5b5; }

dd,
dt {
  float: left; }

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

dt {
  font-weight: normal;
  margin-right: 8px;
  clear: both; }

h1, .heading-1 {
  font-size: 1.625rem; }
  @media (min-width: 768px) {
    h1, .heading-1 {
      font-size: 2.0625rem; } }
  @media (min-width: 1024px) {
    h1, .heading-1 {
      font-size: 3.125rem;
      line-height: 3.125rem; } }
  @media (min-width: 1200px) {
    h1, .heading-1 {
      font-size: 3.5rem;
      line-height: 3.5rem; } }

h2, .heading-2 {
  font-size: 1.375rem; }
  @media (min-width: 768px) {
    h2, .heading-2 {
      font-size: 1.625rem; } }
  @media (min-width: 1024px) {
    h2, .heading-2 {
      font-size: 2rem; } }

h3, .heading-3 {
  font-size: 1.25rem; }
  @media (min-width: 768px) {
    h3, .heading-3 {
      font-size: 1.5rem; } }
  @media (min-width: 1024px) {
    h3, .heading-3 {
      font-size: 1.875rem; } }

hr {
  border: 2px solid #f2f2f2;
  margin-top: 20px;
  margin-bottom: 20px; }

html {
  height: 100%; }

img {
  max-width: 100%; }

input[type="text"] {
  border: 0;
  width: 100%; }

p {
  font-family: "Figtree", sans-serif;
  margin-bottom: 1.5rem;
  white-space: pre-line; }

/**
* #5 - Objects
* Objects – Reusable parts
*/
.address__name {
  display: block;
  margin-bottom: 0; }

.address__details {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  font-family: "Figtree", sans-serif; }

@media print {
  .address__map {
    width: 50%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; } }

@media print {
  .address__content {
    width: 50%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; } }

.address__header {
  margin-bottom: 20px; }

.address--bottom .address__name {
  font-size: 1.5rem;
  line-height: 1.75rem;
  font-weight: 700; }

.bg {
  padding-top: 64px;
  padding-bottom: 64px; }
  @media (min-width: 768px) {
    .bg {
      padding-top: 72px;
      padding-bottom: 72px; } }
  @media (min-width: 1024px) {
    .bg {
      padding-top: 140px;
      padding-bottom: 140px; } }
  .bg .container {
    padding-bottom: 50px; }
    .bg .container:last-child {
      padding-bottom: initial; }

.bg--blue {
  background-color: #2712ca;
  color: #fff; }

.bg--green-light {
  background-color: #e2eff7; }

.bg--green-dark {
  background-color: #226e66; }

.bg--gray-dark {
  background-color: #454545;
  color: #f2f2f2; }

.bg--gray {
  background-color: #666;
  color: #f2f2f2; }

.bg--gray-light {
  background-color: #f2f2f2; }

.bg--dark {
  background-color: #514c5f;
  color: #fff; }

.border-image {
  border: 4px solid #fff;
  margin-bottom: 2rem; }

.button, .search__button {
  -webkit-appearance: none;
  text-align: center; }
  .button:hover, .search__button:hover {
    color: #fff;
    text-decoration: none; }

.button--large {
  font-size: 1rem;
  line-height: 2;
  border-radius: 22px;
  width: 100%;
  font-weight: 700; }

.button--secondary {
  color: #2712ca;
  background-color: transparent;
  border: 2px solid currentColor; }
  .button--secondary:hover {
    background-color: transparent;
    color: #3533e9; }

.button--tertiary {
  color: #2712ca;
  background-color: transparent; }
  .button--tertiary:hover {
    background-color: transparent;
    color: #3533e9; }

.centerheader {
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (min-width: 1024px) {
    .centerheader {
      margin: 40px 0; } }

.dimmed {
  color: #767676; }

.experience-upload {
  position: relative; }
  .experience-upload input[type='file'] {
    display: none; }
  .experience-upload__button {
    background-color: #fff;
    padding: 10px;
    line-height: 1.25;
    font-size: 1rem;
    cursor: pointer;
    border: 1px solid gray;
    border-radius: 3px;
    position: absolute;
    top: 0;
    left: 0; }

.fact {
  text-align: center;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 110px; }
  @media (min-width: 1024px) {
    .fact {
      text-align: left;
      margin-bottom: 0;
      min-height: 135px; } }

.fact__header {
  color: #454545;
  font-size: 0.875rem;
  margin-bottom: 0;
  margin-top: 5px;
  font-weight: normal;
  opacity: 0.8; }
  @media (min-width: 768px) {
    .fact__header {
      font-size: 1rem; } }

.fact__number {
  font-size: 2.625rem;
  font-weight: 700; }
  @media (min-width: 768px) {
    .fact__number {
      font-size: 3.5rem; } }

.google-map-image__map {
  width: 100%;
  height: 500px;
  position: relative; }
  @media (max-width: 767.98px) {
    .google-map-image__map {
      height: 500px; } }
  @media (min-width: 768px) {
    .google-map-image__map {
      height: 400px; } }
  @media (min-width: 1024px) {
    .google-map-image__map {
      height: 500px; } }
  .google-map-image__map div div {
    border-radius: 5px; }

.icon-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #2712ca; }

.icon-link__icon {
  width: 20px;
  height: 20px;
  margin-right: 1rem;
  fill: currentColor; }

.icon {
  width: 16px;
  height: 16px;
  color: #fff;
  fill: currentColor;
  margin-right: 10px; }

.icon--back {
  color: red; }

.main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

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

.main__footer {
  -ms-flex-negative: 0;
      flex-shrink: 0; }

/**
* Components - Actual component styling
*/
.accordion {
  width: 100%; }
  .accordion__trigger {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 40px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: none;
    background: none;
    margin: 0;
    text-align: left;
    font-weight: 600; }

.accordion__item {
  position: relative;
  overflow: hidden; }
  .accordion__item:first-child .accordion__item-header {
    border-top: 1px solid #ccc; }
  .accordion__item .accordion__item,
  .accordion__item .accordion__subitem {
    color: #333333;
    font-size: 1.25rem; }
  .accordion__item .accordion__item-header,
  .accordion__item .accordion__subitem-header {
    position: relative;
    border-bottom: 1px solid #ccc;
    font-size: 1.375rem;
    padding: 6px 0 0 0; }
    .accordion__item .accordion__item-header:hover,
    .accordion__item .accordion__subitem-header:hover {
      background-color: rgba(240, 240, 240, 0.96); }
    .accordion__item .accordion__item-header h3, .accordion__item .accordion__item-header .heading-3,
    .accordion__item .accordion__subitem-header h3,
    .accordion__item .accordion__subitem-header .heading-3 {
      font-size: 1.375rem; }
    .accordion__item .accordion__item-header h4,
    .accordion__item .accordion__subitem-header h4 {
      font-weight: 300;
      font-size: 1.25rem;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      padding-right: 40px;
      margin-bottom: 0; }
      .accordion__item .accordion__item-header h4 span,
      .accordion__item .accordion__subitem-header h4 span {
        margin-left: 5px;
        color: #767676; }
    .accordion__item .accordion__item-header h3, .accordion__item .accordion__item-header .heading-3,
    .accordion__item .accordion__item-header h4,
    .accordion__item .accordion__subitem-header h3,
    .accordion__item .accordion__subitem-header .heading-3,
    .accordion__item .accordion__subitem-header h4 {
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden; }
    @media screen and (max-width: 767px) {
      .accordion__item .accordion__item-header,
      .accordion__item .accordion__subitem-header {
        padding-left: 0; }
        .accordion__item .accordion__item-header h3, .accordion__item .accordion__item-header .heading-3,
        .accordion__item .accordion__subitem-header h3,
        .accordion__item .accordion__subitem-header .heading-3 {
          font-size: 1.25rem; }
        .accordion__item .accordion__item-header h4,
        .accordion__item .accordion__subitem-header h4 {
          font-size: 1rem; } }
    @media screen and (max-height: 500px) {
      .accordion__item .accordion__item-header,
      .accordion__item .accordion__subitem-header {
        line-height: 40px; } }
  .accordion__item .accordion__subitem-header:focus-within {
    border: 1px solid #000; }
  .accordion__item .accordion__subitem-header.focus-within {
    border: 1px solid #000; }
  .accordion__item .accordion__header-label {
    width: 100%;
    height: 100%;
    z-index: 1;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 80px;
    margin-bottom: 0; }
    @media screen and (max-width: 767px) {
      .accordion__item .accordion__header-label {
        padding-left: 20px; } }
  .accordion__item .accordion__icon {
    position: absolute;
    right: 40px;
    left: initial;
    top: 50%;
    margin-top: -12px;
    width: 24px;
    height: 24px; }
    .accordion__item .accordion__icon svg {
      position: absolute;
      width: 24px;
      height: 23px; }
    .accordion__item .accordion__icon--check svg {
      fill: #2712ca; }
    .accordion__item .accordion__icon--close svg {
      top: 11px; }
    @media screen and (max-width: 767px) {
      .accordion__item .accordion__icon {
        right: 10px; } }

.article-list--light {
  background-color: #fff; }

.article-list--primary {
  background-color: #f3f9fc; }

.article-list--secondary {
  background-color: #fdf5f5; }

.article-list--neutral {
  background-color: #f6f6f6; }

.article-list__header {
  max-width: 780px; }

.article-list__listTitle {
  font-weight: 600;
  margin-bottom: 12px; }
  @media (max-width: 1023.98px) {
    .article-list__listTitle {
      font-size: 1.25rem; } }
  @media (min-width: 768px) {
    .article-list__listTitle {
      font-size: 1.4375rem; } }
  @media (min-width: 1024px) {
    .article-list__listTitle {
      font-size: 1.8125rem; } }

.article-list__listDescription {
  margin-bottom: 20px;
  line-height: 1.4; }
  @media (max-width: 1023.98px) {
    .article-list__listDescription {
      font-size: 1rem; } }
  @media (min-width: 768px) {
    .article-list__listDescription {
      font-size: 1.125rem; } }
  @media (min-width: 1024px) {
    .article-list__listDescription {
      font-size: 1.25rem; } }

.article-list__listLink {
  margin-bottom: 50px;
  color: #2712ca; }

.article-list__row {
  row-gap: 48px;
  margin-top: 48px; }
  @media (min-width: 768px) {
    .article-list__row {
      row-gap: 56px; } }
  @media (min-width: 1024px) {
    .article-list__row {
      margin-top: 56px; } }

.article-list__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px; }

.article-list__header {
  margin-bottom: 20px; }

.article-list__subheader {
  font-weight: 600;
  line-height: 1.2;
  color: #222222;
  margin-bottom: 12px;
  font-size: 1.125rem; }
  @media (min-width: 1024px) {
    .article-list__subheader {
      font-size: 1.25rem; } }

.article-list__manchet {
  margin-bottom: 16px; }

.article-list__item {
  display: block;
  color: #222222; }
  .article-list__item:hover {
    color: #222222;
    text-decoration: none; }
    .article-list__item:hover .article-list__subheader,
    .article-list__item:hover .article-list__link-text {
      text-decoration: underline; }

.article-list__image {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 240px;
  margin-bottom: 24px;
  border-radius: 6px; }
  @media (min-width: 768px) {
    .article-list__image {
      height: 300px; } }
  @media (min-width: 1024px) {
    .article-list__image {
      height: 450px; } }

.article-list__link {
  font-weight: 400;
  color: #2712ca; }

.article-list__link-icon {
  fill: #2712ca;
  height: 12px;
  width: 20px;
  margin-right: 5px; }

.article {
  padding-top: 64px;
  padding-bottom: 0;
  background-color: #f6f6f6;
  font-size: 1rem; }
  @media (max-width: 1023.98px) {
    .article {
      padding-top: 160px; } }
  @media (min-width: 768px) {
    .article {
      padding-top: 176px; } }
  @media (min-width: 1024px) {
    .article {
      padding-top: 246px; } }
  .article--primary {
    background-color: #f3f9fc; }
  .article--secondary {
    background-color: #fdf5f5; }
  @media (min-width: 1024px) {
    .article {
      font-size: 1.125rem; } }

.article__backButton {
  margin-bottom: 78px; }

.article__headerCard {
  max-width: 1196px;
  text-align: center;
  margin-bottom: calc(350px * -1); }

.article__heading {
  font-weight: 600;
  line-height: 1.1; }
  @media (max-width: 767.98px) {
    .article__heading {
      font-size: 1.625rem;
      margin-bottom: 8px; } }
  @media (min-width: 768px) {
    .article__heading {
      font-size: 1.8125rem;
      margin-bottom: 12px; } }
  @media (min-width: 1024px) {
    .article__heading {
      font-size: 2.5625rem;
      margin-bottom: 16px; } }

.article__image {
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 16px;
  height: 500px;
  width: 100%;
  border-radius: 6px; }
  @media (min-width: 1024px) {
    .article__image {
      margin-bottom: 24px; } }

.article__manchet {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 48px; }
  @media (min-width: 1024px) {
    .article__manchet {
      margin-bottom: 72px;
      font-size: 1.4375rem; } }

.article__content {
  background-color: #fff;
  padding-top: 350px;
  margin-bottom: 5rem; }
  .article__content p {
    font-size: 1.125rem;
    margin-bottom: 0.5rem; }
    .article__content p:has(strong) {
      font-size: 1.25rem;
      margin-top: 40px; }

p.article__author {
  max-width: 1196px;
  color: #323232;
  font-size: 0.875rem;
  margin-bottom: 64px;
  text-transform: capitalize; }
  @media (min-width: 1024px) {
    p.article__author {
      margin-bottom: 72px; } }

.border-list {
  border: 2px solid #fff;
  color: #454545;
  list-style: none;
  padding-left: 0; }

.border-list__item {
  border-top: 2px solid #fff;
  padding: 1rem;
  display: block;
  overflow: hidden; }
  .border-list__item:first-child {
    border-top: none; }

.border-list__icon {
  color: #454545;
  width: 59px;
  height: 59px;
  fill: currentColor;
  float: left; }

.border-list__caption {
  color: #454545;
  display: block;
  font-weight: normal; }

.border-list__link {
  display: block;
  font-weight: 700;
  color: #2712ca;
  overflow: hidden; }

.center-hero {
  position: relative; }

.center-hero__cta {
  background-color: #2712ca;
  border-radius: 50%;
  color: #fff;
  min-width: 90px;
  min-height: 90px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 0.875rem;
  text-align: center;
  padding: 14px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.3;
  -webkit-transition: background-color 300ms ease-in-out;
  transition: background-color 300ms ease-in-out;
  border: none; }
  .center-hero__cta:hover {
    color: #fff;
    background-color: #3533e9; }

.center-hero__cta-text {
  max-width: 100%; }

.center-hero__icon {
  margin: 0 0 8px 0; }

.check-list {
  list-style: none;
  padding-left: 0;
  margin-top: 18px;
  margin-bottom: 35px; }
  @media (min-width: 1024px) {
    .check-list {
      margin-bottom: 70px; } }

.check-list__item {
  position: relative;
  line-height: 1.5;
  margin-bottom: 20px;
  margin-left: 28px; }

.check-list__icon {
  position: absolute;
  top: 3px;
  left: -25px; }

.check-list__item--checked .check-list__icon {
  color: #226e66; }

.check-list__item--unchecked {
  color: #767676; }
  .check-list__item--unchecked .check-list__icon {
    color: red; }

.check-list__item--unset {
  color: #767676; }

.check-list__detail {
  font-weight: 700; }

.contact-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #f6f6f6;
  padding: 32px;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  border-radius: 5px;
  margin-bottom: 64px; }
  @media (max-width: 767.98px) {
    .contact-box {
      padding: 24px; } }
  @media (max-width: 1023.98px) {
    .contact-box {
      margin-bottom: 0; } }

.contact-box__title {
  font-weight: 600;
  line-height: 1.1;
  width: 100%;
  margin-bottom: 16px; }
  @media (max-width: 767.98px) {
    .contact-box__title {
      font-size: 1.125rem; } }
  @media (min-width: 768px) {
    .contact-box__title {
      font-size: 1.25rem; } }

.contact-box__section {
  min-width: calc(50% - 0.5rem); }

.contact-box__label {
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 16px; }

.contact-box__text {
  margin-bottom: 0;
  word-break: break-word; }

.download-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
  margin-top: 10px; }

.download-list__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 16px 10px;
  background-color: #f6f6f6;
  border-radius: 5px; }
  .download-list__item--parent {
    border-left: 4px solid #2712ca; }
    .download-list__item--parent::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0px;
      width: 5px;
      height: 100%;
      background-color: #f6f6f6; }
  .download-list__item--child {
    margin-left: 50px; }
    .download-list__item--child::before {
      content: '';
      position: absolute;
      top: 0;
      left: -25px;
      width: 1px;
      height: calc(100% + 10px);
      background-color: #d4d4d4; }
    .download-list__item--child:last-of-type::before {
      height: 50%; }
    .download-list__item--child::after {
      content: '';
      position: absolute;
      height: 1px;
      width: 17px;
      left: -25px;
      background-color: #d4d4d4; }

.download-list__itemIconWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%; }

.download-list__itemIcon {
  width: 24px;
  height: 24px; }

.fact-list {
  margin: 64px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  row-gap: 56px; }
  @media (max-width: 767.98px) {
    .fact-list {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  @media (min-width: 768px) {
    .fact-list {
      row-gap: 64px; } }
  @media (min-width: 1024px) {
    .fact-list {
      margin: 80px 0; } }

.fact-list__column {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.fact-list__wrapper {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 56px;
  padding-left: 0; }
  @media (min-width: 768px) {
    .fact-list__wrapper {
      gap: 64px; } }

.fact-list__groupItems {
  list-style: none;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  margin-top: 32px; }
  .fact-list__groupItems--no-margin {
    margin: 0; }
  .fact-list--no-icons .fact-list__groupItems {
    list-style: disc; }

.fact-list__groupItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px; }
  .fact-list__groupItem--inactive {
    color: #767676; }
  .fact-list__groupItem--margin {
    margin: 16px 0; }
  .fact-list--no-icons .fact-list__groupItem {
    display: list-item;
    margin-left: 1.5rem; }

.fact-list__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px; }
  .fact-list__groupItem--active .fact-list__icon--inactive {
    display: none; }

.facts {
  border-bottom: 4px solid #e2eff7; }
  @media (min-width: 768px) {
    .facts {
      padding-bottom: 55px; } }

.footer {
  color: #f2f2f2;
  font-size: 0.75rem; }
  @media print {
    .footer {
      background-color: transparent;
      color: #000;
      border-top: 2px solid #000; } }

.footer__content {
  margin-bottom: 45px;
  line-height: 25px; }
  @media (min-width: 1024px) {
    .footer__content {
      padding: 0 16px; } }
  .footer__content a {
    color: currentColor;
    text-decoration: underline; }
  .footer__content p {
    font-size: 1rem;
    margin-bottom: 0;
    line-height: 1.6;
    font-family: "Figtree", sans-serif; }
  @media (min-width: 1024px) {
    .footer__content {
      margin-bottom: 0.5rem; } }
  .footer__content--no-margin {
    margin: 0; }

.footer__header {
  font-size: 0.6875rem;
  padding-bottom: 10px;
  position: relative;
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase; }

.footer__subheader {
  font-size: 0.7rem; }

.footer__header--clean {
  text-transform: capitalize;
  font-weight: 600;
  padding-bottom: 0;
  margin-bottom: 0;
  font-size: 1.3125rem;
  color: #fff; }
  .footer__header--clean::after {
    display: none; }

.footer__signature {
  width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  border-bottom: 1px solid currentColor;
  padding-bottom: 31px; }
  @media (min-width: 1024px) {
    .footer__signature {
      padding-bottom: 34px;
      margin-bottom: 35px;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: start; } }
  @media (max-width: 1199.98px) {
    .footer__signature {
      margin-bottom: 27px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }

.footer__logo {
  fill: #fff;
  width: 200px;
  height: 37px; }

.footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  list-style: none;
  padding: 0;
  row-gap: 8px; }
  @media (min-width: 1024px) {
    .footer__links {
      margin-top: 34px; } }
  @media (max-width: 1199.98px) {
    .footer__links {
      -webkit-column-gap: 28px;
         -moz-column-gap: 28px;
              column-gap: 28px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-bottom: 2rem; } }
  @media (max-width: 767.98px) {
    .footer__links {
      margin-bottom: 90px; } }

.footer__socialList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  list-style: none;
  padding: 0; }

.footer__subMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 40px;
  margin-bottom: 0;
  -webkit-column-gap: 100px;
     -moz-column-gap: 100px;
          column-gap: 100px;
  row-gap: 30px;
  font-size: 0.875rem;
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, 0.3); }
  @media (max-width: 767.98px) {
    .footer__subMenu {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding-left: 0; } }

.footer__arrowLink.footer__arrowLink {
  font-size: 1.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  text-decoration: none; }

.footer__arrowLinkIcon {
  width: 20px;
  height: 20px;
  fill: white; }

.footer__socialIcon {
  width: 24px;
  height: 24px; }

.footer__linkButton {
  display: inline-block;
  color: white;
  border: 1px solid currentColor;
  border-radius: 50px;
  padding: 10px 16px;
  margin-top: 60px; }
  .footer__linkButton:hover, .footer__linkButton:focus {
    color: white;
    border: 1px solid currentColor; }
  @media (max-width: 1023.98px) {
    .footer__linkButton {
      margin-top: 25px;
      margin-bottom: 70px; } }
  @media (max-width: 767.98px) {
    .footer__linkButton {
      margin-top: 0;
      margin-bottom: 70px; } }

.gallery .slick-slide {
  text-align: center; }
  @media (min-width: 768px) {
    .gallery .slick-slide {
      height: 550px; } }
  @media (max-width: 1023.98px) {
    .gallery .slick-slide {
      height: 300px; } }

.gallery__icon {
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 400;
  width: 32px;
  height: 32px; }

.gallery__button {
  background-color: transparent;
  color: #fff;
  z-index: 800;
  cursor: pointer;
  outline: none;
  border: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
  @media (max-width: 767.98px) {
    .gallery__button {
      width: 48px;
      height: 48px; } }
  @media (min-width: 768px) {
    .gallery__button {
      width: 56px;
      height: 56px; } }
  .gallery__button--prev {
    left: 16px; }
    @media (min-width: 768px) {
      .gallery__button--prev {
        left: 20px; } }
    .gallery__button--prev .gallery__icon {
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
  .gallery__button--next {
    right: 16px; }
    @media (min-width: 768px) {
      .gallery__button--next {
        right: 20px; } }
    .gallery__button--next .gallery__icon {
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
  .gallery__button::after {
    content: '';
    display: inline-block;
    border-radius: 50px;
    background-color: #2712ca;
    color: currentColor;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
    @media (max-width: 767.98px) {
      .gallery__button::after {
        width: 48px;
        height: 48px; } }
    @media (min-width: 768px) {
      .gallery__button::after {
        width: 56px;
        height: 56px; } }
  .gallery__button:hover {
    background-color: transparent; }
    .gallery__button:hover::after {
      background-color: #3533e9; }
  .gallery__button:focus {
    outline: none; }
    .gallery__button:focus::after {
      outline: 4px auto -webkit-focus-ring-color; }

.gallery__button.focus-within,
.gallery__button:focus {
  outline: none; }
  .gallery__button.focus-within::after,
  .gallery__button:focus::after {
    background-color: #3533e9; }

.gallery__label {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.2;
  margin: 14px 0 10px;
  margin-bottom: 10px;
  display: block;
  text-align: left; }
  .gallery--thumbnails .gallery__label {
    display: none; }

.gallery__item {
  width: 100%; }
  .gallery--thumbnails .gallery__item {
    padding: 6px;
    position: relative; }

.gallery__image {
  width: 100%;
  height: inherit;
  display: inline-block;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px 6px 0 0; }

@media (min-width: 768px) {
  .slick-slider .gallery__image {
    height: 550px; } }

@media (max-width: 1023.98px) {
  .slick-slider .gallery__image {
    height: 300px; } }

.slick-slider .gallery__thumbs {
  display: none !important;
  list-style-type: none; }
  @media (min-width: 768px) {
    .slick-slider .gallery__thumbs {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      overflow: auto; } }
  .slick-slider .gallery__thumbs li {
    margin: 6px; }
    .slick-slider .gallery__thumbs li:first-child {
      margin-left: 0; }
    .slick-slider .gallery__thumbs li:last-child {
      margin-right: 0; }
    .slick-slider .gallery__thumbs li.slick-active .gallery__tab,
    .slick-slider .gallery__thumbs li.slick-active .gallery__tab:focus {
      border: 2px solid #161616;
      border-radius: 4px; }
  .slick-slider .gallery__thumbs .gallery__tab {
    width: 152px;
    height: 120px;
    background-color: #fff;
    border: 3px solid #fff; }
    @media (min-width: 1024px) {
      .slick-slider .gallery__thumbs .gallery__tab {
        width: 190px;
        height: 150px; } }
    .slick-slider .gallery__thumbs .gallery__tab:focus {
      outline: none;
      border: 2px solid #161616;
      border-radius: 4px; }

.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  color: #222222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1000; }
  .header--light {
    color: #fff; }
  @media (max-width: 1023.98px) {
    .header:has(.topnavigation--open) {
      background-color: #f6f6f6;
      color: #222222;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: start;
      height: 100%; } }

.header__container {
  padding-left: 18px;
  padding-right: 18px;
  max-width: calc(1440px + 24px + 18px * 2); }

.hero {
  width: 100%;
  height: 160px;
  overflow: hidden;
  margin: 0;
  position: relative; }
  @media (min-width: 1024px) {
    .hero {
      height: 500px;
      max-height: inherit; } }
  @media print {
    .hero {
      margin: 0 auto;
      height: auto;
      max-height: inherit;
      width: 1140px; } }

.hero__image {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  max-width: 100%;
  width: 100%;
  height: auto; }
  @media print {
    .hero__image {
      position: static;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      margin-bottom: 20px; } }

.heroCard {
  background-color: #f6f6f6; }
  @media (max-width: 767.98px) {
    .heroCard {
      padding-top: 160px; } }
  @media (min-width: 768px) {
    .heroCard {
      padding-top: 126px; } }
  @media (min-width: 1024px) {
    .heroCard {
      padding-top: 186px; } }
  .heroCard--primary {
    background-color: #f3f9fc; }
  .heroCard--secondary {
    background-color: #fdf5f5; }
  .heroCard--centered {
    text-align: center; }
    @media (max-width: 767.98px) {
      .heroCard--centered {
        padding-top: 200px;
        padding-bottom: 90px; } }
    @media (min-width: 768px) {
      .heroCard--centered {
        padding-top: 176px;
        padding-bottom: 140px; } }
    @media (min-width: 1024px) {
      .heroCard--centered {
        padding-top: 296px;
        padding-bottom: 200px; } }
  @media (max-width: 767.98px) {
    .heroCard--search {
      padding-top: 160px; } }
  @media (min-width: 768px) {
    .heroCard--search {
      padding-top: 176px; } }
  @media (min-width: 1024px) {
    .heroCard--search {
      padding-top: 186px; } }

.heroCard__container {
  max-width: calc(1440px + 24px + 18px * 2); }

.heroCard__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc((100% - 48px) / 12); }
  @media (max-width: 767.98px) {
    .heroCard__content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 48px; } }
  @media (max-width: 767.98px) {
    .heroCard--centered .heroCard__content {
      margin: 0 auto; } }
  @media (min-width: 768px) {
    .heroCard--centered .heroCard__content {
      margin: 0 auto; } }
  @media (min-width: 1024px) {
    .heroCard--centered .heroCard__content {
      margin: 0 auto; } }

.heroCard__textContent {
  max-width: 585px; }
  @media (max-width: 767.98px) {
    .heroCard__textContent {
      margin-right: auto; } }
  .heroCard--centered .heroCard__textContent {
    max-width: 907px;
    margin-left: auto;
    margin-right: auto; }
  @media (max-width: 767.98px) {
    .heroCard--search .heroCard__textContent {
      margin-bottom: 72px;
      margin-right: auto; } }
  @media (min-width: 768px) {
    .heroCard--search .heroCard__textContent {
      margin-bottom: 80px; } }
  @media (min-width: 1024px) {
    .heroCard--search .heroCard__textContent {
      margin-bottom: 35px; } }

.heroCard__title {
  font-weight: 600;
  line-height: 1.1; }
  @media (max-width: 767.98px) {
    .heroCard__title {
      font-size: 1.625rem;
      margin-bottom: 8px; } }
  @media (min-width: 768px) {
    .heroCard__title {
      font-size: 1.8125rem;
      margin-bottom: 12px; } }
  @media (min-width: 1024px) {
    .heroCard__title {
      font-size: 2.5625rem;
      margin-bottom: 16px; } }

.heroCard__text {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 1.125rem; }
  @media (min-width: 1024px) {
    .heroCard__text {
      font-size: 1.4375rem; } }

.heroCard__searchText {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2; }
  @media (max-width: 767.98px) {
    .heroCard__searchText {
      margin-top: 38px; } }
  @media (min-width: 768px) {
    .heroCard__searchText {
      margin-top: 48px; } }
  @media (min-width: 1024px) {
    .heroCard__searchText {
      margin-top: 62px; } }

.heroCard__search {
  margin-top: 16px; }
  @media (min-width: 1024px) {
    .heroCard__search {
      margin-top: 20px; } }

.heroCard__imageWrapper {
  margin-top: auto;
  min-width: calc(50% - 24px);
  height: 100%; }
  @media (max-width: 1023.98px) {
    .heroCard--search .heroCard__imageWrapper {
      display: none; } }
  @media (max-width: 767.98px) {
    .heroCard__imageWrapper {
      width: 100%; } }

.heroCard__image {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px 6px 0 0;
  width: 100%; }
  @media (max-width: 1023.98px) {
    .heroCard__image {
      height: 230px;
      width: 100%; } }
  @media (min-width: 768px) {
    .heroCard__image {
      height: 33vw;
      max-height: 480px; } }

.heroCta {
  position: relative;
  overflow: hidden;
  background-color: #f6f6f6;
  color: #fff; }
  @media (max-width: 1023.98px) {
    .heroCta {
      padding-top: 239px;
      padding-bottom: 40px; } }
  @media (min-width: 768px) {
    .heroCta {
      padding-top: 159px;
      padding-bottom: 70px; } }
  @media (min-width: 1024px) {
    .heroCta {
      padding-top: 236px;
      padding-bottom: 125px; } }

.heroCta__overlay {
  position: absolute;
  inset: 0;
  /* shorthand for top/right/bottom/left: 0 */
  background: #091420;
  opacity: 0.61;
  pointer-events: none;
  /* allow clicks through */ }

.heroCta__image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

@media (min-width: 768px) {
  .heroCta__wrapper {
    max-width: 580px; } }

@media (min-width: 1024px) {
  .heroCta__wrapper {
    max-width: 740px; } }

.heroCta__title {
  font-weight: 600;
  line-height: 1.1; }
  @media (max-width: 1023.98px) {
    .heroCta__title {
      font-size: 1.625rem;
      margin-bottom: 8px; } }
  @media (min-width: 768px) {
    .heroCta__title {
      font-size: 2.25rem;
      margin-bottom: 12px; } }
  @media (min-width: 1024px) {
    .heroCta__title {
      font-size: 4.125rem;
      margin-bottom: 16px; } }

.heroCta__manchet {
  font-size: 1.125rem; }
  @media (max-width: 1023.98px) {
    .heroCta__manchet {
      margin-bottom: 34px; } }
  @media (min-width: 768px) {
    .heroCta__manchet {
      margin-bottom: 53px; } }
  @media (min-width: 1024px) {
    .heroCta__manchet {
      font-size: 1.4375rem; } }

.heroCta__text {
  font-style: italic;
  font-size: 1rem; }
  @media (max-width: 1023.98px) {
    .heroCta__text {
      margin-bottom: 19px; } }
  @media (min-width: 768px) {
    .heroCta__text {
      margin-bottom: 16px; } }
  @media (min-width: 1024px) {
    .heroCta__text {
      font-size: 1.25rem; } }

.heroCta__links {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 12px; }

.heroCta__buttonLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  color: #222222;
  font-size: 1.25rem;
  border-radius: 50px; }
  @media (max-width: 767.98px) {
    .heroCta__buttonLink {
      width: 100%;
      padding: 6px 12px 6px 6px; } }
  @media (min-width: 576px) {
    .heroCta__buttonLink {
      width: 280px;
      padding: 9px 12px 9px 9px; } }
  @media (min-width: 1024px) {
    .heroCta__buttonLink {
      width: 360px;
      padding: 12px 20px 12px 12px; } }
  .heroCta__buttonLink:hover {
    text-decoration: none; }

@media (max-width: 1023.98px) {
  .heroCta__buttonIcon {
    width: 36px;
    height: 36px; } }

@media (min-width: 768px) {
  .heroCta__buttonIcon {
    width: 40px;
    height: 40px; } }

@media (min-width: 1024px) {
  .heroCta__buttonIcon {
    width: 56px;
    height: 56px; } }

.heroCta__buttonArrow {
  width: 24px;
  height: 24px; }
  @media (min-width: 1024px) {
    .heroCta__buttonArrow {
      width: 32px;
      height: 32px; } }

.heroCta__buttonContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  line-height: 1.4;
  font-size: 1rem; }
  @media (max-width: 1023.98px) {
    .heroCta__buttonContent {
      -webkit-column-gap: 11px;
         -moz-column-gap: 11px;
              column-gap: 11px; } }
  @media (min-width: 768px) {
    .heroCta__buttonContent {
      -webkit-column-gap: 9px;
         -moz-column-gap: 9px;
              column-gap: 9px; } }
  @media (min-width: 1024px) {
    .heroCta__buttonContent {
      -webkit-column-gap: 12px;
         -moz-column-gap: 12px;
              column-gap: 12px;
      font-size: 1.25rem; } }

.highlight-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 72px;
     -moz-column-gap: 72px;
          column-gap: 72px;
  border: solid #d4d4d4;
  border-width: 1px 0 1px;
  padding: 32px 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 32px; }

.highlight-items__item {
  font-weight: 700;
  line-height: 1.2; }
  .highlight-items__item :first-child {
    color: #2712ca;
    font-size: 2.25rem;
    margin: 0; }
  .highlight-items__item :last-child {
    font-size: 1.25rem;
    margin: 0; }

.image-slider {
  padding-top: 120px; }
  @media (min-width: 768px) {
    .image-slider {
      padding-top: 124px; } }
  @media (min-width: 1024px) {
    .image-slider {
      padding-top: 160px; } }
  .theme-primary .image-slider {
    background-color: #e2eff7; }
  .theme-secondary .image-slider {
    background-color: #fae5e5; }

.image-slider__wrapper {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto; }

.label {
  color: #fff;
  padding: 4px 8px;
  background-color: #454545;
  font-size: 0.625rem;
  text-transform: uppercase;
  font-weight: 700; }

.label--dark-grey {
  background-color: #323232; }

.label--blue {
  background-color: #007dae; }

.label--green {
  background-color: #008556; }

.label--pink {
  background-color: #e71576; }

.map {
  height: 100%;
  width: 100%;
  min-height: 500px;
  position: relative; }

.marker {
  position: absolute;
  bottom: 0;
  right: -50%;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%); }
  .marker__button {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: none;
    background: none;
    padding: 0; }
  .marker__info {
    z-index: 999;
    position: absolute;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    top: -10px;
    left: 50%;
    -webkit-transform: translate(-50%, -100%);
        -ms-transform: translate(-50%, -100%);
            transform: translate(-50%, -100%);
    background-color: #fff;
    border-radius: 8px;
    padding: 12px;
    -webkit-box-shadow: 0 2px 7px 1px rgba(0, 0, 0, 0.3);
            box-shadow: 0 2px 7px 1px rgba(0, 0, 0, 0.3);
    min-width: 150px; }
    .marker__info::after {
      background: linear-gradient(45deg, white 50%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, 0) 100%);
      -webkit-box-shadow: -2px 2px 2px 0 rgba(178, 178, 178, 0.4);
              box-shadow: -2px 2px 2px 0 rgba(178, 178, 178, 0.4);
      content: '';
      height: 15px;
      bottom: -15px;
      left: 50%;
      position: absolute;
      -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          -ms-transform: translate(-50%, -50%) rotate(-45deg);
              transform: translate(-50%, -50%) rotate(-45deg);
      width: 15px; }
  .marker__name {
    font-size: 0.875rem;
    margin-bottom: 2px; }
  .marker__address {
    font-size: 0.75rem; }

.modal {
  position: fixed;
  z-index: 1040;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.modal__container {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 80%;
  padding-left: 0;
  padding-right: 0;
  border-radius: 15px; }
  @media (max-width: 767.98px) {
    .modal__container {
      width: calc(100% - 20px * 2); } }
  @media (min-width: 768px) {
    .modal__container {
      max-width: 516px; } }
  @media (min-width: 1024px) {
    .modal__container {
      max-width: 630px; } }

.modal__header {
  background-color: #2712ca;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 15px 15px 0 0; }
  @media (max-width: 767.98px) {
    .modal__header {
      padding: 24px 20px; } }
  @media (min-width: 768px) {
    .modal__header {
      padding: 24px 30px; } }
  @media (min-width: 1024px) {
    .modal__header {
      padding: 24px 40px; } }

.modal__headerTitle {
  color: #fff;
  margin-bottom: 0;
  font-size: 1.125rem; }
  @media (min-width: 1024px) {
    .modal__headerTitle {
      font-size: 1.25rem; } }

.modal__close {
  color: #fff;
  display: block;
  z-index: 1050;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  margin: 0;
  background: none; }

.modal__icon {
  height: 24px;
  width: 24px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  pointer-events: none;
  margin: 0; }

.modal__wrapper {
  position: relative;
  height: 100%;
  overflow-y: auto; }
  @media (max-width: 767.98px) {
    .modal__wrapper {
      padding: 16px 20px 32px; } }
  @media (min-width: 768px) {
    .modal__wrapper {
      padding: 24px 30px 40px; } }
  @media (min-width: 1024px) {
    .modal__wrapper {
      padding: 32px 40px 48px; } }

.modal__controls {
  height: 100px;
  background-color: #f6f6f6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0 0 15px 15px; }
  @media (max-width: 767.98px) {
    .modal__controls {
      padding: 24px 20px; } }
  @media (min-width: 768px) {
    .modal__controls {
      padding: 24px 30px; } }
  @media (min-width: 1024px) {
    .modal__controls {
      padding: 24px 40px; } }

.modal__clearFilters.modal__clearFilters {
  margin-top: 0;
  padding-left: 0; }

.modal__button {
  height: 48px;
  width: auto;
  white-space: nowrap;
  padding: 12px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 600; }

.modal__bg {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: auto;
  background-color: #000;
  opacity: 0.7 !important; }

.mode {
  width: 175px;
  height: 85px;
  background-color: #f2f2f2;
  color: #2712ca;
  text-align: center;
  padding: 10px 4px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.mode__icon {
  width: 20px;
  height: 20px;
  color: currentColor; }

.mode__text {
  font-size: 0.875rem; }

.number {
  display: block; }
  .number + .number {
    margin-top: 10px; }

.number__text {
  font-size: 2rem;
  font-weight: 700;
  display: block; }

.number__label {
  color: #767676;
  display: block; }

.page404 {
  height: 100%;
  background: #e6e6e6;
  text-align: center; }
  @media (max-width: 1023.98px) {
    .page404 {
      padding-top: 120px; } }
  @media (min-width: 768px) {
    .page404 {
      padding-top: 126px; } }
  @media (min-width: 1024px) {
    .page404 {
      padding-top: 186px; } }

.page404__illustration {
  padding-left: 111px;
  margin-bottom: 48px; }
  @media (max-width: 1023.98px) {
    .page404__illustration {
      margin-bottom: 32px; } }

.page404__title {
  font-weight: 600;
  line-height: 1.1; }
  @media (max-width: 1023.98px) {
    .page404__title {
      font-size: 1.625rem;
      margin-bottom: 8px; } }
  @media (min-width: 768px) {
    .page404__title {
      font-size: 1.8125rem;
      margin-bottom: 12px; } }
  @media (min-width: 1024px) {
    .page404__title {
      font-size: 2.5625rem;
      margin-bottom: 16px; } }

.page404__text {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-bottom: 24px; }
  @media (min-width: 1024px) {
    .page404__text {
      font-size: 1.4375rem;
      margin-bottom: 32px; } }

.page404__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px; }
  @media (max-width: 1023.98px) {
    .page404__links {
      margin-bottom: 64px; } }
  @media (min-width: 768px) {
    .page404__links {
      margin-bottom: 72px; } }
  @media (min-width: 768px) {
    .page404__links {
      margin-bottom: 140px; } }

.pagetools {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.pagetools__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.price-card-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px; }
  @media (min-width: 768px) {
    .price-card-list {
      min-height: 400px; } }

.price-card-list__item {
  background-color: #f3f9fc;
  padding: 24px 40px 37px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (max-width: 767.98px) {
    .price-card-list__item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.price-card-list__itemTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  -webkit-column-gap: 81px;
     -moz-column-gap: 81px;
          column-gap: 81px; }
  @media (max-width: 767.98px) {
    .price-card-list__itemTop {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      row-gap: 24px; } }

.price-card-list__itemWrapper {
  display: block;
  width: 100%; }

.price-card-list__icon {
  width: 24px;
  height: 24px;
  margin-bottom: 11px; }

.price-card-list__itemTitle {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0; }
  @media (max-width: 767.98px) {
    .price-card-list__itemTitle {
      font-size: 1.125rem; } }

.price-card-list__itemDescription {
  line-height: 1.5;
  margin-top: 8px;
  margin-bottom: 0; }

.price-card-list__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin-top: 16px;
  row-gap: 10px;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px; }
  @media (min-width: 1024px) and (max-width: 1199.98px) {
    .price-card-list__details {
      -webkit-column-gap: 24px;
         -moz-column-gap: 24px;
              column-gap: 24px; } }

.price-card-list__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px; }
  @media (max-width: 767.98px) {
    .price-card-list__detail {
      width: 100%; } }

.price-card-list_detailText {
  white-space: nowrap; }

@media (min-width: 768px) {
  .price-card-list__price {
    margin-top: 35px;
    margin-right: 10px; } }

.price-card-list__priceValue {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0; }

.price-card-list__priceText {
  white-space: nowrap;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0; }

.price-card-list__price--mobile {
  display: none; }

@media (max-width: 1199.98px) {
  .price-card-list__price--desktop {
    display: none; }
  .price-card-list__price--mobile {
    display: block;
    margin-top: 10px; } }

.prices__container + .prices__container {
  margin-top: 20px; }

@media (min-width: 768px) {
  .prices__container {
    padding: 30px;
    border: 2px solid #f2f2f2; }
    .prices__container + .prices__container {
      margin-top: inherit;
      border-left: 0 solid #f2f2f2; } }

.quote {
  background-color: #fff;
  position: relative;
  margin-top: 30px;
  margin-bottom: 0; }

.quote__image {
  border-radius: 50%;
  margin-bottom: 25px;
  width: 200px;
  height: 200px;
  -ms-flex-item-align: center;
      align-self: center; }

.quote__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 50px 30px 30px; }
  .quote__content:first-child {
    border-bottom: 4px solid #f2f2f2;
    padding-top: 40px;
    padding-bottom: 10px; }
  @media (min-width: 768px) {
    .quote__content {
      padding: 40px 50px; }
      .quote__content:first-child {
        border-bottom: none;
        border-right: 4px solid #f2f2f2;
        padding-top: 40px;
        padding-bottom: 40px; } }

.quote__text {
  font-family: "Figtree", sans-serif;
  font-style: italic;
  font-weight: 700;
  font-size: 1.75rem; }
  @media (min-width: 768px) {
    .quote__text {
      font-size: 2.625rem;
      margin-left: 20px;
      margin-right: 20px;
      margin-top: 30px; } }
  .quote__text::before {
    content: '\201C';
    font-family: "Figtree", sans-serif;
    color: #226e66;
    font-weight: 700;
    position: absolute;
    font-size: 4.375rem;
    line-height: 4.375rem;
    top: 18px;
    left: 23px;
    font-style: normal; }
    @media (min-width: 768px) {
      .quote__text::before {
        font-size: 12.5rem;
        line-height: 12.5rem;
        top: -34px; } }
  .quote__text::after {
    display: none; }

.quote__name {
  font-size: 1.25rem;
  margin-bottom: 18px; }

.quote__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (min-width: 1024px) {
    .quote__info {
      display: block; } }

/**
* Styling for react-autosuggest
* @see https: //github.com/moroshko/react-autosuggest
*/
.react-autosuggest__container {
  width: 100%; }

.react-autosuggest__wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 30px;
  width: 100%;
  height: 50px; }
  @media (min-width: 1024px) {
    .react-autosuggest__wrapper {
      height: 60px; } }

.react-autosuggest__suggestions-container {
  opacity: 0;
  -webkit-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out; }

.react-autosuggest__suggestions-container--open {
  padding-top: 10px;
  margin-top: 2px;
  border-radius: 5px;
  background-color: #fff;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 2000;
  opacity: 1;
  -webkit-box-shadow: 0 9px 15px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 9px 15px 0 rgba(0, 0, 0, 0.15); }

.react-autosuggest__section-title {
  color: #222222;
  text-align: left;
  font-size: 1rem;
  padding: 10px 24px;
  font-weight: 500; }

.react-autosuggest__suggestions-list {
  list-style: none;
  color: #222222;
  padding-left: 0; }

.react-autosuggest__suggestion {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 35px;
  text-align: left;
  padding-bottom: 3px;
  padding-left: 24px;
  cursor: pointer; }

.react-autosuggest__suggestion--text-match {
  font-weight: 700;
  color: #2712ca; }

.react-autosuggest__suggestion--dimmed {
  font-weight: 400;
  font-size: 1rem;
  color: #222222; }

.react-autosuggest__suggestion--highlighted {
  background-color: #f2f2f2; }

.result__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 24px; }
  @media (min-width: 1024px) {
    .result__list {
      row-gap: 32px; } }

.result {
  color: currentColor;
  border-radius: 5px;
  display: block;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15); }

.result__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 24px 20px; }
  @media (min-width: 768px) {
    .result__content {
      padding: 24px; } }
  @media (min-width: 1024px) {
    .result__content {
      padding: 32px 40px; } }

.result__content-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (max-width: 767.98px) {
    .result__content-wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.result__container {
  display: block;
  width: calc(100% - 100px); }
  @media (min-width: 768px) {
    .result__container {
      width: calc(100% - 180px); } }

.result__rating-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  width: 100px; }
  @media (max-width: 1023.98px) {
    .result__rating-wrapper {
      position: absolute;
      top: 0;
      right: 0; } }
  @media (min-width: 768px) {
    .result__rating-wrapper {
      width: 180px; } }
  .result__rating-wrapper p {
    text-align: end; }

.result__rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #2712ca;
  font-weight: 600;
  gap: 5px; }

.result__rating-icon {
  width: 24px;
  height: 24px;
  fill: #2712ca; }

.result__heading {
  font-weight: 500;
  font-size: 1.4375rem; }
  @media (min-width: 768px) {
    .result__heading {
      font-size: 1.25rem; } }
  @media (min-width: 1024px) {
    .result__heading {
      font-size: 1.4375rem; } }

.result__heading-highlight {
  font-weight: 800; }

.result__image {
  width: 100%; }
  @media (min-width: 768px) {
    .result__image {
      width: 220px;
      min-width: 220px; } }
  @media (min-width: 1024px) {
    .result__image {
      width: 360px;
      min-width: 360px; } }

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

.result__filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px; }
  @media (max-width: 1023.98px) {
    .result__filters {
      width: 100%; } }
  @media (min-width: 768px) and (max-width: 1023.98px) {
    .result__filters {
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3; } }
  @media (min-width: 1024px) {
    .result__filters {
      width: calc(100% - 150px); } }

.result__headline {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 6px;
  color: #222222; }
  @media (min-width: 1024px) {
    .result__headline {
      font-size: 1.25rem; } }

.result__address {
  line-height: 1.4;
  margin-bottom: 32px; }
  @media (max-width: 767.98px) {
    .result__address {
      margin-bottom: 24px; } }

.result__button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (min-width: 768px) and (max-width: 1023.98px) {
    .result__button-wrapper {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; } }
  @media (min-width: 768px) {
    .result__button-wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: start;
      margin-top: 40px; }
      .result__content--noRating .result__button-wrapper {
        margin-top: 60px; } }
  @media (min-width: 1024px) {
    .result__button-wrapper {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: end;
      margin-bottom: 0; } }

.result__button {
  padding: 13px 16px;
  border-radius: 40px;
  line-height: 1.2; }
  @media (max-width: 767.98px) {
    .result__button {
      margin-top: 24px;
      width: auto; } }

.result__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #222222; }
  .result__link:hover {
    color: currentColor;
    text-decoration: none; }
  @media (max-width: 767.98px) {
    .result__link {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.result__info-text {
  font-size: 0.8125rem;
  font-weight: 700; }

.result--inactive {
  opacity: 0.6; }

.search-filter {
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .search-filter--snippet {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    @media (max-width: 1023.98px) {
      .search-filter--snippet {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: start; } }

.search-filter__filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px; }

.search-filter__snippetList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.search-filter__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 0.875rem;
  padding: 12px 16px;
  border-radius: 50px;
  background-color: white;
  border: 1px solid #d4d4d4;
  margin-bottom: 0;
  line-height: 1; }
  .search-filter__button[aria-pressed='true'] {
    background-color: #f1f1f1;
    border: 1px solid #2712ca; }
    .search-filter__button[aria-pressed='true']:focus {
      border: 1px solid #2712ca; }
  .search-filter__button:focus, .search-filter__button:hover {
    outline: none;
    border: 1px solid #000; }

.search-filter__link-button {
  color: #2712ca;
  border: none;
  background: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .search-filter__link-button:focus {
    outline: none; }
  .search-filter__link-button .icon {
    color: #2712ca;
    width: 24px;
    height: 24px; }
  .search-filter__link-button--bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 32px;
    margin-top: 72px;
    margin-left: auto;
    margin-right: auto; }

.search-filter__link-button-icon {
  margin-right: 6px; }

.search-filter__label {
  font-size: 1rem;
  margin-bottom: 16px; }

.search-filter__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (max-width: 767.98px) {
    .search-filter__list {
      gap: 32px; } }
  @media (min-width: 768px) {
    .search-filter__list {
      gap: 40px; } }
  @media (min-width: 1024px) {
    .search-filter__list {
      gap: 48px; } }

.search-filter__collection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px; }

.search-typeahead {
  width: 100%;
  position: relative; }

.search-typeahead__scroll-container {
  overflow-y: auto;
  max-height: 50vh; }

.search-typeahead__address {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.2;
  position: relative;
  top: -2px; }

.search-typeahead__spinner {
  right: 107px; }
  @media (min-width: 1024px) {
    .search-typeahead__spinner {
      right: 182px; } }

.search {
  border-radius: 30px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 50px; }
  @media (min-width: 1024px) {
    .search {
      height: 60px; } }

.search__top {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.search__wrapper {
  padding-bottom: 16px;
  padding-top: 160px; }
  .search__wrapper label {
    margin-bottom: 16px; }
  @media (min-width: 768px) {
    .search__wrapper {
      padding-top: 156px; } }
  @media (min-width: 1024px) {
    .search__wrapper {
      padding-top: 220px; } }
  .theme-primary .search__wrapper {
    background-color: #e2eff7; }
  .theme-secondary .search__wrapper {
    background-color: #fae5e5; }

.theme-primary .search__filter {
  background-color: #e2eff7; }

.theme-secondary .search__filter {
  background-color: #fae5e5; }

.search__inner {
  max-width: 50rem;
  margin: auto;
  padding-right: 7.5px;
  padding-left: 7.5px; }

.search__title {
  margin-bottom: 40px;
  font-size: 1.625rem; }
  @media (min-width: 768px) {
    .search__title {
      font-size: 1.8125rem; } }
  @media (min-width: 1024px) {
    .search__title {
      font-size: 2.5625rem; } }

.search__input {
  font-size: 1rem !important;
  border-radius: 30px;
  padding-left: 30px;
  padding-right: 30px; }

.search__button {
  border-radius: 0 30px 30px 0;
  height: 100%;
  font-size: 1rem;
  padding: 0 18px; }
  @media (min-width: 768px) {
    .search__button {
      padding: 0 26px; } }
  @media (min-width: 1024px) {
    .search__button {
      padding: 0 34px; } }

.search__filter-text {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 0; }

.search__spinner {
  right: 120px; }
  @media (min-width: 1024px) {
    .search__spinner {
      right: 190px; } }

.search__list {
  width: 100%; }

.search__loader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 7px;
  color: #2712ca; }

.search__loaderSpinner {
  width: 60px;
  padding: 9px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: currentColor;
  --_m: conic-gradient(#0000 10%, #000), linear-gradient(#000 0 0) content-box;
  -webkit-mask: var(--_m);
  mask: var(--_m);
  -webkit-mask-composite: source-out;
  mask-composite: subtract;
  -webkit-animation: l3 1s infinite linear;
          animation: l3 1s infinite linear; }

@-webkit-keyframes l3 {
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn); } }

@keyframes l3 {
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn); } }

.search__loaderStatus {
  font-weight: 500; }

.sickdays {
  text-align: center;
  border-bottom: 5px solid #fff;
  padding-bottom: 20px;
  margin-bottom: 20px; }

/**
* Basic styling from the original slick slider plugin
*/
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.sort-dropdown {
  position: relative;
  display: inline-block; }

.sort-dropdown__button {
  padding: 10px 10px 10px 12px;
  color: #2712ca;
  font-size: 1rem;
  border-radius: 5px;
  border: 1px solid #d4d4d4;
  background-color: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-width: 180px; }
  .sort-dropdown__button[aria-expanded='true'] {
    border-radius: 5px 5px 0 0; }

.sort-dropdown__icon {
  width: 24px;
  height: 24px; }

.sort-dropdown__list {
  position: absolute;
  top: 100%;
  left: 0;
  padding: 0;
  list-style: none;
  background-color: #fff;
  border: 1px solid #d4d4d4;
  border-radius: 0 0 5px 5px;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
  z-index: 1000;
  min-width: 100%;
  max-height: 200px;
  overflow-y: auto; }

.sort-dropdown__option {
  padding: 10px 12px;
  font-size: 1rem;
  cursor: pointer;
  color: #222222; }
  .sort-dropdown__option:hover, .sort-dropdown__option--focused {
    background-color: #f6f6f6; }
  .sort-dropdown__option[aria-selected='true'] {
    font-weight: 600; }

.spinner {
  display: inline-block;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  top: 50%; }
  .spinner::after {
    content: " ";
    display: block;
    width: 30px;
    height: 30px;
    margin: 1px;
    border-radius: 50%;
    border: 2px solid #222222;
    border-color: #222222 transparent #222222 transparent;
    -webkit-animation: search-spinner 1.2s linear infinite;
            animation: search-spinner 1.2s linear infinite; }

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

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

@media print {
  .tabs [hidden] {
    display: block !important; } }

.tabs__nav {
  margin-top: 48px;
  width: 100%; }
  @media (min-width: 768px) {
    .tabs__nav {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      border-bottom: 1px solid #d4d4d4;
      margin-bottom: 48px; } }
  @media (min-width: 1024px) {
    .tabs__nav {
      margin-top: 64px;
      margin-bottom: 64px; } }
  @media (max-width: 767.98px) {
    .tabs__nav {
      border: 1px solid #d4d4d4;
      border-radius: 5px;
      margin-bottom: 56px; } }
  @media print {
    .tabs__nav {
      display: none; } }

.tabs__navIcon {
  width: 20px;
  height: 20px; }
  @media (min-width: 768px) {
    .tabs__navIcon {
      display: none; } }

.tabs__tab {
  font-size: 1rem;
  font-weight: 400;
  color: currentColor;
  padding: 11px 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: none;
  margin: 0;
  text-align: left; }
  .tabs__tab:hover {
    color: currentColor; }
  @media (min-width: 768px) {
    .tabs__tab {
      border-right: 1px solid #d4d4d4;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      position: relative; }
      .tabs__tab:last-child {
        border-right: none; }
      .tabs__tab[aria-selected='true'] {
        border-right: none; }
      .tabs__tab:has(+ .tabs__tab[aria-selected='true']) {
        border-right: none; } }
  @media (max-width: 767.98px) {
    .tabs__tab {
      width: 100%;
      border-top: 1px solid #d4d4d4;
      border-bottom: 1px solid #d4d4d4;
      padding-left: 6px;
      gap: 4px; } }
  @media (min-width: 1024px) {
    .tabs__tab {
      font-size: 1.125rem; } }
  .tabs__tab[aria-selected='true'] {
    background-color: #f6f6f6;
    color: #222222;
    font-weight: 700;
    border-radius: 5px 5px 0 0; }
    @media (min-width: 768px) {
      .tabs__tab[aria-selected='true'] {
        border-bottom: 3px solid #222222; } }
    .tabs__tab[aria-selected='true']:hover {
      color: #222222; }

.tabs__subheader {
  display: none;
  pointer-events: none; }
  @media (min-width: 768px) {
    .tabs__subheader {
      font-size: 0.875rem;
      display: block;
      font-weight: normal;
      text-align: center; } }

.tabs_panelSection {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  grid-auto-rows: auto;
  grid-template-areas: 'ts ts ts ts ts ts ts ts ts ts' 'cs cs cs cs cs cs cs cs cs cs' 'as as as as as as as as as as'; }
  @media (min-width: 1024px) {
    .tabs_panelSection {
      grid-template-areas: 'ts ts ts ts ts ts ts as as as' 'cs cs cs cs cs cs cs as as as'; } }

.tabs_titleSection {
  grid-area: ts; }

.tabs__contentSection {
  grid-area: cs; }
  @media (min-width: 768px) {
    .tabs__contentSection {
      margin-bottom: 72px; } }
  @media (max-width: 1023.98px) {
    .tabs__contentSection {
      margin-bottom: 24px; } }
  @media (min-width: 1024px) {
    .tabs__contentSection {
      max-width: 830px;
      margin-bottom: 140px; } }

.tabs__aside {
  grid-area: as; }
  @media (max-width: 1023.98px) {
    .tabs__aside {
      margin-bottom: 64px; } }

.tabs__border {
  padding-top: 80px;
  border-top: 1px solid #d4d4d4; }
  @media (max-width: 1023.98px) {
    .tabs__border {
      padding-top: 38px; } }

.text-hero {
  text-align: center;
  padding-top: 30px; }
  @media (min-width: 1024px) {
    .text-hero {
      padding-top: 60px; } }

.text-hero__header {
  margin-bottom: 14px; }
  @media (min-width: 1024px) {
    .text-hero__header {
      margin-bottom: 20px; } }

.text-hero__manchet {
  font-weight: 700;
  margin-bottom: 30px; }
  @media (min-width: 1024px) {
    .text-hero__manchet {
      font-size: 1.125rem;
      margin-bottom: 60px; } }
  .text-hero--compact .text-hero__manchet {
    margin-bottom: 0; }

.text-hero__search {
  margin-top: 26px;
  margin-bottom: 26px; }
  @media (min-width: 1024px) {
    .text-hero__search {
      margin-top: 50px;
      margin-bottom: 50px; } }

.text-hero--compact {
  padding-top: 0;
  padding-bottom: 0; }

.text__container {
  line-height: 1.7; }

.text__header {
  margin-bottom: 20px; }
  @media (min-width: 1024px) {
    .text__header {
      font-size: 3.5rem;
      text-align: center;
      margin-bottom: 34px; } }

.text__image {
  width: 100%;
  height: inherit; }
  @media print {
    .text__image {
      max-width: 50%;
      margin-bottom: 1.5rem; } }

.text--4-8 .text__container {
  font-size: 1.125rem;
  line-height: 1.56; }
  @media (min-width: 1024px) {
    .text--4-8 .text__container {
      margin-top: 17px; } }

@media (min-width: 1024px) {
  .text--text-only .text__container {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px; } }

.text__title {
  font-weight: 600; }
  @media (max-width: 767.98px) {
    .text__title--20 {
      font-size: 1.125rem; } }
  @media (min-width: 768px) {
    .text__title--20 {
      font-size: 1.25;
      line-height: 1.2; } }

.text__link {
  text-decoration: underline;
  text-underline-offset: 2px; }

.text-content {
  margin: 60px 0; }
  .text-content p {
    font-size: 1.125rem;
    margin-bottom: 0.5rem; }
    .text-content p:has(strong) {
      font-size: 1.25rem;
      margin-top: 40px; }
    .text-content p:last-of-type {
      margin-bottom: 0; }

.titleCard {
  margin-bottom: 38px; }

.titleCard__title {
  font-weight: 600;
  line-height: 1.1; }
  @media (max-width: 767.98px) {
    .titleCard__title {
      font-size: 1.625rem; } }
  @media (min-width: 768px) {
    .titleCard__title {
      font-size: 1.8125rem; } }
  @media (min-width: 1024px) {
    .titleCard__title {
      font-size: 2.5625rem; } }

.titleCard__rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 1.125rem;
  color: #2712ca;
  margin-top: 16px; }

.titleCard_ratingTextWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 10px; }

.titleCard__ratingNumber {
  font-size: 2.25rem;
  color: #2712ca;
  line-height: 1; }

.titleCard__ratingText {
  font-size: 1.125rem;
  color: #222222; }

.titleCard__ratingIcon {
  width: 24px;
  height: 24px;
  fill: #2712ca; }

.topnavigation {
  color: currentColor;
  position: relative;
  min-height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: 1px solid color-mix(in srgb, currentColor 20%, transparent); }
  .topnavigation--open {
    border-bottom: none; }
  @media (min-width: 1024px) {
    .topnavigation {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }

@media (max-width: 1023.98px) {
  .topnavigation--open .topnavigation__links {
    margin-top: calc(100px + 10%); } }

.topnavigation__burger {
  position: absolute;
  right: 0;
  top: 50px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: none;
  border: none;
  outline: none;
  color: currentColor;
  font-size: 1rem !important; }
  .topnavigation__burger:focus {
    outline: 2px solid currentColor;
    border-radius: 5px; }
  @media (min-width: 1024px) {
    .topnavigation__burger {
      display: none; } }
  @media (max-width: 767.98px) {
    .topnavigation__burger {
      top: calc(77px / 2); } }
  @media (min-width: 768px) {
    .topnavigation__burger {
      top: calc(80px / 2); } }
  @media (max-width: 767.98px) {
    .topnavigation--primary .topnavigation__burger,
    .topnavigation--secondary .topnavigation__burger {
      top: calc(81px / 2); } }

.topnavigation__burgerIcon {
  fill: currentColor;
  height: 32px;
  width: 32px; }

.topnavigation__burgerIconOpened {
  display: none; }
  @media (max-width: 1023.98px) {
    .topnavigation--open .topnavigation__burgerIconOpened {
      display: block; } }

@media (max-width: 1023.98px) {
  .topnavigation--open .topnavigation__burgerIconClosed {
    display: none; } }

.topnavigation__list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: none; }
  @media (max-width: 1023.98px) {
    .topnavigation--open .topnavigation__list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  @media (min-width: 1024px) {
    .topnavigation__list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-size: 0.8125rem; } }

.topnavigation__list-item {
  padding: 10px; }
  .topnavigation__list-item:last-child {
    padding-right: 0; }
  @media (min-width: 1024px) {
    .topnavigation__list-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  @media (max-width: 1023.98px) {
    .topnavigation__list-item {
      margin-bottom: 1rem; }
      .topnavigation--open .topnavigation__list-item {
        width: 100%; } }

.topnavigation__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  color: currentColor;
  font-weight: 500;
  font-size: 1.0625rem;
  height: 44px;
  -webkit-transition: background-color 300ms ease-in-out;
  transition: background-color 300ms ease-in-out;
  padding: 8px 16px; }
  .topnavigation__link[aria-current='page'], .topnavigation__link:focus, .topnavigation__link:hover, .topnavigation__link:active {
    color: currentColor;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 9px;
    outline: none; }
  @media (min-width: 1024px) {
    .topnavigation__link--button {
      border: 2px solid currentColor;
      border-radius: 30px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .topnavigation__link--button[aria-current='page'], .topnavigation__link--button:focus, .topnavigation__link--button:hover, .topnavigation__link--button:active {
        text-decoration: underline; } }
  @media (max-width: 1023.98px) {
    .topnavigation__link {
      font-weight: 400;
      font-size: 2rem; }
      .topnavigation--open .topnavigation__link {
        width: 100%;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }

.topnavigation__link--logo {
  color: currentColor; }
  .topnavigation__link--logo:hover, .topnavigation__link--logo:active {
    color: currentColor;
    text-decoration: none; }
  @media (max-width: 1023.98px) {
    .topnavigation--open .topnavigation__link--logo {
      display: none; } }
  @media (max-width: 767.98px) {
    .topnavigation__link--logo {
      width: 174px; } }
  @media (min-width: 768px) {
    .topnavigation__link--logo {
      width: 185px; } }
  @media (min-width: 1024px) {
    .topnavigation__link--logo {
      width: 207px; } }
  @media (max-width: 767.98px) {
    .topnavigation--primary .topnavigation__link--logo {
      width: 174px; } }
  @media (min-width: 768px) {
    .topnavigation--primary .topnavigation__link--logo {
      width: 292px; } }
  @media (min-width: 1024px) {
    .topnavigation--primary .topnavigation__link--logo {
      width: 325px; } }
  @media (max-width: 767.98px) {
    .topnavigation--secondary .topnavigation__link--logo {
      width: 174px; } }
  @media (min-width: 768px) {
    .topnavigation--secondary .topnavigation__link--logo {
      width: 320px; } }
  @media (min-width: 1024px) {
    .topnavigation--secondary .topnavigation__link--logo {
      width: 356px; } }

.topnavigation__logo {
  fill: currentColor; }
  @media (max-width: 767.98px) {
    .topnavigation__logo {
      height: 77px;
      width: 174px;
      padding-top: 24px;
      padding-bottom: 24px; } }
  @media (min-width: 768px) {
    .topnavigation__logo {
      width: 185px;
      height: 80px;
      padding-top: 24px;
      padding-bottom: 24px; } }
  @media (min-width: 1024px) {
    .topnavigation__logo {
      height: 84px;
      width: 207px; } }
  @media (max-width: 767.98px) {
    .topnavigation--primary .topnavigation__logo,
    .topnavigation--secondary .topnavigation__logo {
      height: 81px;
      width: 174px;
      padding-top: 24px;
      padding-bottom: 13px; } }
  @media (min-width: 768px) {
    .topnavigation--primary .topnavigation__logo {
      width: 292px; } }
  @media (min-width: 1024px) {
    .topnavigation--primary .topnavigation__logo {
      width: 325px; } }
  @media (min-width: 768px) {
    .topnavigation--secondary .topnavigation__logo {
      width: 320px; } }
  @media (min-width: 1024px) {
    .topnavigation--secondary .topnavigation__logo {
      width: 356px; } }

@media (max-width: 767.98px) {
  .topnavigation__logoDesktop {
    display: none; } }

@media (min-width: 768px) {
  .topnavigation__logoMobile {
    display: none; } }

.sort-dropdown {
  position: relative;
  display: inline-block; }

.sort-dropdown__button {
  padding: 10px 10px 10px 12px;
  color: #2712ca;
  font-size: 1rem;
  border-radius: 5px;
  border: 1px solid #d4d4d4;
  background-color: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-width: 180px; }
  .sort-dropdown__button[aria-expanded='true'] {
    border-radius: 5px 5px 0 0; }

.sort-dropdown__icon {
  width: 24px;
  height: 24px; }

.sort-dropdown__list {
  position: absolute;
  top: 100%;
  left: 0;
  padding: 0;
  list-style: none;
  background-color: #fff;
  border: 1px solid #d4d4d4;
  border-radius: 0 0 5px 5px;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
  z-index: 1000;
  min-width: 100%;
  max-height: 200px;
  overflow-y: auto; }

.sort-dropdown__option {
  padding: 10px 12px;
  font-size: 1rem;
  cursor: pointer;
  color: #222222; }
  .sort-dropdown__option:hover, .sort-dropdown__option--focused {
    background-color: #f6f6f6; }
  .sort-dropdown__option[aria-selected='true'] {
    font-weight: 600; }

/**
* #99 - Utilities
* Utility and helper classes with the ability to override anything
*/
.d-none {
  display: none !important; }

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

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

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

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

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

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

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1024px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important; }

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

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

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

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

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

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

.flex-fill {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important; }

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important; }

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

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

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

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important; }

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important; }

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

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

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

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

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

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

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important; }

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

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

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

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important; }

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important; }

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

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

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important; }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important; }

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

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 1024px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

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

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

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

.transition--fade {
  opacity: 0;
  -webkit-transition: opacity 400ms ease-in-out;
  transition: opacity 400ms ease-in-out; }
  .transition--fade.in {
    opacity: 1; }

.no-padding {
  padding-top: 0;
  padding-bottom: 0; }

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

.fade-enter {
  opacity: 0; }

.fade-enter-active {
  opacity: 1;
  -webkit-transition: all 600ms ease-out;
  transition: all 600ms ease-out; }

.fade-exit {
  opacity: 1; }

.fade-exit-active {
  opacity: 0;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out; }

.skip-to-content {
  position: absolute;
  left: 50%;
  top: 10px;
  -webkit-transform: translate(-50%, -200%);
      -ms-transform: translate(-50%, -200%);
          transform: translate(-50%, -200%);
  background-color: #e2eff7;
  padding: 5px;
  color: #226e66;
  text-decoration: underline;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  z-index: 999; }
  .skip-to-content:focus {
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0); }

@media (max-width: 1023.98px) {
  .spacing-sm-top-56 {
    margin-top: 56px; }
  .spacing-sm-bottom-56 {
    margin-bottom: 56px; } }

@media (min-width: 768px) and (max-width: 1023.98px) {
  .spacing-md-top-64 {
    margin-top: 64px; }
  .spacing-md-bottom-64 {
    margin-bottom: 64px; } }

@media (min-width: 1024px) {
  .spacing-lg-right-140 {
    margin-right: 140px; }
  .spacing-lg-bottom-80 {
    margin-bottom: 80px; } }

.spacing-bottom-40 {
  margin-bottom: 40px; }

.visually-hidden {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }
