@charset "UTF-8";
/* stylelint-disable */
/* stylelint-enable */
/*! SpectreCSS %VERSION% | MIT License | https://github.com/spectre-org/spectre-css */
/**
Manually forked from modern-normalize with some removals:

- r1 Box model, already set by spectre.
- r2 Font family, already set by spectre.
- r3 Line height, already set by spectre.
- r4 Monospace font family, already set by spectre.
- r5 Font size and line height on form elements, already set by spectre.

And some temporary removals:
- tr1 Tab size, to ensure backwards compatibility with spectre v1. TODO: Add this back when releasing spectre v2.
- tr2 Table border color, to ensure backwards compatibility with spectre v1. TODO: Add this back when releasing spectre v2.

To make it easier to update this fork with upstream changes, please only remove code, and remove it by commenting it out.
If you need to change or add something, do it in the upstream repo or do it in a different file.
*/
/*! modern-normalize v3.0.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
/*
Document
========
*/
/**
Use a better box model (opinionated).
*/
/* r1 */
html {
  /* Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3) */
  /* r2 */
  /* r3 */
  -webkit-text-size-adjust: 100%; /* 2. Prevent adjustments of font size after orientation changes in iOS. */
  /* tr1 */
}

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

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

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  /* r4 */
  font-size: 1em; /* 2 */
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
Tabular data
============
*/
/**
Correct table border color inheritance in Chrome and Safari. (https://issues.chromium.org/issues/40615503, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/
/* tr2 */
/*
Forms
=====
*/
/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  /* r5 */
  margin: 0; /* 2 */
}

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

/**
Remove fieldset border.
 */
fieldset {
  border: 0;
}

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/
legend {
  padding: 0;
}

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

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

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

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

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

/*
Interactive
===========
*/
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}

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

html {
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.5;
  -webkit-tap-highlight-color: transparent;
}

body {
  background: #ffffff;
  color: #000000;
  font-family: "IBM Plex Sans", sans-serif, "Helvetica Neue", sans-serif;
  font-size: 0.8rem;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
}

a {
  color: #000000;
  outline: none;
  text-decoration: none;
}
a:focus {
  box-shadow: 0 0 0 0.1rem rgba(0, 0, 0, 0.2);
}
a:focus, a:hover, a:active, a.active {
  color: hsl(0, 0%, -10%);
  text-decoration: underline;
}
a:visited {
  color: hsl(0, 0%, 170%);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: inherit;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0.5em;
  margin-top: 0;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 500;
}

h1,
.h1 {
  font-size: 2rem;
}

h2,
.h2 {
  font-size: 1.6rem;
}

h3,
.h3 {
  font-size: 1.4rem;
}

h4,
.h4 {
  font-size: 1.2rem;
}

h5,
.h5 {
  font-size: 1rem;
}

h6,
.h6 {
  font-size: 0.8rem;
}

p {
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
}

a,
ins,
u {
  text-decoration-skip: ink edges;
}

abbr[title] {
  border-bottom: 0.05rem dotted;
  cursor: help;
  text-decoration: none;
}

kbd {
  border-radius: 0.1rem;
  line-height: 1.25;
  padding: 0.1rem 0.2rem;
  background: #303742;
  color: #ffffff;
  font-size: 0.7rem;
}

mark {
  background: #ffe9b3;
  color: #000000;
  border-bottom: 0.05rem solid rgb(255, 210.8552631579, 102.5);
  border-radius: 0.1rem;
  padding: 0.05rem 0.1rem 0;
}

address {
  font-style: normal;
}

code,
kbd,
samp,
pre {
  font-family: "IBM Plex Mono", "Segoe UI Mono", "Roboto Mono", Menlo, Courier, monospace;
}

blockquote {
  border-left: 0.1rem solid hsl(0, 0%, 114.0196078431%);
  margin-left: 0;
  padding: 0.4rem 0.8rem;
}
blockquote > p:first-child {
  margin-top: 0;
}
blockquote > p:last-child {
  margin-bottom: 0;
}

ul,
ol {
  margin: 0.8rem 0 0.8rem 0.8rem;
  padding: 0;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin: 0.8rem 0 0.8rem 0.8rem;
}
ul li,
ol li {
  margin-top: 0.4rem;
  margin-left: 0.8rem;
}

ul {
  list-style: disc outside;
}
ul ul {
  list-style-type: circle;
}

ol {
  list-style: decimal outside;
}
ol ol {
  list-style-type: lower-alpha;
}

dl dt {
  font-weight: bold;
}
dl dd {
  margin: 0.4rem 0 0.8rem 0;
}

html:lang(zh),
html:lang(zh-Hans),
.lang-zh,
.lang-zh-hans {
  font-family: "IBM Plex Sans", sans-serif, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", sans-serif;
}

html:lang(zh-Hant),
.lang-zh-hant {
  font-family: "IBM Plex Sans", sans-serif, "PingFang TC", "Hiragino Sans CNS", "Microsoft JhengHei", "Helvetica Neue", sans-serif;
}

html:lang(ja),
.lang-ja {
  font-family: "IBM Plex Sans", sans-serif, "Hiragino Sans", "Hiragino Kaku Gothic Pro", "Yu Gothic", YuGothic, Meiryo, "Helvetica Neue", sans-serif;
}

html:lang(ko),
.lang-ko {
  font-family: "IBM Plex Sans", sans-serif, "Malgun Gothic", "Helvetica Neue", sans-serif;
}

:lang(zh) ins,
:lang(zh) u,
:lang(ja) ins,
:lang(ja) u,
.lang-cjk ins,
.lang-cjk u {
  border-bottom: 0.05rem solid;
  text-decoration: none;
}
:lang(zh) del + del,
:lang(zh) del + s,
:lang(zh) ins + ins,
:lang(zh) ins + u,
:lang(zh) s + del,
:lang(zh) s + s,
:lang(zh) u + ins,
:lang(zh) u + u,
:lang(ja) del + del,
:lang(ja) del + s,
:lang(ja) ins + ins,
:lang(ja) ins + u,
:lang(ja) s + del,
:lang(ja) s + s,
:lang(ja) u + ins,
:lang(ja) u + u,
.lang-cjk del + del,
.lang-cjk del + s,
.lang-cjk ins + ins,
.lang-cjk ins + u,
.lang-cjk s + del,
.lang-cjk s + s,
.lang-cjk u + ins,
.lang-cjk u + u {
  margin-left: 0.125em;
}

.table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  text-align: left;
}
.table.table-striped tbody tr:nth-of-type(odd) {
  background: hsl(0, 0%, 124.0196078431%);
}
.table tbody tr.active, .table.table-striped tbody tr.active {
  background: hsl(0, 0%, 121.0196078431%);
}
.table.table-hover tbody tr:hover {
  background: hsl(0, 0%, 121.0196078431%);
}
.table.table-scroll {
  display: block;
  overflow-x: auto;
  padding-bottom: 0.75rem;
  white-space: nowrap;
}
.table td,
.table th {
  border-bottom: 0.05rem solid hsl(0, 0%, 114.0196078431%);
  padding: 0.6rem 0.4rem;
}
.table th {
  border-bottom-width: 0.1rem;
}

.btn {
  appearance: none;
  background: #ffffff;
  border: 0.05rem solid #000000;
  border-radius: 0.1rem;
  color: #000000;
  cursor: pointer;
  display: inline-block;
  font-size: 0.8rem;
  height: 1.8rem;
  line-height: 1.2rem;
  outline: none;
  padding: 0.25rem 0.4rem;
  text-align: center;
  text-decoration: none;
  transition: background 0.2s, border 0.2s, box-shadow 0.2s, color 0.2s;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}
.btn:focus {
  box-shadow: 0 0 0 0.1rem rgba(0, 0, 0, 0.2);
}
.btn:focus, .btn:hover {
  background: #ffffff;
  border-color: hsl(0, 0%, -3%);
  text-decoration: none;
}
.btn:active, .btn.active {
  background: hsl(0, 0%, -3%);
  border-color: black;
  color: #ffffff;
  text-decoration: none;
}
.btn:active.loading::after, .btn.active.loading::after {
  border-bottom-color: #ffffff;
  border-left-color: #ffffff;
}
.btn[disabled], .btn:disabled, .btn.disabled {
  cursor: default;
  opacity: 0.5;
  pointer-events: none;
}
.btn.btn-primary {
  background: #000000;
  border-color: hsl(0, 0%, -3%);
  color: #ffffff;
}
.btn.btn-primary:focus, .btn.btn-primary:hover {
  background: black;
  border-color: black;
  color: #ffffff;
}
.btn.btn-primary:active, .btn.btn-primary.active {
  background: black;
  border-color: black;
  color: #ffffff;
}
.btn.btn-primary.loading::after {
  border-bottom-color: #ffffff;
  border-left-color: #ffffff;
}
.btn.btn-success {
  background: #8dc63f;
  border-color: rgb(133.2108433735, 189.4554216867, 56.2445783133);
  color: #ffffff;
}
.btn.btn-success:focus {
  box-shadow: 0 0 0 0.1rem rgba(141, 198, 63, 0.2);
}
.btn.btn-success:focus, .btn.btn-success:hover {
  background: rgb(135.9759036145, 193.3879518072, 57.4120481928);
  border-color: rgb(127.6807228916, 181.5903614458, 53.9096385542);
  color: #ffffff;
}
.btn.btn-success:active, .btn.btn-success.active {
  background: rgb(122.1506024096, 173.7253012048, 51.5746987952);
  border-color: rgb(113.8554216867, 161.9277108434, 48.0722891566);
  color: #ffffff;
}
.btn.btn-success.loading::after {
  border-bottom-color: #ffffff;
  border-left-color: #ffffff;
}
.btn.btn-error {
  background: #d11f5c;
  border-color: rgb(195.67625, 29.02375, 86.135);
  color: #ffffff;
}
.btn.btn-error:focus {
  box-shadow: 0 0 0 0.1rem rgba(209, 31, 92, 0.2);
}
.btn.btn-error:focus, .btn.btn-error:hover {
  background: rgb(200.1175, 29.6825, 88.09);
  border-color: rgb(186.79375, 27.70625, 82.225);
  color: #ffffff;
}
.btn.btn-error:active, .btn.btn-error.active {
  background: rgb(177.91125, 26.38875, 78.315);
  border-color: rgb(164.5875, 24.4125, 72.45);
  color: #ffffff;
}
.btn.btn-error.loading::after {
  border-bottom-color: #ffffff;
  border-left-color: #ffffff;
}
.btn.btn-link {
  background: transparent;
  border-color: transparent;
  color: #000000;
}
.btn.btn-link:focus, .btn.btn-link:hover, .btn.btn-link:active, .btn.btn-link.active {
  color: hsl(0, 0%, -10%);
}
.btn.btn-sm {
  font-size: 0.7rem;
  height: 1.4rem;
  padding: 0.05rem 0.3rem;
}
.btn.btn-lg {
  font-size: 0.9rem;
  height: 2rem;
  padding: 0.35rem 0.6rem;
}
.btn.btn-block {
  display: block;
  width: 100%;
}
.btn.btn-action {
  width: 1.8rem;
  padding-left: 0;
  padding-right: 0;
}
.btn.btn-action.btn-sm {
  width: 1.4rem;
}
.btn.btn-action.btn-lg {
  width: 2rem;
}
.btn.btn-clear {
  background: transparent;
  border: 0;
  color: currentColor;
  height: 1rem;
  line-height: 0.8rem;
  margin-left: 0.2rem;
  margin-right: -2px;
  opacity: 1;
  padding: 0.1rem;
  text-decoration: none;
  width: 1rem;
}
.btn.btn-clear:focus, .btn.btn-clear:hover {
  background: hsla(0, 0%, 124.0196078431%, 0.5);
  opacity: 0.95;
}
.btn.btn-clear::before {
  content: "✕";
}

.btn-group {
  display: inline-flex;
  flex-wrap: wrap;
}
.btn-group .btn {
  flex: 1 0 auto;
}
.btn-group .btn:first-child:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
  margin-left: -0.05rem;
}
.btn-group .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: -0.05rem;
}
.btn-group .btn:focus, .btn-group .btn:hover, .btn-group .btn:active, .btn-group .btn.active {
  z-index: 1;
}
.btn-group.btn-group-block {
  display: flex;
}
.btn-group.btn-group-block .btn {
  flex: 1 0 0;
}

.form-group:not(:last-child) {
  margin-bottom: 0.4rem;
}

fieldset {
  margin-bottom: 0.8rem;
}

legend {
  font-size: 0.9rem;
  font-weight: 500;
  margin-bottom: 0.8rem;
}

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

.form-label {
  display: block;
  line-height: 1.2rem;
  padding: 0.3rem 0;
}
.form-label.label-sm {
  font-size: 0.7rem;
  padding: 0.1rem 0;
}
.form-label.label-lg {
  font-size: 0.9rem;
  padding: 0.4rem 0;
}

.form-input {
  appearance: none;
  background: #ffffff;
  background-image: none;
  border: 0.05rem solid hsl(0, 0%, 104.0196078431%);
  border-radius: 0.1rem;
  color: #000000;
  display: block;
  font-size: 0.8rem;
  height: 1.8rem;
  line-height: 1.2rem;
  max-width: 100%;
  outline: none;
  padding: 0.25rem 0.4rem;
  position: relative;
  transition: background 0.2s, border 0.2s, box-shadow 0.2s, color 0.2s;
  width: 100%;
}
.form-input:focus {
  box-shadow: 0 0 0 0.1rem rgba(0, 0, 0, 0.2);
  border-color: #000000;
}
.form-input::placeholder {
  color: hsl(0, 0%, 104.0196078431%);
}
.form-input.input-sm {
  font-size: 0.7rem;
  height: 1.4rem;
  padding: 0.05rem 0.3rem;
}
.form-input.input-lg {
  font-size: 0.9rem;
  height: 2rem;
  padding: 0.35rem 0.6rem;
}
.form-input.input-inline {
  display: inline-block;
  vertical-align: middle;
  width: auto;
}
.form-input[type=file] {
  height: auto;
}

textarea.form-input, textarea.form-input.input-lg, textarea.form-input.input-sm {
  height: auto;
}

.form-input-hint {
  color: hsl(0, 0%, 104.0196078431%);
  font-size: 0.7rem;
  margin-top: 0.2rem;
}
.has-success .form-input-hint, .is-success + .form-input-hint {
  color: #8dc63f;
}
.has-error .form-input-hint, .is-error + .form-input-hint {
  color: #d11f5c;
}

.form-select {
  appearance: none;
  border: 0.05rem solid hsl(0, 0%, 104.0196078431%);
  border-radius: 0.1rem;
  color: inherit;
  font-size: 0.8rem;
  height: 1.8rem;
  line-height: 1.2rem;
  outline: none;
  padding: 0.25rem 0.4rem;
  vertical-align: middle;
  width: 100%;
  background: #ffffff;
}
.form-select:focus {
  box-shadow: 0 0 0 0.1rem rgba(0, 0, 0, 0.2);
  border-color: #000000;
}
.form-select::-ms-expand {
  display: none;
}
.form-select.select-sm {
  font-size: 0.7rem;
  height: 1.4rem;
  padding: 0.05rem 1.1rem 0.05rem 0.3rem;
}
.form-select.select-lg {
  font-size: 0.9rem;
  height: 2rem;
  padding: 0.35rem 1.4rem 0.35rem 0.6rem;
}
.form-select[size], .form-select[multiple] {
  height: auto;
  padding: 0.25rem 0.4rem;
}
.form-select[size] option, .form-select[multiple] option {
  padding: 0.1rem 0.2rem;
}
.form-select:not([multiple]):not([size]) {
  background: #ffffff url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%204%205'%3E%3Cpath%20fill='%23667189'%20d='M2%200L0%202h4zm0%205L0%203h4z'/%3E%3C/svg%3E") no-repeat right 0.35rem center/0.4rem 0.5rem;
  padding-right: 1.2rem;
}

.has-icon-left,
.has-icon-right {
  position: relative;
}
.has-icon-left .form-icon,
.has-icon-right .form-icon {
  height: 0.8rem;
  margin: 0 0.25rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.8rem;
  z-index: 2;
}

.has-icon-left .form-icon {
  left: 0.05rem;
}
.has-icon-left .form-input {
  padding-left: 1.3rem;
}

.has-icon-right .form-icon {
  right: 0.05rem;
}
.has-icon-right .form-input {
  padding-right: 1.3rem;
}

.form-checkbox,
.form-radio,
.form-switch {
  display: block;
  line-height: 1.2rem;
  margin: 0.2rem 0;
  min-height: 1.4rem;
  padding: 0.1rem 0.4rem 0.1rem 1.2rem;
  position: relative;
}
.form-checkbox input,
.form-radio input,
.form-switch input {
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}
.form-checkbox input:focus + .form-icon,
.form-radio input:focus + .form-icon,
.form-switch input:focus + .form-icon {
  box-shadow: 0 0 0 0.1rem rgba(0, 0, 0, 0.2);
  border-color: #000000;
}
.form-checkbox input:checked + .form-icon,
.form-radio input:checked + .form-icon,
.form-switch input:checked + .form-icon {
  background: #000000;
  border-color: #000000;
}
.form-checkbox .form-icon,
.form-radio .form-icon,
.form-switch .form-icon {
  border: 0.05rem solid hsl(0, 0%, 104.0196078431%);
  cursor: pointer;
  display: inline-block;
  position: absolute;
  transition: background 0.2s, border 0.2s, box-shadow 0.2s, color 0.2s;
}
.form-checkbox.input-sm,
.form-radio.input-sm,
.form-switch.input-sm {
  font-size: 0.7rem;
  margin: 0;
}
.form-checkbox.input-lg,
.form-radio.input-lg,
.form-switch.input-lg {
  font-size: 0.9rem;
  margin: 0.3rem 0;
}

.form-checkbox .form-icon,
.form-radio .form-icon {
  background: #ffffff;
  height: 0.8rem;
  left: 0;
  top: 0.3rem;
  width: 0.8rem;
}
.form-checkbox input:active + .form-icon,
.form-radio input:active + .form-icon {
  background: hsl(0, 0%, 121.0196078431%);
}

.form-checkbox .form-icon {
  border-radius: 0.1rem;
}
.form-checkbox input:checked + .form-icon::before {
  background-clip: padding-box;
  border: 0.1rem solid #ffffff;
  border-left-width: 0;
  border-top-width: 0;
  content: "";
  height: 9px;
  left: 50%;
  margin-left: -3px;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 6px;
}
.form-checkbox input:indeterminate + .form-icon {
  background: #000000;
  border-color: #000000;
}
.form-checkbox input:indeterminate + .form-icon::before {
  background: #ffffff;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -5px;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  width: 10px;
}

.form-radio .form-icon {
  border-radius: 50%;
}
.form-radio input:checked + .form-icon::before {
  background: #ffffff;
  border-radius: 50%;
  content: "";
  height: 6px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 6px;
}

.form-switch {
  padding-left: 2rem;
}
.form-switch .form-icon {
  background: hsl(0, 0%, 104.0196078431%);
  background-clip: padding-box;
  border-radius: 0.45rem;
  height: 0.9rem;
  left: 0;
  top: 0.25rem;
  width: 1.6rem;
}
.form-switch .form-icon::before {
  background: #ffffff;
  border-radius: 50%;
  content: "";
  display: block;
  height: 0.8rem;
  left: 0;
  position: absolute;
  top: 0;
  transition: background 0.2s, border 0.2s, box-shadow 0.2s, color 0.2s, left 0.2s;
  width: 0.8rem;
}
.form-switch input:checked + .form-icon::before {
  left: 14px;
}
.form-switch input:active + .form-icon::before {
  background: hsl(0, 0%, 124.0196078431%);
}

.input-group {
  display: flex;
}
.input-group .input-group-addon {
  background: hsl(0, 0%, 124.0196078431%);
  border: 0.05rem solid hsl(0, 0%, 104.0196078431%);
  border-radius: 0.1rem;
  line-height: 1.2rem;
  padding: 0.25rem 0.4rem;
  white-space: nowrap;
}
.input-group .input-group-addon.addon-sm {
  font-size: 0.7rem;
  padding: 0.05rem 0.3rem;
}
.input-group .input-group-addon.addon-lg {
  font-size: 0.9rem;
  padding: 0.35rem 0.6rem;
}
.input-group .form-input,
.input-group .form-select {
  flex: 1 1 auto;
  width: 1%;
}
.input-group .input-group-btn {
  z-index: 1;
}
.input-group .form-input:first-child:not(:last-child),
.input-group .form-select:first-child:not(:last-child),
.input-group .input-group-addon:first-child:not(:last-child),
.input-group .input-group-btn:first-child:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group .form-input:not(:first-child):not(:last-child),
.input-group .form-select:not(:first-child):not(:last-child),
.input-group .input-group-addon:not(:first-child):not(:last-child),
.input-group .input-group-btn:not(:first-child):not(:last-child) {
  border-radius: 0;
  margin-left: -0.05rem;
}
.input-group .form-input:last-child:not(:first-child),
.input-group .form-select:last-child:not(:first-child),
.input-group .input-group-addon:last-child:not(:first-child),
.input-group .input-group-btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: -0.05rem;
}
.input-group .form-input:focus,
.input-group .form-select:focus,
.input-group .input-group-addon:focus,
.input-group .input-group-btn:focus {
  z-index: 2;
}
.input-group .form-select {
  width: auto;
}
.input-group.input-inline {
  display: inline-flex;
}

.has-success .form-input, .form-input.is-success,
.has-success .form-select,
.form-select.is-success {
  background: white;
  border-color: #8dc63f;
}
.has-success .form-input:focus, .form-input.is-success:focus,
.has-success .form-select:focus,
.form-select.is-success:focus {
  box-shadow: 0 0 0 0.1rem rgba(141, 198, 63, 0.2);
}
.has-error .form-input, .form-input.is-error,
.has-error .form-select,
.form-select.is-error {
  background: white;
  border-color: #d11f5c;
}
.has-error .form-input:focus, .form-input.is-error:focus,
.has-error .form-select:focus,
.form-select.is-error:focus {
  box-shadow: 0 0 0 0.1rem rgba(209, 31, 92, 0.2);
}

.has-error .form-checkbox .form-icon, .form-checkbox.is-error .form-icon,
.has-error .form-radio .form-icon,
.form-radio.is-error .form-icon,
.has-error .form-switch .form-icon,
.form-switch.is-error .form-icon {
  border-color: #d11f5c;
}
.has-error .form-checkbox input:checked + .form-icon, .form-checkbox.is-error input:checked + .form-icon,
.has-error .form-radio input:checked + .form-icon,
.form-radio.is-error input:checked + .form-icon,
.has-error .form-switch input:checked + .form-icon,
.form-switch.is-error input:checked + .form-icon {
  background: #d11f5c;
  border-color: #d11f5c;
}
.has-error .form-checkbox input:focus + .form-icon, .form-checkbox.is-error input:focus + .form-icon,
.has-error .form-radio input:focus + .form-icon,
.form-radio.is-error input:focus + .form-icon,
.has-error .form-switch input:focus + .form-icon,
.form-switch.is-error input:focus + .form-icon {
  box-shadow: 0 0 0 0.1rem rgba(209, 31, 92, 0.2);
  border-color: #d11f5c;
}

.has-error .form-checkbox input:indeterminate + .form-icon, .form-checkbox.is-error input:indeterminate + .form-icon {
  background: #d11f5c;
  border-color: #d11f5c;
}

.form-input:not(:placeholder-shown):invalid {
  border-color: #d11f5c;
}
.form-input:not(:placeholder-shown):invalid:focus {
  box-shadow: 0 0 0 0.1rem rgba(209, 31, 92, 0.2);
  background: white;
}
.form-input:not(:placeholder-shown):invalid + .form-input-hint {
  color: #d11f5c;
}

.form-input:disabled, .form-input.disabled,
.form-select:disabled,
.form-select.disabled {
  background-color: hsl(0, 0%, 121.0196078431%);
  cursor: not-allowed;
  opacity: 0.5;
}

.form-input[readonly] {
  background-color: hsl(0, 0%, 124.0196078431%);
}

input:disabled + .form-icon, input.disabled + .form-icon {
  background: hsl(0, 0%, 121.0196078431%);
  cursor: not-allowed;
  opacity: 0.5;
}

.form-switch input:disabled + .form-icon::before, .form-switch input.disabled + .form-icon::before {
  background: #ffffff;
}

.form-horizontal {
  padding: 0.4rem 0;
}
.form-horizontal .form-group {
  display: flex;
  flex-wrap: wrap;
}

.form-inline {
  display: inline-block;
}

.label {
  border-radius: 0.1rem;
  line-height: 1.25;
  padding: 0.1rem 0.4em;
  background: hsl(0, 0%, 121.0196078431%);
  color: rgb(12.75, 12.75, 12.75);
  display: inline-block;
}
.label.label-rounded {
  border-radius: 5rem;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}
.label.label-primary {
  background: #000000;
  color: #ffffff;
}
.label.label-secondary {
  background: #ffffff;
  color: #000000;
}
.label.label-success {
  background: #8dc63f;
  color: #ffffff;
}
.label.label-warning {
  background: #fdb940;
  color: #ffffff;
}
.label.label-error {
  background: #d11f5c;
  color: #ffffff;
}

code {
  border-radius: 0.1rem;
  line-height: 1.25;
  padding: 0.1rem 0.2rem;
  background: rgb(248.121875, 208.628125, 222.1625);
  color: #d11f5c;
  font-size: 85%;
}

.code {
  border-radius: 0.1rem;
  color: #000000;
  position: relative;
}
.code::before {
  color: hsl(0, 0%, 104.0196078431%);
  content: attr(data-lang);
  font-size: 0.7rem;
  position: absolute;
  right: 0.4rem;
  top: 0.1rem;
}
.code code {
  background: hsl(0, 0%, 124.0196078431%);
  color: inherit;
  display: block;
  line-height: 1.5;
  overflow-x: auto;
  padding: 1rem;
  width: 100%;
}

pre[class] code {
  background: unset;
  color: unset;
}

.img-responsive {
  display: block;
  height: auto;
  max-width: 100%;
}

.img-fit-cover {
  object-fit: cover;
}

.img-fit-contain {
  object-fit: contain;
}

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

video.video-responsive {
  height: auto;
  max-width: 100%;
}
video.video-responsive::before {
  content: none;
}

.video-responsive-4-3::before {
  padding-bottom: 75%;
}

.video-responsive-1-1::before {
  padding-bottom: 100%;
}

.figure {
  margin: 0 0 0.4rem 0;
}
.figure .figure-caption {
  color: rgb(188.75, 188.75, 188.75);
  margin-top: 0.4rem;
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
  width: 100%;
}
.container.grid-xl {
  max-width: 1292.8px;
}
.container.grid-lg {
  max-width: 972.8px;
}
.container.grid-md {
  max-width: 852.8px;
}
.container.grid-sm {
  max-width: 612.8px;
}
.container.grid-xs {
  max-width: 386.8px;
}

.show-xs,
.show-sm,
.show-md,
.show-lg,
.show-xl {
  display: none !important;
}

.cols,
.columns {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.4rem;
  margin-right: -0.4rem;
}
.cols.col-gapless,
.columns.col-gapless {
  margin-left: 0;
  margin-right: 0;
}
.cols.col-gapless > .column,
.columns.col-gapless > .column {
  padding-left: 0;
  padding-right: 0;
}
.cols.col-oneline,
.columns.col-oneline {
  flex-wrap: nowrap;
  overflow-x: auto;
}

[class~=col-],
.column {
  flex: 1;
  max-width: 100%;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}
[class~=col-].col-12, [class~=col-].col-11, [class~=col-].col-10, [class~=col-].col-9, [class~=col-].col-8, [class~=col-].col-7, [class~=col-].col-6, [class~=col-].col-5, [class~=col-].col-4, [class~=col-].col-3, [class~=col-].col-2, [class~=col-].col-1, [class~=col-].col-auto,
.column.col-12,
.column.col-11,
.column.col-10,
.column.col-9,
.column.col-8,
.column.col-7,
.column.col-6,
.column.col-5,
.column.col-4,
.column.col-3,
.column.col-2,
.column.col-1,
.column.col-auto {
  flex: none;
}

.col-12 {
  width: 100%;
}

.col-11 {
  width: 91.66666667%;
}

.col-10 {
  width: 83.33333333%;
}

.col-9 {
  width: 75%;
}

.col-8 {
  width: 66.66666667%;
}

.col-7 {
  width: 58.33333333%;
}

.col-6 {
  width: 50%;
}

.col-5 {
  width: 41.66666667%;
}

.col-4 {
  width: 33.33333333%;
}

.col-3 {
  width: 25%;
}

.col-2 {
  width: 16.66666667%;
}

.col-1 {
  width: 8.33333333%;
}

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

.col-mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.col-ml-auto {
  margin-left: auto;
}

.col-mr-auto {
  margin-right: auto;
}

@media (max-width: 1280px) {
  .col-xl-12,
  .col-xl-11,
  .col-xl-10,
  .col-xl-9,
  .col-xl-8,
  .col-xl-7,
  .col-xl-6,
  .col-xl-5,
  .col-xl-4,
  .col-xl-3,
  .col-xl-2,
  .col-xl-1,
  .col-xl-auto {
    flex: none;
  }
  .col-xl-12 {
    width: 100%;
  }
  .col-xl-11 {
    width: 91.66666667%;
  }
  .col-xl-10 {
    width: 83.33333333%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-8 {
    width: 66.66666667%;
  }
  .col-xl-7 {
    width: 58.33333333%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-5 {
    width: 41.66666667%;
  }
  .col-xl-4 {
    width: 33.33333333%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-2 {
    width: 16.66666667%;
  }
  .col-xl-1 {
    width: 8.33333333%;
  }
  .col-xl-auto {
    width: auto;
  }
  .hide-xl {
    display: none !important;
  }
  .show-xl {
    display: block !important;
  }
}
@media (max-width: 960px) {
  .col-lg-12,
  .col-lg-11,
  .col-lg-10,
  .col-lg-9,
  .col-lg-8,
  .col-lg-7,
  .col-lg-6,
  .col-lg-5,
  .col-lg-4,
  .col-lg-3,
  .col-lg-2,
  .col-lg-1,
  .col-lg-auto {
    flex: none;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-auto {
    width: auto;
  }
  .hide-lg {
    display: none !important;
  }
  .show-lg {
    display: block !important;
  }
}
@media (max-width: 840px) {
  .col-md-12,
  .col-md-11,
  .col-md-10,
  .col-md-9,
  .col-md-8,
  .col-md-7,
  .col-md-6,
  .col-md-5,
  .col-md-4,
  .col-md-3,
  .col-md-2,
  .col-md-1,
  .col-md-auto {
    flex: none;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-auto {
    width: auto;
  }
  .hide-md {
    display: none !important;
  }
  .show-md {
    display: block !important;
  }
}
@media (max-width: 600px) {
  .col-sm-12,
  .col-sm-11,
  .col-sm-10,
  .col-sm-9,
  .col-sm-8,
  .col-sm-7,
  .col-sm-6,
  .col-sm-5,
  .col-sm-4,
  .col-sm-3,
  .col-sm-2,
  .col-sm-1,
  .col-sm-auto {
    flex: none;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-auto {
    width: auto;
  }
  .hide-sm {
    display: none !important;
  }
  .show-sm {
    display: block !important;
  }
}
@media (max-width: 374px) {
  .col-xs-12,
  .col-xs-11,
  .col-xs-10,
  .col-xs-9,
  .col-xs-8,
  .col-xs-7,
  .col-xs-6,
  .col-xs-5,
  .col-xs-4,
  .col-xs-3,
  .col-xs-2,
  .col-xs-1,
  .col-xs-auto {
    flex: none;
  }
  .col-xs-12 {
    width: 100%;
  }
  .col-xs-11 {
    width: 91.66666667%;
  }
  .col-xs-10 {
    width: 83.33333333%;
  }
  .col-xs-9 {
    width: 75%;
  }
  .col-xs-8 {
    width: 66.66666667%;
  }
  .col-xs-7 {
    width: 58.33333333%;
  }
  .col-xs-6 {
    width: 50%;
  }
  .col-xs-5 {
    width: 41.66666667%;
  }
  .col-xs-4 {
    width: 33.33333333%;
  }
  .col-xs-3 {
    width: 25%;
  }
  .col-xs-2 {
    width: 16.66666667%;
  }
  .col-xs-1 {
    width: 8.33333333%;
  }
  .col-xs-auto {
    width: auto;
  }
  .hide-xs {
    display: none !important;
  }
  .show-xs {
    display: block !important;
  }
}
.hero {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 4rem;
  padding-top: 4rem;
}
.hero.hero-sm {
  padding-bottom: 2rem;
  padding-top: 2rem;
}
.hero.hero-lg {
  padding-bottom: 8rem;
  padding-top: 8rem;
}
.hero .hero-body {
  padding: 0.4rem;
}

.navbar {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.navbar .navbar-section {
  align-items: center;
  display: flex;
  flex: 1 0 0;
}
.navbar .navbar-section:not(:first-child):last-child {
  justify-content: flex-end;
}
.navbar .navbar-center {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
}
.navbar .navbar-brand {
  font-size: 0.9rem;
  text-decoration: none;
}

.accordion input:checked ~ .accordion-header > .icon:first-child, .accordion[open] .accordion-header > .icon:first-child {
  transform: rotate(90deg);
}
.accordion input:checked ~ .accordion-body, .accordion[open] .accordion-body {
  max-height: 50rem;
}
.accordion .accordion-header {
  display: block;
  padding: 0.2rem 0.4rem;
}
.accordion .accordion-header .icon {
  transition: transform 0.25s;
}
.accordion .accordion-body {
  margin-bottom: 0.4rem;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.25s;
}

summary.accordion-header::-webkit-details-marker {
  display: none;
}

.avatar {
  font-size: 0.8rem;
  height: 1.6rem;
  width: 1.6rem;
  background: #000000;
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.85);
  display: inline-block;
  font-weight: 300;
  line-height: 1.25;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.avatar.avatar-xs {
  font-size: 0.4rem;
  height: 0.8rem;
  width: 0.8rem;
}
.avatar.avatar-sm {
  font-size: 0.6rem;
  height: 1.2rem;
  width: 1.2rem;
}
.avatar.avatar-lg {
  font-size: 1.2rem;
  height: 2.4rem;
  width: 2.4rem;
}
.avatar.avatar-xl {
  font-size: 1.6rem;
  height: 3.2rem;
  width: 3.2rem;
}
.avatar img {
  border-radius: 50%;
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 1;
}
.avatar .avatar-icon,
.avatar .avatar-presence {
  background: #ffffff;
  bottom: 14.64%;
  height: 50%;
  padding: 0.1rem;
  position: absolute;
  right: 14.64%;
  transform: translate(50%, 50%);
  width: 50%;
  z-index: 2;
}
.avatar .avatar-presence {
  background: hsl(0, 0%, 104.0196078431%);
  box-shadow: 0 0 0 0.1rem #ffffff;
  border-radius: 50%;
  height: 0.5em;
  width: 0.5em;
}
.avatar .avatar-presence.online {
  background: #8dc63f;
}
.avatar .avatar-presence.busy {
  background: #d11f5c;
}
.avatar .avatar-presence.away {
  background: #fdb940;
}
.avatar[data-initial]::before {
  color: currentColor;
  content: attr(data-initial);
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.badge {
  position: relative;
  white-space: nowrap;
}
.badge[data-badge]::after, .badge:not([data-badge])::after {
  background: #000000;
  background-clip: padding-box;
  border-radius: 0.5rem;
  box-shadow: 0 0 0 0.1rem #ffffff;
  color: #ffffff;
  content: attr(data-badge);
  display: inline-block;
  transform: translate(-0.05rem, -0.5rem);
}
.badge[data-badge]::after {
  font-size: 0.7rem;
  height: 0.9rem;
  line-height: 1;
  min-width: 0.9rem;
  padding: 0.1rem 0.2rem;
  text-align: center;
  white-space: nowrap;
}
.badge:not([data-badge])::after, .badge[data-badge=""]::after {
  height: 6px;
  min-width: 6px;
  padding: 0;
  width: 6px;
}
.badge.btn::after {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
}
.badge.avatar::after {
  position: absolute;
  top: 14.64%;
  right: 14.64%;
  transform: translate(50%, -50%);
  z-index: 100;
}

.breadcrumb {
  list-style: none;
  margin: 0.2rem 0;
  padding: 0.2rem 0;
}
.breadcrumb .breadcrumb-item {
  color: rgb(188.75, 188.75, 188.75);
  display: inline-block;
  margin: 0;
  padding: 0.2rem 0;
}
.breadcrumb .breadcrumb-item:not(:last-child) {
  margin-right: 0.2rem;
}
.breadcrumb .breadcrumb-item:not(:last-child) a {
  color: rgb(188.75, 188.75, 188.75);
}
.breadcrumb .breadcrumb-item:not(:first-child)::before {
  color: rgb(188.75, 188.75, 188.75);
  content: "/";
  padding-right: 0.4rem;
}

.bar {
  background: hsl(0, 0%, 121.0196078431%);
  border-radius: 0.1rem;
  display: flex;
  flex-wrap: nowrap;
  height: 0.8rem;
  width: 100%;
}
.bar.bar-sm {
  height: 0.2rem;
}
.bar .bar-item {
  background: #000000;
  color: #ffffff;
  display: block;
  font-size: 0.7rem;
  flex-shrink: 0;
  line-height: 0.8rem;
  height: 100%;
  position: relative;
  text-align: center;
  width: 0;
}
.bar .bar-item:first-child {
  border-bottom-left-radius: 0.1rem;
  border-top-left-radius: 0.1rem;
}
.bar .bar-item:last-child {
  border-bottom-right-radius: 0.1rem;
  border-top-right-radius: 0.1rem;
  flex-shrink: 1;
}

.bar-slider {
  height: 0.1rem;
  margin: 0.4rem 0;
  position: relative;
}
.bar-slider .bar-item {
  left: 0;
  padding: 0;
  position: absolute;
}
.bar-slider .bar-item:not(:last-child):first-child {
  background: hsl(0, 0%, 121.0196078431%);
  z-index: 1;
}
.bar-slider .bar-slider-btn {
  background: #000000;
  border: 0;
  border-radius: 50%;
  height: 0.6rem;
  padding: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(50%, -50%);
  width: 0.6rem;
}
.bar-slider .bar-slider-btn:active {
  box-shadow: 0 0 0 0.1rem #000000;
}

.card {
  background: #ffffff;
  border: 0.05rem solid hsl(0, 0%, 114.0196078431%);
  border-radius: 0.1rem;
  display: flex;
  flex-direction: column;
}
.card .card-header,
.card .card-body,
.card .card-footer {
  padding: 0.8rem;
  padding-bottom: 0;
}
.card .card-header:last-child,
.card .card-body:last-child,
.card .card-footer:last-child {
  padding-bottom: 0.8rem;
}
.card .card-body {
  flex: 1 1 auto;
}
.card .card-image {
  padding-top: 0.8rem;
}
.card .card-image:first-child {
  padding-top: 0;
}
.card .card-image:first-child img {
  border-top-left-radius: 0.1rem;
  border-top-right-radius: 0.1rem;
}
.card .card-image:last-child img {
  border-bottom-left-radius: 0.1rem;
  border-bottom-right-radius: 0.1rem;
}

.chip {
  align-items: center;
  background: hsl(0, 0%, 121.0196078431%);
  border-radius: 5rem;
  display: inline-flex;
  font-size: 90%;
  height: 1.2rem;
  line-height: 0.8rem;
  margin: 0.1rem;
  max-width: 320px;
  overflow: hidden;
  padding: 0.2rem 0.4rem;
  text-decoration: none;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
}
.chip.active {
  background: #000000;
  color: #ffffff;
}
.chip .avatar {
  margin-left: -0.4rem;
  margin-right: 0.2rem;
}
.chip .btn-clear {
  border-radius: 50%;
  transform: scale(0.75);
}

.dropdown {
  display: inline-block;
  position: relative;
}
.dropdown .menu {
  animation: slide-down 0.15s ease 1;
  display: none;
  left: 0;
  max-height: 50vh;
  overflow-y: auto;
  position: absolute;
  top: 100%;
}
.dropdown.dropdown-right .menu {
  left: auto;
  right: 0;
}
.dropdown.active .menu,
.dropdown .dropdown-toggle:focus + .menu,
.dropdown .menu:hover {
  display: block;
}
.dropdown .btn-group .dropdown-toggle:nth-last-child(2) {
  border-bottom-right-radius: 0.1rem;
  border-top-right-radius: 0.1rem;
}

.empty {
  background: hsl(0, 0%, 124.0196078431%);
  border-radius: 0.1rem;
  color: rgb(188.75, 188.75, 188.75);
  text-align: center;
  padding: 3.2rem 1.6rem;
}
.empty .empty-icon {
  margin-bottom: 0.8rem;
}
.empty .empty-title,
.empty .empty-subtitle {
  margin: 0.4rem auto;
}
.empty .empty-action {
  margin-top: 0.8rem;
}

.menu {
  box-shadow: 0 0.05rem 0.2rem rgba(48, 55, 66, 0.3);
  background: #ffffff;
  border-radius: 0.1rem;
  list-style: none;
  margin: 0;
  min-width: 180px;
  padding: 0.4rem;
  transform: translateY(0.2rem);
  z-index: 300;
}
.menu.menu-nav {
  background: transparent;
  box-shadow: none;
}
.menu .menu-item {
  margin-top: 0;
  padding: 0 0.4rem;
  position: relative;
  text-decoration: none;
}
.menu .menu-item > a {
  border-radius: 0.1rem;
  color: inherit;
  display: block;
  margin: 0 -0.4rem;
  padding: 0.2rem 0.4rem;
  text-decoration: none;
}
.menu .menu-item > a:focus, .menu .menu-item > a:hover {
  background: #ffffff;
  color: #000000;
}
.menu .menu-item > a:active, .menu .menu-item > a.active {
  background: #ffffff;
  color: #000000;
}
.menu .menu-item .form-checkbox,
.menu .menu-item .form-radio,
.menu .menu-item .form-switch {
  margin: 0.1rem 0;
}
.menu .menu-item + .menu-item {
  margin-top: 0.2rem;
}
.menu .menu-badge {
  align-items: center;
  display: flex;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.menu .menu-badge .label {
  margin-right: 0.4rem;
}

.modal {
  align-items: center;
  bottom: 0;
  display: none;
  justify-content: center;
  left: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0.4rem;
  position: fixed;
  right: 0;
  top: 0;
}
.modal:target, .modal.active {
  display: flex;
  opacity: 1;
  z-index: 400;
}
.modal:target .modal-overlay, .modal.active .modal-overlay {
  background: hsla(0, 0%, 124.0196078431%, 0.75);
  bottom: 0;
  cursor: default;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.modal:target .modal-container, .modal.active .modal-container {
  animation: slide-down 0.2s ease 1;
  z-index: 1;
}
.modal.modal-sm .modal-container {
  max-width: 320px;
  padding: 0 0.4rem;
}
.modal.modal-lg .modal-overlay {
  background: #ffffff;
}
.modal.modal-lg .modal-container {
  box-shadow: none;
  max-width: 960px;
}

.modal-container {
  box-shadow: 0 0.2rem 0.5rem rgba(48, 55, 66, 0.3);
  background: #ffffff;
  border-radius: 0.1rem;
  display: flex;
  flex-direction: column;
  max-height: 75vh;
  max-width: 640px;
  padding: 0 0.8rem;
  width: 100%;
}
.modal-container.modal-fullheight {
  max-height: 100vh;
}
.modal-container .modal-header {
  color: #303742;
  padding: 0.8rem;
}
.modal-container .modal-body {
  overflow-y: auto;
  padding: 0.8rem;
  position: relative;
}
.modal-container .modal-footer {
  padding: 0.8rem;
  text-align: right;
}

.nav {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0.2rem 0;
}
.nav .nav-item a {
  color: rgb(188.75, 188.75, 188.75);
  padding: 0.2rem 0.4rem;
  text-decoration: none;
}
.nav .nav-item a:focus, .nav .nav-item a:hover {
  color: #000000;
}
.nav .nav-item.active > a {
  color: rgb(163.25, 163.25, 163.25);
  font-weight: bold;
}
.nav .nav-item.active > a:focus, .nav .nav-item.active > a:hover {
  color: #000000;
}
.nav .nav {
  margin-bottom: 0.4rem;
  margin-left: 0.8rem;
}

.pagination {
  display: flex;
  list-style: none;
  margin: 0.2rem 0;
  padding: 0.2rem 0;
}
.pagination .page-item {
  margin: 0.2rem 0.05rem;
}
.pagination .page-item span {
  display: inline-block;
  padding: 0.2rem 0.2rem;
}
.pagination .page-item a {
  border-radius: 0.1rem;
  display: inline-block;
  padding: 0.2rem 0.4rem;
  text-decoration: none;
}
.pagination .page-item a:focus, .pagination .page-item a:hover {
  color: #000000;
}
.pagination .page-item.disabled a {
  cursor: default;
  opacity: 0.5;
  pointer-events: none;
}
.pagination .page-item.active a {
  background: #000000;
  color: #ffffff;
}
.pagination .page-item.page-prev, .pagination .page-item.page-next {
  flex: 1 0 50%;
}
.pagination .page-item.page-next {
  text-align: right;
}
.pagination .page-item .page-item-title {
  margin: 0;
}
.pagination .page-item .page-item-subtitle {
  margin: 0;
  opacity: 0.5;
}

.panel {
  border: 0.05rem solid hsl(0, 0%, 114.0196078431%);
  border-radius: 0.1rem;
  display: flex;
  flex-direction: column;
}
.panel .panel-header,
.panel .panel-footer {
  flex: 0 0 auto;
  padding: 0.8rem;
}
.panel .panel-nav {
  flex: 0 0 auto;
}
.panel .panel-body {
  flex: 1 1 auto;
  overflow-y: auto;
  padding: 0 0.8rem;
}

.popover {
  display: inline-block;
  position: relative;
}
.popover .popover-container {
  left: 50%;
  opacity: 0;
  padding: 0.4rem;
  position: absolute;
  top: 0;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.2s;
  width: 320px;
  z-index: 300;
}
.popover *:focus + .popover-container, .popover:hover .popover-container {
  display: block;
  opacity: 1;
  transform: translate(-50%, -100%) scale(1);
}
.popover.popover-right .popover-container {
  left: 100%;
  top: 50%;
}
.popover.popover-right *:focus + .popover-container, .popover.popover-right:hover .popover-container {
  transform: translate(0, -50%) scale(1);
}
.popover.popover-bottom .popover-container {
  left: 50%;
  top: 100%;
}
.popover.popover-bottom *:focus + .popover-container, .popover.popover-bottom:hover .popover-container {
  transform: translate(-50%, 0) scale(1);
}
.popover.popover-left .popover-container {
  left: 0;
  top: 50%;
}
.popover.popover-left *:focus + .popover-container, .popover.popover-left:hover .popover-container {
  transform: translate(-100%, -50%) scale(1);
}
.popover .card {
  box-shadow: 0 0.2rem 0.5rem rgba(48, 55, 66, 0.3);
  border: 0;
}

.step {
  display: flex;
  flex-wrap: nowrap;
  list-style: none;
  margin: 0.2rem 0;
  width: 100%;
}
.step .step-item {
  flex: 1 1 0;
  margin-top: 0;
  min-height: 1rem;
  text-align: center;
  position: relative;
}
.step .step-item:not(:first-child)::before {
  background: #000000;
  content: "";
  height: 2px;
  left: -50%;
  position: absolute;
  top: 9px;
  width: 100%;
}
.step .step-item a {
  color: #000000;
  display: inline-block;
  padding: 20px 10px 0;
  text-decoration: none;
}
.step .step-item a::before {
  background: #000000;
  border: 0.1rem solid #ffffff;
  border-radius: 50%;
  content: "";
  display: block;
  height: 0.6rem;
  left: 50%;
  position: absolute;
  top: 0.2rem;
  transform: translateX(-50%);
  width: 0.6rem;
  z-index: 1;
}
.step .step-item.active a::before {
  background: #ffffff;
  border: 0.1rem solid #000000;
}
.step .step-item.active ~ .step-item::before {
  background: hsl(0, 0%, 114.0196078431%);
}
.step .step-item.active ~ .step-item a {
  color: hsl(0, 0%, 104.0196078431%);
}
.step .step-item.active ~ .step-item a::before {
  background: hsl(0, 0%, 114.0196078431%);
}

.tab {
  align-items: center;
  border-bottom: 0.05rem solid hsl(0, 0%, 114.0196078431%);
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0.2rem 0 0.15rem 0;
}
.tab .tab-item {
  margin-top: 0;
}
.tab .tab-item a {
  border-bottom: 0.1rem solid transparent;
  color: inherit;
  display: block;
  margin: 0 0.4rem 0 0;
  padding: 0.4rem 0.2rem 0.3rem 0.2rem;
  text-decoration: none;
}
.tab .tab-item a:focus, .tab .tab-item a:hover {
  color: #000000;
}
.tab .tab-item.active a,
.tab .tab-item a.active {
  border-bottom-color: #000000;
  color: #000000;
}
.tab .tab-item.tab-action {
  flex: 1 0 auto;
  text-align: right;
}
.tab .tab-item .btn-clear {
  margin-top: -0.2rem;
}
.tab.tab-block .tab-item {
  flex: 1 0 0;
  text-align: center;
}
.tab.tab-block .tab-item a {
  margin: 0;
}
.tab.tab-block .tab-item .badge[data-badge]::after {
  position: absolute;
  right: 0.1rem;
  top: 0.1rem;
  transform: translate(0, 0);
}
.tab:not(.tab-block) .badge {
  padding-right: 0;
}

.tile {
  align-content: space-between;
  align-items: flex-start;
  display: flex;
}
.tile .tile-icon,
.tile .tile-action {
  flex: 0 0 auto;
}
.tile .tile-content {
  flex: 1 1 auto;
}
.tile .tile-content:not(:first-child) {
  padding-left: 0.4rem;
}
.tile .tile-content:not(:last-child) {
  padding-right: 0.4rem;
}
.tile .tile-title,
.tile .tile-subtitle {
  line-height: 1.2rem;
}
.tile.tile-centered {
  align-items: center;
}
.tile.tile-centered .tile-content {
  overflow: hidden;
}
.tile.tile-centered .tile-title,
.tile.tile-centered .tile-subtitle {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 0;
}

.toast {
  background: rgba(48, 55, 66, 0.95);
  border-color: #303742;
  border: 0.05rem solid #303742;
  border-radius: 0.1rem;
  color: #ffffff;
  display: block;
  padding: 0.4rem;
  width: 100%;
}
.toast.toast-primary {
  background: rgba(0, 0, 0, 0.95);
  border-color: #000000;
}
.toast.toast-success {
  background: rgba(141, 198, 63, 0.95);
  border-color: #8dc63f;
}
.toast.toast-warning {
  background: rgba(253, 185, 64, 0.95);
  border-color: #fdb940;
}
.toast.toast-error {
  background: rgba(209, 31, 92, 0.95);
  border-color: #d11f5c;
}
.toast a {
  color: #ffffff;
  text-decoration: underline;
}
.toast a:focus, .toast a:hover, .toast a:active, .toast a.active {
  opacity: 0.75;
}
.toast .btn-clear {
  margin: 0.1rem;
}
.toast p:last-child {
  margin-bottom: 0;
}

.tooltip {
  position: relative;
}
.tooltip::after {
  background: rgba(48, 55, 66, 0.95);
  border-radius: 0.1rem;
  bottom: 100%;
  color: #ffffff;
  content: attr(data-tooltip);
  display: block;
  font-size: 0.7rem;
  left: 50%;
  max-width: 320px;
  opacity: 0;
  overflow: hidden;
  padding: 0.2rem 0.4rem;
  pointer-events: none;
  position: absolute;
  text-overflow: ellipsis;
  transform: translate(-50%, 0.4rem);
  transition: opacity 0.2s, transform 0.2s;
  white-space: pre;
  z-index: 300;
}
.tooltip:focus::after, .tooltip:hover::after {
  opacity: 1;
  transform: translate(-50%, -0.2rem);
}
.tooltip[disabled], .tooltip.disabled {
  pointer-events: auto;
}
.tooltip.tooltip-right::after {
  bottom: 50%;
  left: 100%;
  transform: translate(-0.2rem, 50%);
}
.tooltip.tooltip-right:focus::after, .tooltip.tooltip-right:hover::after {
  transform: translate(0.2rem, 50%);
}
.tooltip.tooltip-bottom::after {
  bottom: auto;
  top: 100%;
  transform: translate(-50%, -0.4rem);
}
.tooltip.tooltip-bottom:focus::after, .tooltip.tooltip-bottom:hover::after {
  transform: translate(-50%, 0.2rem);
}
.tooltip.tooltip-left::after {
  bottom: 50%;
  left: auto;
  right: 100%;
  transform: translate(0.4rem, 50%);
}
.tooltip.tooltip-left:focus::after, .tooltip.tooltip-left:hover::after {
  transform: translate(-0.2rem, 50%);
}

@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-1.6rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.text-primary {
  color: #000000 !important;
}

a.text-primary:focus, a.text-primary:hover {
  color: black;
}
a.text-primary:visited {
  color: rgb(12.75, 12.75, 12.75);
}

.text-secondary {
  color: rgb(247.35, 247.35, 247.35) !important;
}

a.text-secondary:focus, a.text-secondary:hover {
  color: rgb(234.6, 234.6, 234.6);
}
a.text-secondary:visited {
  color: white;
}

.text-gray {
  color: hsl(0, 0%, 104.0196078431%) !important;
}

a.text-gray:focus, a.text-gray:hover {
  color: rgb(252.5, 252.5, 252.5);
}
a.text-gray:visited {
  color: white;
}

.text-light {
  color: #ffffff !important;
}

a.text-light:focus, a.text-light:hover {
  color: rgb(242.25, 242.25, 242.25);
}
a.text-light:visited {
  color: white;
}

.text-dark {
  color: #000000 !important;
}

a.text-dark:focus, a.text-dark:hover {
  color: black;
}
a.text-dark:visited {
  color: rgb(12.75, 12.75, 12.75);
}

.text-success {
  color: #8dc63f !important;
}

a.text-success:focus, a.text-success:hover {
  color: rgb(127.6807228916, 181.5903614458, 53.9096385542);
}
a.text-success:visited {
  color: rgb(152.6746987952, 203.8373493976, 82.6626506024);
}

.text-warning {
  color: #fdb940 !important;
}

a.text-warning:focus, a.text-warning:hover {
  color: rgb(252.7357512953, 175.7512953368, 38.7642487047);
}
a.text-warning:visited {
  color: rgb(253.2642487047, 194.2487046632, 89.2357512953);
}

.text-error {
  color: #d11f5c !important;
}

a.text-error:focus, a.text-error:hover {
  color: rgb(186.79375, 27.70625, 82.225);
}
a.text-error:visited {
  color: rgb(223.41875, 42.08125, 104.225);
}

.bg-primary {
  background: #000000 !important;
  color: #ffffff;
}

.bg-secondary {
  background: #ffffff !important;
}

.bg-dark {
  background: #303742 !important;
  color: #ffffff;
}

.bg-gray {
  background: hsl(0, 0%, 124.0196078431%) !important;
}

.bg-success {
  background: #8dc63f !important;
  color: #ffffff;
}

.bg-warning {
  background: #fdb940 !important;
}

.bg-error {
  background: #d11f5c !important;
  color: #ffffff;
}

.c-hand {
  cursor: pointer;
}

.c-move {
  cursor: move;
}

.c-zoom-in {
  cursor: zoom-in;
}

.c-zoom-out {
  cursor: zoom-out;
}

.c-not-allowed {
  cursor: not-allowed;
}

.c-auto {
  cursor: auto;
}

.d-block {
  display: block;
}

.d-inline {
  display: inline;
}

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

.d-flex {
  display: flex;
}

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

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

.d-visible {
  visibility: visible;
}

.d-invisible {
  visibility: hidden;
}

.text-hide {
  background: transparent;
  border: 0;
  color: transparent;
  font-size: 0;
  line-height: 0;
  text-shadow: none;
}

.text-assistive {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.divider,
.divider-vert {
  display: block;
  position: relative;
}
.divider[data-content]::after,
.divider-vert[data-content]::after {
  background: #ffffff;
  color: hsl(0, 0%, 104.0196078431%);
  content: attr(data-content);
  display: inline-block;
  font-size: 0.7rem;
  padding: 0 0.4rem;
  transform: translateY(-0.65rem);
}

.divider {
  border-top: 0.05rem solid hsl(0, 0%, 122.0196078431%);
  height: 0.05rem;
  margin: 0.4rem 0;
}
.divider[data-content] {
  margin: 0.8rem 0;
}

.divider-vert {
  display: block;
  padding: 0.8rem;
}
.divider-vert::before {
  border-left: 0.05rem solid hsl(0, 0%, 114.0196078431%);
  bottom: 0.4rem;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 0.4rem;
  transform: translateX(-50%);
}
.divider-vert[data-content]::after {
  left: 50%;
  padding: 0.2rem 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.loading {
  color: transparent !important;
  min-height: 0.8rem;
  pointer-events: none;
  position: relative;
}
.loading::after {
  animation: loading 500ms infinite linear;
  background: transparent;
  border: 0.1rem solid #000000;
  border-radius: 50%;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 0.8rem;
  left: 50%;
  margin-left: -0.4rem;
  margin-top: -0.4rem;
  opacity: 1;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 0.8rem;
  z-index: 1;
}
.loading.loading-lg {
  min-height: 2rem;
}
.loading.loading-lg::after {
  height: 1.6rem;
  margin-left: -0.8rem;
  margin-top: -0.8rem;
  width: 1.6rem;
}

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

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

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

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

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

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

.p-sticky {
  position: sticky !important;
}

.p-centered {
  display: block;
  float: none;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-rounded {
  border-radius: 0.1rem;
}

.s-circle {
  border-radius: 50%;
}

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

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

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

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

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

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

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

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

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

.text-italic {
  font-style: italic;
}

.text-large {
  font-size: 1.2em;
}

.text-small {
  font-size: 0.9em;
}

.text-tiny {
  font-size: 0.8em;
}

.text-muted {
  opacity: 0.8;
}

.text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-clip {
  overflow: hidden;
  text-overflow: clip;
  white-space: nowrap;
}

.text-break {
  hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
}

/*! Spectre CSS Experimentals %VERSION% | MIT License | https://github.com/spectre-org/spectre-css */
.form-autocomplete {
  position: relative;
}
.form-autocomplete .form-autocomplete-input {
  align-content: flex-start;
  display: flex;
  flex-wrap: wrap;
  height: auto;
  min-height: 1.6rem;
  padding: 0.1rem;
}
.form-autocomplete .form-autocomplete-input.is-focused {
  box-shadow: 0 0 0 0.1rem rgba(0, 0, 0, 0.2);
  border-color: #000000;
}
.form-autocomplete .form-autocomplete-input .form-input {
  border-color: transparent;
  box-shadow: none;
  display: inline-block;
  flex: 1 0 auto;
  height: 1.2rem;
  line-height: 0.8rem;
  margin: 0.1rem;
  width: auto;
}
.form-autocomplete .menu {
  left: 0;
  position: absolute;
  top: 100%;
  width: 100%;
}
.form-autocomplete.autocomplete-oneline .form-autocomplete-input {
  flex-wrap: nowrap;
  overflow-x: auto;
}
.form-autocomplete.autocomplete-oneline .chip {
  flex: 1 0 auto;
}

.calendar {
  border: 0.05rem solid hsl(0, 0%, 114.0196078431%);
  border-radius: 0.1rem;
  display: block;
  min-width: 280px;
}
.calendar .calendar-nav {
  align-items: center;
  background: hsl(0, 0%, 124.0196078431%);
  border-top-left-radius: 0.1rem;
  border-top-right-radius: 0.1rem;
  display: flex;
  font-size: 0.9rem;
  padding: 0.4rem;
}
.calendar .calendar-header,
.calendar .calendar-body {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0.4rem 0;
}
.calendar .calendar-header .calendar-date,
.calendar .calendar-body .calendar-date {
  flex: 0 0 14.28%;
  max-width: 14.28%;
}
.calendar .calendar-header {
  background: hsl(0, 0%, 124.0196078431%);
  border-bottom: 0.05rem solid hsl(0, 0%, 114.0196078431%);
  color: hsl(0, 0%, 104.0196078431%);
  font-size: 0.7rem;
  text-align: center;
}
.calendar .calendar-body {
  color: rgb(188.75, 188.75, 188.75);
}
.calendar .calendar-date {
  border: 0;
  padding: 0.2rem;
}
.calendar .calendar-date .date-item {
  appearance: none;
  background: transparent;
  border: 0.05rem solid transparent;
  border-radius: 50%;
  color: rgb(188.75, 188.75, 188.75);
  cursor: pointer;
  font-size: 0.7rem;
  height: 1.4rem;
  line-height: 1rem;
  outline: none;
  padding: 0.1rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: background 0.2s, border 0.2s, box-shadow 0.2s, color 0.2s;
  vertical-align: middle;
  white-space: nowrap;
  width: 1.4rem;
}
.calendar .calendar-date .date-item.date-today {
  border-color: rgb(247.35, 247.35, 247.35);
  color: #000000;
}
.calendar .calendar-date .date-item:focus {
  box-shadow: 0 0 0 0.1rem rgba(0, 0, 0, 0.2);
}
.calendar .calendar-date .date-item:focus, .calendar .calendar-date .date-item:hover {
  background: hsl(0, 0%, 103%);
  border-color: rgb(247.35, 247.35, 247.35);
  color: #000000;
  text-decoration: none;
}
.calendar .calendar-date .date-item:active, .calendar .calendar-date .date-item.active {
  background: hsl(0, 0%, -3%);
  border-color: black;
  color: #ffffff;
}
.calendar .calendar-date .date-item.badge::after {
  position: absolute;
  top: 3px;
  right: 3px;
  transform: translate(50%, -50%);
}
.calendar .calendar-date .date-item:disabled, .calendar .calendar-date .date-item.disabled,
.calendar .calendar-date .calendar-event:disabled,
.calendar .calendar-date .calendar-event.disabled {
  cursor: default;
  opacity: 0.25;
  pointer-events: none;
}
.calendar .calendar-date.prev-month .date-item,
.calendar .calendar-date.prev-month .calendar-event, .calendar .calendar-date.next-month .date-item,
.calendar .calendar-date.next-month .calendar-event {
  opacity: 0.25;
}
.calendar .calendar-range {
  position: relative;
}
.calendar .calendar-range::before {
  background: #ffffff;
  content: "";
  height: 1.4rem;
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.calendar .calendar-range.range-start::before {
  left: 50%;
}
.calendar .calendar-range.range-end::before {
  right: 50%;
}
.calendar .calendar-range.range-start .date-item, .calendar .calendar-range.range-end .date-item {
  background: hsl(0, 0%, -3%);
  border-color: black;
  color: #ffffff;
}
.calendar .calendar-range .date-item {
  color: #000000;
}
.calendar.calendar-lg .calendar-body {
  padding: 0;
}
.calendar.calendar-lg .calendar-body .calendar-date {
  border-bottom: 0.05rem solid hsl(0, 0%, 114.0196078431%);
  border-right: 0.05rem solid hsl(0, 0%, 114.0196078431%);
  display: flex;
  flex-direction: column;
  height: 5.5rem;
  padding: 0;
}
.calendar.calendar-lg .calendar-body .calendar-date:nth-child(7n) {
  border-right: 0;
}
.calendar.calendar-lg .calendar-body .calendar-date:nth-last-child(-n+7) {
  border-bottom: 0;
}
.calendar.calendar-lg .date-item {
  align-self: flex-end;
  height: 1.4rem;
  margin-right: 0.2rem;
  margin-top: 0.2rem;
}
.calendar.calendar-lg .calendar-range::before {
  top: 19px;
}
.calendar.calendar-lg .calendar-range.range-start::before {
  left: auto;
  width: 19px;
}
.calendar.calendar-lg .calendar-range.range-end::before {
  right: 19px;
}
.calendar.calendar-lg .calendar-events {
  flex-grow: 1;
  line-height: 1;
  overflow-y: auto;
  padding: 0.2rem;
}
.calendar.calendar-lg .calendar-event {
  border-radius: 0.1rem;
  font-size: 0.7rem;
  display: block;
  margin: 0.1rem auto;
  overflow: hidden;
  padding: 3px 4px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.carousel .carousel-locator:nth-of-type(8):checked ~ .carousel-container .carousel-item:nth-of-type(8), .carousel .carousel-locator:nth-of-type(7):checked ~ .carousel-container .carousel-item:nth-of-type(7), .carousel .carousel-locator:nth-of-type(6):checked ~ .carousel-container .carousel-item:nth-of-type(6), .carousel .carousel-locator:nth-of-type(5):checked ~ .carousel-container .carousel-item:nth-of-type(5), .carousel .carousel-locator:nth-of-type(4):checked ~ .carousel-container .carousel-item:nth-of-type(4), .carousel .carousel-locator:nth-of-type(3):checked ~ .carousel-container .carousel-item:nth-of-type(3), .carousel .carousel-locator:nth-of-type(2):checked ~ .carousel-container .carousel-item:nth-of-type(2), .carousel .carousel-locator:nth-of-type(1):checked ~ .carousel-container .carousel-item:nth-of-type(1) {
  animation: carousel-slidein 0.75s ease-in-out 1;
  opacity: 1;
  z-index: 100;
}

.carousel .carousel-locator:nth-of-type(8):checked ~ .carousel-nav .nav-item:nth-of-type(8), .carousel .carousel-locator:nth-of-type(7):checked ~ .carousel-nav .nav-item:nth-of-type(7), .carousel .carousel-locator:nth-of-type(6):checked ~ .carousel-nav .nav-item:nth-of-type(6), .carousel .carousel-locator:nth-of-type(5):checked ~ .carousel-nav .nav-item:nth-of-type(5), .carousel .carousel-locator:nth-of-type(4):checked ~ .carousel-nav .nav-item:nth-of-type(4), .carousel .carousel-locator:nth-of-type(3):checked ~ .carousel-nav .nav-item:nth-of-type(3), .carousel .carousel-locator:nth-of-type(2):checked ~ .carousel-nav .nav-item:nth-of-type(2), .carousel .carousel-locator:nth-of-type(1):checked ~ .carousel-nav .nav-item:nth-of-type(1) {
  color: hsl(0, 0%, 124.0196078431%);
}

.carousel {
  background: hsl(0, 0%, 124.0196078431%);
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  -webkit-overflow-scrolling: touch;
  z-index: 1;
}
.carousel .carousel-container {
  height: 100%;
  left: 0;
  position: relative;
}
.carousel .carousel-container::before {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}
.carousel .carousel-container .carousel-item {
  animation: carousel-slideout 1s ease-in-out 1;
  height: 100%;
  left: 0;
  margin: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel .carousel-container .carousel-item:hover .item-prev,
.carousel .carousel-container .carousel-item:hover .item-next {
  opacity: 1;
}
.carousel .carousel-container .item-prev,
.carousel .carousel-container .item-next {
  background: hsla(0, 0%, 124.0196078431%, 0.25);
  border-color: hsla(0, 0%, 124.0196078431%, 0.5);
  color: hsl(0, 0%, 124.0196078431%);
  opacity: 0;
  position: absolute;
  top: 50%;
  transition: all 0.4s;
  transform: translateY(-50%);
  z-index: 100;
}
.carousel .carousel-container .item-prev {
  left: 1rem;
}
.carousel .carousel-container .item-next {
  right: 1rem;
}
.carousel .carousel-nav {
  bottom: 0.4rem;
  display: flex;
  justify-content: center;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 10rem;
  z-index: 100;
}
.carousel .carousel-nav .nav-item {
  color: hsla(0, 0%, 124.0196078431%, 0.5);
  display: block;
  flex: 1 0 auto;
  height: 1.6rem;
  margin: 0.2rem;
  max-width: 2.5rem;
  position: relative;
}
.carousel .carousel-nav .nav-item::before {
  background: currentColor;
  content: "";
  display: block;
  height: 0.1rem;
  position: absolute;
  top: 0.5rem;
  width: 100%;
}

@keyframes carousel-slidein {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes carousel-slideout {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 1;
    transform: translateX(-50%);
  }
}
.comparison-slider {
  height: 50vh;
  overflow: hidden;
  position: relative;
  width: 100%;
  -webkit-overflow-scrolling: touch;
}
.comparison-slider .comparison-before,
.comparison-slider .comparison-after {
  height: 100%;
  left: 0;
  margin: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
}
.comparison-slider .comparison-before img,
.comparison-slider .comparison-after img {
  height: 100%;
  object-fit: cover;
  object-position: left center;
  position: absolute;
  width: 100%;
}
.comparison-slider .comparison-before {
  width: 100%;
  z-index: 1;
}
.comparison-slider .comparison-before .comparison-label {
  right: 0.8rem;
}
.comparison-slider .comparison-after {
  max-width: 100%;
  min-width: 0;
  z-index: 2;
}
.comparison-slider .comparison-after::before {
  background: transparent;
  content: "";
  cursor: default;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0.8rem;
  top: 0;
  z-index: 1;
}
.comparison-slider .comparison-after::after {
  background: currentColor;
  border-radius: 50%;
  box-shadow: 0 -5px, 0 5px;
  color: #ffffff;
  content: "";
  height: 3px;
  pointer-events: none;
  position: absolute;
  right: 0.4rem;
  top: 50%;
  transform: translate(50%, -50%);
  width: 3px;
}
.comparison-slider .comparison-after .comparison-label {
  left: 0.8rem;
}
.comparison-slider .comparison-resizer {
  animation: first-run 1.5s 1 ease-in-out;
  cursor: ew-resize;
  height: 0.8rem;
  left: 0;
  max-width: 100%;
  min-width: 0.8rem;
  opacity: 0;
  outline: none;
  position: relative;
  resize: horizontal;
  top: 50%;
  transform: translateY(-50%) scaleY(30);
  width: 0;
}
.comparison-slider .comparison-label {
  background: rgba(48, 55, 66, 0.5);
  bottom: 0.8rem;
  color: #ffffff;
  padding: 0.2rem 0.4rem;
  position: absolute;
  user-select: none;
}

@keyframes first-run {
  0% {
    width: 0;
  }
  25% {
    width: 2.4rem;
  }
  50% {
    width: 0.8rem;
  }
  75% {
    width: 1.2rem;
  }
  100% {
    width: 0;
  }
}
.filter .filter-tag#tag-8:checked ~ .filter-nav .chip[for=tag-8], .filter .filter-tag#tag-7:checked ~ .filter-nav .chip[for=tag-7], .filter .filter-tag#tag-6:checked ~ .filter-nav .chip[for=tag-6], .filter .filter-tag#tag-5:checked ~ .filter-nav .chip[for=tag-5], .filter .filter-tag#tag-4:checked ~ .filter-nav .chip[for=tag-4], .filter .filter-tag#tag-3:checked ~ .filter-nav .chip[for=tag-3], .filter .filter-tag#tag-2:checked ~ .filter-nav .chip[for=tag-2], .filter .filter-tag#tag-1:checked ~ .filter-nav .chip[for=tag-1], .filter .filter-tag#tag-0:checked ~ .filter-nav .chip[for=tag-0] {
  background: #000000;
  color: #ffffff;
}

.filter .filter-tag#tag-8:checked ~ .filter-body .filter-item:not([data-tag~=tag-8]), .filter .filter-tag#tag-7:checked ~ .filter-body .filter-item:not([data-tag~=tag-7]), .filter .filter-tag#tag-6:checked ~ .filter-body .filter-item:not([data-tag~=tag-6]), .filter .filter-tag#tag-5:checked ~ .filter-body .filter-item:not([data-tag~=tag-5]), .filter .filter-tag#tag-4:checked ~ .filter-body .filter-item:not([data-tag~=tag-4]), .filter .filter-tag#tag-3:checked ~ .filter-body .filter-item:not([data-tag~=tag-3]), .filter .filter-tag#tag-2:checked ~ .filter-body .filter-item:not([data-tag~=tag-2]), .filter .filter-tag#tag-1:checked ~ .filter-body .filter-item:not([data-tag~=tag-1]) {
  display: none;
}

.filter .filter-nav {
  margin: 0.4rem 0;
}
.filter .filter-body {
  display: flex;
  flex-wrap: wrap;
}
.meter {
  appearance: none;
  background: hsl(0, 0%, 124.0196078431%);
  border: 0;
  border-radius: 0.1rem;
  display: block;
  width: 100%;
  height: 0.8rem;
}
.meter::-webkit-meter-inner-element {
  display: block;
}
.meter::-webkit-meter-bar, .meter::-webkit-meter-optimum-value, .meter::-webkit-meter-suboptimum-value, .meter::-webkit-meter-even-less-good-value {
  border-radius: 0.1rem;
}
.meter::-webkit-meter-bar {
  background: hsl(0, 0%, 124.0196078431%);
}
.meter::-webkit-meter-optimum-value {
  background: #8dc63f;
}
.meter::-webkit-meter-suboptimum-value {
  background: #fdb940;
}
.meter::-webkit-meter-even-less-good-value {
  background: #d11f5c;
}
.meter::-moz-meter-bar, .meter:-moz-meter-optimum, .meter:-moz-meter-sub-optimum, .meter:-moz-meter-sub-sub-optimum {
  border-radius: 0.1rem;
}
.meter:-moz-meter-optimum::-moz-meter-bar {
  background: #8dc63f;
}
.meter:-moz-meter-sub-optimum::-moz-meter-bar {
  background: #fdb940;
}
.meter:-moz-meter-sub-sub-optimum::-moz-meter-bar {
  background: #d11f5c;
}

.off-canvas {
  display: flex;
  flex-flow: nowrap;
  height: 100%;
  position: relative;
  width: 100%;
}
.off-canvas .off-canvas-toggle {
  display: block;
  position: absolute;
  top: 0.4rem;
  transition: none;
  z-index: 1;
  left: 0.4rem;
}
.off-canvas .off-canvas-sidebar {
  background: hsl(0, 0%, 124.0196078431%);
  bottom: 0;
  min-width: 10rem;
  overflow-y: auto;
  position: fixed;
  top: 0;
  transition: transform 0.25s;
  z-index: 200;
  left: 0;
  transform: translateX(-100%);
}
.off-canvas .off-canvas-content {
  flex: 1 1 auto;
  height: 100%;
  padding: 0.4rem 0.4rem 0.4rem 4rem;
}
.off-canvas .off-canvas-overlay {
  background: rgba(48, 55, 66, 0.1);
  border-color: transparent;
  border-radius: 0;
  bottom: 0;
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
}
.off-canvas .off-canvas-sidebar:target, .off-canvas .off-canvas-sidebar.active {
  transform: translateX(0);
}
.off-canvas .off-canvas-sidebar:target ~ .off-canvas-overlay, .off-canvas .off-canvas-sidebar.active ~ .off-canvas-overlay {
  display: block;
  z-index: 100;
}

@media (min-width: 960px) {
  .off-canvas.off-canvas-sidebar-show .off-canvas-toggle {
    display: none;
  }
  .off-canvas.off-canvas-sidebar-show .off-canvas-sidebar {
    flex: 0 0 auto;
    position: relative;
    transform: none;
  }
  .off-canvas.off-canvas-sidebar-show .off-canvas-overlay {
    display: none !important;
  }
}
.parallax {
  display: block;
  height: auto;
  position: relative;
  width: auto;
}
.parallax .parallax-content {
  box-shadow: 0 1rem 2.1rem rgba(48, 55, 66, 0.3);
  height: auto;
  transform: perspective(1000px);
  transform-style: preserve-3d;
  transition: all 0.4s ease;
  width: 100%;
}
.parallax .parallax-content::before {
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.parallax .parallax-front {
  align-items: center;
  color: #ffffff;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  position: absolute;
  text-align: center;
  text-shadow: 0 0 20px rgba(48, 55, 66, 0.75);
  top: 0;
  transform: translateZ(50px) scale(0.95);
  transition: transform 0.4s;
  width: 100%;
  z-index: 1;
}
.parallax .parallax-top-left {
  height: 50%;
  outline: none;
  position: absolute;
  width: 50%;
  z-index: 100;
  left: 0;
  top: 0;
}
.parallax .parallax-top-left:focus ~ .parallax-content, .parallax .parallax-top-left:hover ~ .parallax-content {
  transform: perspective(1000px) rotateX(3deg) rotateY(-3deg);
}
.parallax .parallax-top-left:focus ~ .parallax-content::before, .parallax .parallax-top-left:hover ~ .parallax-content::before {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.35) 0%, transparent 50%);
}
.parallax .parallax-top-left:focus ~ .parallax-content .parallax-front, .parallax .parallax-top-left:hover ~ .parallax-content .parallax-front {
  transform: translate3d(4.5px, 4.5px, 50px) scale(0.95);
}
.parallax .parallax-top-right {
  height: 50%;
  outline: none;
  position: absolute;
  width: 50%;
  z-index: 100;
  right: 0;
  top: 0;
}
.parallax .parallax-top-right:focus ~ .parallax-content, .parallax .parallax-top-right:hover ~ .parallax-content {
  transform: perspective(1000px) rotateX(3deg) rotateY(3deg);
}
.parallax .parallax-top-right:focus ~ .parallax-content::before, .parallax .parallax-top-right:hover ~ .parallax-content::before {
  background: linear-gradient(-135deg, rgba(255, 255, 255, 0.35) 0%, transparent 50%);
}
.parallax .parallax-top-right:focus ~ .parallax-content .parallax-front, .parallax .parallax-top-right:hover ~ .parallax-content .parallax-front {
  transform: translate3d(-4.5px, 4.5px, 50px) scale(0.95);
}
.parallax .parallax-bottom-left {
  height: 50%;
  outline: none;
  position: absolute;
  width: 50%;
  z-index: 100;
  bottom: 0;
  left: 0;
}
.parallax .parallax-bottom-left:focus ~ .parallax-content, .parallax .parallax-bottom-left:hover ~ .parallax-content {
  transform: perspective(1000px) rotateX(-3deg) rotateY(-3deg);
}
.parallax .parallax-bottom-left:focus ~ .parallax-content::before, .parallax .parallax-bottom-left:hover ~ .parallax-content::before {
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.35) 0%, transparent 50%);
}
.parallax .parallax-bottom-left:focus ~ .parallax-content .parallax-front, .parallax .parallax-bottom-left:hover ~ .parallax-content .parallax-front {
  transform: translate3d(4.5px, -4.5px, 50px) scale(0.95);
}
.parallax .parallax-bottom-right {
  height: 50%;
  outline: none;
  position: absolute;
  width: 50%;
  z-index: 100;
  bottom: 0;
  right: 0;
}
.parallax .parallax-bottom-right:focus ~ .parallax-content, .parallax .parallax-bottom-right:hover ~ .parallax-content {
  transform: perspective(1000px) rotateX(-3deg) rotateY(3deg);
}
.parallax .parallax-bottom-right:focus ~ .parallax-content::before, .parallax .parallax-bottom-right:hover ~ .parallax-content::before {
  background: linear-gradient(-45deg, rgba(255, 255, 255, 0.35) 0%, transparent 50%);
}
.parallax .parallax-bottom-right:focus ~ .parallax-content .parallax-front, .parallax .parallax-bottom-right:hover ~ .parallax-content .parallax-front {
  transform: translate3d(-4.5px, -4.5px, 50px) scale(0.95);
}

.progress {
  appearance: none;
  background: hsl(0, 0%, 121.0196078431%);
  border: 0;
  border-radius: 0.1rem;
  color: #000000;
  height: 0.2rem;
  position: relative;
  width: 100%;
}
.progress::-webkit-progress-bar {
  background: transparent;
  border-radius: 0.1rem;
}
.progress::-webkit-progress-value {
  background: #000000;
  border-radius: 0.1rem;
}
.progress::-moz-progress-bar {
  background: #000000;
  border-radius: 0.1rem;
}
.progress:indeterminate {
  animation: progress-indeterminate 1.5s linear infinite;
  background: hsl(0, 0%, 121.0196078431%) linear-gradient(to right, #000000 30%, hsl(0, 0%, 121.0196078431%) 30%) top left/150% 150% no-repeat;
}
.progress:indeterminate::-moz-progress-bar {
  background: transparent;
}

@keyframes progress-indeterminate {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
.slider {
  appearance: none;
  background: transparent;
  display: block;
  width: 100%;
  height: 1.2rem;
}
.slider:focus {
  box-shadow: 0 0 0 0.1rem rgba(0, 0, 0, 0.2);
  outline: none;
}
.slider.tooltip:not([data-tooltip])::after {
  content: attr(value);
}
.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  background: #000000;
  border: 0;
  border-radius: 50%;
  height: 0.6rem;
  margin-top: -0.25rem;
  transition: transform 0.2s;
  width: 0.6rem;
}
.slider::-moz-range-thumb {
  background: #000000;
  border: 0;
  border-radius: 50%;
  height: 0.6rem;
  transition: transform 0.2s;
  width: 0.6rem;
}
.slider::-ms-thumb {
  background: #000000;
  border: 0;
  border-radius: 50%;
  height: 0.6rem;
  transition: transform 0.2s;
  width: 0.6rem;
}
.slider:active::-webkit-slider-thumb {
  transform: scale(1.25);
}
.slider:active::-moz-range-thumb {
  transform: scale(1.25);
}
.slider:active::-ms-thumb {
  transform: scale(1.25);
}
.slider:disabled::-webkit-slider-thumb, .slider.disabled::-webkit-slider-thumb {
  background: hsl(0, 0%, 124.0196078431%);
  transform: scale(1);
}
.slider:disabled::-moz-range-thumb, .slider.disabled::-moz-range-thumb {
  background: hsl(0, 0%, 124.0196078431%);
  transform: scale(1);
}
.slider:disabled::-ms-thumb, .slider.disabled::-ms-thumb {
  background: hsl(0, 0%, 124.0196078431%);
  transform: scale(1);
}
.slider::-webkit-slider-runnable-track {
  background: hsl(0, 0%, 121.0196078431%);
  border-radius: 0.1rem;
  height: 0.1rem;
  width: 100%;
}
.slider::-moz-range-track {
  background: hsl(0, 0%, 121.0196078431%);
  border-radius: 0.1rem;
  height: 0.1rem;
  width: 100%;
}
.slider::-ms-track {
  background: hsl(0, 0%, 121.0196078431%);
  border-radius: 0.1rem;
  height: 0.1rem;
  width: 100%;
}
.slider::-ms-fill-lower {
  background: #000000;
}

.timeline .timeline-item {
  display: flex;
  margin-bottom: 1.2rem;
  position: relative;
}
.timeline .timeline-item::before {
  background: hsl(0, 0%, 114.0196078431%);
  content: "";
  height: 100%;
  left: 11px;
  position: absolute;
  top: 1.2rem;
  width: 2px;
}
.timeline .timeline-item .timeline-left {
  flex: 0 0 auto;
}
.timeline .timeline-item .timeline-content {
  flex: 1 1 auto;
  padding: 2px 0 2px 0.8rem;
}
.timeline .timeline-item .timeline-icon {
  align-items: center;
  border-radius: 50%;
  color: #ffffff;
  display: flex;
  height: 1.2rem;
  justify-content: center;
  text-align: center;
  width: 1.2rem;
}
.timeline .timeline-item .timeline-icon::before {
  border: 0.1rem solid #000000;
  border-radius: 50%;
  content: "";
  display: block;
  height: 0.4rem;
  left: 0.4rem;
  position: absolute;
  top: 0.4rem;
  width: 0.4rem;
}
.timeline .timeline-item .timeline-icon.icon-lg {
  background: #000000;
  line-height: 1.2rem;
}
.timeline .timeline-item .timeline-icon.icon-lg::before {
  content: none;
}

.viewer-360 {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.viewer-360 .viewer-slider[max="36"][value="1"] + .viewer-image {
  background-position-y: 0%;
}
.viewer-360 .viewer-slider[max="36"][value="2"] + .viewer-image {
  background-position-y: 2.8571428571%;
}
.viewer-360 .viewer-slider[max="36"][value="3"] + .viewer-image {
  background-position-y: 5.7142857143%;
}
.viewer-360 .viewer-slider[max="36"][value="4"] + .viewer-image {
  background-position-y: 8.5714285714%;
}
.viewer-360 .viewer-slider[max="36"][value="5"] + .viewer-image {
  background-position-y: 11.4285714286%;
}
.viewer-360 .viewer-slider[max="36"][value="6"] + .viewer-image {
  background-position-y: 14.2857142857%;
}
.viewer-360 .viewer-slider[max="36"][value="7"] + .viewer-image {
  background-position-y: 17.1428571429%;
}
.viewer-360 .viewer-slider[max="36"][value="8"] + .viewer-image {
  background-position-y: 20%;
}
.viewer-360 .viewer-slider[max="36"][value="9"] + .viewer-image {
  background-position-y: 22.8571428571%;
}
.viewer-360 .viewer-slider[max="36"][value="10"] + .viewer-image {
  background-position-y: 25.7142857143%;
}
.viewer-360 .viewer-slider[max="36"][value="11"] + .viewer-image {
  background-position-y: 28.5714285714%;
}
.viewer-360 .viewer-slider[max="36"][value="12"] + .viewer-image {
  background-position-y: 31.4285714286%;
}
.viewer-360 .viewer-slider[max="36"][value="13"] + .viewer-image {
  background-position-y: 34.2857142857%;
}
.viewer-360 .viewer-slider[max="36"][value="14"] + .viewer-image {
  background-position-y: 37.1428571429%;
}
.viewer-360 .viewer-slider[max="36"][value="15"] + .viewer-image {
  background-position-y: 40%;
}
.viewer-360 .viewer-slider[max="36"][value="16"] + .viewer-image {
  background-position-y: 42.8571428571%;
}
.viewer-360 .viewer-slider[max="36"][value="17"] + .viewer-image {
  background-position-y: 45.7142857143%;
}
.viewer-360 .viewer-slider[max="36"][value="18"] + .viewer-image {
  background-position-y: 48.5714285714%;
}
.viewer-360 .viewer-slider[max="36"][value="19"] + .viewer-image {
  background-position-y: 51.4285714286%;
}
.viewer-360 .viewer-slider[max="36"][value="20"] + .viewer-image {
  background-position-y: 54.2857142857%;
}
.viewer-360 .viewer-slider[max="36"][value="21"] + .viewer-image {
  background-position-y: 57.1428571429%;
}
.viewer-360 .viewer-slider[max="36"][value="22"] + .viewer-image {
  background-position-y: 60%;
}
.viewer-360 .viewer-slider[max="36"][value="23"] + .viewer-image {
  background-position-y: 62.8571428571%;
}
.viewer-360 .viewer-slider[max="36"][value="24"] + .viewer-image {
  background-position-y: 65.7142857143%;
}
.viewer-360 .viewer-slider[max="36"][value="25"] + .viewer-image {
  background-position-y: 68.5714285714%;
}
.viewer-360 .viewer-slider[max="36"][value="26"] + .viewer-image {
  background-position-y: 71.4285714286%;
}
.viewer-360 .viewer-slider[max="36"][value="27"] + .viewer-image {
  background-position-y: 74.2857142857%;
}
.viewer-360 .viewer-slider[max="36"][value="28"] + .viewer-image {
  background-position-y: 77.1428571429%;
}
.viewer-360 .viewer-slider[max="36"][value="29"] + .viewer-image {
  background-position-y: 80%;
}
.viewer-360 .viewer-slider[max="36"][value="30"] + .viewer-image {
  background-position-y: 82.8571428571%;
}
.viewer-360 .viewer-slider[max="36"][value="31"] + .viewer-image {
  background-position-y: 85.7142857143%;
}
.viewer-360 .viewer-slider[max="36"][value="32"] + .viewer-image {
  background-position-y: 88.5714285714%;
}
.viewer-360 .viewer-slider[max="36"][value="33"] + .viewer-image {
  background-position-y: 91.4285714286%;
}
.viewer-360 .viewer-slider[max="36"][value="34"] + .viewer-image {
  background-position-y: 94.2857142857%;
}
.viewer-360 .viewer-slider[max="36"][value="35"] + .viewer-image {
  background-position-y: 97.1428571429%;
}
.viewer-360 .viewer-slider[max="36"][value="36"] + .viewer-image {
  background-position-y: 100%;
}
.viewer-360 .viewer-slider {
  cursor: ew-resize;
  margin: 1rem;
  order: 2;
  width: 60%;
}
.viewer-360 .viewer-image {
  background-position-y: 0;
  background-repeat: no-repeat;
  background-size: 100%;
  max-width: 100%;
  order: 1;
}

/* functions.scss */
/* Strip units */
/* Convert pixel values to rem */
/* stylelint-disable */
#wpadminbar {
  position: fixed !important;
}

body.admin-bar.f-topbar-fixed .sticky.fixed {
  margin-top: 2rem;
}
body.admin-bar.offcanvas .off-canvas.is-open {
  top: 2.875rem;
}
@media screen and (max-width: 640px) {
  body.admin-bar.offcanvas .off-canvas.is-open {
    top: rem-calc(32);
  }
}

.wp-caption > figcaption {
  max-width: 100%;
  padding: 0.25rem 0;
  color: #999;
  font-size: 0.8rem;
}

p.wp-caption-text {
  padding: 0.625rem 0;
  color: #666;
  font-size: 90%;
}

.alignleft {
  float: left;
  margin: 0;
  padding-right: 1rem;
}

.alignright {
  float: right;
  margin: 0;
  padding-left: 1rem;
}

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

section .content-wrapper,
section .nav-wrapper,
header .content-wrapper,
header .nav-wrapper,
footer .content-wrapper,
footer .nav-wrapper {
  max-width: 1280px;
  margin: 0 auto;
}

body {
  font-size: 16px;
}

/* stylelint-disable */
.preload * {
  transition: none !important;
}

/* stylelint-enable */
#page {
  display: flex;
  flex-direction: column;
  min-width: 21.25rem;
  min-height: 100vh;
}
@media (max-width: 600px) {
  #page {
    min-width: 20.625rem;
  }
}
@media (max-width: 360px) {
  #page {
    min-width: 19.375rem;
  }
}

img {
  object-fit: contain;
}

.wp-block-columns {
  max-width: 80rem;
  margin: 0 auto;
}

.page .entry-title {
  display: none;
}

.container {
  padding-right: 0;
  padding-left: 0;
}

.visually-hidden {
  position: absolute;
  width: 0.0625rem;
  height: 0.0625rem;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0.0625rem, 0.0625rem, 0.0625rem, 0.0625rem);
  -webkit-clip-path: inset(0 0 99.9% 99.9%);
  clip-path: inset(0 0 99.9% 99.9%);
}

.cols,
.columns {
  margin-right: 0;
  margin-left: 0;
}

.wrap-md {
  display: inline;
}
@media (min-width: 840px) {
  .wrap-md {
    display: block;
  }
}

.wrap-lg {
  display: inline;
}
@media (min-width: 960px) {
  .wrap-lg {
    display: block;
  }
}

.wrap-mobile {
  display: block;
}
@media (min-width: 840px) {
  .wrap-mobile {
    display: inline;
  }
}

.wp-block-heading {
  margin-bottom: 0;
}

.has-black-background-color {
  background-color: #000000;
}

.has-black-color {
  color: #000000;
}

.has-charcoal-grey-background-color {
  background-color: #7d7d7d;
}

.has-charcoal-grey-color {
  color: #7d7d7d;
}

.has-white-background-color {
  background-color: #ffffff;
}

.has-white-color {
  color: #ffffff;
}

.has-butterscotch-background-color {
  background-color: #fdb940;
}

.has-butterscotch-color {
  color: #fdb940;
}

.has-macaroni-and-cheese-background-color {
  background-color: #e3a639;
}

.has-macaroni-and-cheese-color {
  color: #e3a639;
}

.has-apple-background-color {
  background-color: #8dc63f;
}

.has-apple-color {
  color: #8dc63f;
}

.has-extra-light-teal-background-color {
  background-color: #f0f9f9;
}

.has-extra-light-teal-color {
  color: #f0f9f9;
}

.has-light-teal-background-color {
  background-color: #d5edee;
}

.has-light-teal-color {
  color: #d5edee;
}

.has-teal-background-color {
  background-color: #2ca5aa;
}

.has-teal-color {
  color: #2ca5aa;
}

.has-dark-teal-background-color {
  background-color: #279498;
}

.has-dark-teal-color {
  color: #279498;
}

.has-light-blue-background-color {
  background-color: #b2c3db;
}

.has-light-blue-color {
  color: #b2c3db;
}

.has-blue-background-color {
  background-color: #33559f;
}

.has-blue-color {
  color: #33559f;
}

.has-lipstick-background-color {
  background-color: #d11f5c;
}

.has-lipstick-color {
  color: #d11f5c;
}

.has-purple-background-color {
  background-color: #a56eff;
}

.has-purple-color {
  color: #a56eff;
}

.has-pinkish-orange-background-color {
  background-color: #f26649;
}

.has-pinkish-orange-color {
  color: #f26649;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: none;
  text-rendering: optimizeLegibility;
}

p {
  font-weight: 500;
  font-size: 1.125rem;
  font-family: "IBM Plex Sans", sans-serif;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
}

a {
  padding-bottom: 0;
  color: #000000;
  text-decoration: none;
  border-bottom: 0.0625rem solid;
}
@media (max-width: 840px) {
  a {
    padding-bottom: 0;
  }
}
@media (max-width: 960px) {
  a {
    padding-bottom: 0.03125rem;
  }
}
a:visited {
  color: #000000;
}
a:hover {
  text-decoration: none;
  cursor: pointer;
  opacity: 80%;
}
a:active {
  text-decoration: none;
  box-shadow: none;
  cursor: pointer;
  opacity: 80%;
}
a:focus {
  text-decoration: none;
  box-shadow: none;
}

p a {
  position: relative;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5 {
  color: #000000;
  font-weight: 400;
  font-family: "IBM Plex Sans Condensed", sans-serif;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
}

h1 {
  font-size: 3.375rem;
  line-height: 4.125rem;
  letter-spacing: -0.0625rem;
}
@media (max-width: 840px) {
  h1 {
    font-size: 2.375rem;
    line-height: 2.75rem;
  }
}

h2 {
  font-size: 2.5rem;
  line-height: 2.875rem;
  letter-spacing: -0.078125rem;
}
@media (max-width: 840px) {
  h2 {
    font-size: 2.125rem;
    line-height: 2.625rem;
  }
}

h3 {
  font-size: 2rem;
  font-family: "Libre Baskerville", serif;
  font-style: italic;
  letter-spacing: -0.046875rem;
}
@media (max-width: 840px) {
  h3 {
    font-size: 1.5rem;
  }
}

h4 {
  font-weight: 500;
  font-size: 1.125rem;
  font-family: "IBM Plex Sans", sans-serif;
  line-height: 1.5625rem;
}

h5 {
  font-weight: 700;
  font-size: 0.75rem;
  font-family: "IBM Plex Sans", sans-serif;
  line-height: normal;
  letter-spacing: 0.06875rem;
  text-transform: uppercase;
}

.global-cta {
  font-size: 2.5rem;
  font-family: "Libre Baskerville", serif;
  font-style: italic;
  line-height: 3.3125rem;
  letter-spacing: -0.046875rem;
}
@media (max-width: 840px) {
  .global-cta {
    font-size: 1.875rem;
    line-height: 2.625rem;
    letter-spacing: -0.03125rem;
  }
}

.legal {
  font-size: 0.8125rem;
  font-family: "IBM Plex Sans", sans-serif;
  line-height: 1.0625rem;
  letter-spacing: 0;
}

.description {
  font-size: 0.875rem;
  font-family: "Libre Baskerville", serif;
  font-style: italic;
  line-height: 1.125rem;
  letter-spacing: 0;
}

.breadcrumb {
  font-size: 0.875rem;
}
.breadcrumb__current {
  font-weight: 600;
  font-size: 0.875rem;
}

.has-small-font-size {
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0;
}

.has-normal-font-size,
.has-regular-font-size,
.has-medium-font-size {
  font-size: 1rem;
  line-height: 1.4375rem;
  letter-spacing: 0;
}

.has-large-font-size {
  font-size: 1.125rem;
  line-height: 1.5625rem;
  letter-spacing: 0;
}
@media (max-width: 840px) {
  .has-large-font-size {
    font-size: 1rem;
    line-height: 1.4375rem;
  }
}

.has-huge-font-size {
  font-weight: 300;
  font-size: 1.4375rem;
  line-height: 2rem;
  letter-spacing: 0;
}
@media (max-width: 840px) {
  .has-huge-font-size {
    font-size: 1.1875rem;
    line-height: 1.5rem;
  }
}

.wp-block-buttons {
  font-weight: 700;
  font-family: "IBM Plex Sans Condensed", sans-serif;
}

.centered {
  text-align: center;
}

.visuallyhidden {
  display: none;
}

.nowrap {
  white-space: nowrap;
}

.truncate {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.wp-block-button,
.wp-block-button__link {
  border-radius: 0.1875rem;
}

.button-wrapper {
  display: inline-block;
  margin: 0 0.1875rem 0.625rem 0.1875rem;
  color: #000000;
  font-weight: 600;
  font-size: 1rem;
  text-align: center;
}
.button-wrapper:hover {
  text-decoration: none;
  cursor: pointer;
}
@media (max-width: 600px) {
  .button-wrapper {
    display: inline-block;
  }
}

.button {
  display: inline-block;
  min-width: 11.25rem;
  padding: 0.8125rem 1.5rem 0.8125rem 1.5rem;
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  border-style: none;
  border-radius: 0.1875rem;
}

.acf-block-fields .button {
  display: inline-block;
  min-width: inherit;
  padding: 0 0.625rem;
  font-weight: 400;
  font-size: 0.8125rem;
  text-decoration: none;
  border-style: solid;
  border-radius: 0.1875rem;
}

/* stylelint-disable */
.acf-link.-value .button {
  display: none !important;
}

/* stylelint-enable */
.button-url {
  border-bottom: none;
}

.external-link-button::after {
  position: relative;
  display: inline-block;
  width: 0.6875rem;
  height: 0.6875rem;
  margin-left: 0.1875rem;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10' ><path d='m.2 0v1.96h6.46l-6.66 6.66 1.39 1.38 6.65-6.65v6.45h1.96v-9.8z'/></svg>");
  background-repeat: no-repeat;
  background-size: 0.6875rem 0.6875rem;
  content: "";
}

.button-yellow, .button-default {
  background: #fdb940;
}
.button-yellow:hover,
.button-yellow :active, .button-default:hover,
.button-default :active {
  background: #f0af3c;
}
.button-teal {
  color: #ffffff;
  background: #279498;
}
.button-teal:hover,
.button-teal :active {
  color: #ffffff;
  background: #217d81;
}
.button-teal:visited {
  color: #ffffff;
}
.button-teal.external-link-button::after {
  position: relative;
  display: inline-block;
  width: 0.6875rem;
  height: 0.6875rem;
  margin-left: 0.1875rem;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10' fill='%23ffffff'><path d='m.2 0v1.96h6.46l-6.66 6.66 1.39 1.38 6.65-6.65v6.45h1.96v-9.8z'/></svg>");
  background-repeat: no-repeat;
  background-size: 0.6875rem 0.6875rem;
  content: "";
}
.button-pinkish-orange {
  color: #ffffff;
  background: #f26649;
}
.button-pinkish-orange:hover,
.button-pinkish-orange :active {
  color: #ffffff;
  background: #cd563e;
}
.button-pinkish-orange:visited {
  color: #ffffff;
}
.button-pinkish-orange.external-link-button::after {
  position: relative;
  display: inline-block;
  width: 0.6875rem;
  height: 0.6875rem;
  margin-left: 0.1875rem;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10' fill='%23ffffff'><path d='m.2 0v1.96h6.46l-6.66 6.66 1.39 1.38 6.65-6.65v6.45h1.96v-9.8z'/></svg>");
  background-repeat: no-repeat;
  background-size: 0.6875rem 0.6875rem;
  content: "";
}
.button-grey {
  background: rgba(0, 0, 0, 0.05);
}
.button-grey:hover,
.button-grey :active {
  background: rgba(0, 0, 0, 0.1);
}

a:hover {
  text-decoration: none;
  opacity: 100%;
}
a:active {
  text-decoration: none;
  opacity: 100%;
}

.button-pomelo::after {
  position: relative;
  display: inline-block;
  width: 3.5rem;
  height: 0.6875rem;
  margin-left: 0.125rem;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 93.21 18.53' fill='%23ffffff'><title>Pomelo</title><path d='M92.22,4.21a2.3,2.3,0,0,0,.61-3.16,2.24,2.24,0,0,0-3.1-.62h0c-1,.71-3,3.31-2.35,4.35S91.19,4.91,92.22,4.21ZM23.46,18.53a6.77,6.77,0,0,1-6.89-7,6.77,6.77,0,0,1,6.89-7,6.78,6.78,0,0,1,6.9,7.05A6.77,6.77,0,0,1,23.46,18.53ZM21.86,5.76c-1.31.37-1.72,2.34-.6,6.36s2.64,5.43,3.81,5.09,1.72-2.34.6-6.35S23.16,5.39,21.86,5.76Zm46.61,8.1v-9c0-1.68-.32-2.37-1.36-2.59a.31.31,0,0,1-.25-.38.31.31,0,0,1,.22-.25s1.36-.28,2.58-.68S72,0,72,0a.7.7,0,0,1,.87.46.52.52,0,0,1,0,.21V14.5c0,1.6.86,2.23,2.28,1.63a.35.35,0,0,1,.41.11.36.36,0,0,1,0,.45A7.42,7.42,0,0,1,74,18a4.05,4.05,0,0,1-4.27-.24C68.7,17,68.47,15.75,68.47,13.86Zm13.42,4.67a6.77,6.77,0,0,1-6.9-7,6.9,6.9,0,1,1,13.79,0A6.77,6.77,0,0,1,81.89,18.53ZM80.28,5.76c-1.3.37-1.72,2.34-.6,6.36s2.65,5.43,3.81,5.09,1.72-2.34.6-6.35S81.58,5.39,80.28,5.76ZM66,11.52a1.08,1.08,0,0,0,.7-1c-.18-3.91-2.24-6-6-6A6.65,6.65,0,0,0,54,11.49c0,4.67,3,7,6.66,7a5.93,5.93,0,0,0,6-4.15.32.32,0,0,0-.22-.4.31.31,0,0,0-.37.14,4,4,0,0,1-3.83,2.17,3,3,0,0,1-2.94-1.82,1.31,1.31,0,0,1,.59-1.64C61.52,11.87,63.44,12.49,66,11.52ZM60.67,5.64c1.46,0,1.85,3.07,1.63,4.44s-1.95.89-3.62,2.74C58.28,11.56,58.52,5.64,60.67,5.64ZM.34,18.27c.78,0,1.88-.15,3.66-.15s2.66.11,3.54.15a.32.32,0,0,0,.14-.61c-.94-.41-1.44-.86-1.44-2.58h0V12a12.2,12.2,0,0,0,3.18.33c4.12,0,7.15-2,7.15-6S13.54.42,9.43.42c0,0-2.51,0-5.21,0S.34.42.34.42A.32.32,0,0,0,0,.74H0A.32.32,0,0,0,.2,1c1,.46,1.43.86,1.43,2.57V15.08c0,1.73-.41,2.13-1.43,2.58a.32.32,0,0,0-.18.41A.33.33,0,0,0,.34,18.27Zm7.13-7.22a2.79,2.79,0,0,1-1.21-.24V2.93A1.22,1.22,0,0,1,7.47,1.71h0c3,0,4.39,1.56,4.39,4.67S10.39,11.05,7.47,11.05Zm46.17,6.62c-1-.38-1.14-.63-1.14-2.55v-6c0-2.56-1.1-4.72-3.71-4.72-2.14,0-3.63,1.42-4.36,3.74C44.12,6.05,43,4.44,40.77,4.44s-3.59,1.42-4.32,3.74l0-.69,0-2.13a.67.67,0,0,0-.69-.65l-.18,0s-1.15.51-2.22.86-2.52.65-2.52.65a.33.33,0,0,0,0,.63c.93.2,1.19.75,1.26,2v6.24c0,1.71-.11,2.1-1.14,2.55a.32.32,0,0,0-.15.41.32.32,0,0,0,.28.18c1,0,1.82-.15,3.31-.15s2,.15,3.09.15a.31.31,0,0,0,.31-.31h0a.29.29,0,0,0-.19-.28c-1-.38-1.13-.63-1.13-2.55V11c0-2.52.86-3.5,2.07-3.5s1.56.87,1.56,2.35v5.27c0,1.71-.1,2.1-1.13,2.55a.32.32,0,0,0-.15.41.31.31,0,0,0,.28.18c1,0,1.82-.15,3.31-.15s2,.16,3.1.16a.31.31,0,0,0,.31-.31h0a.3.3,0,0,0-.19-.29c-1-.37-1.13-.62-1.13-2.55V11c0-2.52.86-3.5,2.07-3.5s1.56.87,1.56,2.35v5.27c0,1.71-.1,2.1-1.13,2.55a.32.32,0,0,0-.15.41.31.31,0,0,0,.28.18c1,0,1.82-.15,3.31-.15s2,.16,3.1.16a.31.31,0,0,0,.31-.31h0A.31.31,0,0,0,53.64,17.67Z'/></svg>");
  background-repeat: no-repeat;
  background-size: 3.5rem 0.6875rem;
  content: "";
}

.button-envelope::after {
  position: relative;
  display: inline-block;
  width: 0.875rem;
  height: 0.625rem;
  margin-left: 0.1875rem;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13.8 10'><path d='M13.77,1.62V1a1,1,0,0,0-1-1H1A1,1,0,0,0,0,1v.64L6.89,4.51ZM7.5,6a1.79,1.79,0,0,1-.61.12A1.85,1.85,0,0,1,6.27,6L0,3.36V9a1,1,0,0,0,1,1H12.82a1,1,0,0,0,1-1V3.36Z'/></svg>");
  background-repeat: no-repeat;
  background-size: 0.875rem 0.625rem;
  content: "";
}

.btn.btn-clear::before {
  position: relative;
  display: inline-block;
  width: 0.75rem;
  height: 0.75rem;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='%23ffffff'><path d='M10.47,0,6,4.47,1.53,0,0,1.53,4.47,6,0,10.47,1.53,12,6,7.53,10.47,12,12,10.47,7.53,6,12,1.53Z'/></svg>");
  background-repeat: no-repeat;
  background-size: 0.75rem 0.75rem;
  content: "";
}

.notification-ribbon {
  background: #fdb940;
}
.notification-ribbon.modal {
  position: initial;
  padding: 0;
}
.notification-ribbon .content-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  max-width: none;
  height: auto;
  padding: 0;
  transition: height 0.25s linear 0.1s;
}
@media (max-width: 840px) {
  .notification-ribbon .content-wrapper {
    max-width: 76%;
  }
}
@media screen and (min-width: 45rem) and (max-width: 52.5rem) {
  .notification-ribbon .content-wrapper {
    max-width: 60%;
  }
}
@media (max-width: 600px) {
  .notification-ribbon .content-wrapper {
    max-width: 100%;
  }
}
.notification-ribbon .notification {
  margin: 0 auto;
  padding: 1.4375rem 0 1.4375rem 3.125rem;
  font-size: 0.875rem;
  text-align: center;
  transition: opacity 0.1s linear;
}
@media (max-width: 600px) {
  .notification-ribbon .notification {
    margin: 0;
    padding: 0.9375rem 3.75rem 0.9375rem 0.9375rem;
    text-align: left;
  }
}
@media (max-width: 360px) {
  .notification-ribbon .notification {
    font-size: 0.8125rem;
  }
}
.notification-ribbon .notification .title {
  font-weight: 900;
}
.notification-ribbon .notification a {
  display: inline;
  font-weight: 500;
  text-decoration: none;
  text-underline-offset: 0.1875rem;
}
@media (max-width: 600px) {
  .notification-ribbon .notification a {
    position: relative;
    margin-left: 0;
  }
}
.notification-ribbon .copy-wrap {
  display: inline;
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 600px) {
  .notification-ribbon .copy-wrap {
    margin: 0;
  }
}
.notification-ribbon .link-wrap {
  display: inline;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
@media (max-width: 600px) {
  .notification-ribbon .link-wrap {
    position: relative;
    overflow: unset;
    white-space: normal;
  }
}
@media (max-width: 600px) {
  .notification-ribbon .close-wrap {
    position: absolute;
    top: 0.1875rem;
    right: 0.1875rem;
  }
}
.notification-ribbon .close-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.125rem;
  height: 3.125rem;
  border: 0;
  opacity: 1;
  transition: opacity 0.1s linear;
}
@media (max-width: 840px) {
  .notification-ribbon .close-button {
    width: 3.75rem;
    height: 3.75rem;
  }
}
@media (max-width: 600px) {
  .notification-ribbon .close-button {
    width: 3.125rem;
    height: 3.125rem;
  }
}
.notification-ribbon .close-button span {
  width: 1.375rem;
  height: 1.375rem;
  overflow: hidden;
  text-indent: -62.4375rem;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12"><path d="M10.47,0,6,4.47,1.53,0,0,1.53,4.47,6,0,10.47,1.53,12,6,7.53,10.47,12,12,10.47,7.53,6,12,1.53Z"/></svg>') #e3a639 no-repeat center center;
  border-radius: 0.1875rem;
  cursor: pointer;
}

.site-nav a:focus, .site-nav a:focus-visible {
  border-radius: 0.1875rem;
  outline: 0.125rem solid #a2d7d9;
  outline-offset: 0.125rem;
}
.site-nav .menu-item > a:focus::before, .site-nav .menu-item > a:focus-visible::before {
  position: absolute;
  right: 0;
  bottom: -0.625rem;
  left: 0;
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  margin: auto;
  background: #d5edee;
  border-radius: 50%;
  content: "";
}
.site-nav .login-link a:focus, .site-nav .login-link a:focus-visible {
  background-color: #f6f1ff;
  outline: 0.125rem solid #a56eff;
  outline-offset: 0.1875rem;
}
.site-nav .submenu-toggle:focus, .site-nav .submenu-toggle:focus-visible {
  border-radius: 0.25rem;
  outline: 0.125rem solid #a2d7d9;
  outline-offset: 0.125rem;
}
.site-nav li {
  margin-top: 0;
}
@media screen and (min-width: 63.8125rem) {
  .site-nav .mobile-nav {
    display: none;
  }
}
.site-nav .desktop-nav {
  position: relative;
  white-space: nowrap;
}
@media screen and (max-width: 63.75rem) {
  .site-nav .desktop-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 4.25rem;
    padding: 0 0.9375rem;
  }
}
.site-nav .patient-nav {
  border: 0.125rem solid #f0f9f9;
}
@media screen and (max-width: 63.75rem) {
  .site-nav .patient-nav {
    border: 0;
  }
}
.site-nav .patient-nav #menu-patient-navigation {
  min-height: 3.4375rem;
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 63.75rem) {
  .site-nav .patient-nav #menu-patient-navigation {
    min-height: inherit;
  }
}
@media screen and (max-width: 63.75rem) {
  .site-nav .patient-nav #menu-patient-navigation .menu-item {
    display: none;
  }
}
.site-nav .patient-nav #menu-patient-navigation .menu-item a {
  margin: 0rem 0.625rem;
  color: #737373;
  font-weight: 500;
  font-size: 0.8125rem;
  border-bottom: none;
}
.site-nav .patient-nav #menu-patient-navigation .menu-item a:hover {
  color: #a3a3a3;
}
.site-nav .patient-nav #menu-patient-navigation .login-link {
  position: relative;
  display: block;
  margin-left: 0.9375rem;
  overflow: hidden;
  border: 0.125rem solid #a56eff;
  border-radius: 0.1875rem;
}
.site-nav .patient-nav #menu-patient-navigation .login-link:hover {
  background-color: #f6f1ff;
}
@media screen and (max-width: 63.75rem) {
  .site-nav .patient-nav #menu-patient-navigation .login-link:hover {
    background-color: transparent;
  }
}
.site-nav .patient-nav #menu-patient-navigation .login-link a {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0.25rem 1.5625rem 0.25rem 0.75rem;
  color: #a56eff;
  font-weight: 900;
  text-decoration: none;
}
.site-nav .patient-nav #menu-patient-navigation .login-link a::after {
  position: absolute;
  top: 0.625rem;
  right: 0.75rem;
  width: 0.4375rem;
  height: 0.4375rem;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 10 10"><polygon fill="%23a56eff" points="0.2 0 0.2 1.96 6.66 1.96 0 8.62 1.39 10 8.04 3.35 8.04 9.8 10 9.8 10 0 0.2 0"/></svg>') no-repeat center center;
  background-size: 0.4375rem 0.4375rem;
  content: "";
}
.site-nav .patient-nav #menu-patient-navigation .login-link a:hover {
  color: #a56eff;
  text-decoration: none;
}
@media screen and (max-width: 63.75rem) {
  .site-nav .patient-nav #menu-patient-navigation .login-link {
    width: 1.5625rem;
    height: 1.5625rem;
    margin: -0.125rem 1.25rem 0 0;
    padding: 0;
    text-indent: -62.4375rem;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" viewBox="0 0 25 25"><path d="M12.5,0A12.49,12.49,0,0,0,6.71,23.57l.06,0c.33.17.66.33,1,.47l.18.06c.3.12.61.24.92.33l.36.09c.27.07.53.15.81.2l.6.1c.2,0,.4.07.61.09.41,0,.83.06,1.25.06s.84,0,1.25-.06c.21,0,.41-.06.61-.09l.6-.1c.28-.05.54-.13.81-.2l.36-.09c.31-.09.62-.21.92-.33l.19-.06c.33-.14.66-.3,1-.47l.06,0c.34-.18.67-.37,1-.58h0a13.4,13.4,0,0,0,1.82-1.44h0A12.49,12.49,0,0,0,12.5,0Zm7.35,20a10.34,10.34,0,0,0-7.35-3,10.34,10.34,0,0,0-7.35,3,10.5,10.5,0,1,1,14.7,0ZM12.5,7a4,4,0,1,0,4,4A4,4,0,0,0,12.5,7Z" fill="%23a56eff"/></svg>') no-repeat center center;
    border: 0;
  }
  .site-nav .patient-nav #menu-patient-navigation .login-link a::after {
    display: none;
  }
}
.site-nav .page-nav {
  padding: 0.625rem 0;
}
@media screen and (max-width: 63.75rem) {
  .site-nav .page-nav {
    padding: 0;
  }
}
.site-nav .page-nav .winterberry-logo {
  display: block;
  width: 12.1875rem;
  height: 2.1875rem;
  margin: 0.625rem 0 0.625rem 3.75rem;
  overflow: hidden;
  text-indent: -62.4375rem;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="195" height="35" viewBox="0 0 136.9 24.8"><path d="M55.1,17c-0.5,1-1.8,1.7-3.3,1.7c-2.1,0-3.2-1.1-3.2-3V8h-1.3V6.8l0.1-0.1c1.6-0.9,2.4-1.8,2.8-3l0.1-0.1h1v2.8h3V8h-3v6.6c0,2.2,0.4,2.6,1.3,2.6c0.7,0,1.3-0.4,1.9-1.3C54.7,16.3,54.9,16.7,55.1,17z M19.6,11.6l-0.8,2.1L16.1,5c-0.3-1-0.4-1.5-0.4-1.9s0-0.7,1.8-0.7h0.2V1.1h-7.2v1.3h0.2c0.7,0,1.2,0.3,2,2c-0.1,0.4-0.3,0.9-0.5,1.4c-0.2,0.4-0.4,1-0.5,1.5L9,13.7l-3-9.1c-0.2-0.5-0.3-1-0.3-1.5c0-0.5,0.3-0.8,1.8-0.8h0.2V1.1H0v1.3h0.2c1.6,0,2.1,0.7,3.2,3.6L8,18.5h1l4.5-11.9l4.1,11.9h1.1c0,0,2.5-6.3,4-10.2c0.5-1.2,2.4-6.2,3.8-6.2c0.4,0,0.6,0.3,0.6,0.9c0,1,0.8,1.8,1.8,1.8c0,0,0,0,0,0c1,0,1.8-0.8,1.8-1.8c0-1.6-1.4-3-3.5-3C24.1,0,23,3.3,19.6,11.6z M83.4,6.5C82.1,6.4,80.8,7,80,8V0.2l-4.4,0.9V2l0.2,0c1.4,0.2,1.4,0.3,1.6,0.6c0.2,0.3,0.3,1.4,0.3,2.7v13.2h0.8l0.9-1.3c1.1,1,2.5,1.6,4,1.6c3.3,0,5.7-2.6,5.7-6.1C89,9.2,86.6,6.5,83.4,6.5z M83.1,17.3c-1.7,0-3-1.5-3-3.5v-1.9c0-0.9,0.1-1.7,0.5-2.5C81,8.4,81.9,7.9,83,7.9c1.9,0,3.3,2,3.3,4.8S85,17.3,83.1,17.3z M74.7,6c-1.5-0.2-2.9,0.5-4.1,2c-0.1-1.1-0.2-2.2-0.2-2.2l-4.2,0.9v1h0.2c0.8,0,1.3,0.1,1.5,0.6c0.2,0.5,0.3,1.5,0.3,3.2v0.8c-1.2,2.5-3.4,4.3-5.6,4.6c-2.2,0.3-4-0.5-4.6-3.5c0,0-0.1-0.4-0.1-0.5l7.1-1.4c0.6-0.1,0.9-0.2,0.8-0.8c-0.5-2.8-2.9-5.2-5.9-4.7c-3.4,0.7-5,3.9-4.6,7.4c0.4,3.8,3.6,5.8,7.5,5.2c2.8-0.5,4.7-2.7,5.4-3.9v3.1c0,0.4,0.3,0.7,0.7,0.7c0,0,0,0,0,0h3.6v-1.1h-0.2c-1.5-0.1-1.6-0.2-1.6-2.6c0,0,0-2.7,0-4.7c0.3-0.8,1-1.4,1.8-1.8c0.8-0.3,1.2,0.3,1.3,0.4c0.3,0.3,0.8,0.6,1.2,0.6c0.8,0,1.5-0.6,1.5-1.4c0,0,0-0.1,0-0.1C76.4,6.9,75.7,6.1,74.7,6z M60,7.6c1.4-0.3,2.7,0.5,2.9,1.9c0.1,0.4,0.1,0.8-1,1l-4.3,0.8C57.6,9.5,58.5,7.9,60,7.6L60,7.6z M109.5,6c-1.5-0.2-2.9,0.5-4.1,2c-0.1-1.1-0.2-2.2-0.2-2.2L101,6.7v1h0.2c0.8,0,1.3,0.1,1.5,0.6c0.2,0.5,0.3,1.5,0.3,3.2v0.8c-1.2,2.5-3.4,4.3-5.6,4.6c-2.2,0.3-4-0.5-4.6-3.5c0,0-0.1-0.4-0.1-0.5l7.1-1.4c0.6-0.1,0.9-0.2,0.8-0.8C100,7.9,97.6,5.4,94.6,6c-3.4,0.7-5,3.9-4.6,7.4c0.5,3.8,3.6,5.8,7.5,5.2c2.8-0.5,4.7-2.7,5.4-3.9v3.1c0,0.4,0.3,0.7,0.7,0.7c0,0,0,0,0,0h3.6v-1.1h-0.2c-1.5-0.1-1.6-0.2-1.6-2.6c0,0,0-2.7,0-4.7c0.3-0.8,1-1.4,1.8-1.8c0.8-0.3,1.2,0.3,1.3,0.4c0.3,0.3,0.8,0.6,1.2,0.6c0.8,0,1.5-0.6,1.5-1.4c0,0,0-0.1,0-0.1C111.2,6.9,110.5,6.1,109.5,6L109.5,6zM94.9,7.6c1.4-0.3,2.7,0.5,2.9,1.9c0.1,0.4,0.1,0.8-1,1l-4.3,0.8C92.4,9.5,93.3,7.9,94.9,7.6z M122.4,7.8c0,0.8-0.6,1.5-1.4,1.5c0,0-0.1,0-0.1,0c-0.5,0-0.9-0.2-1.2-0.6c-0.2-0.2-0.5-0.7-1.3-0.4c-0.8,0.3-1.4,1-1.8,1.8c0,2,0,4.7,0,4.7c0,2.4,0.1,2.5,1.6,2.6h0.2v1.1h-3.6c-0.4,0-0.7-0.3-0.8-0.7v-6.2c0-1.7,0-2.7-0.3-3.2c-0.2-0.5-0.7-0.6-1.5-0.6h-0.2v-1l4.2-0.9c0,0,0.1,1.1,0.2,2.2c1.2-1.5,2.6-2.3,4.1-2C121.7,6.1,122.4,6.9,122.4,7.8L122.4,7.8z M129.1,18.4l-3.5-9.1c-0.8-1.6-1-1.8-2-1.9h-0.2V6.2h6.3v1.2h-0.2c-1.3,0-1.7,0.3-1.5,0.8c0.1,0.4,2.4,7.4,2.4,7.4l1.9-4.7c0.8-2,0.9-2.3,0.9-2.8c0-0.6-0.1-0.8-1.3-0.8h-0.2V6.2h5.3v1.2h-0.2c-1,0-1.2,0.2-2.7,3.6l-3.2,7.1c-1,2.2-2.7,6.2-5.3,6.7c-2,0.3-3.6-0.7-3.9-2.5c-0.2-1,0.5-1.9,1.5-2s1.9,0.5,2,1.5l0,0c0.1,0.9,0.9,1,1.7,0.4C127.7,21.3,128.4,19.8,129.1,18.4L129.1,18.4z M47.2,17.3v1.2h-6.2v-1.2h0.2c1.5-0.1,1.7-0.3,1.7-2.4v-3c0-3.7-0.9-4.4-2.4-4.4c-1.3,0-2.4,0.7-3,1.9C37.1,10,37,10.4,37,11.7v3c0,2.4,0.1,2.5,1.7,2.6h0.2v1.2h-13v-1.2h0.2c1.7-0.1,1.9-0.4,1.9-2.4v-2.8c0-1.8,0-2.8-0.1-3.2c-0.1-0.5-0.3-0.7-1.8-0.7h-0.2V7l4.7-0.9v8.7c0,2.2,0.2,2.5,2,2.5c1.8,0,1.9-0.3,1.9-2.4v-3c0-2.2-0.1-3-0.1-3.2c-0.1-0.6-0.3-0.8-1.6-0.8h-0.2V6.8l4-0.9L36.8,8c1.1-1.3,2.7-2,4.4-2c1.4,0,2.7,0.5,3.4,1.3C45.1,8,45.3,9,45.3,11v3.8c0,2.4,0.1,2.5,1.6,2.6L47.2,17.3z" fill="%232ca5aa"/></svg>') no-repeat center center;
}
@media screen and (max-width: 68.75rem) {
  .site-nav .page-nav .winterberry-logo {
    width: 10.25rem;
    height: 2.0625rem;
    margin: 0.625rem 0 0.625rem 1.5rem;
    background-size: contain;
  }
}
@media screen and (max-width: 63.75rem) {
  .site-nav .page-nav .winterberry-logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 7.75rem;
    height: 1.4375rem;
    margin: 1.5625rem 0.9375rem;
    background-size: contain;
  }
}
.site-nav .page-nav .winterberry-logo a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 2;
  border: 0;
}
.site-nav .page-nav .winterberry-logo .site-title {
  margin-top: 0;
}
.site-nav .page-nav .menu-item {
  position: relative;
}
@media screen and (max-width: 63.75rem) {
  .site-nav .page-nav .menu-item {
    display: none;
  }
}
.site-nav .page-nav .menu-item a {
  margin: 0.875rem 1.125rem;
  padding-bottom: 1.5rem;
  font-weight: 900;
  font-size: 0.75rem;
  letter-spacing: 0.06875rem;
  text-transform: uppercase;
  border: 0;
}
.site-nav .page-nav .menu-item a:hover::before {
  position: absolute;
  right: 0;
  bottom: -0.625rem;
  left: 0;
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  margin-right: auto;
  margin-left: auto;
  background: #d5edee;
  border-radius: 50%;
  content: "";
}
@media screen and (max-width: 78.75rem) {
  .site-nav .page-nav .menu-item a {
    margin: 0.875rem 0.625rem;
    letter-spacing: 0.0375rem;
  }
}
.site-nav .page-nav .menu-item.current_page_item::before {
  position: absolute;
  right: 0;
  bottom: -0.625rem;
  left: 0;
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  margin-right: auto;
  margin-left: auto;
  background: #2ca5aa;
  border-radius: 50%;
  content: "";
}
.site-nav .page-nav .search-link {
  position: relative;
  display: block;
  width: 1.0625rem;
  height: 1.0625rem;
  margin-left: 1.125rem;
  overflow: hidden;
  text-indent: -62.4375rem;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="17.25159" height="16.99999" viewBox="-0.5 0 18.25159 16.99999"><path d="M17.09583,15.995a.62655.62655,0,0,0-.04474-.04438l-5.14118-5.14117a6.72807,6.72807,0,1,0-.82788.87012l5.123,5.123a.6012.6012,0,0,0,.89081-.80761ZM1.201,6.67963A5.47565,5.47565,0,1,1,10.66,10.431a.58965.58965,0,0,0-.04773.05255A5.47557,5.47557,0,0,1,1.201,6.67963Z"/></svg>') no-repeat center center;
  cursor: pointer;
}
@media screen and (max-width: 78.75rem) {
  .site-nav .page-nav .search-link {
    margin-left: 0.625rem;
  }
}
@media screen and (max-width: 63.75rem) {
  .site-nav .page-nav .search-link {
    width: 1.375rem;
    height: 1.375rem;
    margin: 0;
    overflow: visible;
    background-size: cover;
  }
}
.site-nav .page-nav .search-link:focus-within {
  border-radius: 0.1875rem;
  outline: 0.125rem solid #a2d7d9;
  outline-offset: 0.125rem;
}
.site-nav .page-nav .search-link > a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-indent: -62.4375rem;
}
.site-nav .page-nav .search-link > a:focus, .site-nav .page-nav .search-link > a:focus-visible {
  outline: 0;
}
.site-nav .page-nav .search-link > a::before {
  content: none;
}
.site-nav .off-canvas-toggle {
  position: relative;
  display: none;
  padding-left: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.078125rem;
  text-transform: uppercase;
  border: 0;
  -webkit-user-select: none;
  user-select: none;
}
.site-nav .off-canvas-toggle span {
  position: absolute;
  top: 0.375rem;
  left: 0;
  display: block;
  width: 0.9375rem;
  height: 0.125rem;
  background: #000000;
}
.site-nav .off-canvas-toggle span:nth-child(2) {
  top: 0.6875rem;
}
.site-nav .off-canvas-toggle span:nth-child(3) {
  top: 1rem;
}
@media screen and (max-width: 63.75rem) {
  .site-nav .off-canvas-toggle {
    display: block;
  }
}

.site-nav .page-nav .sub-menu {
  position: absolute;
  left: 0;
  z-index: 1000;
  display: none;
  min-width: 9.375rem;
  margin: 1.125rem 0 0 1rem;
  white-space: nowrap;
  list-style: none;
  background: #fff;
  border: 0.0625rem solid #add;
  border-radius: 0.1875rem;
}
@media screen and (max-width: 78.75rem) {
  .site-nav .page-nav .sub-menu {
    margin-left: 0.5rem;
  }
}
.site-nav .page-nav .sub-menu li {
  margin-left: 0;
}
.site-nav .page-nav .sub-menu a {
  display: block;
  margin: 0;
  padding: 0.625rem 0.875rem;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
  border: 0;
}
.site-nav .page-nav .sub-menu a:hover::before {
  right: -6.875rem;
  bottom: 1rem;
}
.site-nav .page-nav .sub-menu a:focus::before, .site-nav .page-nav .sub-menu a:focus-visible::before {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  left: auto;
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  margin: 0;
  background: #d5edee;
  border-radius: 50%;
  content: "";
}
.site-nav .page-nav .sub-menu .menu-item:is(.current_page_item, .current-menu-item)::before {
  right: -6.875rem;
  bottom: 1rem;
}
.site-nav .page-nav .menu-item-has-children {
  margin-right: 1rem;
}
.site-nav .page-nav .menu-item-has-children:hover > .sub-menu, .site-nav .page-nav .menu-item-has-children:focus-within > .sub-menu, .site-nav .page-nav .menu-item-has-children.focus > .sub-menu {
  display: block;
}
@media screen and (max-width: 78.75rem) {
  .site-nav .page-nav .menu-item-has-children {
    margin-right: 0.75rem;
  }
}

.site-nav .page-nav .menu-item-has-children > a::after {
  position: absolute;
  top: 56%;
  right: 0.25rem;
  width: 0.5625rem;
  height: 0.3125rem;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='9' height='5' viewBox='0 0 9 5' fill='none'><path fill-rule='evenodd' clip-rule='evenodd' d='M8.08015 0L4.5 3.17429L0.919121 0L0 1.00857L4.5 5L9 1.00857L8.08015 0Z' fill='black'/></svg>") no-repeat center;
  background-size: contain;
  transform: translateY(-50%);
  transition: transform 0.2s ease;
  content: "";
}
@media screen and (max-width: 78.75rem) {
  .site-nav .page-nav .menu-item-has-children > a::after {
    right: -0.3125rem;
  }
}
@media screen and (max-width: 63.75rem) {
  .site-nav .page-nav .menu-item-has-children > a::after {
    display: none;
  }
}

@media screen and (max-width: 68.75rem) {
  .desktop-nav .navbar {
    align-items: center;
  }
}
.desktop-nav .navbar .navbar-section {
  justify-content: flex-end;
  margin: 0.3125rem 3.75rem 0.3125rem 0.625rem;
}
@media screen and (max-width: 68.75rem) {
  .desktop-nav .navbar .navbar-section {
    margin: 0.3125rem 1.25rem 0.3125rem 0.625rem;
  }
}
.desktop-nav .navbar .navbar-section li {
  margin-left: 0;
  list-style: none;
}

.off-canvas {
  position: relative;
}
.off-canvas .close-button {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  width: 1.125rem;
  height: 1.125rem;
  overflow: hidden;
  text-indent: -62.4375rem;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12"><path d="M10.47,0,6,4.47,1.53,0,0,1.53,4.47,6,0,10.47,1.53,12,6,7.53,10.47,12,12,10.47,7.53,6,12,1.53Z"/></svg>') no-repeat center center;
  background-size: 1.125rem 1.125rem;
  border: 0;
}
.off-canvas .off-canvas-sidebar {
  right: 0;
  left: inherit;
  width: 90%;
  transform: translateX(100%);
}
@media (max-width: 374px) {
  .off-canvas .off-canvas-sidebar {
    width: 95%;
  }
}
.off-canvas .off-canvas-sidebar #menu-page-navigation-1 {
  margin: 5rem 0 0 2.5rem;
}
.off-canvas .off-canvas-sidebar #menu-page-navigation-1 li {
  font-weight: 900;
  letter-spacing: 0.109375rem;
}
.off-canvas .off-canvas-sidebar #menu-page-navigation-1 .menu-item {
  position: relative;
  display: block;
  margin: 0;
  list-style: none;
}
.off-canvas .off-canvas-sidebar #menu-page-navigation-1 .menu-item a {
  display: block;
  padding: 0.6875rem 1.25rem 0.6875rem 0;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1;
  text-transform: uppercase;
  border-bottom: 0.125rem solid #f0f9f9;
}
.off-canvas .off-canvas-sidebar #menu-page-navigation-1 .menu-item.current_page_item a {
  padding-left: 1.25rem;
}
.off-canvas .off-canvas-sidebar #menu-page-navigation-1 .menu-item.current_page_item::before {
  position: absolute;
  top: 1.0625rem;
  left: 0;
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  background: #2ca5aa;
  border-radius: 50%;
  content: "";
}
.off-canvas .off-canvas-sidebar #menu-page-navigation-1 .menu-item-has-children {
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr auto;
  align-items: center;
  border-bottom: 0.125rem solid #f0f9f9;
}
.off-canvas .off-canvas-sidebar #menu-page-navigation-1 .menu-item-has-children a {
  border-bottom: 0;
}
.off-canvas .off-canvas-sidebar #menu-page-navigation-1 .menu-item-has-children > a {
  position: relative;
  z-index: 1;
  grid-row: 1;
  grid-column: 1;
  padding-right: 1rem;
}
.off-canvas .off-canvas-sidebar #menu-page-navigation-1 .menu-item-has-children > a::before {
  position: absolute;
  top: 50%;
  right: 0;
  width: 0;
  height: 60%;
  border-left: 0.0625rem solid #add;
  transform: translateY(-50%);
  content: "";
  pointer-events: none;
}
.off-canvas .off-canvas-sidebar #menu-page-navigation-1 .menu-item-has-children > .submenu-toggle {
  z-index: 2;
  grid-row: 1;
  grid-column: 2;
  align-self: center;
  justify-self: end;
  width: 3.25rem;
  height: 2.625rem;
  padding: 0;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='9' height='5' viewBox='0 0 9 5' fill='none'><path fill-rule='evenodd' clip-rule='evenodd' d='M8.08015 0L4.5 3.17429L0.919121 0L0 1.00857L4.5 5L9 1.00857L8.08015 0Z' fill='black'/></svg>") no-repeat center;
  background-size: 0.84375rem 0.46875rem;
  border: 0;
  cursor: pointer;
}
.off-canvas .off-canvas-sidebar #menu-page-navigation-1 .menu-item-has-children > .submenu-toggle:focus-visible {
  border-radius: 0.25rem;
  outline: 0.0625rem solid #a2d7d9;
  outline-offset: 0.125rem;
}
.off-canvas .off-canvas-sidebar #menu-page-navigation-1 .menu-item-has-children.is-open > .submenu-toggle {
  transform: rotate(180deg);
}
.off-canvas .off-canvas-sidebar #menu-page-navigation-1 .menu-item-has-children.is-open > a {
  border-bottom: none;
}
.off-canvas .off-canvas-sidebar #menu-page-navigation-1 .menu-item-has-children > .sub-menu {
  display: none;
  grid-row: 2;
  grid-column: 1/-1;
  padding: 0;
  list-style: none;
  background: transparent;
  border: 0;
  box-shadow: none;
}
.off-canvas .off-canvas-sidebar #menu-page-navigation-1 .menu-item-has-children.is-open > .sub-menu {
  display: block;
}
.off-canvas .off-canvas-sidebar #menu-page-navigation-1 .menu-item-has-children.is-open > .sub-menu .menu-item a {
  border-bottom: none;
}
.off-canvas .off-canvas-sidebar #menu-page-navigation-1 .sub-menu {
  margin: 0;
}
.off-canvas .off-canvas-sidebar #menu-page-navigation-1 .sub-menu .menu-item a {
  padding-left: 0;
  font-weight: 500;
  font-size: 1.0625rem;
  letter-spacing: 0;
  text-transform: none;
}
.off-canvas .off-canvas-sidebar #menu-page-navigation-1 .sub-menu .menu-item.current_page_item a {
  padding-left: 1.25rem;
}
.off-canvas .off-canvas-sidebar #menu-page-navigation-1 .sub-menu .menu-item.current_page_item::before {
  top: 1rem;
}
.off-canvas .off-canvas-sidebar #menu-page-navigation-1 .login-link {
  display: none;
}
.off-canvas .off-canvas-sidebar #menu-page-navigation-1 .search-link {
  display: none;
}
.off-canvas .off-canvas-sidebar #menu-patient-navigation-1 {
  margin: 1rem 0 0 2.5rem;
}
.off-canvas .off-canvas-sidebar #menu-patient-navigation-1 li {
  font-weight: 500;
}
.off-canvas .off-canvas-sidebar #menu-patient-navigation-1 .menu-item {
  display: block;
  margin-bottom: 0.625rem;
  margin-left: 0;
}
.off-canvas .off-canvas-sidebar #menu-patient-navigation-1 .menu-item a {
  padding: 0.5rem 0;
  color: #7d7d7d;
  font-weight: 500;
  font-size: 1.0625rem;
  border: 0;
}
.off-canvas .off-canvas-sidebar #menu-patient-navigation-1 .login-link {
  display: none;
}
.off-canvas .off-canvas-sidebar #menu-patient-navigation-1 .search-link {
  display: none;
}
.off-canvas .off-canvas-overlay {
  background: rgba(48, 55, 66, 0.7);
}
.off-canvas.search .off-canvas-sidebar {
  width: 100%;
  transition: none;
}

.site-footer {
  margin-top: auto;
  color: #ffffff;
  background-color: #33559f;
}
.site-footer .content-wrapper {
  max-width: 73.125rem;
  margin: 0 auto;
  padding: 1.875rem 0 1.25rem 0;
}
@media (max-width: 1280px) {
  .site-footer .content-wrapper {
    padding: 1.875rem 1.25rem 1.25rem 1.25rem;
  }
}
@media (max-width: 840px) {
  .site-footer .content-wrapper {
    padding: 1.25rem 0.9375rem 1.25rem 0.9375rem;
  }
}
.site-footer .content-wrapper .footer-tagline {
  padding-top: 2.75rem;
  padding-bottom: 0.3125rem;
}
@media (max-width: 840px) {
  .site-footer .content-wrapper .footer-tagline {
    padding-top: 0.9375rem;
  }
}
.site-footer .content-wrapper .contact-info {
  padding: 2.3125rem 0 6.25rem 6.25rem;
}
@media (max-width: 1280px) {
  .site-footer .content-wrapper .contact-info {
    padding: 2.3125rem 0 6.25rem 2.1875rem;
  }
}
@media (max-width: 840px) {
  .site-footer .content-wrapper .contact-info {
    padding: 2.3125rem 0 3.4375rem 3.4375rem;
  }
}
@media (max-width: 600px) {
  .site-footer .content-wrapper .contact-info {
    padding-right: 3.4375rem;
  }
}
@media (max-width: 374px) {
  .site-footer .content-wrapper .contact-info {
    padding: 2.3125rem 0 2.5rem 0.375rem;
  }
}
@media (max-width: 360px) {
  .site-footer .content-wrapper .contact-info {
    padding: 2.3125rem 0 3.4375rem 0.375rem;
  }
}
.site-footer .content-wrapper .contact-info .columns {
  justify-content: space-between;
}
.site-footer .content-wrapper .contact-info .columns .office-wrapper {
  justify-content: flex-start;
  column-gap: 1.25rem;
}
.site-footer .content-wrapper .contact-info .columns .office-wrapper .column .footer-hours p {
  margin-top: 0;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.4375rem;
}
@media screen and (min-width: 60.0625rem) and (max-width: 67.5rem) {
  .site-footer .content-wrapper .contact-info .columns .office-wrapper .column .footer-hours p {
    font-size: 0.875rem;
  }
}
.site-footer .content-wrapper .columns li {
  font-size: 0.9375rem;
}
@media screen and (min-width: 60.0625rem) and (max-width: 67.5rem) {
  .site-footer .content-wrapper .columns li {
    font-size: 0.875rem;
  }
}
.site-footer .content-wrapper .column-clinic-status {
  padding: 0;
}
@media (max-width: 840px) {
  .site-footer .content-wrapper .column-clinic-status {
    padding: 0 0.375rem;
  }
}
.site-footer .content-wrapper .contact-column {
  padding-left: 2.3125rem;
  border-left: 0.0625rem solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 1280px) {
  .site-footer .content-wrapper .contact-column {
    padding-left: 1.875rem;
  }
}
@media (max-width: 960px) {
  .site-footer .content-wrapper .contact-column {
    padding-left: 1.25rem;
  }
}
@media (max-width: 600px) {
  .site-footer .content-wrapper .contact-column {
    padding-top: 2.3125rem;
    padding-left: 0.4rem;
    border-top: 0.0625rem solid rgba(255, 255, 255, 0.2);
    border-left: unset;
  }
}
.site-footer p,
.site-footer h1,
.site-footer h2,
.site-footer h3,
.site-footer h4 {
  color: #ffffff;
}
.site-footer h5 {
  padding-bottom: 0.625rem;
  color: #ffffff;
}
.site-footer ul,
.site-footer ol {
  margin: 0;
  padding: 0;
}
@media (max-width: 600px) {
  .site-footer ul,
  .site-footer ol {
    font-size: 1rem;
  }
}
.site-footer li {
  margin: 0;
  list-style-type: none;
}
.site-footer hr {
  height: 0.0625rem;
  color: #ffffff; /* old IE */
  background-color: #ffffff; /* Modern Browsers */
  border: none;
  opacity: 20%;
}
.site-footer a {
  color: #ffffff;
  text-decoration: none;
  border-bottom: none;
}
.site-footer a:visited {
  color: #ffffff;
}
.site-footer a:hover {
  color: #b2c3db;
}
.site-footer a:active {
  color: #b2c3db;
}
.site-footer .legal-copy,
.site-footer .legal-copy p {
  color: #ffffff;
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 1.0625rem;
}
.site-footer .legal-copy a,
.site-footer .footer-address a,
.site-footer .footer-clinic-status a {
  text-decoration: underline;
}
.site-footer .footer-social {
  text-align: right;
}
.site-footer .twitter-icon {
  padding-right: 1.0625rem;
}
.site-footer .facebook-icon {
  padding-right: 1.1875rem;
}
.site-footer .envelope-icon {
  padding-right: 0.625rem;
}
.site-footer .footer-address,
.site-footer .footer-hours,
.site-footer .footer-phone-fax {
  padding-bottom: 2.3125rem;
}
.site-footer .privacy-sitemap {
  text-align: right;
}
@media (max-width: 960px) {
  .site-footer .privacy-sitemap {
    text-align: left;
  }
}
.site-footer .menu-item {
  display: inline;
  padding-right: 1.125rem;
}
.site-footer .menu-item:last-child {
  padding-right: 0;
}
.site-footer .privacy-sitemap ul,
.site-footer .privacy-sitemap ol {
  margin-bottom: 0.125rem;
  font-size: 0.8125rem;
  text-align: right;
}
@media (max-width: 840px) {
  .site-footer .privacy-sitemap ul,
  .site-footer .privacy-sitemap ol {
    text-align: left;
  }
}
.site-footer .clinic-status-link {
  text-align: left;
}
.site-footer .clinic-status-link-btn {
  padding: 0.625rem 0 0.625rem 0;
}
.site-footer .clinic-status-link-btn a {
  padding: 0.625rem 1.25rem 0.625rem 1.25rem;
  color: #000000;
  font-weight: 600;
  font-size: 0.875rem;
  text-align: center;
  text-decoration: none;
  background: #fdb940;
  -webkit-border-radius: 3;
  -moz-border-radius: 3;
  border-radius: 3px;
}
.site-footer .clinic-status-link-btn a:hover {
  text-decoration: none;
  background: #f0af3c;
}
.site-footer .column-clinic-status {
  margin-left: -1.875rem;
}
@media (max-width: 960px) {
  .site-footer .column-clinic-status {
    margin-left: 0;
  }
}
.site-footer .footer-clinic-status {
  position: relative;
}
.site-footer .copy-wrap {
  margin: 0 auto;
  padding: 0;
}
.site-footer .copy-wrap li {
  font-size: 0.875rem;
}
.site-footer .copy-wrap .desc {
  padding-right: 0.125rem;
}
@media (max-width: 600px) {
  .site-footer .copy-wrap {
    margin: 0;
  }
}
.site-footer .link-wrap {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
@media (max-width: 600px) {
  .site-footer .link-wrap {
    position: relative;
    overflow: unset;
  }
}
.site-footer .column li {
  line-height: 1.5rem;
}
.site-footer .column-clinic-status {
  margin-top: -0.125rem;
}
.site-footer .column-clinic-status li {
  display: inline;
}
.site-footer .copyright p {
  margin-bottom: 0.75rem;
}
.site-footer a[href^="tel:"] {
  pointer-events: none;
}
@media (hover: none) and (pointer: coarse) {
  .site-footer a[href^="tel:"] {
    pointer-events: auto;
  }
}
@media (hover: none) and (pointer: coarse) {
  .site-footer .phone a {
    text-decoration: underline;
  }
}

#breadcrumbs {
  margin: 0.9375rem 0 4.6875rem;
}
@media (max-width: 600px) {
  #breadcrumbs {
    margin: 0.3125rem 0 2.5rem;
  }
}
#breadcrumbs > span > span > span,
#breadcrumbs > span > span > a {
  margin: 0 0.3125rem 0 0.9375rem;
  font-weight: 400;
  font-size: 0.875rem;
}
#breadcrumbs > span > span > span:first-child,
#breadcrumbs > span > span > a:first-child {
  margin-left: 0;
}
@media (max-width: 600px) {
  #breadcrumbs > span > span > span:first-child,
  #breadcrumbs > span > span > a:first-child {
    padding-left: 0.9375rem;
    font-weight: 600;
  }
}
#breadcrumbs > span > span > span::after,
#breadcrumbs > span > span > a::after {
  position: absolute;
  top: -0.15625rem;
  right: -0.875rem;
  font-size: 1rem;
  content: "›";
}
@media (max-width: 600px) {
  #breadcrumbs > span > span > span::after,
  #breadcrumbs > span > span > a::after {
    top: -0.1875rem;
    right: inherit;
    left: -0.0625rem;
    content: "‹";
  }
}
#breadcrumbs a {
  border-bottom: none;
}
#breadcrumbs span.breadcrumb_last {
  margin-left: 0.9375rem;
  font-weight: 600;
  font-size: 0.875rem;
  content: "‹";
  content: "›";
}
@media (max-width: 600px) {
  #breadcrumbs span.breadcrumb_last {
    display: none;
  }
}
#breadcrumbs span.breadcrumb_last::after {
  content: none;
}

.filter-wrapper {
  max-width: 59.6875rem;
  margin: 0.625rem auto 0;
}
@media (max-width: 600px) {
  .filter-wrapper {
    margin: 0 auto 0;
  }
}
.filter-wrapper span {
  display: block;
  margin: 0 0 0.9375rem 0.3125rem;
  font-weight: 700;
  font-size: 0.75rem;
  letter-spacing: 0.06875rem;
  text-transform: uppercase;
}
.filter-wrapper .filter-control {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
}
.filter-wrapper .filter-control li {
  display: inline-block;
  margin: 0.25rem;
  padding: 0.5rem 0.75rem;
  font-weight: 500;
  font-size: 0.8125rem;
  background: #fff4e1;
  border-radius: 0.1875rem;
  cursor: pointer;
}
.filter-wrapper .filter-control li:hover {
  background: #fdeacb;
}
.filter-wrapper .filter-control li.active {
  background: #fdb940;
}
.filter-wrapper .filter-control li.clear {
  text-decoration: underline;
  background: none;
}
.filter-wrapper .filter-control li.clear:hover {
  text-decoration: none;
}

.searchform {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
@media (max-width: 840px) {
  .searchform {
    display: block;
    margin-top: 25%;
  }
}
@media (max-width: 600px) {
  .searchform {
    margin-top: 35%;
  }
}
.searchform .form-wrapper {
  position: relative;
  display: flex;
  width: 54.375rem;
  margin: auto;
  padding: 0 3.75rem;
  font-size: 0.75rem;
}
@media (max-width: 960px) {
  .searchform .form-wrapper {
    width: 80%;
    padding: 0 1.25rem;
  }
}
@media (max-width: 600px) {
  .searchform .form-wrapper {
    width: 100%;
  }
}
.searchform .form-wrapper form {
  font-size: 100%;
}
.searchform .form-wrapper form * {
  font-size: 100%;
}
.searchform .form-wrapper label {
  position: absolute;
  margin-top: -1.875rem;
  font-weight: 700;
  letter-spacing: 0.06875rem;
  text-transform: uppercase;
}
.searchform .form-wrapper .input-wrapper {
  position: relative;
  width: 100%;
  font-size: 1rem;
}
.searchform .form-wrapper .input-wrapper::before {
  position: absolute;
  top: 1.0625rem;
  left: 1.0625rem;
  z-index: 1;
  display: block;
  width: 1.0625rem;
  height: 1.0625rem;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="17.25159" height="16.99999" viewBox="-0.5 0 18.25159 16.99999"><path d="M17.09583,15.995a.62655.62655,0,0,0-.04474-.04438l-5.14118-5.14117a6.72807,6.72807,0,1,0-.82788.87012l5.123,5.123a.6012.6012,0,0,0,.89081-.80761ZM1.201,6.67963A5.47565,5.47565,0,1,1,10.66,10.431a.58965.58965,0,0,0-.04773.05255A5.47557,5.47557,0,0,1,1.201,6.67963Z"/></svg>');
  background-size: cover;
  content: "";
}
.searchform .form-wrapper .input-wrapper .close-icon {
  position: absolute;
  top: 1.125rem;
  right: 0.9375rem;
  z-index: 1;
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12"><path d="M10.47,0,6,4.47,1.53,0,0,1.53,4.47,6,0,10.47,1.53,12,6,7.53,10.47,12,12,10.47,7.53,6,12,1.53Z"/></svg>') no-repeat center center;
  background-size: 0.75rem 0.75rem;
  border: 0;
  cursor: pointer;
  opacity: 0.35;
  content: "";
}
.searchform .form-wrapper .search-input {
  position: relative;
  width: 100%;
  height: 3.125rem;
  padding: 0.625rem 0.625rem 0.625rem 2.8125rem;
  -webkit-text-fill-color: #000000;
  color: #000000;
  /* stylelint-disable */
  font-size: 100% !important;
  /* stylelint-enable */
  line-height: 1.25;
  letter-spacing: normal;
  background-color: #f0f9f9;
  border: 1px solid #d5edee;
  border-radius: 0;
  -webkit-appearance: none;
}
@media (max-width: 600px) {
  .searchform .form-wrapper .search-input {
    font-size: 0.875rem;
  }
}
.searchform .form-wrapper .search-input::placeholder {
  font-size: 1rem;
  line-height: 1.25;
  letter-spacing: normal;
  opacity: 0.35;
}
.searchform .form-wrapper .search-input:focus {
  border: #a2d7d9 0.0625rem solid;
  outline: none;
  box-shadow: none;
}
.searchform .form-wrapper .search-submit {
  width: 3.75rem;
  height: 3.125rem;
  margin-left: 0.875rem;
  color: #ffffff;
  font-weight: 700;
  font-size: 1rem;
  background: #279498;
  border: 0;
  border-radius: 0.1875rem;
  cursor: pointer;
}
.searchform .form-wrapper .search-submit:hover {
  background: #217d81;
}

div.error-message {
  position: absolute;
  padding-top: 0.125rem;
  color: #f00;
  font-weight: 600;
  font-size: 0.75rem;
  text-transform: initial;
}

.outline-listing .content-wrapper {
  padding: 0 3.75rem;
}
@media (max-width: 1280px) {
  .outline-listing .content-wrapper {
    padding: 0 1.875rem;
  }
}
@media (max-width: 960px) {
  .outline-listing .content-wrapper {
    padding: 0 1.25rem;
  }
}
.outline-listing .content-wrapper h2 {
  padding-bottom: 0.625rem;
}
.outline-listing .content-wrapper .column {
  padding: 0.4375rem;
}
.outline-listing .content-wrapper .column .item-wrapper {
  height: 100%;
  padding: 1.5625rem;
  border: 2px solid #d5edee;
  border-radius: 1.875rem;
}
.outline-listing .content-wrapper .column .item-wrapper img {
  display: block;
  width: 100%;
}
.outline-listing .content-wrapper .column .item-wrapper h4 {
  margin-top: 0.625rem;
}
.outline-listing .content-wrapper .column .item-wrapper p {
  margin-bottom: 0;
  font-weight: 300;
}

.winterberry-pagination {
  margin: 6.25rem auto 8.125rem;
  text-align: center;
}
@media (max-width: 840px) {
  .winterberry-pagination {
    margin: 6.25rem auto 5.625rem;
  }
}
.winterberry-pagination .current {
  background-color: #fdb940;
}
.winterberry-pagination .current:hover {
  background-color: #fdb940;
}
.winterberry-pagination a,
.winterberry-pagination span {
  margin: 0.25rem;
  padding: 0.5rem 0.75rem;
  font-weight: 500;
  font-size: 0.8125rem;
  background-color: #fff4e1;
  border: none;
  border-radius: 0.1875rem;
}
.winterberry-pagination a:hover,
.winterberry-pagination span:hover {
  background-color: #fdeacb;
}
.winterberry-pagination .next,
.winterberry-pagination .prev {
  background: none;
}
.winterberry-pagination .next:hover,
.winterberry-pagination .prev:hover {
  background: none;
}
.winterberry-pagination .next strong,
.winterberry-pagination .prev strong {
  position: relative;
  font-weight: 500;
}
.winterberry-pagination .next strong::after,
.winterberry-pagination .prev strong::after {
  position: absolute;
  top: 0.1875rem;
  right: -0.75rem;
  width: 0.375rem;
  height: 0.6875rem;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="7.32" height="13" viewBox="0 0 7.32 13"><polygon points="0 1.33 4.65 6.5 0 11.67 1.48 13 7.32 6.5 1.48 0 0 1.33"/></svg>');
  background-size: contain;
  content: "";
}
.winterberry-pagination .prev strong::after {
  top: 0.1875rem;
  left: -0.75rem;
  transform: scaleX(-1);
}

.modal p {
  font-weight: 400;
  font-size: 1rem;
  font-style: normal;
  line-height: 1.4375rem;
}
.modal h4 {
  font-size: 1.125rem;
}
.modal .modal-container {
  max-width: 36rem;
  padding: 1.625rem 3.125rem 3.125rem;
  border-radius: 0.5rem;
}
.modal .modal-container .modal-body {
  padding: 0 0.625rem 0 0;
}
.modal:target .modal-overlay, .modal.active .modal-overlay {
  background: rgba(125, 125, 125, 0.75);
}
.modal .content:not(:last-child) {
  margin-bottom: 1.875rem;
}
.modal .modal-body-copy {
  margin: 0;
}
.modal .section-buttons {
  margin-top: 1.25rem;
}
.modal .btn.btn-clear {
  width: 2rem;
  height: 2rem;
  margin-top: -3.875rem;
  margin-right: -4.5rem;
  color: #ffffff;
}
@media (max-width: 600px) {
  .modal .section-buttons {
    display: inline-block;
    flex-direction: column;
  }
}
.modal .button-wrapper {
  margin: 0 0.375rem 0.625rem 0;
}
.modal .button-wrapper:first-child {
  margin-left: 0;
}
@media (max-width: 600px) {
  .modal .section-buttons:only-child {
    display: block;
  }
}
.modal .button-wrapper:first-child .button-default {
  color: #ffffff;
  background: #f26649;
}
.modal .button-wrapper:first-child .button-default:hover,
.modal .button-wrapper:first-child .button-default :active {
  color: #ffffff;
  background: #cd563e;
}
.modal .button-wrapper:first-child .button-default:visited {
  color: #ffffff;
}
.modal .button-wrapper:first-child .external-link-button::after {
  position: relative;
  display: inline-block;
  width: 0.6875rem;
  height: 0.6875rem;
  margin-left: 0.1875rem;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10' fill='%23ffffff'><path d='m.2 0v1.96h6.46l-6.66 6.66 1.39 1.38 6.65-6.65v6.45h1.96v-9.8z'/></svg>");
  background-repeat: no-repeat;
  background-size: 0.6875rem 0.6875rem;
  content: "";
}
.modal .btn.btn-clear:focus,
.modal .btn.btn-clear:hover {
  background: transparent;
  opacity: 0.75;
}

.sitemap-group {
  max-width: 60.625rem;
  margin: 4.0625rem auto 4.0625rem auto;
  padding: 0 1.25rem;
}
@media (max-width: 840px) {
  .sitemap-group {
    margin-top: 2.8125rem;
    padding: 0 1.25rem;
  }
}
.sitemap-group .simple-sitemap-container,
.sitemap-group .core-block-wrapper,
.sitemap-group .wp-block-columns {
  max-width: 60.625rem;
}
.sitemap-group .simple-sitemap-container ul,
.sitemap-group .core-block-wrapper ul,
.sitemap-group .wp-block-columns ul {
  list-style: outside;
}
.sitemap-group .wp-block-separator {
  border-top: 1px solid;
  border-bottom: 0;
}
.sitemap-group .wp-block-column:first-child {
  max-width: 17.5rem;
}
@media (max-width: 840px) {
  .sitemap-group .wp-block-column:first-child {
    max-width: 15rem;
  }
}
.sitemap-group .post-type h3 {
  margin-top: 1.875rem;
  font-size: 14;
}

main.full-width-content-template, main.search-template {
  max-width: 58.75rem;
  margin: 7.5rem auto;
  padding: 0 1.875rem;
}
@media (max-width: 600px) {
  main.full-width-content-template, main.search-template {
    margin: 3.75rem auto;
    padding: 0 0.9375rem;
  }
}
main.full-width-content-template .full-width-content-title,
main.full-width-content-template .search-title, main.search-template .full-width-content-title,
main.search-template .search-title {
  margin-bottom: 0;
  padding-top: 4.375rem;
  padding-bottom: 2.5rem;
}
@media (max-width: 600px) {
  main.full-width-content-template .full-width-content-title,
  main.full-width-content-template .search-title, main.search-template .full-width-content-title,
  main.search-template .search-title {
    padding: 1.5625rem 0 2.1875rem;
    text-align: center;
    border-bottom: 0.0625rem solid #000000;
  }
}
main.search-template .search-result-wrapper {
  max-width: 48.125rem;
}

.error-404 .columns {
  margin-right: 0;
  margin-left: 0;
  border-radius: 0.625rem;
}
.error-404 .content-wrapper {
  position: relative;
  padding-right: 1.625rem;
  padding-left: 1.625rem;
}
.error-404 .image-wrapper {
  position: relative;
}
.error-404 .image-wrapper .error-404-image {
  position: absolute;
  top: 0;
  right: 8.1875rem;
  bottom: 0;
  width: 11.25rem;
  height: 100%;
  margin: 0;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  border: none;
}
@media (max-width: 960px) {
  .error-404 .image-wrapper .error-404-image {
    right: 6.5625rem;
  }
}
@media (max-width: 840px) {
  .error-404 .image-wrapper .error-404-image {
    right: 1.875rem;
    width: 10rem;
  }
}
@media (max-width: 600px) {
  .error-404 .image-wrapper .error-404-image {
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10rem;
    margin: 1.875rem auto 1.875rem auto;
  }
}
.error-404 .text-wrapper {
  padding: 4.0625rem 1.875rem 4.0625rem 7.8125rem;
  text-align: left;
}
@media (max-width: 960px) {
  .error-404 .text-wrapper {
    padding: 2.8125rem 0.625rem 2.8125rem 6.25rem;
  }
}
@media (max-width: 840px) {
  .error-404 .text-wrapper {
    padding: 2.8125rem 7.5rem 1.875rem 1.875rem;
  }
}
@media (max-width: 600px) {
  .error-404 .text-wrapper {
    padding: 2.8125rem 1.875rem 0rem;
    text-align: center;
  }
}
.error-404 .text-wrapper h1 {
  margin-bottom: 0.625rem;
}
.error-404 .text-wrapper p {
  margin-bottom: 1.75rem;
  font-weight: 300;
  font-size: 1.4375rem;
  line-height: 1.39;
  letter-spacing: normal;
}
@media (max-width: 960px) {
  .error-404 .text-wrapper p {
    max-width: 96%;
    margin-bottom: 1.375rem;
    font-size: 1.1875rem;
  }
}
@media (max-width: 840px) {
  .error-404 .text-wrapper p {
    margin-bottom: 1.375rem;
  }
}
@media (max-width: 600px) {
  .error-404 .text-wrapper p {
    margin-bottom: 1.25rem;
  }
}

main.search-template .search-title {
  border: 0;
}
main.search-template .result-wrapper article {
  margin-bottom: 2.5rem;
}
main.search-template .result-wrapper article .result-title {
  font-weight: 500;
  font-size: 1.125rem;
  font-family: "IBM Plex Sans", sans-serif;
  line-height: 1.5;
}
main.search-template .result-wrapper article .entry-meta {
  margin-bottom: 0.9375rem;
}

.single-post-page {
  margin-top: 5rem;
}
.single-post-page .news-wrapper {
  padding: 0 9.6875rem;
}
@media (max-width: 840px) {
  .single-post-page .news-wrapper {
    padding: 0 4.375rem;
  }
}
@media (max-width: 600px) {
  .single-post-page .news-wrapper {
    padding: 0 0.625rem;
  }
}
.single-post-page .entry-content {
  margin-top: 1.875rem;
}
.single-post-page .entry-header {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
@media (max-width: 840px) {
  .single-post-page .entry-header {
    position: relative;
  }
  .single-post-page .entry-header:nth-child(1),
  .single-post-page .entry-header:nth-child(2),
  .single-post-page .entry-header:nth-child(3) {
    text-align: center;
  }
  .single-post-page p#breadcrumbs {
    margin-top: 4.375rem;
    text-align: left;
    border-top: 1px solid #000000;
  }
  .single-post-page .author-date {
    position: absolute;
    right: 0;
    bottom: 3.75rem;
    left: 0;
  }
}
@media (max-width: 840px) {
  .single-post-page {
    margin-top: 1.875rem;
  }
}
.single-post-page .news-category {
  display: inline-block;
  margin: 0;
  margin-bottom: 1.875rem;
  padding: 0.125rem 0.3125rem;
  color: #ffffff;
  font-weight: 600;
  font-size: 0.6875rem;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  background-color: #33559f;
  border: none;
  border-radius: 0.3125rem;
}
@media (max-width: 840px) {
  .single-post-page .news-category {
    margin-bottom: 1.25rem;
  }
}
.single-post-page .news-date,
.single-post-page .news-author {
  display: inline;
}
.single-post-page .recent-news-wrapper .news-date {
  display: block;
}
.single-post-page .news-date p,
.single-post-page .news-author p {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 0.875rem;
  font-family: "Libre Baskerville", serif;
  font-style: italic;
}
.single-post-page #breadcrumbs.breadcrumb-link {
  margin-bottom: 2.8125rem;
}
@media (max-width: 600px) {
  .single-post-page #breadcrumbs.breadcrumb-link {
    margin-bottom: 1.25rem;
  }
}
.single-post-page #breadcrumbs.breadcrumb-link .breadcrumb_last::after {
  content: none;
}
.single-post-page .featured-caption {
  margin-top: 0.625rem;
  padding-top: 0.3125rem;
  font-weight: 500;
  font-size: 0.8125rem;
  font-style: italic;
  border-top: 1px solid #000000;
}
.single-post-page .news-content {
  padding-right: 6.25rem;
}
@media (max-width: 960px) {
  .single-post-page .news-content {
    padding-right: 0.4rem;
  }
}
.single-post-page .news-content .post-thumbnail img {
  display: block;
  width: 100%;
  height: auto;
}
.single-post-page .news-content blockquote.wp-block-quote {
  border-left: 1px solid #000000;
}
.single-post-page .news-content blockquote.wp-block-quote p {
  font-weight: 500;
  font-size: 1.25rem;
  font-style: italic;
}
.single-post-page .news-content .core-block-wrapper.paragraph a {
  font-weight: 600;
}
.single-post-page .news-content figure.wp-block-image {
  margin: 1.875rem 0;
}
.single-post-page .news-content figure.wp-block-image img {
  height: auto;
}
.single-post-page .news-content figure.wp-block-image figcaption {
  margin-top: 0.3125rem;
  padding-top: 0.3125rem;
  font-weight: 500;
  font-size: 0.8125rem;
  font-style: italic;
  border-top: 1px solid #000000;
}
@media (max-width: 960px) {
  .single-post-page .recent-news-wrapper {
    margin-top: 2.5rem;
  }
}
.single-post-page .recent-news-wrapper ul {
  margin: 0;
  list-style: none;
}
@media (max-width: 960px) {
  .single-post-page .recent-news-wrapper ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media (max-width: 600px) {
  .single-post-page .recent-news-wrapper ul {
    flex-wrap: nowrap;
    margin: 0 -1rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -ms-overflow-style: none; /* IE 10+ */
  }
  .single-post-page .recent-news-wrapper ul::-webkit-scrollbar {
    display: none; /* webkit */
  }
}
.single-post-page .recent-news-wrapper ul > li {
  margin-bottom: 1.25rem;
  padding: 0.8125rem;
  border: 2px solid #d5edee;
}
@media (max-width: 960px) {
  .single-post-page .recent-news-wrapper ul > li {
    flex: 0 0 48%;
  }
}
@media (max-width: 600px) {
  .single-post-page .recent-news-wrapper ul > li {
    display: flex;
    flex: 0 0 16.875rem;
    scroll-snap-align: start;
  }
  .single-post-page .recent-news-wrapper ul > li a {
    border-bottom: none;
  }
}
@media (max-width: 600px) {
  .single-post-page .recent-news-wrapper ul li:first-child {
    margin-right: 0.9375rem;
  }
}
.single-post-page .recent-news-wrapper ul figure {
  position: relative;
  height: 12.1875rem;
  margin: 0;
  margin-bottom: 0.5rem;
}
.single-post-page .recent-news-wrapper ul figure img {
  display: block;
  width: 100%;
  height: 100%;
  margin-bottom: 0.625rem;
  object-fit: cover;
}
.single-post-page .recent-news-wrapper ul figure .news-category {
  position: absolute;
  bottom: -1.5625rem;
  left: 0.3125rem;
}
@media (max-width: 600px) {
  .single-post-page .recent-news-wrapper ul figure .news-category {
    bottom: -0.9375rem;
  }
}
.single-post-page .recent-news-wrapper ul p {
  margin-bottom: 0.3125rem;
  line-height: 1.3;
}
.single-post-page .recent-news-wrapper ul .news-date {
  position: initial;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 0.8125rem;
  font-family: "Libre Baskerville", serif;
  font-style: italic;
}
.single-post-page .news-tags {
  max-width: 32.8125rem;
  margin-top: 1.25rem;
  margin-bottom: 7.5rem;
}
@media (max-width: 600px) {
  .single-post-page .news-tags {
    margin-bottom: 3.75rem;
  }
}
.single-post-page .news-tags ul {
  display: inline-block;
  margin: 0;
  list-style: none;
}
.single-post-page .news-tags ul > li {
  display: inline-block;
  margin: 0 0.15625rem 0.3125rem;
  padding: 0.625rem;
  font-weight: 500;
  background-color: #fef5e3;
  border-radius: 0.3125rem;
}

.accordion-content-block h4 {
  max-width: 90%;
  margin: 0.75rem 0;
  color: #000000;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.375rem;
  overflow-wrap: break-word;
}
@media (max-width: 600px) {
  .accordion-content-block h4 {
    max-width: 84%;
  }
}
.accordion-content-block p {
  color: #000000;
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1.6;
  letter-spacing: -0.0125rem;
}
.accordion-content-block .job-posting-title h4 {
  margin: 0.0625rem 0 0 0;
}
.accordion-content-block .job-posting-title p {
  margin-bottom: 0.0625rem;
  font-size: 0.875rem;
  font-family: "Libre Baskerville", serif;
  font-style: italic;
}
.accordion-content-block ul,
.accordion-content-block ol {
  margin: 0;
  padding: 0;
}
.accordion-content-block li {
  margin: 0;
  list-style-type: none;
}
.accordion-content-block .button-wrapper {
  margin-left: 0;
}
.accordion-content-block .location {
  margin-bottom: 0.625rem;
  font-size: 0.875rem;
  font-family: "Libre Baskerville", serif;
  font-style: italic;
  line-height: 1.125rem;
}
.accordion-content-block .accordion-wrapper {
  max-width: 48.375rem;
  margin: 1.875rem auto;
  padding-top: 1.25rem;
}
.accordion-content-block .accordion-wrapper .accordion.is-empty {
  margin-bottom: 0.375rem;
}
.accordion-content-block .accordion-wrapper .accordion.is-empty .accordion-title {
  background-color: #f0f9f9;
  cursor: default;
  pointer-events: none;
}
.accordion-content-block .accordion-wrapper .accordion.is-empty .accordion-title:hover {
  background-color: #f0f9f9;
  cursor: default;
}
.accordion-content-block .accordion-wrapper .accordion.is-empty .accordion-title.accordion-title::before {
  display: none;
  background-image: none;
  transform: none;
  content: none;
}
.accordion-content-block .accordion-wrapper .accordion.is-empty .accordion-content {
  display: none;
  height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.accordion-content-block .accordion-section-subtitle {
  display: block;
  font-weight: 500;
  font-size: 1rem;
  font-family: "IBM Plex Sans", sans-serif;
}
.accordion-content-block .columns .column {
  padding-left: 0;
}
.accordion-content-block .address {
  line-height: 1.25rem;
}
.accordion-content-block .address a {
  text-decoration: underline;
  text-underline-offset: 0.09375rem;
  border-bottom: 0;
}
.accordion-content-block .phone-fax {
  line-height: 1.25rem;
}
.accordion-content-block .phone-fax a {
  border-bottom: 0;
}
.accordion-content-block a[href^="tel:"] {
  pointer-events: none;
}
@media (hover: none) and (pointer: coarse) {
  .accordion-content-block a[href^="tel:"] {
    pointer-events: auto;
  }
}
@media (hover: none) and (pointer: coarse) {
  .accordion-content-block .phone a[href^="tel:"] {
    text-decoration: underline;
    text-underline-offset: 0.09375rem;
  }
}
.accordion-content-block .address,
.accordion-content-block .phone-fax {
  margin-bottom: 0.75rem;
}
.accordion-content-block .department-hours {
  margin-bottom: 0.5rem;
}
.accordion-content-block .job-posting.accordion-content .accordion-section-subtitle {
  text-decoration: none;
}
.accordion-content-block .accordion-section-content {
  display: block;
  margin: 0.625rem 0 1.875rem 0;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.accordion-content-block .job-posting .accordion-section-content p {
  font-weight: 400;
}
.accordion-content-block .job-posting .accordion-section-content ul {
  margin-right: 1.25rem;
  margin-left: 1.25rem;
}
.accordion-content-block .job-posting .accordion-section-content ul li {
  margin-bottom: 0.9375rem;
  list-style: disc;
}
.accordion-content-block .job-posting .accordion-section-content ol {
  margin-right: 1.25rem;
  margin-left: 1.25rem;
}
.accordion-content-block .job-posting .accordion-section-content ol li {
  margin-bottom: 0.9375rem;
  list-style: numeric;
}
.accordion-content-block .section-content-wrapper {
  max-width: 40.625rem;
  margin: 1.875rem 1.5rem 2rem 1.5rem;
}
.accordion-content-block ul.accordion-list {
  margin: 0.875rem;
}
@media (max-width: 600px) {
  .accordion-content-block ul.accordion-list {
    margin: 0;
  }
}
.accordion-content-block li.accordion {
  list-style: none;
}
.accordion-content-block .section-content {
  color: #000000;
}
.accordion-content-block .accordion-title {
  position: relative;
  display: block;
  width: 100%;
  padding: 1.5rem 1.375rem;
  background-color: #f0f9f9;
  border-radius: 1.875rem;
  transition: background-color 0.4s ease-in-out;
}
.accordion-content-block .accordion-title:hover {
  background-color: #eaf6f6;
  cursor: pointer;
}
.accordion-content-block .accordion-title::before {
  position: absolute;
  top: 29%;
  right: 2.125rem;
  width: 2.5rem;
  height: 2.5rem;
  background-image: url("data:image/svg+xml;utf8,<svg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 40 40' style='enable-background:new 0 0 40 40; fill:%232ca5aa;' xml:space='preserve'><style type='text/css'>.st0{fill-rule:evenodd;clip-rule:evenodd;fill:%23ffffff;}</style><circle cx='20' cy='20' r='20'/><polygon class='st0' points='18.8,12 18.8,18.8 12,18.8 12,21.2 18.8,21.2 18.8,28 21.2,28 21.2,21.2 28,21.2 28,18.8 21.2,18.8 21.2,12 '/></svg>");
  background-size: 2.5rem 2.5rem;
  transform: rotate(90deg);
  transition: transform 0.4s ease-in-out;
  content: "";
}
@media (max-width: 600px) {
  .accordion-content-block .accordion-title::before {
    right: 0.9375rem;
  }
}
@media (max-width: 600px) {
  .accordion-content-block .accordion-title {
    border-radius: 0;
  }
}
.accordion-content-block .accordion input:checked ~ .accordion-title,
.accordion-content-block .accordion[open] {
  background-color: #279498;
  transition: background-color 0.4s ease-in-out;
}
.accordion-content-block .accordion input:checked ~ .accordion-title h4,
.accordion-content-block .accordion input:checked ~ .accordion-title p,
.accordion-content-block .accordion[open] h4,
.accordion-content-block .accordion[open] p {
  color: #ffffff;
  transition: color 0.4s ease-in-out;
}
.accordion-content-block .accordion input:checked ~ .accordion-title::before,
.accordion-content-block .accordion[open]::before {
  background-image: url("data:image/svg+xml;utf8,<svg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 40 40' style='enable-background:new 0 0 40 40; fill:%232ca5aa;' xml:space='preserve'><style type='text/css'> .st0{fill:%23ffffff;}</style><circle cx='20' cy='20' r='20'/><rect x='12' y='18.8' class='st0' width='16' height='2.3'/></svg>");
  transform: rotate(180deg);
  transition: transform 0.4s ease-in-out;
}
.accordion-content-block .accordion input:checked ~ .accordion-body,
.accordion-content-block .accordion[open] .accordion-body {
  max-height: none;
}
.accordion-content-block .accordion .accordion-body {
  transition: max-height 0.4s;
}
.accordion-content-block .apply-now-btn {
  padding: 0.625rem 0 0.625rem 0;
}
.accordion-content-block .apply-now-btn a {
  padding: 0.625rem 1.25rem 0.625rem 1.25rem;
  color: #000000;
  font-weight: 600;
  font-size: 0.875rem;
  text-align: center;
  text-decoration: none;
  background: #e3a639;
  -webkit-border-radius: 3;
  -moz-border-radius: 3;
  border-radius: 0.1875rem;
}
.accordion-content-block .apply-now-btn a:hover {
  text-decoration: none;
  background: #fdb940;
}

.accordion-content-block + .form-block {
  margin-top: 7.5rem;
}
@media (max-width: 600px) {
  .accordion-content-block + .form-block {
    margin-top: 3.75rem;
  }
}

.accordion-content-block:last-child {
  margin-bottom: 7.5rem;
}
@media (max-width: 600px) {
  .accordion-content-block:last-child {
    margin-bottom: 3.75rem;
  }
}

.affiliate-listing-block .content-wrapper .columns .item-wrapper .image-wrapper {
  height: 2.8125rem;
  margin-top: 0;
}
.affiliate-listing-block .content-wrapper .columns .item-wrapper .image-wrapper img {
  width: auto;
  height: 100%;
}
.affiliate-listing-block .content-wrapper .columns .item-wrapper p {
  padding-bottom: 0.625rem;
  font-size: 0.875rem;
}
.affiliate-listing-block .content-wrapper.filters {
  display: block;
}
.affiliate-listing-block .content-wrapper.items {
  margin-top: 3.75rem;
  margin-bottom: 7.5rem;
}
@media (max-width: 600px) {
  .affiliate-listing-block .content-wrapper.items {
    margin-bottom: 3.75rem;
  }
}

:root {
  /* stylelint-disable */
  --adjust: 0px;
  /* stylelint-enable */
}

.logo-wrapper {
  position: relative;
  height: 6.25rem;
  margin: 0 auto 3.75rem;
  overflow: hidden;
}
.logo-wrapper::before, .logo-wrapper::after {
  position: absolute;
  z-index: 2;
  width: 6.25rem;
  height: 6.25rem;
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  pointer-events: none;
}
.logo-wrapper::after {
  top: 0;
  right: 0;
  transform: rotateZ(180deg);
}
.logo-wrapper::before {
  top: 0;
  left: 0;
}
.logo-wrapper .affilate-logo-ribbon {
  display: flex;
  margin: 0;
}
.logo-wrapper .affilate-logo-ribbon li {
  width: 25.1875rem;
  height: 6.25rem;
  margin: 0;
  padding: 0 2.8125rem;
  list-style: none;
}
.logo-wrapper .affilate-logo-ribbon li.squarish {
  width: 12.8125rem;
  height: 6.25rem;
}
.logo-wrapper .affilate-logo-ribbon li a {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  opacity: 0.5;
  -webkit-filter: grayscale(1);
  filter: hsl(0, 0%, 104.0196078431%);
}
.logo-wrapper .affilate-logo-ribbon li a img {
  width: 100%;
  height: 100%;
}
.logo-wrapper .affilate-logo-ribbon li a:hover {
  opacity: 1;
  -webkit-filter: grayscale(0);
  filter: none;
}
@keyframes affiliateScroll-1 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-25.1875rem * 1 + var(--adjust)));
  }
}
.logo-wrapper .affilate-logo-ribbon.items-1 {
  width: calc(25.1875rem * 1 * 2 - var(--adjust) * 2);
  animation: affiliateScroll-1 20s linear infinite;
}
@keyframes affiliateScroll-2 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-25.1875rem * 2 + var(--adjust)));
  }
}
.logo-wrapper .affilate-logo-ribbon.items-2 {
  width: calc(25.1875rem * 2 * 2 - var(--adjust) * 2);
  animation: affiliateScroll-2 20s linear infinite;
}
@keyframes affiliateScroll-3 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-25.1875rem * 3 + var(--adjust)));
  }
}
.logo-wrapper .affilate-logo-ribbon.items-3 {
  width: calc(25.1875rem * 3 * 2 - var(--adjust) * 2);
  animation: affiliateScroll-3 20s linear infinite;
}
@keyframes affiliateScroll-4 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-25.1875rem * 4 + var(--adjust)));
  }
}
.logo-wrapper .affilate-logo-ribbon.items-4 {
  width: calc(25.1875rem * 4 * 2 - var(--adjust) * 2);
  animation: affiliateScroll-4 20s linear infinite;
}
@keyframes affiliateScroll-5 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-25.1875rem * 5 + var(--adjust)));
  }
}
.logo-wrapper .affilate-logo-ribbon.items-5 {
  width: calc(25.1875rem * 5 * 2 - var(--adjust) * 2);
  animation: affiliateScroll-5 20s linear infinite;
}
@keyframes affiliateScroll-6 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-25.1875rem * 6 + var(--adjust)));
  }
}
.logo-wrapper .affilate-logo-ribbon.items-6 {
  width: calc(25.1875rem * 6 * 2 - var(--adjust) * 2);
  animation: affiliateScroll-6 20s linear infinite;
}
@keyframes affiliateScroll-7 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-25.1875rem * 7 + var(--adjust)));
  }
}
.logo-wrapper .affilate-logo-ribbon.items-7 {
  width: calc(25.1875rem * 7 * 2 - var(--adjust) * 2);
  animation: affiliateScroll-7 20s linear infinite;
}
@keyframes affiliateScroll-8 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-25.1875rem * 8 + var(--adjust)));
  }
}
.logo-wrapper .affilate-logo-ribbon.items-8 {
  width: calc(25.1875rem * 8 * 2 - var(--adjust) * 2);
  animation: affiliateScroll-8 20s linear infinite;
}
@keyframes affiliateScroll-9 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-25.1875rem * 9 + var(--adjust)));
  }
}
.logo-wrapper .affilate-logo-ribbon.items-9 {
  width: calc(25.1875rem * 9 * 2 - var(--adjust) * 2);
  animation: affiliateScroll-9 20s linear infinite;
}
@keyframes affiliateScroll-10 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-25.1875rem * 10 + var(--adjust)));
  }
}
.logo-wrapper .affilate-logo-ribbon.items-10 {
  width: calc(25.1875rem * 10 * 2 - var(--adjust) * 2);
  animation: affiliateScroll-10 20s linear infinite;
}
@keyframes affiliateScroll-11 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-25.1875rem * 11 + var(--adjust)));
  }
}
.logo-wrapper .affilate-logo-ribbon.items-11 {
  width: calc(25.1875rem * 11 * 2 - var(--adjust) * 2);
  animation: affiliateScroll-11 20s linear infinite;
}
@keyframes affiliateScroll-12 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-25.1875rem * 12 + var(--adjust)));
  }
}
.logo-wrapper .affilate-logo-ribbon.items-12 {
  width: calc(25.1875rem * 12 * 2 - var(--adjust) * 2);
  animation: affiliateScroll-12 20s linear infinite;
}
@keyframes affiliateScroll-13 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-25.1875rem * 13 + var(--adjust)));
  }
}
.logo-wrapper .affilate-logo-ribbon.items-13 {
  width: calc(25.1875rem * 13 * 2 - var(--adjust) * 2);
  animation: affiliateScroll-13 20s linear infinite;
}
@keyframes affiliateScroll-14 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-25.1875rem * 14 + var(--adjust)));
  }
}
.logo-wrapper .affilate-logo-ribbon.items-14 {
  width: calc(25.1875rem * 14 * 2 - var(--adjust) * 2);
  animation: affiliateScroll-14 20s linear infinite;
}
.logo-wrapper .affilate-logo-ribbon:hover {
  animation-play-state: paused;
}

.centred-cta-block .content-wrapper .text-wrapper {
  margin: 0 auto;
  padding: 5rem 0 5.625rem;
  text-align: center;
}
@media (max-width: 960px) {
  .centred-cta-block .content-wrapper .text-wrapper {
    padding: 3.75rem 0 5rem;
  }
}
@media (max-width: 600px) {
  .centred-cta-block .content-wrapper .text-wrapper {
    padding: 1.875rem 1.25rem 1.25rem;
  }
}
.centred-cta-block .content-wrapper .text-wrapper h3 {
  margin: 1.5625rem 0 1.875rem;
}
.centred-cta-block .content-wrapper .text-wrapper p {
  color: #000000;
  font-weight: 400;
  font-size: 1.125rem;
}
.centred-cta-block .content-wrapper .text-wrapper a {
  font-weight: 500;
}
.centred-cta-block .content-wrapper .text-wrapper .link-wrapper a {
  font-weight: 600;
  font-size: 0.875rem;
}
.centred-cta-block .link-wrapper a::after {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15.5 15.5' height='10px' width='10px'><g fill='black' fill-rule='evenodd' stroke='black' stroke-width='1'><path d='M 0,0 0,3 10.4,3 0.5,13 2.6,15.1 12.5,5.1 12.5,15.5 15.5,15.5 15.5,0 z'/></g></svg>");
}

.acf-block-preview .centred-cta-block .link-wrapper a {
  text-transform: uppercase;
  text-decoration: underline;
}

.contact-cta-block {
  margin: 6.125rem 0 6.125rem 0;
}
@media (max-width: 1280px) {
  .contact-cta-block {
    margin: 5rem 0 5rem 0;
  }
}
@media (max-width: 840px) {
  .contact-cta-block {
    margin: 3.75rem 0 5rem 0;
  }
}
.contact-cta-block .heading-wrapper {
  padding-right: 2rem;
}
@media (max-width: 1280px) {
  .contact-cta-block .heading-wrapper {
    padding-right: 0;
    padding-left: 0;
  }
}
.contact-cta-block .heading-wrapper h3 {
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 2.5rem;
  font-size: 2.5rem;
  line-height: 3.3125rem;
  letter-spacing: -0.046875rem;
  text-align: center;
}
@media (max-width: 1280px) {
  .contact-cta-block .heading-wrapper h3 {
    font-size: 2.125rem;
    line-height: 2.5rem;
  }
}
@media (max-width: 840px) {
  .contact-cta-block .heading-wrapper h3 {
    max-width: 31.25rem;
    padding: 0 1.25rem;
    font-size: 1.875rem;
    line-height: 2.625rem;
    letter-spacing: -0.03125rem;
  }
}
@media (max-width: 600px) {
  .contact-cta-block .heading-wrapper h3 {
    max-width: 25rem;
  }
}
.contact-cta-block a.button {
  min-width: 6.25rem;
}
.contact-cta-block .link-wrapper {
  max-width: 18.75rem;
  margin: 0 auto;
  padding: 1.25rem 0 0;
  text-align: center;
}
.contact-cta-block .link-wrapper .contact-cta-link {
  position: relative;
  max-height: 3.125rem;
  margin: 1.5625rem 3rem 0 0;
}
.contact-cta-block .link-wrapper .contact-cta-link::before {
  position: absolute;
  top: -1.25rem;
  right: -4.375rem;
  width: 6.25rem;
  height: 6.25rem;
  background: url("../images/icons/cta-contact-us.png") no-repeat center center;
  background-size: 6.25rem 6.25rem;
  content: "";
}
.contact-cta-block .link-wrapper .contact-cta-link::after {
  position: relative;
  display: block;
  width: 5.625rem;
  height: 100;
  content: "";
}

.content-callout-block {
  z-index: 7;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 31.25rem;
  background: #f0f9f9;
}
@media (max-width: 840px) {
  .content-callout-block {
    padding: 1.875rem 1.25rem 0 1.25rem;
  }
}
.content-callout-block .content-wrapper {
  max-width: 61.25rem;
  height: 100%;
}
.content-callout-block .columns {
  height: 100%;
}
.content-callout-block .text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 3.75rem;
}
@media (max-width: 840px) {
  .content-callout-block .text-wrapper {
    display: block;
    padding: 1.875rem 0 0 0;
  }
}
.content-callout-block .text-wrapper h3,
.content-callout-block .text-wrapper p {
  max-width: 37.5rem;
  text-align: left;
}
@media (max-width: 840px) {
  .content-callout-block .text-wrapper h3,
  .content-callout-block .text-wrapper p {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
}
.content-callout-block .text-wrapper h3 {
  font-size: 3.375rem;
  font-family: "IBM Plex Sans Condensed", sans-serif;
  font-style: normal;
  font-stretch: normal;
  line-height: 4.125rem;
  letter-spacing: -0.0625rem;
}
@media (max-width: 840px) {
  .content-callout-block .text-wrapper h3 {
    margin-bottom: 1.875rem;
    font-size: 2.375rem;
    line-height: 2.75rem;
  }
}
.content-callout-block .text-wrapper p {
  margin-bottom: 2.25rem;
  padding-left: 0.1875rem;
  font-weight: 400;
  font-size: 1.125rem;
}
@media (max-width: 840px) {
  .content-callout-block .text-wrapper p {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}
@media (max-width: 840px) {
  .content-callout-block .text-wrapper .section-buttons {
    display: flex;
    flex-direction: unset;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 840px) {
  .content-callout-block .text-wrapper .section-buttons:only-child {
    display: block;
  }
}
.content-callout-block .image-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 3.125rem 1.875rem;
}
@media (max-width: 840px) {
  .content-callout-block .image-wrapper {
    max-width: 31.25rem;
    margin: 0 auto;
    padding: 1.25rem 1.875rem;
  }
}
@media (max-width: 600px) {
  .content-callout-block .image-wrapper {
    max-width: 31.25rem;
    margin: 0 auto;
    text-align: center;
  }
}
.content-callout-block .image-wrapper .content-callout-image img {
  width: 100%;
  max-width: 32.5rem;
  margin: 0 auto;
}
@media (max-width: 840px) {
  .content-callout-block .image-wrapper .content-callout-image img {
    max-width: 90%;
  }
}
.content-callout-block.teal-background {
  background-color: #2ca5aa;
}
.content-callout-block.orange-background {
  background-color: #f26649;
}
.content-callout-block.yellow-background {
  background-color: #fdb940;
}
.content-callout-block .button-wrapper:nth-child(2) .button-pinkish-orange {
  color: #000000;
  background: rgba(0, 0, 0, 0.05);
}
.content-callout-block .button-wrapper:nth-child(2) .button-pinkish-orange:hover,
.content-callout-block .button-wrapper:nth-child(2) .button-pinkish-orange :active {
  background: rgba(0, 0, 0, 0.1);
}

.feature-list-block .content-wrapper p {
  font-weight: 400;
  font-size: 1rem;
}
.feature-list-block .content-wrapper h2 {
  width: 100%;
  margin-top: 1.875rem;
  margin-bottom: 0;
}
@media (max-width: 600px) {
  .feature-list-block .content-wrapper h2 {
    text-align: center;
  }
}
.feature-list-block .content-wrapper .image-wrapper {
  width: 3.4375rem;
}

.feature-list-block.outline-listing .content-wrapper .column .item-wrapper p {
  font-weight: 400;
  font-size: 1rem;
}

.form-block {
  margin-bottom: -1.875rem;
  padding: 4.375rem 1.875rem;
  background-color: #fbb940;
}
@media (max-width: 374px) {
  .form-block {
    padding: 4.375rem 1.25rem;
  }
}
.form-block .content-wrapper {
  max-width: 73.125rem;
  margin: 0 auto;
  padding: 0 3.75rem;
}
@media (max-width: 600px) {
  .form-block .content-wrapper {
    padding: 0;
  }
}
.form-block .content-wrapper .columns {
  flex-direction: row;
}
@media (max-width: 840px) {
  .form-block .content-wrapper .columns {
    flex-direction: column;
  }
}
.form-block .content-wrapper .text-wrapper {
  padding-right: 5.25rem;
}
@media (max-width: 374px) {
  .form-block .content-wrapper .text-wrapper {
    padding-right: 0;
  }
}
.form-block .content-wrapper .text-wrapper h2 {
  font-family: "Libre Baskerville", serif;
  font-style: italic;
}
@media (max-width: 374px) {
  .form-block .content-wrapper .text-wrapper h2 {
    font-size: 1.5625rem;
    line-height: 1.875rem;
    text-align: center;
  }
}
.form-block .content-wrapper .text-wrapper h5.disclaimer_title {
  font-weight: 700;
  font-size: 0.75rem;
}
.form-block .content-wrapper .text-wrapper p.disclaimer_text {
  font-size: 0.8125rem;
}
.form-block .content-wrapper .text-wrapper p {
  font-weight: 400;
}
@media (max-width: 374px) {
  .form-block .content-wrapper .text-wrapper p {
    font-size: 0.875rem;
  }
}
.form-block .content-wrapper .form-wrapper {
  padding: 1.875rem;
  background-color: #fff;
}
.form-block .content-wrapper .form-wrapper .wpcf7-form label {
  font-weight: 700;
  font-size: 0.75rem;
  font-family: "IBM Plex Sans", sans-serif;
  text-transform: uppercase;
}
.form-block .content-wrapper .form-wrapper .wpcf7-form label span.wpcf7-form-control-wrap {
  font-weight: 300;
  font-size: 1.125rem;
}
.form-block .content-wrapper .form-wrapper .wpcf7-form label span.wpcf7-form-control-wrap .wpcf7-not-valid {
  background-color: #feebeb;
}
.form-block .content-wrapper .form-wrapper .wpcf7-form label span.wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
  padding-top: 0.125rem;
  color: #f00;
  font-weight: 400;
  font-size: 0.75rem;
  text-transform: initial;
}
.form-block .content-wrapper .form-wrapper .wpcf7-form label input,
.form-block .content-wrapper .form-wrapper .wpcf7-form label input:-webkit-autofill,
.form-block .content-wrapper .form-wrapper .wpcf7-form label textarea:-webkit-autofill,
.form-block .content-wrapper .form-wrapper .wpcf7-form label textarea,
.form-block .content-wrapper .form-wrapper .wpcf7-form label input[type=checkbox] {
  width: 100%;
  padding: 0.625rem;
  -webkit-text-fill-color: #000;
  color: #000;
  background-color: #f0f9f9;
  border: 1px solid #def1f2;
  /* stylelint-disable */
  transition: background-color 5000s ease-in-out 0s !important;
  /* stylelint-enable */
  -webkit-appearance: none;
  -moz-appearance: none;
}
@media (max-width: 600px) {
  .form-block .content-wrapper .form-wrapper .wpcf7-form label input,
  .form-block .content-wrapper .form-wrapper .wpcf7-form label input:-webkit-autofill,
  .form-block .content-wrapper .form-wrapper .wpcf7-form label textarea:-webkit-autofill,
  .form-block .content-wrapper .form-wrapper .wpcf7-form label textarea,
  .form-block .content-wrapper .form-wrapper .wpcf7-form label input[type=checkbox] {
    font-size: 0.875rem;
  }
}
.form-block .content-wrapper .form-wrapper .wpcf7-form label input::placeholder,
.form-block .content-wrapper .form-wrapper .wpcf7-form label input:-webkit-autofill::placeholder,
.form-block .content-wrapper .form-wrapper .wpcf7-form label textarea:-webkit-autofill::placeholder,
.form-block .content-wrapper .form-wrapper .wpcf7-form label textarea::placeholder,
.form-block .content-wrapper .form-wrapper .wpcf7-form label input[type=checkbox]::placeholder {
  font-size: 1rem;
  line-height: 1.25;
  letter-spacing: normal;
  opacity: 0.35;
}
.form-block .content-wrapper .form-wrapper .wpcf7-form label input::placeholder {
  color: #008000;
}
.form-block .content-wrapper .form-wrapper .wpcf7-form label input:focus,
.form-block .content-wrapper .form-wrapper .wpcf7-form label textarea:focus {
  border: 1px solid #a2d7d9;
  outline: none;
}
.form-block .content-wrapper .form-wrapper .wpcf7-form label textarea {
  height: 10.3125rem;
  resize: none;
}
.form-block .content-wrapper .form-wrapper .wpcf7-form input[type=submit] {
  position: relative;
  width: 100%;
  padding: 0.625rem 0;
  color: #fff;
  font-weight: 500;
  background-color: #f26649;
  border: none;
  border-radius: 0.125rem;
  cursor: pointer;
}
.form-block .content-wrapper .form-wrapper .wpcf7-form input[type=submit]:hover {
  background-color: #cd563e;
}
.form-block .content-wrapper .form-wrapper .wpcf7-form p {
  margin-bottom: 0.625rem;
}
.form-block .content-wrapper .form-wrapper .wpcf7-form p:last-of-type {
  margin-bottom: 0;
}
.form-block .content-wrapper .form-wrapper .wpcf7-form .ajax-loader {
  display: none;
}
.form-block .content-wrapper .form-wrapper .wpcf7-form.sent input[type=submit] {
  padding: 0.625rem 0 0.625rem 1.875rem;
  background-color: #279498;
  transition: background-color 0.4s linear, padding 0.4s;
}
.form-block .content-wrapper .form-wrapper .wpcf7-form.sent p:last-of-type {
  margin-bottom: -1.625rem;
}

.signup-form {
  margin-bottom: 1.875rem;
}
.signup-form .form-wrapper {
  height: fit-content;
}
.signup-form .form-wrapper #two-column-cf {
  display: flex;
  width: 100%;
  margin-bottom: 0.625rem;
}
.signup-form .form-wrapper #two-column-cf #left,
.signup-form .form-wrapper #two-column-cf #right {
  width: 50%;
}
@media (max-width: 600px) {
  .signup-form .form-wrapper #two-column-cf #left,
  .signup-form .form-wrapper #two-column-cf #right {
    width: 100%;
  }
}
.signup-form .form-wrapper #two-column-cf #left {
  margin-right: 0.9375rem;
}
@media (max-width: 600px) {
  .signup-form .form-wrapper #two-column-cf #left {
    margin-right: 0;
    margin-bottom: 0.9375rem;
  }
}
@media (max-width: 600px) {
  .signup-form .form-wrapper #two-column-cf {
    flex-direction: column;
  }
}
.signup-form .form-wrapper p:nth-of-type(2) {
  position: relative;
  width: 100%;
  margin-top: 0.9375rem;
}
.signup-form .form-wrapper p:nth-of-type(2) .accept-this-1 .wpcf7-acceptance {
  display: block;
  margin: 0;
  padding: 0.1875rem 0.625rem 0.375rem;
  border: 1px solid #ecf7f8;
  border-radius: 0.0625rem;
}
.signup-form .form-wrapper p:nth-of-type(2) .accept-this-1 .wpcf7-acceptance .wpcf7-list-item {
  width: 100%;
  margin: 0;
}
.signup-form .form-wrapper p:nth-of-type(2) .accept-this-1 .wpcf7-acceptance .wpcf7-list-item label {
  position: relative;
  cursor: pointer;
}
.signup-form .form-wrapper p:nth-of-type(2) .accept-this-1 .wpcf7-acceptance .wpcf7-list-item label input[type=checkbox] {
  width: 1.25rem;
  height: 1rem;
}
.signup-form .form-wrapper p:nth-of-type(2) .accept-this-1 .wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label {
  font-weight: 400;
  font-size: 0.8125rem;
  text-transform: initial;
}
.signup-form .form-wrapper p:nth-of-type(2) .accept-this-1 .wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label a {
  text-decoration: underline;
  border-bottom: none;
}

.form-block .wpcf7 .wpcf7-list-item {
  display: block;
  margin-bottom: 0.625rem;
}
.form-block .wpcf7-form .wpcf7-checkbox label {
  position: relative;
  cursor: pointer;
}
.form-block input[type=checkbox] {
  position: relative;
  visibility: hidden;
}
.form-block input[type=checkbox] + span::before {
  position: absolute;
  top: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  background: #f0f9f9;
  border: 1px solid #def1f2;
  border-radius: 0.125rem;
  content: "";
}
.form-block .wpcf7-not-valid input[type=checkbox] + span::before {
  background-color: #fb7f7f;
}
.form-block input[type=checkbox] + span::after {
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  display: block;
  width: 0.625rem;
  height: 0.625rem;
  font-size: 0.6875rem;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10.81' height='8.45' fill='white' viewBox='0 0 10.81 8.45'><polygon points='3.78 8.45 10.81 1.42 9.38 0 3.88 5.52 3.78 5.63 3.67 5.52 1.4 3.25 0 4.67 3.78 8.45' fill-rule='evenodd'/></svg>");
  background-repeat: no-repeat;
  background-size: 0.5rem 0.5rem;
  border-radius: 100%;
  visibility: hidden;
  content: "";
}
.form-block input[type=checkbox]:checked + span::before {
  background-color: #279498;
}
.form-block input[type=checkbox]:checked + span::after {
  color: #ffffff;
  visibility: visible;
}
.form-block .wpcf7-response-output {
  display: none;
  width: 100%;
  /* stylelint-disable */
  margin: 0.625rem auto !important;
  /* stylelint-enable */
  text-align: center;
}
.form-block .footer-form .form-wrapper {
  height: fit-content;
}
.form-block span.wpcf7-not-valid-tip {
  padding-top: 0.125rem;
  color: #f00;
  font-weight: 400;
  font-size: 0.75rem;
  text-transform: initial;
}
.form-block .wpcf7-form.sent .submit_button {
  position: relative;
}
.form-block .wpcf7-form.sent .submit_button::after {
  position: relative;
  left: 50%;
  display: inline-block;
  width: 0.9375rem;
  height: 0.9375rem;
  padding-right: 6.875rem;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='white' viewBox='0 0 22 22'><path d='M11,0A11,11,0,1,0,22,11,11,11,0,0,0,11,0ZM9.37,15.21,5.6,11.44,7,10l2.27,2.27.11.11.1-.11L15,6.76,16.4,8.19Z' fill-rule='evenodd'/></svg>");
  background-repeat: no-repeat;
  background-size: 0.9375rem 0.9375rem;
  transform: translate(-50%, -2.25rem);
  opacity: 0;
  transition: all 0.5s linear;
  content: "";
  pointer-events: none;
}
.form-block .wpcf7-form.sent .submit_button.check::after {
  bottom: 0;
  opacity: 1;
}

.block-homepage-hero {
  z-index: 7;
  padding: 3.125rem 1.875rem;
  background: #f0f9f9;
}
@media (max-width: 840px) {
  .block-homepage-hero {
    padding: 1.875rem 1.25rem;
  }
}
.block-homepage-hero .content-wrapper {
  height: 100%;
}
.block-homepage-hero .columns {
  height: 100%;
}
.block-homepage-hero .text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.875rem 1.875rem 1.875rem 3.5rem;
}
@media (max-width: 1280px) {
  .block-homepage-hero .text-wrapper {
    padding: 1.875rem;
  }
}
@media (max-width: 600px) {
  .block-homepage-hero .text-wrapper {
    padding: 0;
  }
}
.block-homepage-hero .text-wrapper h1,
.block-homepage-hero .text-wrapper p {
  max-width: 35rem;
  text-align: left;
}
@media (max-width: 840px) {
  .block-homepage-hero .text-wrapper h1,
  .block-homepage-hero .text-wrapper p {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
}
.block-homepage-hero .text-wrapper h1 span,
.block-homepage-hero .text-wrapper p span {
  font-family: "Libre Baskerville", serif;
  font-style: italic;
}
.block-homepage-hero .text-wrapper p {
  font-weight: 300;
  font-size: 1.4375rem;
  line-height: 1.39;
}
.block-homepage-hero .image-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
}
@media (max-width: 840px) {
  .block-homepage-hero .image-wrapper {
    padding: 0 1.875rem;
  }
}
.block-homepage-hero .image-wrapper .homepage-hero-image img {
  width: 100%;
  max-width: 32.5rem;
  margin: 0 auto;
}
@media (max-width: 840px) {
  .block-homepage-hero .image-wrapper .homepage-hero-image img {
    max-width: 100%;
  }
}
.block-homepage-hero.overlap {
  padding: 3.125rem 1.875rem 9.375rem;
}
@media (max-width: 840px) {
  .block-homepage-hero.overlap {
    padding-bottom: 3.125rem;
  }
}
.block-homepage-hero.overlap + section {
  z-index: 8;
  margin-top: -7.1875rem;
}
@media (max-width: 840px) {
  .block-homepage-hero.overlap + section {
    margin-top: 0;
  }
}

.interior-hero-block {
  margin-bottom: 1.875rem;
}
@media (max-width: 840px) {
  .interior-hero-block {
    margin-bottom: 0.625rem;
  }
}
.interior-hero-block .content-wrapper {
  position: relative;
  max-width: 125rem;
  padding-right: 1.625rem;
  padding-left: 1.625rem;
}
@media (max-width: 600px) {
  .interior-hero-block .content-wrapper {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.interior-hero-block .background-container {
  margin-right: 0;
  margin-left: 0;
  border-radius: 0.625rem;
}
.interior-hero-block .columns {
  max-width: 75.9375rem;
  margin: 0 auto;
}
.interior-hero-block .image-wrapper {
  position: relative;
  margin: 3.75rem 0;
}
@media (max-width: 600px) {
  .interior-hero-block .image-wrapper {
    margin: 0 0 2.5rem 0;
    padding: 0;
    border-bottom: 1px solid #000;
  }
}
.interior-hero-block .image-wrapper .interior-hero-image {
  position: relative;
  left: -1.5625rem;
  height: 100%;
  margin: auto;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  border: none;
}
@media (max-width: 960px) {
  .interior-hero-block .image-wrapper .interior-hero-image {
    max-width: unset;
  }
}
@media (max-width: 840px) {
  .interior-hero-block .image-wrapper .interior-hero-image {
    left: -6.25rem;
    width: 10rem;
  }
}
@media (max-width: 600px) {
  .interior-hero-block .image-wrapper .interior-hero-image {
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 13.75rem;
    margin: 0 auto;
    margin-bottom: 1.875rem;
  }
}
.interior-hero-block .text-wrapper {
  padding: 4.0625rem 1.875rem 1.875rem 7.8125rem;
  text-align: left;
}
@media (max-width: 960px) {
  .interior-hero-block .text-wrapper {
    padding: 2.8125rem 0.625rem 2.625rem 6.25rem;
  }
}
@media (max-width: 840px) {
  .interior-hero-block .text-wrapper {
    padding: 2.8125rem 7.5rem 1.875rem 1.875rem;
  }
}
@media (max-width: 600px) {
  .interior-hero-block .text-wrapper {
    padding: 2.8125rem 1.875rem 0rem;
    text-align: center;
  }
}
.interior-hero-block .text-wrapper h1 {
  margin-bottom: 0.625rem;
}
.interior-hero-block .text-wrapper p {
  margin-bottom: 3.25rem;
  font-weight: 300;
  font-size: 1.4375rem;
  line-height: 1.39;
  letter-spacing: normal;
}
@media (max-width: 960px) {
  .interior-hero-block .text-wrapper p {
    margin-bottom: 2.625rem;
    font-size: 1.1875rem;
  }
}
@media (max-width: 840px) {
  .interior-hero-block .text-wrapper p {
    margin-bottom: 2.625rem;
  }
}
@media (max-width: 600px) {
  .interior-hero-block .text-wrapper p {
    margin-bottom: 1.875rem;
  }
}
.interior-hero-block .text-wrapper p#breadcrumbs.breadcrumb-link {
  position: absolute;
  bottom: 1.25rem;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 0.75rem;
}
.interior-hero-block .text-wrapper p#breadcrumbs.breadcrumb-link a {
  z-index: 100;
  font-weight: 400;
  border-bottom: none;
}
@media (max-width: 600px) {
  .interior-hero-block .text-wrapper p#breadcrumbs.breadcrumb-link a {
    font-weight: 600;
  }
}
@media (max-width: 600px) {
  .interior-hero-block .text-wrapper p#breadcrumbs.breadcrumb-link {
    bottom: 0.625rem;
    left: 3.125rem;
    margin: 0;
  }
}

.interior-hero-block + .content-callout-block {
  margin-top: 3.75rem;
}

.team-listing-block .content-wrapper {
  margin-bottom: 7.5rem;
  padding: 0 3.4375rem;
}
@media (max-width: 840px) {
  .team-listing-block .content-wrapper {
    padding: 0 1.25rem;
  }
}
.team-listing-block .content-wrapper .filter-wrapper {
  padding-top: 1.25rem;
}
.team-listing-block .content-wrapper .listing-wrapper.columns:has(> div:nth-child(1):last-child),
.team-listing-block .content-wrapper .listing-wrapper.columns:has(> div:nth-child(2):last-child),
.team-listing-block .content-wrapper .listing-wrapper.columns:has(> div:nth-child(3):last-child) {
  justify-content: center;
}
@media (max-width: 600px) {
  .team-listing-block .content-wrapper .listing-wrapper.columns:has(> div:nth-child(1):last-child),
  .team-listing-block .content-wrapper .listing-wrapper.columns:has(> div:nth-child(2):last-child),
  .team-listing-block .content-wrapper .listing-wrapper.columns:has(> div:nth-child(3):last-child) {
    justify-content: left;
  }
}
.team-listing-block:not(:last-of-type) .content-wrapper {
  margin-bottom: 2.5rem;
}
.team-listing-block .team-member {
  display: none;
  margin-top: 2.8125rem;
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.team-listing-block .team-member.active {
  opacity: 1;
}
.team-listing-block .team-member.display {
  display: block;
}
.team-listing-block .team-member .team-image {
  position: relative;
  display: block;
  width: 11.875rem;
  height: 11.875rem;
  margin: 0 auto 0.9375rem;
  overflow: hidden;
  border-radius: 50%;
}
@media (max-width: 840px) {
  .team-listing-block .team-member .team-image {
    width: 8.125rem;
    height: 8.125rem;
  }
}
@media (max-width: 374px) {
  .team-listing-block .team-member .team-image {
    width: 11.875rem;
    height: 11.875rem;
  }
}
.team-listing-block .team-member .team-image img {
  width: 100%;
  margin: 0 auto;
}
.team-listing-block .team-member strong,
.team-listing-block .team-member span {
  display: block;
  max-width: 11.875rem;
  margin: 0 auto;
}
@media (max-width: 960px) {
  .team-listing-block .team-member strong,
  .team-listing-block .team-member span {
    max-width: 14.375rem;
    text-align: center;
  }
}
@media (max-width: 374px) {
  .team-listing-block .team-member strong,
  .team-listing-block .team-member span {
    max-width: 17.5rem;
  }
}
.team-listing-block .team-member strong {
  padding-bottom: 0.25rem;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.25rem;
}
.team-listing-block .team-member span {
  font-size: 0.875rem;
  font-family: "Libre Baskerville", serif;
  font-style: italic;
}
.team-listing-block .team-member:nth-child(1n) .team-image {
  background: #fdb940;
}
.team-listing-block .team-member:nth-child(2n) .team-image {
  background: #f26649;
}
.team-listing-block .team-member:nth-child(3n) .team-image {
  background: #d11f5c;
}
.team-listing-block .team-member:nth-child(4n) .team-image {
  background: #a56eff;
}
.team-listing-block .team-member:nth-child(5n) .team-image {
  background: #8dc63f;
}
.team-listing-block .team-member:nth-child(6n) .team-image {
  background: #2ca5aa;
}
.team-listing-block .team-member:nth-child(7n) .team-image {
  background: #33559f;
}

.three-col-internal-block .columns {
  margin-top: 1.875rem;
}
@media (max-width: 840px) {
  .three-col-internal-block {
    margin-top: 1rem;
  }
}
.three-col-internal-block .text-wrapper {
  height: auto;
  padding: 3.125rem 3.75rem;
  background: #d5edee;
}
@media (max-width: 1280px) {
  .three-col-internal-block .text-wrapper {
    height: auto;
    padding: 3.125rem;
  }
}
@media (max-width: 960px) {
  .three-col-internal-block .text-wrapper {
    height: auto;
    padding: 2.5rem;
  }
}
@media (max-width: 840px) {
  .three-col-internal-block .text-wrapper {
    display: flex;
    height: auto;
    padding: 1.5625rem;
  }
}
.three-col-internal-block .text-wrapper * {
  max-width: 19.0625rem;
}
@media (max-width: 840px) {
  .three-col-internal-block .text-wrapper * {
    max-width: 100%;
  }
}
.three-col-internal-block .text-wrapper a {
  padding: 0;
}
.three-col-internal-block .text-wrapper a:hover {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
@media (max-width: 1280px) {
  .three-col-internal-block .text-wrapper h3 {
    font-size: 1.75rem;
  }
}
@media (max-width: 960px) {
  .three-col-internal-block .text-wrapper h3 {
    font-size: 1.5rem;
  }
}
.three-col-internal-block .text-wrapper p {
  margin-bottom: 0;
  font-weight: 400;
}
@media (max-width: 1280px) {
  .three-col-internal-block .text-wrapper p {
    font-size: 1rem;
  }
}
@media (max-width: 374px) {
  .three-col-internal-block .text-wrapper p {
    font-size: 0.9375rem;
  }
}
@media (max-width: 840px) {
  .three-col-internal-block .text-wrapper div {
    width: 85%;
  }
}
.three-col-internal-block .text-wrapper img {
  width: 4.6875rem;
  height: 4.6875rem;
  margin-bottom: 1.875rem;
}
@media (max-width: 960px) {
  .three-col-internal-block .text-wrapper img {
    width: 2.8125rem;
    height: 2.8125rem;
    margin-bottom: 0.9375rem;
  }
}
@media (max-width: 840px) {
  .three-col-internal-block .text-wrapper img {
    margin-right: 0.9375rem;
  }
}
@media (max-width: 1280px) {
  .three-col-internal-block .text-wrapper {
    padding: 3.125rem;
  }
}
@media (max-width: 960px) {
  .three-col-internal-block .text-wrapper {
    padding: 2.5rem;
  }
}
@media (max-width: 840px) {
  .three-col-internal-block .text-wrapper {
    padding: 1.5625rem;
  }
}
.three-col-internal-block .text-wrapper:nth-child(even) {
  background: #f0f9f9;
}
.three-col-internal-block .text-wrapper:nth-child(even) a::before, .three-col-internal-block .text-wrapper:nth-child(even) a::after {
  background: #f0f9f9;
}

.three-col-cta-block .scroll-wrap {
  margin: 1.875rem auto 0 auto;
}
@media (max-width: 840px) {
  .three-col-cta-block .scroll-wrap {
    display: flex;
    flex-wrap: nowrap;
    margin-top: 1.25rem;
    margin-bottom: 0.9375rem;
    overflow-x: auto;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE 10+ */
  }
  .three-col-cta-block .scroll-wrap::-webkit-scrollbar {
    display: none; /* webkit */
  }
}
.three-col-cta-block .text-wrapper {
  height: auto;
  padding: 0;
  background: #d5edee;
}
@media (max-width: 840px) {
  .three-col-cta-block .text-wrapper {
    width: 16.25rem;
    margin-right: 0.625rem;
  }
  .three-col-cta-block .text-wrapper:first-child {
    margin-left: 0.9375rem;
  }
  .three-col-cta-block .text-wrapper:last-child {
    margin-right: 0.9375rem;
  }
}
.three-col-cta-block .text-wrapper a {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 3.75rem;
  border: 0;
  opacity: 1;
}
.three-col-cta-block .text-wrapper a * {
  max-width: 19.0625rem;
}
@media (max-width: 1280px) {
  .three-col-cta-block .text-wrapper a h3 {
    font-size: 1.75rem;
  }
}
@media (max-width: 960px) {
  .three-col-cta-block .text-wrapper a h3 {
    font-size: 1.5rem;
  }
}
.three-col-cta-block .text-wrapper a p {
  font-weight: 400;
}
@media (max-width: 1280px) {
  .three-col-cta-block .text-wrapper a p {
    font-size: 1rem;
  }
}
.three-col-cta-block .text-wrapper a .link-wrap {
  position: relative;
  display: block;
  height: 2.5rem;
  margin-top: auto;
  padding-left: 3.4375rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 2.5rem;
}
.three-col-cta-block .text-wrapper a .link-wrap::before {
  position: absolute;
  top: 0;
  left: 0rem;
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40' xml:space='preserve'><circle cx='20' cy='20' r='20' fill='%232ca5aa' /><polygon class='st0' fill='%23ffffff' points='21.2,14.3 25.8,18.9 9.8,18.9 9.8,21.1 25.8,21.1 21.2,25.7 22.9,27.3 30.2,20 22.9,12.7 '/></svg>");
  content: "";
}
@media (max-width: 840px) {
  .three-col-cta-block .text-wrapper a .link-wrap {
    padding-left: 0;
  }
  .three-col-cta-block .text-wrapper a .link-wrap::before {
    display: none;
  }
  .three-col-cta-block .text-wrapper a .link-wrap span {
    border-bottom: 1px solid #000000;
  }
}
.three-col-cta-block .text-wrapper a::before, .three-col-cta-block .text-wrapper a::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 0;
  background: #d5edee;
  transition: all 0.2s ease-in-out;
  content: "";
}
@media (max-width: 840px) {
  .three-col-cta-block .text-wrapper a::before, .three-col-cta-block .text-wrapper a::after {
    display: none;
  }
}
.three-col-cta-block .text-wrapper a::after {
  top: auto;
  bottom: 0;
}
.three-col-cta-block .text-wrapper a:hover {
  opacity: 1;
}
.three-col-cta-block .text-wrapper a:hover::before {
  top: -0.875rem;
  height: 0.875rem;
}
.three-col-cta-block .text-wrapper a:hover::after {
  bottom: -0.875rem;
  height: 0.875rem;
}
@media (max-width: 1280px) {
  .three-col-cta-block .text-wrapper a {
    padding: 3.125rem;
  }
}
@media (max-width: 960px) {
  .three-col-cta-block .text-wrapper a {
    padding: 2.5rem;
  }
}
@media (max-width: 840px) {
  .three-col-cta-block .text-wrapper a {
    padding: 1.5625rem;
  }
}
.three-col-cta-block .text-wrapper:nth-child(even) {
  background: #f0f9f9;
}
.three-col-cta-block .text-wrapper:nth-child(even) a::before, .three-col-cta-block .text-wrapper:nth-child(even) a::after {
  background: #f0f9f9;
}

.two-column-colourful-cta-block .content-wrapper {
  max-width: 80rem;
  margin: 0 auto;
}
.two-column-colourful-cta-block .content-wrapper p {
  max-width: 90%;
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
  font-weight: 400;
}
.two-column-colourful-cta-block .content-wrapper p:last-of-type {
  margin-bottom: 1.875rem;
}
@media (max-width: 600px) {
  .two-column-colourful-cta-block .content-wrapper p {
    max-width: 21.25rem;
    min-height: 0.625rem;
    margin: 0 auto 0.625rem auto;
  }
  .two-column-colourful-cta-block .content-wrapper p:last-of-type {
    margin-bottom: 1.875rem;
  }
}
.two-column-colourful-cta-block .content-wrapper p:empty {
  display: none;
}
.two-column-colourful-cta-block .content-wrapper strong {
  font-weight: 500;
}
.two-column-colourful-cta-block .content-wrapper .teal-background {
  background-color: #2ca5aa;
}
.two-column-colourful-cta-block .content-wrapper .orange-background {
  background-color: #f26649;
}
.two-column-colourful-cta-block .content-wrapper .text-wrapper {
  padding: 3.5rem;
  text-align: left;
}
@media (max-width: 600px) {
  .two-column-colourful-cta-block .content-wrapper .text-wrapper {
    padding: 1.25rem;
    text-align: center;
  }
}
.two-column-colourful-cta-block .content-wrapper .text-wrapper h2 {
  color: #ffffff;
}
@media (max-width: 600px) {
  .two-column-colourful-cta-block .content-wrapper .text-wrapper h2 {
    margin: 0.625rem 0 1rem;
    font-size: 2.125rem;
  }
}
.two-column-colourful-cta-block .content-wrapper .section-buttons .button-wrapper:first-of-type {
  margin-left: 0;
}
@media (max-width: 600px) {
  .two-column-colourful-cta-block .content-wrapper .section-buttons {
    display: inline-block;
  }
}
@media (max-width: 600px) {
  .two-column-colourful-cta-block .content-wrapper .section-buttons:only-child {
    display: block;
  }
}
.two-column-colourful-cta-block .content-wrapper .tile-background-image {
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: bottom 0 right 12%;
  background-size: 42%;
}
@media (max-width: 840px) {
  .two-column-colourful-cta-block .content-wrapper .tile-background-image {
    background-size: 38%;
  }
}
@media (max-width: 600px) {
  .two-column-colourful-cta-block .content-wrapper .tile-background-image {
    background-position: bottom 0 center;
    background-size: 10.625rem;
  }
  .two-column-colourful-cta-block .content-wrapper .tile-background-image-landscape {
    background-size: 10.625rem;
  }
}
.two-column-colourful-cta-block .content-wrapper .image-space {
  margin-bottom: 5.625rem;
}
@media (max-width: 840px) {
  .two-column-colourful-cta-block .content-wrapper .image-space {
    margin-bottom: 10.625rem;
  }
}
@media (max-width: 600px) {
  .two-column-colourful-cta-block .content-wrapper .image-space {
    margin-bottom: 9.375rem;
  }
}
@media (max-width: 600px) {
  .two-column-colourful-cta-block .content-wrapper .image-space {
    margin-bottom: 8.125rem;
  }
}

.two-column-colourful-cta-block ~ .core-block-wrapper {
  margin-top: 3.125rem;
}

.two-col-river-block .columns .text-wrapper {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
}
@media (max-width: 600px) {
  .two-col-river-block .columns .text-wrapper {
    padding-top: 1.875rem;
  }
}
@media (max-width: 840px) {
  .two-col-river-block .columns .text-wrapper .s {
    padding-top: 0.625rem;
  }
}
.two-col-river-block .columns .text-wrapper * {
  max-width: 29.375rem;
  margin-right: auto;
  margin-left: auto;
  padding: 0 1.25rem;
}
.two-col-river-block .columns .text-wrapper a {
  padding: 0;
}
.two-col-river-block .columns .text-wrapper a:hover {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.two-col-river-block .columns .text-wrapper p {
  width: 100%;
  margin-top: 0;
  font-weight: 400;
}
.two-col-river-block .columns .text-wrapper p:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 840px) {
  .two-col-river-block .columns .text-wrapper p {
    padding-bottom: 3.75rem;
  }
}
@media (max-width: 600px) {
  .two-col-river-block .columns .text-wrapper p {
    padding-bottom: 2.5rem;
  }
}
.two-col-river-block .columns .text-wrapper h3 {
  width: 100%;
}
@media (max-width: 840px) {
  .two-col-river-block .columns .text-wrapper h3 {
    padding-top: 3.125rem;
  }
}
@media (max-width: 600px) {
  .two-col-river-block .columns .text-wrapper h3 {
    padding-top: 0.5rem;
  }
}
.two-col-river-block .columns .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 24rem;
  background: #d11f5c;
}
@media (max-width: 840px) {
  .two-col-river-block .columns .image-wrapper {
    height: 18.75rem;
  }
}
.two-col-river-block .columns .image-container {
  height: 24rem;
  padding: 0;
  text-align: center;
}
@media (max-width: 840px) {
  .two-col-river-block .columns .image-container {
    height: 18.75rem;
  }
}
.two-col-river-block .columns .image-container picture,
.two-col-river-block .columns .image-container img {
  display: block;
  max-width: 24.6875rem;
  max-height: 100%;
}
@media (max-width: 840px) {
  .two-col-river-block .columns .image-container picture,
  .two-col-river-block .columns .image-container img {
    max-width: 19.375rem;
  }
}
.two-col-river-block .columns:nth-child(even) {
  flex-direction: row-reverse;
}
.two-col-river-block .columns:nth-child(even) .image-wrapper {
  background: #fdb940;
}

.contact-map-block {
  margin: 5rem 0;
  padding: 0 5.625rem;
}
@media (max-width: 600px) {
  .contact-map-block {
    padding: 0 0.9375rem;
  }
}
.contact-map-block .content-wrapper {
  max-width: 73.125rem;
}
.contact-map-block .content-wrapper .column {
  padding: 0;
}
.contact-map-block h4 {
  margin-bottom: 0;
  text-transform: capitalize;
}
.contact-map-block p {
  margin-bottom: 0;
  font-weight: 400;
}
.contact-map-block .office-wrapper,
.contact-map-block .hours-wrapper,
.contact-map-block .contact-wrapper,
.contact-map-block .clinic-status-wrapper {
  margin-bottom: 1.25rem;
}
.contact-map-block .map-wrapper {
  height: 25rem;
}
@media (max-width: 600px) {
  .contact-map-block .map-wrapper {
    height: 18.75rem;
    margin-top: 1.25rem;
    margin-bottom: 3.125rem;
  }
}
.contact-map-block .clinic-status-link-btn {
  padding: 0.625rem 0 0.625rem 0;
}
.contact-map-block .copy-wrap {
  display: inline;
  margin: 0 auto;
  padding: 0;
}
.contact-map-block .copy-wrap p {
  display: inline;
}
.contact-map-block .copy-wrap .desc {
  padding-right: 0.125rem;
}
@media (max-width: 600px) {
  .contact-map-block .copy-wrap {
    margin: 0;
  }
}
.contact-map-block .link-wrap {
  display: inline;
  padding: 0;
  white-space: nowrap;
}
.contact-map-block .link-wrap p {
  display: inline;
}
@media (max-width: 600px) {
  .contact-map-block .link-wrap {
    position: relative;
    overflow: unset;
  }
}

.acf-map {
  width: 100%;
  height: 25rem;
  margin: 1.25rem 0;
  border: #ccc solid 0.0625rem;
}

.acf-map img {
  /* stylelint-disable */
  max-width: inherit !important;
  /* stylelint-enable */
}

.empty-spacer-block .empty-space {
  height: 7.5rem;
}
@media (max-width: 600px) {
  .empty-spacer-block .empty-space {
    height: 3.75rem;
  }
}
.empty-spacer-block.sm .empty-space {
  height: 3.75rem;
}
@media (max-width: 600px) {
  .empty-spacer-block.sm .empty-space {
    height: 1.875rem;
  }
}

.featured-news-block {
  margin: 3.75rem 0;
}
@media (max-width: 840px) {
  .featured-news-block {
    margin: 1.25rem 0;
    padding: 1.875rem 1.25rem;
  }
}
@media (max-width: 600px) {
  .featured-news-block {
    margin: 0.625rem 0;
  }
}
.featured-news-block .content-wrapper {
  margin: 0 auto;
  padding: 0 10rem;
}
@media (max-width: 840px) {
  .featured-news-block .content-wrapper {
    padding: 0 3.125rem;
  }
}
@media (max-width: 600px) {
  .featured-news-block .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 840px) {
  .featured-news-block .content-wrapper .columns {
    position: relative;
    border-bottom: 1px solid #000;
  }
}
@media (max-width: 600px) {
  .featured-news-block .content-wrapper .image-wrapper {
    padding: 0;
  }
}
.featured-news-block .content-wrapper .image-wrapper picture {
  position: relative;
  display: block;
  margin-top: 0.6875rem;
}
.featured-news-block .content-wrapper .image-wrapper img {
  display: block;
  width: 100%;
}
.featured-news-block .content-wrapper .image-wrapper p.post-category {
  position: absolute;
  bottom: 0.3125rem;
  left: 0.3125rem;
  margin: 0;
  padding: 0.125rem 0.3125rem;
  color: #fff;
  font-weight: 600;
  font-size: 0.6875rem;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  background-color: #33559f;
  border-radius: 0.3125rem;
}
.featured-news-block .content-wrapper .image-wrapper p#breadcrumbs.breadcrumb-link {
  position: absolute;
  margin-top: 1.875rem;
  margin-bottom: 0;
  font-size: 0.75rem;
}
@media (max-width: 840px) {
  .featured-news-block .content-wrapper .image-wrapper p#breadcrumbs.breadcrumb-link {
    bottom: -1.875rem;
  }
}
.featured-news-block .content-wrapper .image-wrapper .breadcrumb_last a {
  font-weight: 600;
}
.featured-news-block .content-wrapper .text-wrapper {
  padding: 0 2.5rem;
}
@media (max-width: 840px) {
  .featured-news-block .content-wrapper .text-wrapper {
    margin-top: 1.125rem;
    padding: 0 0.3125rem;
  }
}
@media (max-width: 600px) {
  .featured-news-block .content-wrapper .text-wrapper {
    padding: 0;
  }
}
.featured-news-block .content-wrapper .text-wrapper p {
  font-weight: 300;
  font-size: 1.1875rem;
}
.featured-news-block .content-wrapper .post-date,
.featured-news-block .content-wrapper .news-author {
  display: inline-block;
}
.featured-news-block .content-wrapper .author-date {
  display: inline-block;
}
.featured-news-block .content-wrapper .author-date .post-date p,
.featured-news-block .content-wrapper .author-date .news-author p {
  display: inline-block;
  margin-bottom: 2.3125rem;
  font-weight: 500;
  font-size: 0.875rem;
  font-family: "Libre Baskerville", serif;
  font-style: italic;
}

.categories {
  margin-top: 6.875rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 600px) {
  .categories {
    margin-top: 1.875rem;
    margin-bottom: 1.25rem;
  }
}
.categories .filter-wrapper {
  padding: 0 1.25rem;
  text-align: center;
}
.categories .filter-wrapper span {
  display: inline-block;
  margin-right: 1.25rem;
}
@media (max-width: 600px) {
  .categories .filter-wrapper span {
    margin: 0;
  }
}
.categories .filter-wrapper ul.filter-control.category-filter {
  display: inline-block;
}
.categories .filter-wrapper li {
  cursor: pointer;
}

.post-listing {
  margin-bottom: 3.75rem;
}
.post-listing ul.listing-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0;
  text-decoration: none;
}
@media (max-width: 960px) {
  .post-listing ul.listing-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .post-listing ul.listing-wrapper {
    grid-template-columns: 1fr;
  }
}
.post-listing ul.listing-wrapper li {
  display: none;
  margin: 0;
  padding: 0.9375rem;
  list-style: none;
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.post-listing ul.listing-wrapper li.active {
  opacity: 1;
}
.post-listing ul.listing-wrapper li.display {
  display: block;
}
@media (max-width: 600px) {
  .post-listing ul.listing-wrapper li {
    padding: 0;
  }
}
.post-listing ul.listing-wrapper li:hover {
  padding: 0.8125rem;
  border: 2px solid #d5edee;
}
@media (max-width: 600px) {
  .post-listing ul.listing-wrapper li:hover {
    padding: 0;
    border: none;
  }
}
.post-listing ul.listing-wrapper li:hover h4 {
  text-decoration: underline;
}
.post-listing ul.listing-wrapper li h4 {
  margin-top: 0.625rem;
}
.post-listing ul.listing-wrapper li figure.news-listing-image {
  position: relative;
  width: 100%;
  height: auto;
  max-height: 15.625rem;
  aspect-ratio: 3/2;
  margin: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 600px) {
  .post-listing ul.listing-wrapper li figure.news-listing-image {
    max-height: 18.75rem;
  }
}
.post-listing ul.listing-wrapper li figure.news-listing-image p.post-category {
  position: absolute;
  bottom: 0.3125rem;
  left: 0.3125rem;
  margin: 0;
  padding: 0.125rem 0.3125rem;
  color: #fff;
  font-weight: 600;
  font-size: 0.6875rem;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  background-color: #33559f;
  border-radius: 0.3125rem;
}
.post-listing ul.listing-wrapper li img {
  display: block;
  width: 100%;
  height: 100%;
}
.post-listing ul.listing-wrapper li > a {
  text-decoration: none;
  border: none;
}
.post-listing ul.listing-wrapper li > a .author-date {
  display: inline-block;
}
.post-listing ul.listing-wrapper li > a .post-date,
.post-listing ul.listing-wrapper li > a .news-author {
  display: inline;
}
.post-listing ul.listing-wrapper li > a .post-date p,
.post-listing ul.listing-wrapper li > a .news-author p {
  display: inline-block;
  font-weight: 500;
  font-size: 0.8125rem;
  font-family: "Libre Baskerville", serif;
  font-style: italic;
}

.spinner {
  width: 3.125rem;
  height: 2.5rem;
  margin: 3.125rem auto;
  font-size: 0.625rem;
  text-align: center;
}

.spinner > div {
  display: inline-block;
  width: 0.375rem;
  height: 100%;
  background-color: #fbb940;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
.core-block-wrapper,
.result-wrapper {
  max-width: 48.125rem;
  margin: 0 auto;
}
.core-block-wrapper p,
.core-block-wrapper ul,
.core-block-wrapper ol,
.result-wrapper p,
.result-wrapper ul,
.result-wrapper ol {
  padding-right: 0;
  padding-left: 0;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4375rem;
}
.core-block-wrapper h4,
.result-wrapper h4 {
  margin-top: 1.5625rem;
  margin-bottom: 0.9375rem;
}
.core-block-wrapper ul,
.core-block-wrapper ol,
.result-wrapper ul,
.result-wrapper ol {
  margin: 0 1.875rem 1.25rem;
  line-height: 1.7;
  list-style: outside;
}
@media (max-width: 600px) {
  .core-block-wrapper ul,
  .core-block-wrapper ol,
  .result-wrapper ul,
  .result-wrapper ol {
    margin: 0 1.5625rem 1.25rem;
  }
}

.core-block-wrapper:last-of-type {
  margin-bottom: rem-calc(50);
}

main.newsletter-content-template {
  width: 100%;
  max-width: 60.5625rem;
  margin: 6rem auto;
}
@media (max-width: 960px) {
  main.newsletter-content-template {
    max-width: 95%;
  }
}
@media (max-width: 840px) {
  main.newsletter-content-template {
    margin: 3.375rem auto;
    padding: 0 0.9375rem;
  }
}
main.newsletter-content-template #breadcrumbs {
  margin-top: 0;
  margin-bottom: 2.875rem;
}
main.newsletter-content-template .newsletter-content-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 6.25rem;
  padding: 0 1.5rem;
  background-color: #f0f9f9;
  border-top: 0.0625rem solid #000;
  border-bottom: 0.0625rem solid #000;
}
main.newsletter-content-template .newsletter-content-title h1 {
  margin-bottom: 0;
  color: #000;
  font-weight: 400;
  font-size: 2rem;
  font-family: "Libre Baskerville", serif;
  font-style: italic;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.046875rem;
}
main.newsletter-content-template .newsletter-content-title .newsletter-title-date-copy {
  display: flex;
  flex-direction: row;
  align-items: center;
}
main.newsletter-content-template .newsletter-content-title .newsletter-title-date-copy .newsletter-icon {
  width: 2.0625rem;
  height: 1.75rem;
  margin-right: 0.9375rem;
  background: url("../images/icons/newsletter.svg");
}
main.newsletter-content-template .newsletter-content-title .newsletter-title-date-copy .newsletter-date {
  margin-bottom: 0;
  color: #000;
  font-weight: 500;
  font-size: 1.125rem;
  font-family: "IBM Plex Sans Condensed", sans-serif;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.22;
  letter-spacing: normal;
}

.newsletter-header {
  width: 100%;
  margin-top: 1.75rem;
}
.newsletter-header h1 {
  margin-bottom: 1.75rem;
  color: #000;
  font-weight: 400;
  font-size: 3.375rem;
  font-family: "IBM Plex Sans Condensed", sans-serif;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.22;
  letter-spacing: -0.0625rem;
}
.newsletter-header img {
  width: 100%;
  margin-bottom: 1.125rem;
}
.newsletter-header p {
  color: #000;
  font-weight: 300;
  font-size: 1.4375rem;
  font-family: "IBM Plex Sans Condensed", sans-serif;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.39;
  letter-spacing: normal;
}

.newsletter-two-col-article {
  position: relative;
  display: flex;
  flex-direction: row;
  margin-bottom: 1.75rem;
  padding-top: 1.75rem;
}
@media (max-width: 840px) {
  .newsletter-two-col-article {
    flex-direction: column;
  }
}
.newsletter-two-col-article::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.0625rem;
  background-color: #000;
  content: "";
}
.newsletter-two-col-article .col {
  position: relative;
  width: 50%;
}
.newsletter-two-col-article .col:first-of-type {
  padding-right: 1.75rem;
}
@media (max-width: 840px) {
  .newsletter-two-col-article .col:first-of-type {
    width: 100%;
    padding-right: 0;
  }
}
.newsletter-two-col-article .col:first-of-type::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0.0625rem;
  height: 100%;
  background-color: #000;
  content: "";
}
@media (max-width: 840px) {
  .newsletter-two-col-article .col:first-of-type::after {
    bottom: 0;
    width: 100%;
    height: 0.0625rem;
  }
}
.newsletter-two-col-article .col:last-of-type {
  padding-left: 1.75rem;
}
@media (max-width: 840px) {
  .newsletter-two-col-article .col:last-of-type {
    width: 100%;
    padding-top: 1.75rem;
    padding-left: 0;
  }
}
.newsletter-two-col-article .col .newsletter-article-content p {
  color: #000;
  font-weight: 400;
  font-size: 1rem;
  font-family: "IBM Plex Sans", sans-serif;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.44;
  letter-spacing: normal;
}
.newsletter-two-col-article .two-col-article-image {
  width: 100%;
  margin-bottom: 1.375rem;
}
.newsletter-two-col-article h4 {
  margin-bottom: 0.75rem;
  color: #000;
  font-weight: 500;
  font-size: 1.125rem;
  font-family: "IBM Plex Sans", sans-serif;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.22;
  letter-spacing: normal;
}

.newsletter-cta {
  position: relative;
  display: flex;
  flex-direction: row;
  margin-bottom: 1.75rem;
  padding-top: 1.75rem;
  /* stylelint-disable */
}
@media (max-width: 808px) {
  .newsletter-cta {
    /* stylelint-enable */
    flex-direction: column;
    margin-bottom: 0;
  }
}
.newsletter-cta::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.0625rem;
  background-color: #000;
  content: "";
}
.newsletter-cta .patient-liaison-messgae {
  width: 36rem;
  margin-right: 2.375rem;
  padding: 1.75rem;
  background-color: #f0f9f9;
  /* stylelint-disable */
}
@media (max-width: 960px) {
  .newsletter-cta .patient-liaison-messgae {
    min-width: 30.25rem;
    height: 35.125rem;
  }
}
@media (max-width: 808px) {
  .newsletter-cta .patient-liaison-messgae {
    /* stylelint-enable */
    width: 100%;
    min-width: 0;
    height: fit-content;
    margin-bottom: 1.5625rem;
    padding-bottom: 2.375rem;
  }
}
.newsletter-cta .patient-liaison-messgae .patient-liaison-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 4.75rem;
}
@media (max-width: 960px) {
  .newsletter-cta .patient-liaison-messgae .patient-liaison-header {
    margin-bottom: 10.3125rem;
  }
}
@media (max-width: 840px) {
  .newsletter-cta .patient-liaison-messgae .patient-liaison-header {
    margin-bottom: 4.75rem;
  }
}
.newsletter-cta .patient-liaison-messgae .patient-liaison-header .patient-liaison-image {
  width: 4.375rem;
  margin-right: 0.625rem;
  overflow: hidden;
  background-color: #33559f;
  border-radius: 50%;
}
.newsletter-cta .patient-liaison-messgae .patient-liaison-header .patient-liaison-title {
  width: 8rem;
  color: #000;
  font-weight: 400;
  font-size: 0.875rem;
  font-family: "Libre Baskerville", serif;
  font-style: italic;
  font-stretch: normal;
  line-height: 1.29;
  letter-spacing: normal;
}
.newsletter-cta .patient-liaison-messgae .patient-liaison-body .patient-liaison-body-text {
  width: 28.125rem;
  margin-bottom: 2.375rem;
  color: #000;
  font-weight: 400;
  font-size: 2.5rem;
  font-family: "IBM Plex Sans Condensed", sans-serif;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.15;
  letter-spacing: -0.078125rem;
  /* stylelint-disable */
}
@media (max-width: 960px) {
  .newsletter-cta .patient-liaison-messgae .patient-liaison-body .patient-liaison-body-text {
    width: 20.6875rem;
    font-size: 2.125rem;
  }
}
@media (max-width: 808px) {
  .newsletter-cta .patient-liaison-messgae .patient-liaison-body .patient-liaison-body-text {
    /* stylelint-enable */
    width: 100%;
  }
}
.newsletter-cta .patient-liaison-messgae .patient-email-link {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 16.3125rem;
  height: 2.125rem;
  color: #000;
  font-weight: 700;
  font-size: 0.875rem;
  font-family: "IBM Plex Sans", sans-serif;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: normal;
  background-color: #fdb940;
  border-bottom: none;
  border-radius: 0.1875rem;
}
@media (max-width: 960px) {
  .newsletter-cta .patient-liaison-messgae .patient-email-link {
    margin-bottom: 1.75rem;
  }
}
.newsletter-cta .patient-liaison-messgae .patient-email-link .email-icon {
  width: 0.875rem;
  height: 0.625rem;
  margin-right: 0.75rem;
  background: url("../images/icons/envelope.svg") center no-repeat;
}
.newsletter-cta .cta-links .cta-link {
  width: 22.875rem;
  height: 7.0625rem;
  padding-top: 1.25rem;
  border-bottom: 0.0625rem solid #000;
  /* stylelint-disable */
}
@media (max-width: 960px) {
  .newsletter-cta .cta-links .cta-link {
    width: 100%;
    height: 8.5625rem;
  }
}
@media (max-width: 808px) {
  .newsletter-cta .cta-links .cta-link {
    /* stylelint-enable */
    height: 7.0625rem;
  }
}
.newsletter-cta .cta-links .cta-link:last-of-type {
  border-bottom: none;
}
.newsletter-cta .cta-links .cta-link h4 {
  margin-bottom: 0.625rem;
  color: #000;
  font-weight: 500;
  font-size: 1.125rem;
  font-family: "IBM Plex Sans", sans-serif;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.22;
  letter-spacing: normal;
}

.newsletter-news {
  position: relative;
  display: flex;
  flex-direction: row;
  margin-bottom: 1.75rem;
  padding-top: 1.75rem;
}
@media (max-width: 840px) {
  .newsletter-news {
    flex-direction: column;
  }
}
.newsletter-news::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.0625rem;
  background-color: #000;
  content: "";
}
.newsletter-news .newsletter-news-text-container {
  width: 21.0625rem;
}
@media (max-width: 960px) {
  .newsletter-news .newsletter-news-text-container {
    width: 50%;
  }
}
@media (max-width: 840px) {
  .newsletter-news .newsletter-news-text-container {
    width: 100%;
  }
}
.newsletter-news .newsletter-news-text-container h5 {
  margin-bottom: 1.75rem;
}
.newsletter-news .newsletter-news-text-container h2 {
  margin-bottom: 1.25rem;
  color: #000;
  font-weight: 400;
  font-size: 3.375rem;
  font-family: "Libre Baskerville", serif;
  font-style: italic;
  font-stretch: normal;
  line-height: 1.22;
  letter-spacing: -0.0625rem;
}
.newsletter-news .newsletter-news-text-container .newsletter-news-body p {
  color: #000;
  font-weight: 400;
  font-size: 1rem;
  font-family: "IBM Plex Sans", sans-serif;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.44;
  letter-spacing: normal;
}
.newsletter-news .newsletter-news-image-container {
  margin-left: 3.375rem;
}
@media (max-width: 960px) {
  .newsletter-news .newsletter-news-image-container {
    width: 50%;
  }
}
@media (max-width: 840px) {
  .newsletter-news .newsletter-news-image-container {
    width: 100%;
    margin-left: 0;
  }
}
.newsletter-news .newsletter-news-image-container .newsletter-news-image {
  max-width: 36.0625rem;
  margin-bottom: 0.625rem;
}
@media (max-width: 960px) {
  .newsletter-news .newsletter-news-image-container .newsletter-news-image {
    width: 100%;
  }
}
.newsletter-news .newsletter-news-image-container .newsletter-news-image-caption {
  color: #000;
  font-weight: 400;
  font-size: 0.875rem;
  font-family: "Libre Baskerville", serif;
  font-style: italic;
  font-stretch: normal;
  line-height: 1.29;
  letter-spacing: normal;
}
@media (max-width: 840px) {
  .newsletter-news .newsletter-news-image-container .newsletter-news-image-caption {
    margin-bottom: 0;
  }
}

.newsletter-spotlight {
  position: relative;
  display: flex;
  flex-direction: row;
  margin-bottom: 1.75rem;
  padding-top: 1.9375rem;
}
@media (max-width: 840px) {
  .newsletter-spotlight {
    flex-direction: column;
  }
}
.newsletter-spotlight::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.0625rem;
  background-color: #000;
  content: "";
}
.newsletter-spotlight .team-spotlight {
  position: relative;
  padding-right: 1.75rem;
}
@media (max-width: 960px) {
  .newsletter-spotlight .team-spotlight {
    width: 50%;
  }
}
@media (max-width: 840px) {
  .newsletter-spotlight .team-spotlight {
    width: 100%;
    padding-right: 0;
    padding-bottom: 1.75rem;
  }
}
.newsletter-spotlight .team-spotlight::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0.0625rem;
  height: 100%;
  background-color: #000;
  content: "";
}
@media (max-width: 840px) {
  .newsletter-spotlight .team-spotlight::after {
    width: 100%;
    height: 0.0625rem;
    background-color: #000;
  }
}
.newsletter-spotlight .team-spotlight .team-spotlight-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 2.625rem;
}
.newsletter-spotlight .team-spotlight .team-spotlight-title .team-icon {
  width: 1.75rem;
  height: 1.75rem;
  margin-right: 0.5625rem;
  background: url("../images/icons/team.png") center no-repeat;
  background-size: contain;
}
@media (max-width: 840px) {
  .newsletter-spotlight .team-spotlight .team-spotlight-title .team-icon {
    margin-right: 0;
  }
}
.newsletter-spotlight .team-spotlight .team-spotlight-title .spotlight-title-text {
  margin-bottom: 0;
}
.newsletter-spotlight .team-spotlight .team-spotlight-content .team-spotlight-image {
  width: 29.875rem;
  margin-bottom: 0.625rem;
  background-color: #d11f5c;
}
@media (max-width: 960px) {
  .newsletter-spotlight .team-spotlight .team-spotlight-content .team-spotlight-image {
    width: 100%;
  }
}
.newsletter-spotlight .team-spotlight .team-spotlight-content .team-name {
  margin-bottom: 0.6875rem;
}
.newsletter-spotlight .team-spotlight .team-spotlight-content .team-title {
  font-weight: 200;
}
.newsletter-spotlight .team-spotlight .team-spotlight-content .team-description {
  margin-bottom: 0;
  color: #000;
  font-weight: 400;
  font-size: 0.875rem;
  font-family: "IBM Plex Sans", sans-serif;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: normal;
}
.newsletter-spotlight .team-info-showcase {
  max-width: 50%;
  margin-left: 1.75rem;
}
@media (max-width: 960px) {
  .newsletter-spotlight .team-info-showcase {
    width: 50%;
  }
}
@media (max-width: 840px) {
  .newsletter-spotlight .team-info-showcase {
    min-width: 100%;
    margin-left: 0;
    padding-top: 1.75rem;
  }
}
.newsletter-spotlight .team-info-showcase .team-info-title {
  margin-bottom: 2.8125rem;
}
.newsletter-spotlight .team-info-showcase .team-info-content h2 {
  margin-bottom: 1.625rem;
}
.newsletter-spotlight .team-info-showcase .team-info-content .newsletter-team-info-body p {
  color: #000;
  font-weight: 400;
  font-size: 1rem;
  font-family: "IBM Plex Sans", sans-serif;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.44;
  letter-spacing: normal;
}
.newsletter-spotlight .team-info-showcase .team-info-content .newsletter-team-info-body p:last-of-type {
  margin-bottom: 0;
}

.newsletter-patient-portal {
  position: relative;
  width: 100%;
  height: 26rem;
  margin-bottom: 1.75rem;
  padding: 5.5rem 3.0625rem;
  overflow: hidden;
  background-color: #f7f3ff;
  border-top: 0.0625rem solid #000;
  border-bottom: 0.0625rem solid #000;
}
@media (max-width: 960px) {
  .newsletter-patient-portal {
    height: 18.125rem;
    padding: 4.3125rem 1.5625rem;
  }
}
@media (max-width: 840px) {
  .newsletter-patient-portal {
    height: 33.0625rem;
    padding: 1.25rem 1.5625rem;
  }
}
.newsletter-patient-portal .newsletter-patient-portal-content {
  width: 32.8125rem;
}
@media (max-width: 840px) {
  .newsletter-patient-portal .newsletter-patient-portal-content {
    width: 100%;
  }
}
.newsletter-patient-portal .newsletter-patient-portal-content .newsletter-patient-portal-links {
  display: flex;
  flex-direction: row;
  margin-top: 2.5rem;
}
@media (max-width: 960px) {
  .newsletter-patient-portal .newsletter-patient-portal-content .newsletter-patient-portal-links {
    margin-top: 1.25rem;
  }
}
@media (max-width: 840px) {
  .newsletter-patient-portal .newsletter-patient-portal-content .newsletter-patient-portal-links {
    flex-direction: column;
    margin-top: 1.25rem;
  }
}
.newsletter-patient-portal .newsletter-patient-portal-content .newsletter-patient-portal-links a:first-of-type {
  margin-right: 0.625rem;
}
.newsletter-patient-portal .newsletter-patient-portal-content .newsletter-patient-portal-links .patient-portal-link:first-of-type {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 11.375rem;
  height: 3rem;
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  font-family: "IBM Plex Sans", sans-serif;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  background-color: #a56eff;
  border-radius: 0.1875rem;
}
@media (max-width: 840px) {
  .newsletter-patient-portal .newsletter-patient-portal-content .newsletter-patient-portal-links .patient-portal-link:first-of-type {
    margin-bottom: 0.625rem;
  }
}
.newsletter-patient-portal .newsletter-patient-portal-content .newsletter-patient-portal-links .patient-portal-link:first-of-type .link-arrow {
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="9" height="9" viewBox="0 0 10 10"><polygon points="0.2 0 0.2 1.96 6.66 1.96 0 8.62 1.39 10 8.04 3.35 8.04 9.8 10 9.8 10 0 0.2 0" fill="%23ffffff" /></svg>') center no-repeat;
}
.newsletter-patient-portal .newsletter-patient-portal-content .newsletter-patient-portal-links .patient-portal-link:not(:first-of-type) {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 10.125rem;
  height: 3rem;
  color: #a56eff;
  border: solid 2px #a56eff;
  border-radius: 0.1875rem;
}
@media (max-width: 840px) {
  .newsletter-patient-portal .newsletter-patient-portal-content .newsletter-patient-portal-links .patient-portal-link:not(:first-of-type) {
    width: 10.125rem;
    height: 3rem;
    padding: 0.5625rem 1.4375rem 0.9375rem;
  }
}
.newsletter-patient-portal .newsletter-patient-portal-content .newsletter-patient-portal-links .patient-portal-link:not(:first-of-type) .link-arrow {
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="9" height="9" viewBox="0 0 10 10"><polygon points="0.2 0 0.2 1.96 6.66 1.96 0 8.62 1.39 10 8.04 3.35 8.04 9.8 10 9.8 10 0 0.2 0" fill="%23a56eff" /></svg>') center no-repeat;
}
.newsletter-patient-portal .newsletter-patient-portal-content .newsletter-patient-portal-links .link-arrow {
  width: 0.5625rem;
  height: 0.5625rem;
  margin-left: 0.4375rem;
}
.newsletter-patient-portal .patient-portal-image {
  position: absolute;
  right: -7%;
  bottom: -21%;
  width: 25rem;
  height: 26.75rem;
  transform: rotate(15deg);
}
@media (max-width: 960px) {
  .newsletter-patient-portal .patient-portal-image {
    right: -5%;
    bottom: -43%;
    width: 18.75rem;
    height: 20.5rem;
  }
}
@media (max-width: 840px) {
  .newsletter-patient-portal .patient-portal-image {
    right: 2%;
    bottom: -22%;
    width: 20rem;
    height: 21.75rem;
  }
}

.newsletter-video-library {
  display: flex;
  flex-direction: row;
  margin-bottom: 1.75rem;
}
@media (max-width: 840px) {
  .newsletter-video-library {
    flex-direction: column;
    margin-bottom: 0;
  }
}
.newsletter-video-library .video-library {
  position: relative;
  padding-right: 1.75rem;
}
@media (max-width: 840px) {
  .newsletter-video-library .video-library {
    padding-right: 0;
  }
}
.newsletter-video-library .video-library::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 0.0625rem;
  height: 100%;
  background-color: #000;
  content: "";
}
@media (max-width: 840px) {
  .newsletter-video-library .video-library::after {
    top: 100%;
    width: 100%;
    height: 0.0625rem;
  }
}
.newsletter-video-library .video-library .video-library-section-title {
  margin-bottom: 1.25rem;
}
.newsletter-video-library .video-library .video-library-body h2 {
  margin-bottom: 1.125rem;
}
@media (max-width: 960px) {
  .newsletter-video-library .video-library .video-library-body h2 {
    font-size: 2.125rem;
  }
}
.newsletter-video-library .video-library .video-library-body .video-library-video {
  width: 45.5625rem;
  height: 27rem;
  background-color: #808080;
}
@media (max-width: 960px) {
  .newsletter-video-library .video-library .video-library-body .video-library-video {
    width: 32.375rem;
  }
}
@media (max-width: 840px) {
  .newsletter-video-library .video-library .video-library-body .video-library-video {
    width: 100%;
    height: inherit;
    margin-bottom: 1.25rem;
  }
}
.newsletter-video-library .video-library .video-library-body .video-placeholder {
  width: 45.5625rem;
  height: 27rem;
}
@media (max-width: 960px) {
  .newsletter-video-library .video-library .video-library-body .video-placeholder {
    width: 32.375rem;
  }
}
@media (max-width: 840px) {
  .newsletter-video-library .video-library .video-library-body .video-placeholder {
    width: 100%;
    height: inherit;
    margin-bottom: 1.25rem;
  }
}
.newsletter-video-library .social-media {
  margin-left: 1.75rem;
}
@media (max-width: 960px) {
  .newsletter-video-library .social-media {
    width: 100%;
  }
}
@media (max-width: 840px) {
  .newsletter-video-library .social-media {
    margin-left: 0;
    padding-top: 1.75rem;
  }
}
.newsletter-video-library .social-media .social-media-section-title {
  margin-bottom: 4.3125rem;
}
@media (max-width: 840px) {
  .newsletter-video-library .social-media .social-media-section-title {
    margin-bottom: 0rem;
  }
}
.newsletter-video-library .social-media .social-media-links .social-media-link {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 5.4375rem;
  border-bottom: 1px solid #000;
}
@media (max-width: 840px) {
  .newsletter-video-library .social-media .social-media-links .social-media-link:last-of-type {
    border-bottom: none;
  }
}
.newsletter-video-library .social-media .social-media-links .social-media-link h4 {
  margin-bottom: 0;
}
.newsletter-video-library .social-media .social-media-links .social-media-link .twitter-image {
  width: 2.875rem;
  height: 2.1875rem;
  margin-right: 0.875rem;
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="46" height="35" viewBox="0 0 25 19"><path d="M22.44,4.73c0,.21,0,.42,0,.62C22.46,11.69,17.3,19,7.86,19h0A15.27,15.27,0,0,1,0,16.85c.4,0,.81.06,1.22.06a10.7,10.7,0,0,0,6.37-2.05A5.12,5.12,0,0,1,2.8,11.53a6.14,6.14,0,0,0,1,.08,5.49,5.49,0,0,0,1.35-.17A4.88,4.88,0,0,1,1,6.74V6.68a5.37,5.37,0,0,0,2.33.6,4.71,4.71,0,0,1-2.28-4A4.55,4.55,0,0,1,1.74.88a14.93,14.93,0,0,0,10.57,5,4.4,4.4,0,0,1-.13-1.09A5,5,0,0,1,17.31,0a5.26,5.26,0,0,1,3.74,1.52A10.83,10.83,0,0,0,24.31.35,4.86,4.86,0,0,1,22.05,3,10.66,10.66,0,0,0,25,2.25a10.07,10.07,0,0,1-2.56,2.48" fill-rule="evenodd"/></svg>') center no-repeat;
}
.newsletter-video-library .social-media .social-media-links .social-media-link .facebook-image {
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 0.875rem;
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="40" height="40" viewBox="0 0 19 19"><path d="M19,9.5A9.6,9.6,0,0,0,9.5,0,9.6,9.6,0,0,0,0,9.5,9.6,9.6,0,0,0,9.5,19h.2V11.6H7.6V9.2H9.7V7.5c0-2.1,1.2-3.2,3-3.2h1.8V6.6H13.3c-1,0-1.2.4-1.2,1.1V9.2h2.4l-.3,2.4H12.1v7A9.4,9.4,0,0,0,19,9.5" fill-rule="evenodd"/></svg>') center no-repeat;
}
.newsletter-video-library .social-media .social-media-links .social-media-link .linkedin-image {
  width: 2.375rem;
  height: 2.375rem;
  margin-right: 0.875rem;
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="38" height="38" viewBox="0 0 19 19"><path d="M0,19H4.38V5.85H0ZM2.18,4.38h0A2.1,2.1,0,0,1,0,2.19,2.11,2.11,0,0,1,2.21,0,2.09,2.09,0,0,1,4.38,2.19,2.1,2.1,0,0,1,2.18,4.38ZM19,19H14.69V12.12c0-1.72-.62-2.9-2.18-2.9a2.35,2.35,0,0,0-2.21,1.56,2.76,2.76,0,0,0-.14,1V19H5.85s.05-11.65,0-12.85h4.31V8A4.26,4.26,0,0,1,14,5.85c2.83,0,5,1.83,5,5.78Z" fill-rule="evenodd"/></svg>') center no-repeat;
}

.newsletter-recents {
  position: relative;
  display: flex;
  flex-direction: row;
  width: 100%;
  padding-top: 1.6875rem;
}
@media (max-width: 840px) {
  .newsletter-recents {
    flex-direction: column;
  }
}
.newsletter-recents::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.0625rem;
  background-color: #000;
  content: "";
}
.newsletter-recents .recent-items-title {
  margin-bottom: 2.6875rem;
}
@media (max-width: 840px) {
  .newsletter-recents .recent-items-title {
    margin-bottom: 1.5625rem;
  }
}
.newsletter-recents .past-newsletters {
  position: relative;
  padding-right: 1.75rem;
}
@media (max-width: 960px) {
  .newsletter-recents .past-newsletters {
    width: 50%;
  }
}
@media (max-width: 840px) {
  .newsletter-recents .past-newsletters {
    width: 100%;
    padding-right: 0;
  }
}
.newsletter-recents .past-newsletters::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 0.0625rem;
  height: 24.25rem;
  background-color: #000;
  content: "";
}
@media (max-width: 840px) {
  .newsletter-recents .past-newsletters::after {
    top: 100%;
    width: 100%;
    height: 0.0625rem;
  }
}
.newsletter-recents .past-newsletters .newsletter-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 23.75rem;
  height: 4.6875rem;
  margin-bottom: 0.625rem;
  padding: 1.5rem 1.5rem;
  background-color: #f0f9f9;
}
@media (max-width: 840px) {
  .newsletter-recents .past-newsletters .newsletter-item {
    width: 100%;
  }
}
.newsletter-recents .past-newsletters .newsletter-item:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 840px) {
  .newsletter-recents .past-newsletters .newsletter-item:last-of-type {
    margin-bottom: 1.25rem;
  }
}
.newsletter-recents .past-newsletters .newsletter-item .newsletter-item-title {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.newsletter-recents .past-newsletters .newsletter-item .newsletter-item-title .news-icon {
  width: 2.0625rem;
  height: 1.75rem;
  margin-right: 0.9375rem;
  background: url("../images/icons/newsletter.svg");
}
.newsletter-recents .past-newsletters .newsletter-item .newsletter-item-title p {
  margin-bottom: 0;
}
.newsletter-recents .recent-articles {
  margin-left: 1.75rem;
}
@media (max-width: 960px) {
  .newsletter-recents .recent-articles {
    width: 50%;
  }
}
@media (max-width: 840px) {
  .newsletter-recents .recent-articles {
    width: 100%;
    margin-top: 1.5625rem;
    margin-left: 0rem;
  }
}
.newsletter-recents .recent-articles .recent-articles-title {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 0.9375rem;
  margin-bottom: 2.6875rem;
}
.newsletter-recents .recent-articles .recent-articles-title .author-identity {
  position: absolute;
  top: -50%;
  right: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.newsletter-recents .recent-articles .recent-articles-title .author-identity .author-image {
  width: 2.9375rem;
  margin-right: 0.6875rem;
  background-color: #fdb940;
  border-radius: 50%;
}
.newsletter-recents .recent-articles .recent-articles-title .author-identity p {
  margin-bottom: 0;
}
.newsletter-recents .recent-articles .recent-articles-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 33.3125rem;
  height: 10rem;
  margin-bottom: 0.625rem;
  padding: 1.25rem;
  background-color: #f0f9f9;
}
@media (max-width: 960px) {
  .newsletter-recents .recent-articles .recent-articles-item {
    width: 100%;
  }
}
@media (max-width: 840px) {
  .newsletter-recents .recent-articles .recent-articles-item {
    height: auto;
  }
}
.newsletter-recents .recent-articles .recent-articles-item:last-of-type {
  margin-bottom: 0;
}
.newsletter-recents .recent-articles .recent-articles-item .article-image-container {
  flex-shrink: 0;
  width: 7.5rem;
  height: 7.5rem;
  margin-right: 1.25rem;
  overflow: hidden;
  border-radius: 50%;
}
.newsletter-recents .recent-articles .recent-articles-item .article-image-container img {
  height: 100%;
}
.newsletter-recents .recent-articles .recent-articles-item .article-info-container {
  flex-grow: 1;
}
.newsletter-recents .recent-articles .recent-articles-item .article-info-container .article-date {
  color: #000;
  font-weight: 400;
  font-size: 0.875rem;
  font-family: "Libre Baskerville", serif;
  font-style: italic;
  font-stretch: normal;
  line-height: 1.29;
  letter-spacing: normal;
}
@media (max-width: 960px) {
  .newsletter-recents .recent-articles .recent-articles-item .article-info-container .article-date {
    margin-bottom: 0.4375rem;
  }
}
.newsletter-recents .recent-articles .recent-articles-item .article-info-container .article-title {
  color: #000;
  font-weight: 500;
  font-size: 1.125rem;
  font-family: "IBM Plex Sans", sans-serif;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.22;
  letter-spacing: normal;
}
@media (max-width: 960px) {
  .newsletter-recents .recent-articles .recent-articles-item .article-info-container .article-title {
    margin-bottom: 0.625rem;
  }
}

/*# sourceMappingURL=style.css.map */
