/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

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

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

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

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

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

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*
 * The base font size which makes the chosen font match photoshop.
 * For Open Sans this is 7.1pt, for Source Sans Pro this is 7.6pt 
 */
@font-face {
  font-family: 'Fraunces';
  font-display: swap;
  font-weight: 100 900;
  src: url('/fonts/Fraunces[SOFT,WONK,opsz,wght].woff2') format('woff2');
}
@font-face {
  font-family: 'Fraunces';
  font-display: swap;
  font-weight: 100 900;
  font-style: italic;
  src: url('/fonts/Fraunces-Italic[SOFT,WONK,opsz,wght].woff2') format('woff2');
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
  text-decoration: none;
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-family: inherit;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover {
  text-decoration: underline;
}
h1 {
  font-family: gelica, sans-serif;
  font-size: 46.17539432pt;
  font-size: clamp(8px, 46.17539432pt, 12vw);
}
body {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #474746;
}
body p {
  line-height: 1.555em;
}
.ei-css-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 20px;
  row-gap: 20px;
}
.ei-css-grid .row {
  grid-column: span 12;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 20px;
  row-gap: 20px;
}
.ei-css-grid .xs12 {
  grid-column: span 12;
}
.ei-css-grid .xs11 {
  grid-column: span 11;
}
.ei-css-grid .xs10 {
  grid-column: span 10;
}
.ei-css-grid .xs9 {
  grid-column: span 9;
}
.ei-css-grid .xs8 {
  grid-column: span 8;
}
.ei-css-grid .xs7 {
  grid-column: span 7;
}
.ei-css-grid .xs6 {
  grid-column: span 6;
}
.ei-css-grid .xs5 {
  grid-column: span 5;
}
.ei-css-grid .xs4 {
  grid-column: span 4;
}
.ei-css-grid .xs3 {
  grid-column: span 3;
}
.ei-css-grid .xs2 {
  grid-column: span 2;
}
.ei-css-grid .xs1 {
  grid-column: span 1;
}
@media (min-width: 900px) {
  .ei-css-grid .t12 {
    grid-column: span 12;
  }
  .ei-css-grid .t11 {
    grid-column: span 11;
  }
  .ei-css-grid .t10 {
    grid-column: span 10;
  }
  .ei-css-grid .t9 {
    grid-column: span 9;
  }
  .ei-css-grid .t8 {
    grid-column: span 8;
  }
  .ei-css-grid .t7 {
    grid-column: span 7;
  }
  .ei-css-grid .t6 {
    grid-column: span 6;
  }
  .ei-css-grid .t5 {
    grid-column: span 5;
  }
  .ei-css-grid .t4 {
    grid-column: span 4;
  }
  .ei-css-grid .t3 {
    grid-column: span 3;
  }
  .ei-css-grid .t2 {
    grid-column: span 2;
  }
  .ei-css-grid .t1 {
    grid-column: span 1;
  }
}
@media (min-width: 1170px) {
  .ei-css-grid .d12 {
    grid-column: span 12;
  }
  .ei-css-grid .d11 {
    grid-column: span 11;
  }
  .ei-css-grid .d10 {
    grid-column: span 10;
  }
  .ei-css-grid .d9 {
    grid-column: span 9;
  }
  .ei-css-grid .d8 {
    grid-column: span 8;
  }
  .ei-css-grid .d7 {
    grid-column: span 7;
  }
  .ei-css-grid .d6 {
    grid-column: span 6;
  }
  .ei-css-grid .d5 {
    grid-column: span 5;
  }
  .ei-css-grid .d4 {
    grid-column: span 4;
  }
  .ei-css-grid .d3 {
    grid-column: span 3;
  }
  .ei-css-grid .d2 {
    grid-column: span 2;
  }
  .ei-css-grid .d1 {
    grid-column: span 1;
  }
}
.ei-form .form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .ei-form .form-control {
    transition: none;
  }
}
.ei-form .form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.ei-form .form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.ei-form .form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.ei-form .form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.ei-form .form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.ei-form .form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.ei-form .form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.ei-form .form-control:disabled,
.ei-form .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.ei-form select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.ei-form .form-control-file,
.ei-form .form-control-range {
  display: block;
  width: 100%;
}
.ei-form .btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .ei-form .btn {
    transition: none;
  }
}
.ei-form .btn:hover,
.ei-form .btn:focus {
  text-decoration: none;
}
.ei-form .btn:focus,
.ei-form .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.ei-form .btn.disabled,
.ei-form .btn:disabled {
  opacity: 0.65;
}
.ei-form .btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.ei-form a.btn.disabled,
.ei-form fieldset:disabled a.btn {
  pointer-events: none;
}
.ei-form .btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.ei-form .btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
.ei-form .btn-primary:focus,
.ei-form .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.ei-form .btn-primary.disabled,
.ei-form .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.ei-form .btn-primary:not(:disabled):not(.disabled):active,
.ei-form .btn-primary:not(:disabled):not(.disabled).active,
.ei-form .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}
.ei-form .btn-primary:not(:disabled):not(.disabled):active:focus,
.ei-form .btn-primary:not(:disabled):not(.disabled).active:focus,
.ei-form .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.ei-form .btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.ei-form .btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.ei-form .btn-secondary:focus,
.ei-form .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.ei-form .btn-secondary.disabled,
.ei-form .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.ei-form .btn-secondary:not(:disabled):not(.disabled):active,
.ei-form .btn-secondary:not(:disabled):not(.disabled).active,
.ei-form .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.ei-form .btn-secondary:not(:disabled):not(.disabled):active:focus,
.ei-form .btn-secondary:not(:disabled):not(.disabled).active:focus,
.ei-form .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.ei-form .btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.ei-form .btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.ei-form .btn-success:focus,
.ei-form .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.ei-form .btn-success.disabled,
.ei-form .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.ei-form .btn-success:not(:disabled):not(.disabled):active,
.ei-form .btn-success:not(:disabled):not(.disabled).active,
.ei-form .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.ei-form .btn-success:not(:disabled):not(.disabled):active:focus,
.ei-form .btn-success:not(:disabled):not(.disabled).active:focus,
.ei-form .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.ei-form .btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.ei-form .btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.ei-form .btn-info:focus,
.ei-form .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.ei-form .btn-info.disabled,
.ei-form .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.ei-form .btn-info:not(:disabled):not(.disabled):active,
.ei-form .btn-info:not(:disabled):not(.disabled).active,
.ei-form .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.ei-form .btn-info:not(:disabled):not(.disabled):active:focus,
.ei-form .btn-info:not(:disabled):not(.disabled).active:focus,
.ei-form .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.ei-form .btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.ei-form .btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.ei-form .btn-warning:focus,
.ei-form .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.ei-form .btn-warning.disabled,
.ei-form .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.ei-form .btn-warning:not(:disabled):not(.disabled):active,
.ei-form .btn-warning:not(:disabled):not(.disabled).active,
.ei-form .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.ei-form .btn-warning:not(:disabled):not(.disabled):active:focus,
.ei-form .btn-warning:not(:disabled):not(.disabled).active:focus,
.ei-form .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.ei-form .btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.ei-form .btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.ei-form .btn-danger:focus,
.ei-form .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.ei-form .btn-danger.disabled,
.ei-form .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.ei-form .btn-danger:not(:disabled):not(.disabled):active,
.ei-form .btn-danger:not(:disabled):not(.disabled).active,
.ei-form .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.ei-form .btn-danger:not(:disabled):not(.disabled):active:focus,
.ei-form .btn-danger:not(:disabled):not(.disabled).active:focus,
.ei-form .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.ei-form .btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.ei-form .btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.ei-form .btn-light:focus,
.ei-form .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.ei-form .btn-light.disabled,
.ei-form .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.ei-form .btn-light:not(:disabled):not(.disabled):active,
.ei-form .btn-light:not(:disabled):not(.disabled).active,
.ei-form .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.ei-form .btn-light:not(:disabled):not(.disabled):active:focus,
.ei-form .btn-light:not(:disabled):not(.disabled).active:focus,
.ei-form .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.ei-form .btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.ei-form .btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.ei-form .btn-dark:focus,
.ei-form .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.ei-form .btn-dark.disabled,
.ei-form .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.ei-form .btn-dark:not(:disabled):not(.disabled):active,
.ei-form .btn-dark:not(:disabled):not(.disabled).active,
.ei-form .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.ei-form .btn-dark:not(:disabled):not(.disabled):active:focus,
.ei-form .btn-dark:not(:disabled):not(.disabled).active:focus,
.ei-form .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.ei-form .btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff;
}
.ei-form .btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.ei-form .btn-outline-primary:focus,
.ei-form .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.ei-form .btn-outline-primary.disabled,
.ei-form .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}
.ei-form .btn-outline-primary:not(:disabled):not(.disabled):active,
.ei-form .btn-outline-primary:not(:disabled):not(.disabled).active,
.ei-form .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.ei-form .btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.ei-form .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.ei-form .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.ei-form .btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}
.ei-form .btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.ei-form .btn-outline-secondary:focus,
.ei-form .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.ei-form .btn-outline-secondary.disabled,
.ei-form .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.ei-form .btn-outline-secondary:not(:disabled):not(.disabled):active,
.ei-form .btn-outline-secondary:not(:disabled):not(.disabled).active,
.ei-form .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.ei-form .btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.ei-form .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.ei-form .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.ei-form .btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}
.ei-form .btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.ei-form .btn-outline-success:focus,
.ei-form .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.ei-form .btn-outline-success.disabled,
.ei-form .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.ei-form .btn-outline-success:not(:disabled):not(.disabled):active,
.ei-form .btn-outline-success:not(:disabled):not(.disabled).active,
.ei-form .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.ei-form .btn-outline-success:not(:disabled):not(.disabled):active:focus,
.ei-form .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.ei-form .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.ei-form .btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}
.ei-form .btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.ei-form .btn-outline-info:focus,
.ei-form .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.ei-form .btn-outline-info.disabled,
.ei-form .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.ei-form .btn-outline-info:not(:disabled):not(.disabled):active,
.ei-form .btn-outline-info:not(:disabled):not(.disabled).active,
.ei-form .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.ei-form .btn-outline-info:not(:disabled):not(.disabled):active:focus,
.ei-form .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.ei-form .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.ei-form .btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}
.ei-form .btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.ei-form .btn-outline-warning:focus,
.ei-form .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.ei-form .btn-outline-warning.disabled,
.ei-form .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.ei-form .btn-outline-warning:not(:disabled):not(.disabled):active,
.ei-form .btn-outline-warning:not(:disabled):not(.disabled).active,
.ei-form .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.ei-form .btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.ei-form .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.ei-form .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.ei-form .btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}
.ei-form .btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.ei-form .btn-outline-danger:focus,
.ei-form .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.ei-form .btn-outline-danger.disabled,
.ei-form .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.ei-form .btn-outline-danger:not(:disabled):not(.disabled):active,
.ei-form .btn-outline-danger:not(:disabled):not(.disabled).active,
.ei-form .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.ei-form .btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.ei-form .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.ei-form .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.ei-form .btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}
.ei-form .btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.ei-form .btn-outline-light:focus,
.ei-form .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.ei-form .btn-outline-light.disabled,
.ei-form .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.ei-form .btn-outline-light:not(:disabled):not(.disabled):active,
.ei-form .btn-outline-light:not(:disabled):not(.disabled).active,
.ei-form .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.ei-form .btn-outline-light:not(:disabled):not(.disabled):active:focus,
.ei-form .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.ei-form .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.ei-form .btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}
.ei-form .btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.ei-form .btn-outline-dark:focus,
.ei-form .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.ei-form .btn-outline-dark.disabled,
.ei-form .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.ei-form .btn-outline-dark:not(:disabled):not(.disabled):active,
.ei-form .btn-outline-dark:not(:disabled):not(.disabled).active,
.ei-form .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.ei-form .btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.ei-form .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.ei-form .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.ei-form .btn-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent;
}
.ei-form .btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}
.ei-form .btn-link:focus,
.ei-form .btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none;
}
.ei-form .btn-link:disabled,
.ei-form .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}
.ei-form .btn-lg,
.ei-form .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.ei-form .btn-sm,
.ei-form .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.ei-form .btn-block {
  display: block;
  width: 100%;
}
.ei-form .btn-block + .btn-block {
  margin-top: 0.5rem;
}
.ei-form input[type="submit"].btn-block,
.ei-form input[type="reset"].btn-block,
.ei-form input[type="button"].btn-block {
  width: 100%;
}
.ei-form table.listing td,
.ei-form table.listing th {
  padding: 3px 4px;
}
.ei-form table.listing button {
  background: none;
  border: 0;
  opacity: 0;
  transition: opacity 0.3s;
}
.ei-form table.listing tr:hover button {
  opacity: 1;
}
.ei-form label {
  display: block;
  margin-bottom: 15px;
}
.ei-form input,
.ei-form textarea,
.ei-form select {
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  display: block;
  box-sizing: border-box;
  height: auto;
  margin-top: 8px;
}
.ei-form input[type=checkbox],
.ei-form input[type=radio] {
  display: inline-block;
  width: auto;
}
.double-column {
  display: grid;
  column-gap: 20px;
}
@media (min-width: 900px) {
  .double-column {
    grid-template-columns: 1fr 1fr;
  }
}
html.editing-page .double-column .col {
  outline: 1px dashed #cccccc;
}
.use-picture-as-background {
  position: relative;
  isolation: isolate;
}
.use-picture-as-background > picture:first-child {
  user-select: none;
}
.use-picture-as-background > picture:first-child img {
  position: absolute;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  object-position: center center;
  z-index: -1;
  user-select: none;
}
.container {
  max-width: 100%;
  margin: auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 1170px) {
  .container {
    max-width: 1170px;
    padding-left: 0;
    padding-right: 0;
  }
}
.container-wrapper {
  padding-left: 10px;
  padding-right: 10px;
}
.container-wrapper .container {
  padding-left: 0px;
  padding-right: 0px;
}
.inline-block {
  display: inline-block;
}
.full-back {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.use-picture-as-background {
  position: relative;
  isolation: isolate;
}
.use-picture-as-background > picture:first-child {
  user-select: none;
}
.use-picture-as-background > picture:first-child img {
  position: absolute;
  width: 100%;
  height: 100% !important;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center center;
  z-index: -1;
  user-select: none;
}
/*
.ei-grid {
	#ei-grid-1.grid;
}

.ei-gutterless-grid {
	#ei-grid-1.gutterless-grid;
}
*/
.clear {
  clear: both;
}
.clear-inner:after {
  content: '';
  display: table;
  clear: both;
}
.nowrap {
  white-space: nowrap;
}
@media (max-width: 1170px) {
  .only-desktop {
    display: none;
  }
}
.no-scroll-bars {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.no-scroll-bars::-webkit-scrollbar {
  width: 0 !important;
}
.circular-stripe {
  position: relative;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.circular-stripe::-webkit-scrollbar {
  width: 0 !important;
}
.circular-stripe .mover {
  width: 4000px;
  box-sizing: border-box;
  font-size: 0;
}
.circular-stripe .mover > * {
  display: inline-block;
}
.circular-stripe .mover img {
  display: block;
}
.circular-stripe-holder {
  position: relative;
}
.circular-stripe-holder .next,
.circular-stripe-holder .previous {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 38.06608696pt;
  position: absolute;
  top: 50%;
  background-color: #fab62d;
  color: white;
  border: none;
  border-radius: 18px;
  transform: translateY(-50%);
  width: 50px;
  height: 80px;
  padding-bottom: 5px;
}
.circular-stripe-holder .next {
  right: 20px;
}
.circular-stripe-holder .previous {
  left: 20px;
}
.pic-tile {
  border-radius: 18px;
  overflow: hidden;
  position: relative;
  isolation: isolate;
  aspect-ratio: 0.78;
  display: inline-block;
}
.pic-tile > picture:first-child {
  user-select: none;
}
.pic-tile > picture:first-child img {
  position: absolute;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  object-position: center center;
  z-index: -1;
  user-select: none;
}
.pic-tile > picture:first-child {
  user-select: none;
}
.pic-tile > picture:first-child img {
  position: absolute;
  width: 100%;
  height: 100% !important;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center center;
  z-index: -1;
  user-select: none;
}
.pic-tile .msg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 45px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  background-color: #61a7ae;
  color: white;
  font-family: gelica, sans-serif;
  font-size: 26.16605678pt;
  font-size: clamp(8px, 26.16605678pt, 12vw);
  font-weight: 600;
  padding: 10px;
  transition: background-color 0.3s, height 0.3s;
  user-select: none;
}
.pic-tile:hover .msg {
  background-color: rgba(97, 167, 174, 0.4);
  height: 100%;
}
.tile-links {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}
.tile-links .pic-tile {
  display: inline-block;
  width: 270px;
  margin: 10px;
}
@media (min-width: 550px) {
  .tile-links .pic-tile {
    width: 312px;
  }
}
.left-overlap-side-pic-slide {
  display: grid;
  overflow: hidden;
  padding-left: 10px;
  padding-right: 10px;
  row-gap: 20px;
  grid-template-rows: auto auto;
}
.left-overlap-side-pic-slide .right {
  padding-right: 10px;
  grid-row: -1;
  grid-column: 1;
}
.left-overlap-side-pic-slide .left {
  position: relative;
  grid-row: 1 / span 2;
  grid-column: 1;
}
.left-overlap-side-pic-slide .left .holder {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  min-height: 100%;
  min-width: 100%;
  text-align: left;
  font-size: 0;
}
.left-overlap-side-pic-slide .left img {
  min-height: 100%;
}
.left-overlap-side-pic-slide .content,
.left-overlap-side-pic-slide .pic-holder {
  z-index: 3;
}
.left-overlap-side-pic-slide .content {
  grid-row: 1;
  grid-column: 1;
  align-self: center;
  padding-top: 60px;
  padding-bottom: 60px;
}
.left-overlap-side-pic-slide .pic-holder {
  grid-row: 2;
  grid-column: 1;
  padding-bottom: 60px;
}
.left-overlap-side-pic-slide .pic-holder img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
.left-overlap-side-pic-slide .pic-holder figure {
  margin: 0;
}
@media (min-width: 900px) {
  .left-overlap-side-pic-slide {
    grid-template-columns: 1fr minmax(auto, 351px) minmax(auto, 351px) minmax(auto, 468px) 1fr;
  }
  .left-overlap-side-pic-slide .left {
    grid-column: 1 / span 2;
    grid-row: 1;
  }
  .left-overlap-side-pic-slide .right {
    grid-column: 5;
    grid-row: 1;
  }
  .left-overlap-side-pic-slide .content {
    grid-row: 1;
    grid-column: 2 / span 2;
  }
  .left-overlap-side-pic-slide .pic-holder {
    grid-row: 1;
    grid-column: 4;
    padding-top: 60px;
  }
}
.two-side-images {
  display: grid;
  grid-template-columns: 1fr minmax(auto, 1170px) 1fr;
  overflow: hidden;
  column-gap: 20px;
}
.two-side-images .content {
  grid-row: 1;
  grid-column: 2;
}
.two-side-images .right {
  position: relative;
  grid-column: 3;
  grid-row: 1;
}
.two-side-images .right .holder {
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  min-height: 100%;
  min-width: 100%;
  text-align: right;
  font-size: 0;
}
.two-side-images .right img {
  min-height: 100%;
}
.two-side-images .left {
  position: relative;
  grid-column: 1;
  grid-row: 1;
}
.two-side-images .left .holder {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  min-height: 100%;
  min-width: 100%;
  text-align: left;
  font-size: 0;
}
.two-side-images .left img {
  min-height: 100%;
}
.right-overlap-side-pic-slide {
  display: grid;
  overflow: hidden;
  padding-left: 10px;
  padding-right: 10px;
}
.right-overlap-side-pic-slide .content,
.right-overlap-side-pic-slide .pic-holder {
  padding-top: 20px;
  padding-bottom: 20px;
  z-index: 3;
}
.right-overlap-side-pic-slide .pic-holder img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.right-overlap-side-pic-slide .right {
  position: relative;
  grid-row: 1 / span 3;
  grid-column: 1;
}
.right-overlap-side-pic-slide .right .holder {
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  min-height: 100%;
  min-width: 100%;
  text-align: right;
  font-size: 0;
}
.right-overlap-side-pic-slide .top {
  position: relative;
  overflow: hidden;
}
.right-overlap-side-pic-slide .top img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.right-overlap-side-pic-slide .left {
  position: relative;
}
.right-overlap-side-pic-slide .left .holder {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  min-height: 100%;
  min-width: 100%;
  text-align: left;
  font-size: 0;
}
.right-overlap-side-pic-slide .left img {
  min-height: 100%;
}
.right-overlap-side-pic-slide .content {
  grid-column: 1;
  grid-row: 1;
  align-self: center;
}
@media (min-width: 900px) {
  .right-overlap-side-pic-slide {
    grid-template-columns: 1fr minmax(auto, 351px) minmax(auto, 351px) minmax(auto, 117px) minmax(auto, 351px) 1fr;
  }
  .right-overlap-side-pic-slide .pic-holder {
    grid-row: 1;
    grid-column: 4 / span 2;
  }
  .right-overlap-side-pic-slide .right {
    grid-column: 4 / span 3;
    grid-row: 1;
  }
  .right-overlap-side-pic-slide .top {
    grid-row: 1;
    grid-column: 1 / span 6;
  }
  .right-overlap-side-pic-slide .left {
    grid-column: 1 / span 2;
    grid-row: 1;
  }
  .right-overlap-side-pic-slide .content {
    grid-row: 1;
    grid-column: 2 / span 2;
  }
}
@media (min-width: 1170px) {
  .right-overlap-side-pic-slide .pic-holder {
    grid-row: 1;
    grid-column: 5;
  }
}
.side-pic-slide {
  display: grid;
  grid-template-columns: 1fr minmax(auto, 585px) minmax(auto, 585px) 1fr;
  overflow: hidden;
}
.side-pic-slide .left {
  padding-right: 10px;
}
.side-pic-slide .content {
  grid-row: 1;
  grid-column: 2 / span 2;
}
.side-pic-slide .right {
  position: relative;
  grid-row: 2;
  grid-column: 2 / span 2;
}
.side-pic-slide .right .holder {
  position: absolute;
  left: 0px;
  bottom: 0;
  width: 100%;
  text-align: right;
  font-size: 0;
}
.side-pic-slide .right img {
  min-height: 100%;
}
.side-pic-slide.full-right .right .holder {
  top: 0;
}
.side-pic-slide.full-right .right .holder img {
  width: auto;
}
@media (min-width: 900px) {
  .side-pic-slide .content {
    grid-row: 1;
    grid-column: 2 / span 1;
  }
  .side-pic-slide .right {
    grid-row: 1;
    grid-column: 3 / span 2;
  }
}
.color-button {
  display: inline-block;
  margin-right: 24px;
  text-decoration: none;
  color: #474746;
  background-color: #fab62d;
  border-radius: 12px;
  padding: 22px 30px;
  min-width: 170px;
  transition: background-color 0.3s;
  text-align: center;
  font-weight: 800;
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 15.86086956pt;
  border: none;
  vertical-align: middle;
}
.color-button:hover {
  background-color: #eea106;
}
.color-button:last-child {
  margin-right: 0;
}
.color-button.blue {
  color: white;
  background-color: #398f97;
}
.color-button.blue:hover {
  background-color: #2b6c72;
}
.color-button.yellow {
  background-color: #fab62d;
}
.color-button.yellow:hover {
  background-color: #eea106;
}
.color-button.purple {
  background-color: #72749f;
  color: white;
}
.color-button.purple:hover {
  background-color: #5a5c84;
}
.color-button.grey {
  background-color: #f9f5ee;
}
.color-button.grey:hover {
  background-color: #ecdfc8;
}
.color-button.compact {
  padding: 12px 30px;
}
@media (max-width: 650px) {
  .color-button {
    margin-bottom: 12px;
  }
}
.color-button-blue {
  display: inline-block;
  margin-right: 24px;
  text-decoration: none;
  color: #474746;
  background-color: #fab62d;
  border-radius: 12px;
  padding: 22px 30px;
  min-width: 170px;
  transition: background-color 0.3s;
  text-align: center;
  font-weight: 800;
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 15.86086956pt;
  border: none;
  vertical-align: middle;
  color: white;
  background-color: #398f97;
}
.color-button-blue:hover {
  background-color: #eea106;
}
.color-button-blue:last-child {
  margin-right: 0;
}
.color-button-blue.blue {
  color: white;
  background-color: #398f97;
}
.color-button-blue.blue:hover {
  background-color: #2b6c72;
}
.color-button-blue.yellow {
  background-color: #fab62d;
}
.color-button-blue.yellow:hover {
  background-color: #eea106;
}
.color-button-blue.purple {
  background-color: #72749f;
  color: white;
}
.color-button-blue.purple:hover {
  background-color: #5a5c84;
}
.color-button-blue.grey {
  background-color: #f9f5ee;
}
.color-button-blue.grey:hover {
  background-color: #ecdfc8;
}
.color-button-blue.compact {
  padding: 12px 30px;
}
@media (max-width: 650px) {
  .color-button-blue {
    margin-bottom: 12px;
  }
}
.color-button-blue:hover {
  background-color: #2b6c72;
}
.color-button-purple {
  display: inline-block;
  margin-right: 24px;
  text-decoration: none;
  color: #474746;
  background-color: #fab62d;
  border-radius: 12px;
  padding: 22px 30px;
  min-width: 170px;
  transition: background-color 0.3s;
  text-align: center;
  font-weight: 800;
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 15.86086956pt;
  border: none;
  vertical-align: middle;
  background-color: #72749f;
  color: white;
}
.color-button-purple:hover {
  background-color: #eea106;
}
.color-button-purple:last-child {
  margin-right: 0;
}
.color-button-purple.blue {
  color: white;
  background-color: #398f97;
}
.color-button-purple.blue:hover {
  background-color: #2b6c72;
}
.color-button-purple.yellow {
  background-color: #fab62d;
}
.color-button-purple.yellow:hover {
  background-color: #eea106;
}
.color-button-purple.purple {
  background-color: #72749f;
  color: white;
}
.color-button-purple.purple:hover {
  background-color: #5a5c84;
}
.color-button-purple.grey {
  background-color: #f9f5ee;
}
.color-button-purple.grey:hover {
  background-color: #ecdfc8;
}
.color-button-purple.compact {
  padding: 12px 30px;
}
@media (max-width: 650px) {
  .color-button-purple {
    margin-bottom: 12px;
  }
}
.color-button-purple:hover {
  background-color: #5a5c84;
}
.color-red {
  color: #b53f2a !important;
}
.text-big {
  font-size: 140%;
}
.button-header {
  display: grid;
  column-gap: 20px;
  row-gap: 20px;
}
.button-header h1 {
  font-family: gelica, sans-serif;
  font-size: 46.17539432pt;
  font-size: clamp(8px, 46.17539432pt, 12vw);
  margin-bottom: 0;
  margin-top: 0;
  color: #b53f2a;
  text-align: center;
}
.button-header h1 small {
  display: block;
  color: #61a7ae;
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 17.44695652pt;
}
.button-header .action {
  text-align: center;
}
.button-header .action a:last-child {
  margin-right: 0;
}
.button-header.left h1 {
  text-align: left;
}
@media (min-width: 900px) {
  .button-header {
    grid-template-columns: auto 1fr auto;
  }
  .button-header h1 {
    grid-column: 1 / span 3;
    grid-row: 1;
  }
  .button-header .action {
    grid-column: 3;
    grid-row: 1;
    align-self: end;
  }
}
.reel {
  padding-top: 50px;
  padding-bottom: 85px;
}
.reel .photos {
  margin-top: 50px;
  text-align: center;
}
.reel .photos img {
  border-radius: 20px;
  margin: 10px;
  width: 270px;
  aspect-ratio: 1;
  object-fit: cover;
  object-position: center;
}
@media (min-width: 650px) {
  .reel .photos {
    columns: 2;
  }
}
@media (min-width: 900px) {
  .reel .photos {
    columns: 3;
  }
}
@media (min-width: 1170px) {
  .reel .photos {
    columns: 4;
  }
  .reel .photos picture:nth-child(4n + 3) img {
    margin-top: 40px;
  }
}
@media (max-width: 650px) {
  .reel .photos picture:nth-child(n + 4) {
    display: none;
  }
}
.inset-text {
  padding-top: 45px;
  padding-bottom: 45px;
}
.inset-text .container {
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
}
.inset-text p {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 14.27478261pt;
}
@media (min-width: 900px) {
  .inset-text .container {
    padding-left: 90px;
    padding-right: 90px;
    text-align: center;
  }
  .inset-text p {
    font-family: "Montserrat", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 17.44695652pt;
  }
}
.red-check {
  list-style: none;
  padding-left: 30px;
}
.red-check ul {
  list-style: none;
}
.red-check li {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 12.68869565pt;
  position: relative;
  font-weight: 500;
  margin-bottom: 10px;
  padding-left: 6px;
}
.red-check li:before {
  content: url('/icons/checkmark-red.svg');
  position: relative;
  margin-left: -40px;
  top: 6px;
  padding-right: 16px;
}
.red-check-double-column {
  list-style: none;
  padding-left: 30px;
  columns: 2;
  column-gap: 50px;
}
.red-check-double-column ul {
  list-style: none;
}
.red-check-double-column li {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 12.68869565pt;
  position: relative;
  font-weight: 500;
  margin-bottom: 10px;
  padding-left: 6px;
}
.red-check-double-column li:before {
  content: url('/icons/checkmark-red.svg');
  position: relative;
  margin-left: -40px;
  top: 6px;
  padding-right: 16px;
}
@media (max-width: 650px) {
  .red-check-double-column {
    columns: unset;
  }
}
.black-check {
  list-style: none;
  padding-left: 30px;
}
.black-check ul {
  list-style: none;
}
.black-check li {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 12.68869565pt;
  position: relative;
  font-weight: 500;
  margin-bottom: 10px;
  padding-left: 6px;
}
.black-check li:before {
  content: url('/icons/checkmark-red.svg');
  position: relative;
  margin-left: -40px;
  top: 6px;
  padding-right: 16px;
}
.black-check li:before {
  content: url('/icons/checkmark-black.svg');
}
.yellow-check {
  list-style: none;
  padding-left: 30px;
}
.yellow-check ul {
  list-style: none;
}
.yellow-check li {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 12.68869565pt;
  position: relative;
  font-weight: 500;
  margin-bottom: 10px;
  padding-left: 6px;
}
.yellow-check li:before {
  content: url('/icons/checkmark-red.svg');
  position: relative;
  margin-left: -40px;
  top: 6px;
  padding-right: 16px;
}
.yellow-check li:before {
  content: url('/icons/checkmark-yellow.svg');
}
.call-to-schedule {
  font-family: gelica, sans-serif;
  font-size: 20.00933754pt;
  font-size: clamp(8px, 20.00933754pt, 12vw);
  background-color: #fab62d;
  padding: 12px 12px;
  text-align: center;
  color: #b53f2a;
  font-weight: 600;
}
.call-to-schedule img {
  vertical-align: sub;
  width: 30px;
}
.section-intro {
  padding-top: 50px;
  padding-bottom: 50px;
}
.section-intro .container {
  max-width: 970px;
  text-align: center;
}
.section-intro .container h1 {
  font-family: gelica, sans-serif;
  font-size: 46.17539432pt;
  font-size: clamp(8px, 46.17539432pt, 12vw);
  color: #b53f2a;
  margin-top: 0;
  margin-bottom: 0;
}
.section-intro .container h2 {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 19.03304348pt;
  font-weight: 300;
}
.section-intro .container p {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 12.68869565pt;
  margin-top: 5px;
  margin-bottom: 5px;
}
.levels-of-grooming-service {
  box-sizing: border-box;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 20px !important;
  padding-right: 20px !important;
  background-color: #f9f5ee;
  border-radius: 18px;
}
@media (min-width: 900px) {
  .levels-of-grooming-service {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }
}
.groom-package .about {
  display: grid;
  column-gap: 65px;
  row-gap: 20px;
}
.groom-package .about .pic-holder img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.groom-package .about .desc h2 {
  font-family: gelica, sans-serif;
  font-size: 21.54851735pt;
  font-size: clamp(8px, 21.54851735pt, 12vw);
  color: #b53f2a;
  margin-top: 0;
}
.groom-package .about .desc p strong {
  color: #b53f2a;
}
@media (max-width: 900px) {
  .groom-package .about .pic-holder img {
    max-width: 100%;
  }
}
@media (min-width: 900px) {
  .groom-package .about {
    grid-template-columns: auto 1fr;
  }
  .groom-package .about .pic-holder {
    position: relative;
    width: 220px;
    aspect-ratio: 1;
    align-self: start;
  }
  .groom-package .about .pic-holder img {
    position: absolute;
    top: 0;
    right: 0;
  }
}
.groom-package .prices {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  margin-top: 40px;
}
.groom-package .prices .offering {
  display: grid;
  grid-template-rows: auto 1fr;
  margin-right: 1px;
  text-align: center;
  flex-grow: 1;
}
.groom-package .prices .offering p {
  margin: 0;
}
.groom-package .prices .offering .price {
  background-color: white;
}
.groom-package .prices .offering .price p {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 15.86086956pt;
  font-weight: 800;
  color: #b53f2a;
  padding-top: 20px;
  padding-bottom: 20px;
}
.groom-package .prices .offering .desc {
  margin-top: 1px;
  background-color: white;
  min-height: 6em;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}
.groom-package .prices .offering .desc p {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 14.27478261pt;
}
.groom-package .prices .offering .desc p:first-of-type {
  white-space: nowrap;
}
.groom-package .prices .offering .desc p + p {
  margin-top: 8px;
}
.groom-package .prices .offering:last-child {
  margin-right: 0;
}
@media (max-width: 900px) {
  .groom-package .prices {
    flex-direction: column;
    row-gap: 20px;
  }
  .groom-package .prices .offering {
    background-color: #c6beaf;
  }
}
@media (min-width: 900px) {
  .groom-package .prices {
    background-color: #c6beaf;
  }
}
.groom-package + .groom-package {
  margin-top: 60px;
}
.addons-box {
  background-color: #f9f5ee;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 18px;
}
.addons-box h2 {
  font-family: gelica, sans-serif;
  font-size: 21.54851735pt;
  font-size: clamp(8px, 21.54851735pt, 12vw);
  color: #b53f2a;
  text-align: center;
}
.addons-box h3 {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 12.68869565pt;
  text-align: center;
  font-weight: 600;
}
@media (max-width: 900px) {
  .addons-box {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.addon-table {
  border-spacing: 1px;
  border-collapse: separate;
  width: 100%;
  position: relative;
}
.addon-table:after {
  content: '\00a0';
  background-color: #c6beaf;
  position: absolute;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 2px;
  z-index: 0;
}
.addon-table small {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 14.27478261pt;
  display: block;
  font-weight: 400;
}
.addon-table td {
  background-color: white;
  padding: 10px 16px;
  position: relative;
  z-index: 2;
}
.addon-table td:first-child {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 15.86086956pt;
  font-weight: 600;
}
.addon-table td:last-child {
  font-family: gelica, sans-serif;
  font-size: 15.39179811pt;
  font-size: clamp(8px, 15.39179811pt, 12vw);
  color: #b53f2a;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 650px) {
  .addon-table td:first-child {
    font-family: "Montserrat", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 12.68869565pt;
    font-weight: 600;
  }
  .addon-table td:last-child {
    font-family: gelica, sans-serif;
    font-size: 12.31343849pt;
    font-size: clamp(8px, 12.31343849pt, 12vw);
  }
  .addon-table small {
    font-family: "Montserrat", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 11.1026087pt;
  }
}
.rounded-square-picture img {
  border-radius: 20px;
  aspect-ratio: 1;
  object-fit: cover;
  object-position: center;
}
.rounded-picture img {
  border-radius: 20px;
  object-fit: cover;
  object-position: center;
}
.pass-button {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 34.89391304pt;
  font-weight: 600;
  display: inline-block;
  padding: 15px 10px;
  margin-right: 20px;
  background-color: #ede9e0;
  border-radius: 18px;
  text-align: center;
  color: #61a7ae;
}
.pass-button sup {
  font-size: 50%;
}
.pass-button .duration {
  display: block;
  color: #474746;
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 15.86086956pt;
}
.grey-back {
  background-color: #f9f5ee;
}
.two-level-text {
  display: inline-block;
}
.two-level-text > * {
  display: block;
}
.std-header {
  color: white;
  background-color: white;
  padding: 20px;
}
@media (min-width: 900px) {
  .std-header {
    padding: 20px 58px 20px 58px;
  }
}
.std-header .logo {
  color: white;
  text-decoration: none;
  font-size: 0;
}
.std-header .top-menu {
  list-style: none;
}
.std-header .top-menu li {
  margin-left: 10px;
  padding-bottom: 10px;
}
.std-header .top-menu li a {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 12.68869565pt;
  color: #474746;
  text-decoration: none;
  font-weight: 400;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 6px;
  padding-top: 2px;
}
.std-header .menu {
  list-style: none;
}
.std-header .menu li {
  margin-left: 10px;
  padding-bottom: 10px;
}
.std-header .menu li a {
  font-family: gelica, sans-serif;
  font-size: 15.39179811pt;
  font-size: clamp(8px, 15.39179811pt, 12vw);
  font-weight: 600;
  color: #474746;
  text-decoration: none;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 6px;
  padding-top: 2px;
}
@media (min-width: 1170px) {
  .std-header {
    display: grid;
    grid-template-columns: auto 1fr;
    max-width: 1170px;
    margin: auto;
  }
  .std-header nav {
    justify-self: right;
    align-self: center;
    text-align: right;
  }
  .std-header nav .close {
    display: none;
  }
  .std-header .top-menu > li {
    display: inline-block;
  }
  .std-header .top-menu > li.customer-portal {
    background-color: #fab62d;
    padding: 9px 6px;
    border-radius: 8px;
  }
  .std-header .top-menu > li.customer-portal a {
    font-weight: 800;
  }
  .std-header .menu {
    display: inline-block;
    margin: 0;
    padding: 0;
  }
  .std-header .menu > li {
    display: inline-block;
  }
  .std-header .menu > li a.current {
    position: relative;
    color: #b53f2a;
  }
  .std-header .menu > li a.current:after {
    content: '\00a0';
    position: absolute;
    border-bottom: solid 9px #b53f2a;
    top: 41px;
    left: 10px;
    right: 10px;
  }
  .std-header .menu > li ul {
    position: absolute;
    top: 100%;
    left: -10000px;
    opacity: 0;
    transition: opacity 0.3s;
    background-color: black;
    color: white;
    text-align: left;
    list-style: none;
    font-size: 70%;
    width: 300px;
  }
  .std-header .menu > li:hover ul {
    left: auto;
    right: 0;
    opacity: 1;
  }
  .std-header .tribar {
    display: none;
  }
}
@media (max-width: 1170px) {
  .std-header nav {
    position: fixed;
    width: 100%;
    width: 100vw;
    height: 100%;
    height: 100vh;
    z-index: 5;
    top: 0;
    left: -20000px;
    max-width: 350px;
    opacity: 0;
    transition: opacity 0.3s;
    overflow: auto;
    padding: 50px 15px 0 15px;
    box-sizing: border-box;
    background-color: black;
  }
  .std-header nav .menu {
    padding: 0;
  }
  .std-header nav > li {
    display: block;
    text-align: center;
  }
  .std-header nav > li > a {
    text-align: center;
    font-weight: 600;
  }
  .std-header nav > li > ul {
    position: relative;
    left: auto;
    opacity: 1;
    text-align: center;
  }
  .std-header nav > li > ul a {
    text-align: center;
  }
  .std-header nav.open {
    left: 0;
    opacity: 1;
  }
  .std-header nav .close {
    position: absolute;
    right: 30px;
    top: 20px;
    cursor: pointer;
    font-size: 30px;
  }
  .std-header a {
    color: white !important;
  }
  .std-header .top-menu {
    padding-left: 0;
  }
  .std-header .tribar {
    width: 30px;
    margin: 10px 10px 0 0;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
  }
  .std-header .tribar .one,
  .std-header .tribar .two,
  .std-header .tribar .three {
    border-bottom: solid 3px;
    border-color: #474746;
  }
  .std-header .tribar .two {
    margin: 7px 0;
  }
}
@media (max-width: 650px) {
  .std-header .logo img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
header {
  color: white;
  background-color: white;
  padding: 20px;
}
@media (min-width: 900px) {
  header {
    padding: 20px 58px 20px 58px;
  }
}
header .logo {
  color: white;
  text-decoration: none;
  font-size: 0;
}
header .top-menu {
  list-style: none;
}
header .top-menu li {
  margin-left: 10px;
  padding-bottom: 10px;
}
header .top-menu li a {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 12.68869565pt;
  color: #474746;
  text-decoration: none;
  font-weight: 400;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 6px;
  padding-top: 2px;
}
header .menu {
  list-style: none;
}
header .menu li {
  margin-left: 10px;
  padding-bottom: 10px;
}
header .menu li a {
  font-family: gelica, sans-serif;
  font-size: 15.39179811pt;
  font-size: clamp(8px, 15.39179811pt, 12vw);
  font-weight: 600;
  color: #474746;
  text-decoration: none;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 6px;
  padding-top: 2px;
}
@media (min-width: 1170px) {
  header {
    display: grid;
    grid-template-columns: auto 1fr;
    max-width: 1170px;
    margin: auto;
  }
  header nav {
    justify-self: right;
    align-self: center;
    text-align: right;
  }
  header nav .close {
    display: none;
  }
  header .top-menu > li {
    display: inline-block;
  }
  header .top-menu > li.customer-portal {
    background-color: #fab62d;
    padding: 9px 6px;
    border-radius: 8px;
  }
  header .top-menu > li.customer-portal a {
    font-weight: 800;
  }
  header .menu {
    display: inline-block;
    margin: 0;
    padding: 0;
  }
  header .menu > li {
    display: inline-block;
  }
  header .menu > li a.current {
    position: relative;
    color: #b53f2a;
  }
  header .menu > li a.current:after {
    content: '\00a0';
    position: absolute;
    border-bottom: solid 9px #b53f2a;
    top: 41px;
    left: 10px;
    right: 10px;
  }
  header .menu > li ul {
    position: absolute;
    top: 100%;
    left: -10000px;
    opacity: 0;
    transition: opacity 0.3s;
    background-color: black;
    color: white;
    text-align: left;
    list-style: none;
    font-size: 70%;
    width: 300px;
  }
  header .menu > li:hover ul {
    left: auto;
    right: 0;
    opacity: 1;
  }
  header .tribar {
    display: none;
  }
}
@media (max-width: 1170px) {
  header nav {
    position: fixed;
    width: 100%;
    width: 100vw;
    height: 100%;
    height: 100vh;
    z-index: 5;
    top: 0;
    left: -20000px;
    max-width: 350px;
    opacity: 0;
    transition: opacity 0.3s;
    overflow: auto;
    padding: 50px 15px 0 15px;
    box-sizing: border-box;
    background-color: black;
  }
  header nav .menu {
    padding: 0;
  }
  header nav > li {
    display: block;
    text-align: center;
  }
  header nav > li > a {
    text-align: center;
    font-weight: 600;
  }
  header nav > li > ul {
    position: relative;
    left: auto;
    opacity: 1;
    text-align: center;
  }
  header nav > li > ul a {
    text-align: center;
  }
  header nav.open {
    left: 0;
    opacity: 1;
  }
  header nav .close {
    position: absolute;
    right: 30px;
    top: 20px;
    cursor: pointer;
    font-size: 30px;
  }
  header a {
    color: white !important;
  }
  header .top-menu {
    padding-left: 0;
  }
  header .tribar {
    width: 30px;
    margin: 10px 10px 0 0;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
  }
  header .tribar .one,
  header .tribar .two,
  header .tribar .three {
    border-bottom: solid 3px;
    border-color: #474746;
  }
  header .tribar .two {
    margin: 7px 0;
  }
}
@media (max-width: 650px) {
  header .logo img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
.std-txt h1 {
  font-family: gelica, sans-serif;
  font-size: 46.17539432pt;
  font-size: clamp(8px, 46.17539432pt, 12vw);
  color: #b53f2a;
  font-weight: 600;
}
.std-txt h1 strong {
  font-weight: 600;
}
.std-txt p {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 12.68869565pt;
}
.jumbo {
  position: relative;
}
.jumbo img {
  display: block;
  width: 100%;
}
.jumbo .video-holder {
  aspect-ratio: 2.70422535;
  position: relative;
  overflow: hidden;
}
.jumbo .video-holder video {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}
.jumbo .video-holder img {
  position: absolute;
  width: auto;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.jumbo h1 {
  font-family: gelica, sans-serif;
  font-size: 46.17539432pt;
  font-size: clamp(8px, 46.17539432pt, 12vw);
  font-weight: 400;
  margin: 0;
}
.jumbo h1 strong {
  font-weight: 600;
}
.jumbo .msg {
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: white;
}
.page-inner .jumbo .msg {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}
.page-inner .jumbo .msg h1 {
  font-weight: 600;
}
.page-inner .jumbo > picture img {
  aspect-ratio: 4.6038961;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 900px) {
  .page-inner .jumbo {
    height: 200px;
  }
  .page-inner .jumbo img {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100% !important;
    object-fit: cover;
    object-position: center center;
  }
}
@media (max-width: 900px) {
  .page-landing .jumbo {
    min-height: 200px;
  }
  .page-landing .jumbo .video-holder {
    aspect-ratio: 1.5;
  }
  .page-landing .jumbo .video-holder video {
    width: auto;
    min-width: 100%;
    min-height: 100%;
  }
}
@media (max-width: 650px) {
  .page-landing .home-video-overlay-picture {
    display: none;
  }
}
.header-container {
  border-bottom: solid 9px #61a7ae;
}
.site-wide-message {
  font-family: gelica, sans-serif;
  font-size: 20.00933754pt;
  font-size: clamp(8px, 20.00933754pt, 12vw);
  background-color: #fab62d;
  padding: 12px 12px;
  text-align: center;
  color: #b53f2a;
  font-weight: 600;
}
footer {
  background-color: #474746;
  color: white;
  padding-top: 40px;
}
footer .plate .award {
  margin-top: 40px;
  margin-bottom: 50px;
}
footer .plate .copyright {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 9.51652174pt;
  padding-bottom: 20px;
}
footer .contact-methods {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 12px;
  row-gap: 3px;
}
footer .contact h2 {
  margin-bottom: 10px;
}
footer .contact .vary {
  font-size: 80%;
  margin-top: 5px;
}
footer .connect .links a {
  display: inline-block;
  margin-right: 12px;
}
footer .connect img {
  max-width: 100%;
}
footer .apparel img {
  vertical-align: middle;
}
footer .apparel a {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 11.1026087pt;
  color: white;
  font-weight: 600;
}
@media (min-width: 1170px) {
  footer .container {
    display: grid;
    grid-template-columns: repeat(3, auto);
    column-gap: 30px;
  }
}
.paw-print-bar {
  padding-top: 1px;
  padding-bottom: 50px;
  overflow: hidden;
}
.paw-print-bar > .container > picture:first-child img {
  width: auto !important;
  height: 600px !important;
  top: -100px;
  right: -40px;
  left: auto !important;
}
.paw-print-bar .double-column .col2 {
  padding-left: clamp(20px, 100px, 10vw);
  padding-right: clamp(20px, 100px, 10vw);
}
.paw-print-bar .double-column .col2 *:first-child {
  margin-top: 0px;
}
.paw-print-bar .double-column .col2 p {
  text-align: center;
}
.vaccination-requirements {
  background-color: #f9f5ee;
}
.vaccination-requirements h1 {
  font-family: gelica, sans-serif;
  font-size: 35.40113565pt;
  font-size: clamp(8px, 35.40113565pt, 12vw);
  color: #b53f2a;
  margin-bottom: 0;
}
.vaccination-requirements ul {
  list-style: none;
  padding-left: 30px;
}
.vaccination-requirements ul ul {
  list-style: none;
}
.vaccination-requirements ul li {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 12.68869565pt;
  position: relative;
  font-weight: 500;
  margin-bottom: 10px;
  padding-left: 6px;
}
.vaccination-requirements ul li:before {
  content: url('/icons/checkmark-red.svg');
  position: relative;
  margin-left: -40px;
  top: 6px;
  padding-right: 16px;
}
.vaccination-requirements ul li:before {
  content: url('/icons/checkmark-black.svg');
}
section.faqs {
  margin-bottom: 60px;
}
section.faqs h1 {
  font-family: gelica, sans-serif;
  font-size: 46.17539432pt;
  font-size: clamp(8px, 46.17539432pt, 12vw);
  color: #b53f2a;
  text-align: center;
  margin-bottom: 0;
}
section.faqs h2 {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 19.03304348pt;
  font-weight: 300;
  text-align: center;
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
}
section.faqs .faq {
  position: relative;
  margin-bottom: 10px;
  border-radius: 18px;
  padding: 20px;
  border: solid 1px #c6beaf;
}
section.faqs .faq summary p {
  font-family: gelica, sans-serif;
  font-size: 21.54851735pt;
  font-size: clamp(8px, 21.54851735pt, 12vw);
  color: #b53f2a;
  font-weight: 600;
  margin: 0;
}
section.faqs .faq summary:before {
  content: '+';
  position: absolute;
  top: 10px;
  right: 15px;
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 22.20521739pt;
  font-weight: 600;
  color: #c6beaf;
}
section.faqs .faq[open] summary:before {
  content: '-';
  top: 2px;
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 31.72173913pt;
}
section.faqs .faq p {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 14.27478261pt;
}
.temporary-paws {
  background-color: #61a7ae;
  color: white;
}
.temporary-paws .content {
  padding-top: 50px;
  padding-bottom: 50px;
}
.temporary-paws .content h1 {
  font-family: gelica, sans-serif;
  font-size: 46.17539432pt;
  font-size: clamp(8px, 46.17539432pt, 12vw);
  font-weight: 600;
  margin: 0;
}
.temporary-paws .content h1 small {
  display: block;
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 17.44695652pt;
  font-weight: 500;
}
.temporary-paws .content p {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 14.27478261pt;
  font-weight: 300;
  margin-top: 30px;
}
@media (max-width: 650px) {
  .temporary-paws .content h1 {
    font-family: gelica, sans-serif;
    font-size: 30.78359621pt;
    font-size: clamp(8px, 30.78359621pt, 12vw);
  }
}
.temporary-paws .right .holder {
  left: 40px;
}
.temporary-paws .right img.paws {
  margin-left: 50px;
}
.temporary-paws .right .happy-dog-and-cat-picture img {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 900px) {
  .temporary-paws .content {
    padding-left: 10px;
  }
  .temporary-paws .right {
    display: none;
  }
}
.upcoming-events {
  background-color: #f9f5ee;
  padding-top: 50px;
  padding-bottom: 80px;
}
.policies {
  margin-bottom: 30px;
}
.policies h1 {
  font-family: gelica, sans-serif;
  font-size: 35.40113565pt;
  font-size: clamp(8px, 35.40113565pt, 12vw);
  color: #61a7ae;
  text-align: center;
}
.policies p {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 12.68869565pt;
  font-weight: 300;
  text-align: center;
}
.grooming-addons {
  background-color: #61a7ae;
  overflow: hidden;
  padding-top: 20px;
  padding-bottom: 100px;
}
.grooming-addons > picture:first-child img {
  height: auto !important;
  object-fit: cover;
  object-position: top center;
  top: -30px;
}
.grooming-addons h1 {
  color: white;
  text-align: center;
  font-family: gelica, sans-serif;
  font-size: 46.17539432pt;
  font-size: clamp(8px, 46.17539432pt, 12vw);
}
.grooming-addons .addons-box {
  height: 100%;
}
.grooming-addons .double-column {
  row-gap: 40px;
}
.prebook-discount {
  background-color: #f9f5ee;
  grid-template-columns: 1fr minmax(auto, 685px) minmax(auto, 485px) 1fr;
}
.prebook-discount .content {
  padding-top: 30px;
  padding-bottom: 50px;
}
.prebook-discount .content h1 {
  font-family: gelica, sans-serif;
  font-size: 46.17539432pt;
  font-size: clamp(8px, 46.17539432pt, 12vw);
  color: #fab62d;
  margin: 0;
}
.prebook-discount .content p {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 14.27478261pt;
  font-weight: 300;
}
.prebook-discount .content li {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 12.68869565pt;
}
.prebook-discount .right .holder {
  height: 100%;
}
.prebook-discount .right .holder img {
  object-fit: cover;
  object-position: left center;
}
.pet-resort-boarding {
  background-color: #f9f5ee;
}
.pet-resort-boarding .content h1 {
  font-family: gelica, sans-serif;
  font-size: 46.17539432pt;
  font-size: clamp(8px, 46.17539432pt, 12vw);
  color: #b53f2a;
  margin-top: 0;
  margin-bottom: 0;
}
.pet-resort-boarding .content p {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 14.27478261pt;
  font-weight: 300;
}
@media (min-width: 900px) {
  .pet-resort-boarding .content {
    padding-right: 80px;
  }
}
.pet-resort-boarding .pic-holder img {
  border-radius: 20px;
  aspect-ratio: 1;
  object-fit: cover;
  object-position: center;
}
section.reservation-types {
  text-align: center;
}
section.reservation-types h1 {
  font-family: gelica, sans-serif;
  font-size: 46.17539432pt;
  font-size: clamp(8px, 46.17539432pt, 12vw);
  color: #b53f2a;
  margin-bottom: 0;
}
section.reservation-types h2 {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 19.03304348pt;
  font-weight: 300;
  margin-bottom: 0;
  margin-top: 0;
}
section.reservation-types p {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 19.03304348pt;
  font-weight: 600;
}
section.reservation-types p a {
  color: #b53f2a;
}
section.reservation-types p img {
  padding-bottom: 3px;
  display: inline-block;
  vertical-align: middle;
}
section.reservation-types h2 + p {
  margin-top: 4px;
}
section.reservation-types .reservation-types-list {
  list-style: none;
  display: grid;
  column-gap: 15px;
  row-gap: 15px;
  margin-top: 40px;
  margin-bottom: 60px;
  padding-left: 0;
}
@media (min-width: 900px) {
  section.reservation-types .reservation-types-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
section.reservation-types .reservation-types-list > li {
  text-align: left;
  min-height: 100%;
  display: grid;
  grid-template-rows: auto 1fr;
}
section.reservation-types .reservation-types-list > li .pic-holder img {
  display: block;
  aspect-ratio: 1.50806452;
  object-fit: cover;
  object-position: center;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  width: 100%;
}
section.reservation-types .reservation-types-list > li .msg {
  background-color: #f9f5ee;
  border-bottom-left-radius: 18px;
  border-bottom-right-radius: 18px;
  padding: 30px 35px;
}
section.reservation-types .reservation-types-list > li .msg h2 {
  font-family: gelica, sans-serif;
  font-size: 21.54851735pt;
  font-size: clamp(8px, 21.54851735pt, 12vw);
  color: #b53f2a;
  font-weight: 600;
}
section.reservation-types .reservation-types-list > li .msg h2 small {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 15.86086956pt;
  display: block;
  color: #474746;
}
section.reservation-types .reservation-types-list > li .msg .price {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 34.89391304pt;
  color: #61a7ae;
  font-weight: 700;
}
section.reservation-types .reservation-types-list > li .msg .price small {
  display: block;
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 14.27478261pt;
}
section.reservation-types .reservation-types-list > li .msg p {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 10.30956522pt;
  font-weight: 300;
  margin-bottom: 0;
}
section.add-ons {
  background-color: #72749f;
  padding-top: 10px;
  padding-bottom: 60px;
  background-image: url('/icons/purple-paws-repeating-2.svg');
}
section.add-ons h1 {
  font-family: gelica, sans-serif;
  font-size: 46.17539432pt;
  font-size: clamp(8px, 46.17539432pt, 12vw);
  color: white;
  text-align: center;
}
section.add-ons .addon-options {
  list-style: none;
  padding-bottom: 1px;
  padding-left: 0;
}
section.add-ons .addon-options li {
  background-color: white;
  border-radius: 18px;
  padding: 15px 15px;
  margin-bottom: 15px;
}
section.add-ons .addon-options li details {
  position: relative;
}
section.add-ons .addon-options li summary {
  display: grid;
  column-gap: 20px;
  row-gap: 20px;
}
@media (min-width: 900px) {
  section.add-ons .addon-options li summary {
    grid-template-columns: 185px 1fr;
  }
}
section.add-ons .addon-options li summary:before {
  content: 'EXPAND TO VIEW ALL +';
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 14.27478261pt;
  font-weight: 600;
  color: #c6beaf;
  text-align: right;
}
section.add-ons .addon-options li summary .large {
  font-size: 140%;
}
section.add-ons .addon-options li summary .pic-holder img {
  border-radius: 20px;
  aspect-ratio: 1;
  object-fit: cover;
  object-position: center;
}
section.add-ons .addon-options li summary .pic-holder img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
section.add-ons .addon-options li summary h2 {
  font-family: gelica, sans-serif;
  font-size: 35.40113565pt;
  font-size: clamp(8px, 35.40113565pt, 12vw);
  color: #b53f2a;
  margin-top: 0;
  margin-bottom: 0;
}
section.add-ons .addon-options li summary p {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 13.95756522pt;
}
@media (min-width: 900px) {
  section.add-ons .addon-options li summary:before {
    position: absolute;
    top: 26px;
    right: 15px;
  }
}
section.add-ons .addon-options li details[open] summary:before {
  content: '-';
}
section.add-ons .addon-options li:last-child {
  margin-bottom: 0;
}
.addons-pricing {
  width: 100%;
  margin-bottom: 20px;
  margin-top: 20px;
}
.addons-pricing td {
  border-bottom: 1px solid #c6beaf;
}
.addons-pricing td {
  padding: 10px 0;
}
.addons-pricing td:first-child {
  font-family: gelica, sans-serif;
  font-size: 21.54851735pt;
  font-size: clamp(8px, 21.54851735pt, 12vw);
  color: #b53f2a;
  font-weight: 600;
}
.addons-pricing td:last-child {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 23.79130435pt;
  font-weight: 600;
  color: #61a7ae;
  text-align: right;
}
.addons-pricing td:last-child sup {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 17.44695652pt;
}
.addons-pricing small {
  font-size: 50%;
}
.addons-pricing small span {
  display: block;
}
.boarding-membership {
  background-color: #72749f;
}
.boarding-membership .pic-holder {
  align-self: center;
}
.boarding-membership .pic-holder img {
  border-radius: 20px;
  aspect-ratio: 1;
  object-fit: cover;
  object-position: center;
}
.boarding-membership .content {
  color: white;
}
.boarding-membership .content h1 {
  font-family: gelica, sans-serif;
  font-size: 46.17539432pt;
  font-size: clamp(8px, 46.17539432pt, 12vw);
  margin-bottom: 24px;
}
.boarding-membership .content p,
.boarding-membership .content li {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 13.48173913pt;
  font-weight: 300;
}
.boarding-membership .content li {
  margin-bottom: 3px;
}
.boarding-membership .content p + ul {
  margin-top: -15px;
}
.boarding-membership .content .price {
  display: inline-block;
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 31.72173913pt;
  font-weight: 600;
  margin-right: 15px;
  vertical-align: bottom;
}
.boarding-membership .content .price sup {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 15.86086956pt;
}
.boarding-membership .content .price small {
  display: block;
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 15.86086956pt;
}
.join-our-team h1 {
  font-family: gelica, sans-serif;
  font-size: 46.17539432pt;
  font-size: clamp(8px, 46.17539432pt, 12vw);
  margin-bottom: 0;
  color: #b53f2a;
}
.join-our-team .pic-holder {
  align-self: center;
}
.job-openings {
  padding-top: 10px;
  padding-bottom: 60px;
  background-color: #f9f5ee;
}
.job-openings h1 {
  font-family: gelica, sans-serif;
  font-size: 46.17539432pt;
  font-size: clamp(8px, 46.17539432pt, 12vw);
  color: #61a7ae;
  text-align: center;
}
.job-openings .job-description {
  padding: 20px 30px;
  background-color: white;
  border-radius: 18px;
  border: solid 1px #c6beaf;
}
.job-openings .job-description h2 {
  font-family: gelica, sans-serif;
  font-size: 21.54851735pt;
  font-size: clamp(8px, 21.54851735pt, 12vw);
  color: #b53f2a;
  margin-top: 0;
  margin-bottom: 10px;
}
.job-openings .job-description .wage {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 23.79130435pt;
  color: #61a7ae;
  font-weight: 600;
}
.job-openings .job-description .wage sup {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 17.44695652pt;
  vertical-align: sub;
}
.job-openings .job-description .time {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 11.1026087pt;
  position: relative;
  padding-left: 30px;
}
.job-openings .job-description .time:before {
  content: url('/icons/clock-red.svg');
  position: absolute;
  top: 0;
  left: 0;
}
.job-openings .job-description .desc p,
.job-openings .job-description .desc li,
.job-openings .job-description .desc div {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 12.68869565pt;
}
.job-openings .job-description + .job-description {
  margin-top: 20px;
}
.get-in-touch {
  column-gap: 20px;
}
.get-in-touch h1 {
  font-family: gelica, sans-serif;
  font-size: 46.17539432pt;
  font-size: clamp(8px, 46.17539432pt, 12vw);
  margin-bottom: 0;
  color: #b53f2a;
}
.get-in-touch .top img {
  top: -400px;
}
.get-in-touch .phones img {
  display: inline-block;
}
.map-picture {
  position: relative;
}
.map-picture img {
  display: block;
  width: 100%;
}
.map-picture iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.directions {
  background-color: #f9f5ee;
  padding-top: 30px;
  padding-bottom: 30px;
}
.directions .container {
  text-align: center;
}
.directions .container p {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 12.41906087pt;
}
.contact-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 20px;
  margin-bottom: 60px;
}
.contact-form label {
  grid-column: span 2;
  margin-bottom: 12px;
}
.contact-form label .msg {
  font-weight: 600;
}
.contact-form label .ast {
  color: #b53f2a;
}
.contact-form input,
.contact-form textarea,
.contact-form select {
  display: block;
  box-sizing: border-box;
  width: 100%;
  margin-top: 5px;
  border-radius: 10px;
  border: solid 1px #c6beaf;
  background-color: white;
  padding: 9px 15px;
}
.contact-form button {
  margin-top: 20px;
}
@media (min-width: 900px) {
  .contact-form label.name,
  .contact-form label.phone {
    grid-column: span 1;
  }
}
.hours-list {
  background-color: #f9f5ee;
  border-radius: 18px;
  padding: 20px 35px 40px 35px;
  margin-top: 30px;
}
.hours-list h2 {
  font-family: gelica, sans-serif;
  font-size: 18.47015773pt;
  font-size: clamp(8px, 18.47015773pt, 12vw);
  color: #b53f2a;
}
.hours-list h3 {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 15.86086956pt;
  color: #b53f2a;
  margin-bottom: 5px;
}
.hours-list p {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 11.1026087pt;
  margin-top: 0;
}
.hours-list .phones strong {
  display: inline-block;
  width: 130px;
  color: #b53f2a;
  font-size: 120%;
}
.hours-list .phones img {
  width: 20px;
  padding-right: 7px;
  vertical-align: sub;
}
.dog-park-passes .content {
  padding-bottom: 40px;
  padding-right: 10px;
  z-index: 3;
}
.dog-park-passes h1 {
  font-family: gelica, sans-serif;
  font-size: 46.17539432pt;
  font-size: clamp(8px, 46.17539432pt, 12vw);
  color: #b53f2a;
  margin-bottom: 0;
}
.dog-park-passes p {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 14.27478261pt;
  font-weight: 300;
}
.dog-park-passes h2 {
  font-family: gelica, sans-serif;
  font-size: 22.02566309pt;
  font-size: clamp(8px, 22.02566309pt, 12vw);
  color: #b53f2a;
  margin-bottom: 15px;
}
.dog-park-passes h2 + p {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 12.68869565pt;
  font-weight: 400;
}
.dog-park-passes .passes .pass-button {
  width: 230px;
}
@media (min-width: 900px) {
  .dog-park-passes .right .holder {
    top: 0;
  }
}
@media (max-width: 900px) {
  .dog-park-passes .right img {
    filter: grayscale(1);
    opacity: 0.1;
  }
  .dog-park-passes .pass-button {
    margin-bottom: 10px;
  }
}
.check-out-park {
  background-color: #f9f5ee;
}
.check-out-park .container {
  padding-top: 1px;
  padding-bottom: 50px;
  text-align: center;
}
.check-out-park h1 {
  font-family: gelica, sans-serif;
  font-size: 22.02566309pt;
  font-size: clamp(8px, 22.02566309pt, 12vw);
  color: #b53f2a;
  margin-top: 30px;
  margin-bottom: 30px;
}
.check-out-park .dog-park-video video {
  display: block;
  width: 100%;
  margin: auto;
  max-width: 840px;
  border-radius: 18px;
}
.share-adventure {
  background-color: #b53f2a;
  color: white;
  padding: 15px 30px;
  text-align: center;
}
.share-adventure h1 {
  font-family: gelica, sans-serif;
  font-size: 46.17539432pt;
  font-size: clamp(8px, 46.17539432pt, 12vw);
  margin-top: 30px;
  margin-bottom: 0;
}
.share-adventure h2 {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 19.03304348pt;
  font-weight: 500;
  margin-top: 10px;
}
@media (max-width: 650px) {
  .share-adventure h1 {
    font-size: 9vw;
  }
}
.testimonials {
  padding-top: 30px;
  padding-bottom: 30px;
}
.testimonials h1,
.testimonials h2 {
  color: white;
  text-align: center;
}
.testimonials h1 {
  font-family: gelica, sans-serif;
  font-size: 46.17539432pt;
  font-size: clamp(8px, 46.17539432pt, 12vw);
  margin-bottom: 0;
  margin-top: 20px;
}
.testimonials h2 {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 19.03304348pt;
  margin-top: 10px;
  font-weight: 500;
}
.playcare-reservation-types {
  padding-bottom: 60px;
}
.playcare-reservation-types h1 {
  font-family: gelica, sans-serif;
  font-size: 46.17539432pt;
  font-size: clamp(8px, 46.17539432pt, 12vw);
  text-align: center;
  color: #b53f2a;
}
.playcare-reservation-types .types {
  margin-top: 40px;
}
.playcare-reservation-types .reservation {
  display: grid;
  border-radius: 18px;
  background-color: #f9f5ee;
  overflow: hidden;
}
.playcare-reservation-types .reservation .msg {
  padding: 40px;
}
.playcare-reservation-types .reservation .pic-holder {
  font-size: 0;
}
.playcare-reservation-types .reservation .pic-holder figure {
  margin: 0;
  height: 100%;
}
.playcare-reservation-types .reservation .pic-holder figure * {
  height: 100% !important;
}
.playcare-reservation-types .reservation .pic-holder p {
  display: none;
}
.playcare-reservation-types .reservation .pic-holder img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.playcare-reservation-types .reservation h2 {
  font-family: gelica, sans-serif;
  font-size: 21.54851735pt;
  font-size: clamp(8px, 21.54851735pt, 12vw);
  color: #b53f2a;
  margin-top: 0;
  margin-bottom: 0;
}
.playcare-reservation-types .reservation h3 {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 34.89391304pt;
  color: #61a7ae;
  margin-top: 10px;
  margin-bottom: 0;
}
.playcare-reservation-types .reservation h3 small {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 15.86086956pt;
  display: block;
}
.playcare-reservation-types .reservation p {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 13.95756522pt;
}
@media (min-width: 900px) {
  .playcare-reservation-types .reservation {
    grid-template-columns: 255px 1fr;
  }
}
.playcare-reservation-types .reservation + .reservation {
  margin-top: 30px;
}
.playcare-member-rates {
  background-color: #f9f5ee;
}
.playcare-member-rates h1 {
  font-family: gelica, sans-serif;
  font-size: 46.17539432pt;
  font-size: clamp(8px, 46.17539432pt, 12vw);
  text-align: center;
  color: #b53f2a;
}
.playcare-member-rates .content {
  padding-bottom: 50px;
}
.playcare-member-rates .badges-and-msg {
  display: grid;
  column-gap: 75px;
}
.playcare-member-rates .badges-and-msg .badges .pass-button {
  display: block;
  margin-right: 0;
  margin-top: 10px;
}
@media (max-width: 900px) {
  .playcare-member-rates .badges-and-msg .badges {
    grid-row: 2;
    grid-column: 1;
  }
  .playcare-member-rates .badges-and-msg .msg {
    grid-row: 1;
    grid-column: 1;
  }
}
@media (min-width: 900px) {
  .playcare-member-rates .badges-and-msg {
    grid-template-columns: 230px 1fr;
  }
}
.playcare-member-rates .msg p {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 13.95756522pt;
  font-weight: 300;
}
.playcare-member-rates .msg li {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 13.95756522pt;
  margin-bottom: 8px;
  font-weight: 300;
}
.playcare-member-rates .right .holder,
.playcare-member-rates .left .holder {
  height: 100%;
}
.playcare-member-rates .right .holder img,
.playcare-member-rates .left .holder img {
  height: 100%;
}
.the-barky-bus {
  background-color: #b53f2a;
}
.the-barky-bus .content {
  color: white;
  padding-top: 40px;
  padding-bottom: 40px;
}
.the-barky-bus .content h1 {
  font-family: gelica, sans-serif;
  font-size: 46.17539432pt;
  font-size: clamp(8px, 46.17539432pt, 12vw);
  margin: 0;
}
.the-barky-bus .content h2 {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 19.03304348pt;
  margin: 0;
}
.the-barky-bus .content p {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 14.27478261pt;
  font-weight: 300;
}
.the-barky-bus .right {
  font-size: 0;
}
.the-barky-bus .right .holder {
  font-size: 0;
  max-height: 100%;
  white-space: nowrap;
  padding-left: 40px;
  width: 100%;
  height: 100% !important;
  box-sizing: border-box;
}
.the-barky-bus .right picture {
  display: inline-block;
  font-size: 0;
  max-height: 100%;
  height: 100% !important;
  vertical-align: top;
}
.the-barky-bus .right img {
  display: block;
  border-radius: 18px;
  max-height: 100%;
  height: 100% !important;
  width: auto !important;
}
.the-barky-bus .right picture + picture {
  margin-left: 10px;
}
.the-barky-bus .pricing {
  display: grid;
  grid-template-columns: auto 1px 1fr;
  column-gap: 20px;
}
.the-barky-bus .pricing .gap {
  font-size: 0;
  background-color: #fab62d;
}
.the-barky-bus .pricing .ride {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 34.89391304pt;
  font-weight: 600;
}
.the-barky-bus .pricing .ride sup {
  font-size: 50%;
}
.the-barky-bus .pricing .ride small {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 15.86086956pt;
  display: block;
}
.temporary-paws-refuge {
  display: grid;
  grid-template-columns: 1fr minmax(auto, 351px) minmax(auto, 351px) minmax(auto, 117px) minmax(auto, 351px) 1fr;
  overflow: hidden;
  background-color: #f9f5ee;
}
.temporary-paws-refuge .two-level-text small {
  font-size: 60%;
}
.temporary-paws-refuge .like-button {
  padding-top: 18px;
  padding-bottom: 17px;
  line-height: 1em;
}
.temporary-paws-refuge .like-button img {
  vertical-align: bottom;
}
.temporary-paws-refuge .top {
  grid-row: 1;
  grid-column: 1 / span 6;
  position: relative;
  overflow: hidden;
}
.temporary-paws-refuge .top img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.temporary-paws-refuge .right {
  position: relative;
  grid-column: 4 / span 3;
  grid-row: 1;
}
.temporary-paws-refuge .right .holder {
  position: absolute;
  padding-left: 50px;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  min-height: 100%;
  min-width: 100%;
  text-align: right;
  font-size: 0;
}
.temporary-paws-refuge .content {
  padding-top: 20px;
  padding-bottom: 20px;
  z-index: 3;
}
.temporary-paws-refuge .content h1 {
  font-family: gelica, sans-serif;
  font-size: 46.17539432pt;
  font-size: clamp(8px, 46.17539432pt, 12vw);
  color: #b53f2a;
  margin-bottom: 30px;
}
.temporary-paws-refuge .content h1 small {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 17.44695652pt;
  display: block;
  color: #61a7ae;
  font-weight: 500;
}
.temporary-paws-refuge .content p {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 14.27478261pt;
  font-weight: 300;
}
.temporary-paws-refuge .content {
  grid-row: 1;
  grid-column: 2 / span 2;
  align-self: center;
}
.temporary-paws-refuge .pic-holder {
  grid-row: 1;
  grid-column: 4 / span 2;
  align-self: end;
  z-index: 3;
  padding-left: 30px;
}
.temporary-paws-refuge .pic-holder img {
  display: block;
  max-width: 100%;
}
@media (max-width: 900px) {
  .temporary-paws-refuge .pic-holder {
    display: none;
  }
  .temporary-paws-refuge .content {
    padding-left: 10px;
    padding-right: 10px;
    grid-row: 1;
    grid-column: 2 / span 4;
  }
  .temporary-paws-refuge .right {
    grid-column: 2 / span 4;
  }
}
.temporary-paws-refuge .venmo-dontate {
  margin-top: 90px;
  margin-bottom: 10px;
  display: inline-grid;
  column-gap: 30px;
  grid-template-columns: 1fr auto;
}
.temporary-paws-refuge .venmo-dontate .msg {
  align-self: end;
}
.temporary-paws-refuge .venmo-dontate .pic img {
  display: block;
}
.training-courses {
  padding-bottom: 60px;
}
.training-courses h1 {
  font-family: gelica, sans-serif;
  font-size: 46.17539432pt;
  font-size: clamp(8px, 46.17539432pt, 12vw);
  text-align: center;
  color: #b53f2a;
  margin-bottom: 0;
}
.training-courses h2 {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 19.03304348pt;
  font-weight: 600;
  text-align: center;
}
.training-courses .classes {
  margin-top: 40px;
}
.training-courses .class {
  display: grid;
  border-radius: 18px;
  background-color: #f9f5ee;
  overflow: hidden;
  row-gap: 20px;
}
.training-courses .class .msg {
  padding: 40px;
}
.training-courses .class .msg h2 {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 15.86086956pt;
  color: #61a7ae;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
  font-weight: 700;
}
.training-courses .class .msg h3 {
  font-family: gelica, sans-serif;
  font-size: 21.54851735pt;
  font-size: clamp(8px, 21.54851735pt, 12vw);
  color: #b53f2a;
  margin-top: 10px;
  margin-bottom: 0;
}
.training-courses .class .msg h3 small {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 15.86086956pt;
  display: block;
}
.training-courses .class .msg p {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 13.95756522pt;
}
.training-courses .class .msg ul {
  list-style: none;
  padding-left: 30px;
}
.training-courses .class .msg ul ul {
  list-style: none;
}
.training-courses .class .msg ul li {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 12.68869565pt;
  position: relative;
  font-weight: 500;
  margin-bottom: 10px;
  padding-left: 6px;
}
.training-courses .class .msg ul li:before {
  content: url('/icons/checkmark-red.svg');
  position: relative;
  margin-left: -40px;
  top: 6px;
  padding-right: 16px;
}
.training-courses .class .pic-holder {
  font-size: 0;
}
.training-courses .class .pic-holder figure {
  margin: 0;
  height: 100%;
}
.training-courses .class .pic-holder figure * {
  height: 100% !important;
}
.training-courses .class .pic-holder img {
  object-fit: cover;
  object-position: center center;
  width: 100%;
}
.training-courses .class .pic-holder p {
  display: none;
}
.training-courses .class .pic-holder img {
  display: block;
}
.training-courses .class .registration {
  padding-right: 30px;
  padding-top: 15px;
}
.training-courses .class .registration .color-button {
  margin-right: 0;
}
.training-courses .class .registration h2,
.training-courses .class .registration h3 {
  color: #61a7ae;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}
.training-courses .class .registration h2 {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 34.89391304pt;
  font-weight: 700;
}
.training-courses .class .registration h3 {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 15.86086956pt;
}
@media (max-width: 900px) {
  .training-courses .class .msg {
    padding: 20px 20px 0 20px;
  }
  .training-courses .class .registration {
    padding-left: 20px;
    padding-bottom: 20px;
  }
}
@media (min-width: 900px) {
  .training-courses .class {
    grid-template-columns: 255px 1fr auto;
  }
  .training-courses .class .registration h2,
  .training-courses .class .registration h3 {
    text-align: right;
  }
}
.training-courses .class + .class {
  margin-top: 30px;
}
.training-courses.red {
  background-color: #b53f2a;
  padding-top: 40px;
}
@media (min-width: 900px) {
  .training-courses.red .class {
    grid-template-columns: 345px 1fr auto;
  }
}
.advanced-training-programs {
  display: grid;
  grid-template-columns: 1fr minmax(auto, 234px) minmax(auto, 702px) minmax(auto, 234px) 1fr;
  overflow: hidden;
  column-gap: 20px;
  background-color: #f9f5ee;
}
.advanced-training-programs .content {
  grid-row: 1;
  grid-column: 2 / span 3;
  z-index: 3;
}
.advanced-training-programs .right {
  position: relative;
  grid-column: 4 / span 2;
  grid-row: 1;
}
.advanced-training-programs .right .holder {
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  min-height: 100%;
  min-width: 100%;
  text-align: right;
  font-size: 0;
  height: 100%;
}
.advanced-training-programs .right img {
  min-height: 100%;
  width: auto !important;
}
.advanced-training-programs .left {
  position: relative;
  grid-column: 1 / span 2;
  grid-row: 1;
}
.advanced-training-programs .left .holder {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  min-height: 100%;
  min-width: 100%;
  text-align: left;
  font-size: 0;
  height: 100%;
}
.advanced-training-programs .left img {
  min-height: 100%;
  width: auto !important;
}
.advanced-training-programs .content {
  padding-bottom: 40px;
}
.advanced-training-programs .content h1 {
  font-family: gelica, sans-serif;
  font-size: 46.17539432pt;
  font-size: clamp(8px, 46.17539432pt, 12vw);
  color: #b53f2a;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.advanced-training-programs .content .advanced-programs {
  display: grid;
  row-gap: 30px;
  column-gap: 30px;
}
@media (min-width: 1050px) {
  .advanced-training-programs .content .advanced-programs {
    grid-template-columns: repeat(3, 1fr);
  }
}
.advanced-training-programs .content .advanced-programs .program {
  border-radius: 18px;
  display: grid;
  grid-template-rows: 1fr auto;
  padding: 50px 40px;
  position: relative;
  isolation: isolate;
}
.advanced-training-programs .content .advanced-programs .program > picture:first-child {
  grid-row: 1 / span 2;
  grid-column: 1;
  user-select: none;
}
.advanced-training-programs .content .advanced-programs .program > picture:first-child img {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  user-select: none;
  max-width: 100%;
  max-height: 100%;
}
.advanced-training-programs .content .advanced-programs .program .txt {
  color: white;
  grid-row: 1;
  grid-column: 1;
}
.advanced-training-programs .content .advanced-programs .program .txt h2 {
  font-family: gelica, sans-serif;
  font-size: 21.54851735pt;
  font-size: clamp(8px, 21.54851735pt, 12vw);
  margin-top: 0;
  margin-bottom: 0;
}
.advanced-training-programs .content .advanced-programs .program .txt p {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 14.27478261pt;
}
.advanced-training-programs .content .advanced-programs .program .buttons {
  grid-row: 2;
  grid-column: 1;
}
.advanced-training-programs .content .advanced-programs .program .buttons p {
  margin: 0;
}
.advanced-training-programs .content .advanced-programs .program.academy {
  background-color: #61a7ae;
}
.advanced-training-programs .content .advanced-programs .program.private {
  background-color: #72749f;
}
.advanced-training-programs .content .advanced-programs .program.citizen {
  background-color: #b53f2a;
}
@media (max-width: 650px) {
  .advanced-training-programs .content .advanced-programs .program {
    padding: 50px 10px 30px 10px;
  }
}
.meet-our-trainers {
  padding-bottom: 50px;
}
.meet-our-trainers h1 {
  font-family: gelica, sans-serif;
  font-size: 46.17539432pt;
  font-size: clamp(8px, 46.17539432pt, 12vw);
  color: #b53f2a;
  text-align: center;
}
.meet-our-trainers .trainers .trainer {
  border-radius: 18px;
  border: solid 2px #f0ebe3;
  padding: 10px;
}
.meet-our-trainers .trainers .trainer:after {
  content: '';
  display: table;
  clear: both;
}
.meet-our-trainers .trainers .trainer .pic-holder img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  border-radius: 18px;
  max-width: 100%;
}
.meet-our-trainers .trainers .trainer .info h2 {
  font-family: gelica, sans-serif;
  font-size: 21.54851735pt;
  font-size: clamp(8px, 21.54851735pt, 12vw);
  color: #b53f2a;
  margin-top: 0;
  margin-bottom: 0;
}
.meet-our-trainers .trainers .trainer .info ul {
  list-style: none;
  padding-left: 30px;
}
.meet-our-trainers .trainers .trainer .info ul ul {
  list-style: none;
}
.meet-our-trainers .trainers .trainer .info ul li {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 12.68869565pt;
  position: relative;
  font-weight: 500;
  margin-bottom: 10px;
  padding-left: 6px;
}
.meet-our-trainers .trainers .trainer .info ul li:before {
  content: url('/icons/checkmark-red.svg');
  position: relative;
  margin-left: -40px;
  top: 6px;
  padding-right: 16px;
}
@media (min-width: 900px) {
  .meet-our-trainers .trainers .trainer {
    padding: 30px;
  }
  .meet-our-trainers .trainers .trainer .pic-holder img {
    float: left;
    margin-right: 20px;
  }
  .meet-our-trainers .trainers .trainer .info ul {
    position: relative;
    left: 37px;
  }
}
.meet-our-trainers .trainers .trainer + .trainer {
  margin-top: 30px;
}
.k9-page-intro {
  display: grid;
  grid-template-columns: 1fr auto;
  column-gap: 30px;
  margin-bottom: 40px;
  margin-top: 50px;
}
.k9-page-intro .txt {
  max-width: 800px;
}
.k9-page-intro .txt h1 {
  font-family: gelica, sans-serif;
  font-size: 35.40113565pt;
  font-size: clamp(8px, 35.40113565pt, 12vw);
  color: #b53f2a;
}
.k9-page-intro .txt p {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 14.27478261pt;
  font-weight: 600;
}
.k9-page-intro .buttons {
  align-self: end;
}
@media (max-width: 900px) {
  .k9-page-intro {
    grid-template-columns: auto;
  }
}
.k9-classes {
  margin-bottom: 50px;
}
.k9-classes .class {
  padding: 30px;
  border-radius: 18px;
  background-color: #f9f5ee;
}
.k9-classes .class h2,
.k9-classes .class h3 {
  margin: 0;
}
.k9-classes .class h2 {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 15.86086956pt;
}
.k9-classes .class h3 {
  font-family: gelica, sans-serif;
  font-size: 21.54851735pt;
  font-size: clamp(8px, 21.54851735pt, 12vw);
  color: #b53f2a;
}
.k9-classes .class h4 {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 22.20521739pt;
  color: #61a7ae;
  margin-top: 30px;
  margin-bottom: 0;
}
.k9-classes .class h4 small {
  display: block;
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 12.68869565pt;
}
.k9-classes .class p {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 12.68869565pt;
}
.k9-classes .class + .class {
  margin-top: 20px;
}
.good-citizen-msg h1 {
  font-family: gelica, sans-serif;
  font-size: 35.40113565pt;
  font-size: clamp(8px, 35.40113565pt, 12vw);
  color: #b53f2a;
  margin-top: 0;
}
.good-citizen-msg p {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 14.27478261pt;
  font-weight: 300;
}
.good-citizen-msg .content {
  align-self: start;
}
.good-citizen-msg .pic-holder img {
  border-radius: 20px;
  aspect-ratio: 1;
  object-fit: cover;
  object-position: center;
}
.therapy-seminar-msg {
  margin-top: 50px;
  margin-bottom: 50px;
}
.therapy-seminar-msg .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 20px;
}
.therapy-seminar-msg .container .desc h1 {
  font-family: gelica, sans-serif;
  font-size: 35.40113565pt;
  font-size: clamp(8px, 35.40113565pt, 12vw);
  margin-top: 0;
  margin-bottom: 0;
  color: #b53f2a;
}
.therapy-seminar-msg .container .desc p {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 14.27478261pt;
}
@media (max-width: 900px) {
  .therapy-seminar-msg .container {
    grid-template-columns: auto;
  }
}
.therapy-seminar-msg .when {
  text-align: right;
}
.therapy-seminar-msg .when .ticket {
  background-color: #f9f5ee;
  border-radius: 18px;
  padding: 22px 25px;
  display: inline-grid;
  grid-template-columns: 1fr auto;
  column-gap: 15px;
}
.therapy-seminar-msg .when .ticket .clock {
  display: inline-block;
  width: 15px;
}
.therapy-seminar-msg .when .ticket .details {
  text-align: left;
}
.therapy-seminar-msg .when .ticket .details h2 {
  font-family: gelica, sans-serif;
  font-size: 21.54851735pt;
  font-size: clamp(8px, 21.54851735pt, 12vw);
  color: #b53f2a;
}
.therapy-seminar-msg .when .ticket .details h3 {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 15.86086956pt;
  color: #b53f2a;
  margin-bottom: 0;
}
.therapy-seminar-msg .when .ticket .details p {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 12.68869565pt;
}
.therapy-seminar-msg .when .ticket .details h3 + p {
  margin-top: 0;
}
.therapy-seminar-msg .when .ticket .price {
  color: #61a7ae;
  text-align: right;
}
.therapy-seminar-msg .when .ticket .price h2 {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 34.89391304pt;
  margin: 0;
}
.therapy-seminar-msg .when .ticket .price p {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 15.86086956pt;
  font-weight: 600;
  margin: 0;
}
.therapy-seminar-msg .when .ticket .price p small {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 12.68869565pt;
  display: block;
  font-weight: 400;
}
@media (max-width: 900px) {
  .therapy-seminar-msg .when .ticket {
    display: grid;
    grid-template-columns: auto auto;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  .therapy-seminar-msg .when .ticket .details h2 {
    margin-top: 0;
  }
}
@media (max-width: 450px) {
  .therapy-seminar-msg .when .ticket {
    grid-template-columns: auto;
  }
  .therapy-seminar-msg .when .ticket .price {
    text-align: left;
  }
}
.events-listing {
  margin-bottom: 60px;
}
.event-controls-bar {
  display: grid;
  column-gap: 70px;
  row-gap: 40px;
  margin-bottom: 60px;
}
.event-controls-bar .search {
  display: grid;
  grid-template-columns: 1fr auto;
  column-gap: 22px;
}
.event-controls-bar .color-button {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 14.27478261pt;
  padding: 8px 25px;
  min-width: unset;
  margin: 0;
}
.event-controls-bar input {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  border: solid 1px #c6beaf;
  background-color: white;
  padding: 9px 15px;
}
.event-controls-bar .mode {
  display: grid;
  grid-template-columns: auto auto;
  column-gap: 12px;
  text-align: center;
}
@media (min-width: 900px) {
  .event-controls-bar {
    grid-template-columns: 1fr auto;
  }
}
@media (max-width: 650px) {
  .event-controls-bar .search {
    grid-template-columns: auto;
    row-gap: 10px;
    text-align: center;
  }
}
.event-details {
  display: grid;
  grid-template-columns: auto 1fr minmax(auto, 300px);
  column-gap: 42px;
  row-gap: 30px;
  padding-bottom: 40px;
}
.event-details .title {
  font-family: gelica, sans-serif;
  font-size: 35.40113565pt;
  font-size: clamp(8px, 35.40113565pt, 12vw);
  color: #b53f2a;
  grid-column: 1 / span 2;
  grid-row: 1;
  margin-top: 0;
}
.event-details .date {
  text-align: center;
  padding-left: 10px;
}
.event-details .date .year,
.event-details .date .month {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 11.1026087pt;
  text-transform: uppercase;
  font-weight: 500;
}
.event-details .date .day {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 23.79130435pt;
  font-weight: 700;
  color: #b53f2a;
}
.event-details .bottom {
  display: contents;
}
.event-details .info h2 {
  font-family: gelica, sans-serif;
  font-size: 21.54851735pt;
  font-size: clamp(8px, 21.54851735pt, 12vw);
  color: #b53f2a;
  margin-top: 0;
  margin-bottom: 10px;
}
.event-details .info div,
.event-details .info p {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 11.1026087pt;
}
.event-details .info .details {
  margin-top: 20px;
}
.event-details .info .details p {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 14.27478261pt;
}
.event-details .info .txt {
  vertical-align: super;
}
.event-details .thumbnail {
  grid-column: 3;
  grid-row: 1 / span 2;
}
.event-details .thumbnail img {
  border-radius: 20px;
  object-fit: cover;
  object-position: center;
}
.event-details .thumbnail img {
  max-width: 100%;
}
@media (max-width: 900px) {
  .event-details {
    grid-template-columns: auto 1fr;
  }
  .event-details .title {
    margin-bottom: 0;
  }
  .event-details .thumbnail {
    grid-row: 2;
    grid-column: 1 / span 2;
  }
  .event-details .thumbnail img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }
  .event-details .bottom {
    display: block;
    grid-column: 1 / span 2;
  }
  .event-details .bottom .date {
    float: left;
    margin-right: 30px;
    margin-bottom: 15px;
  }
}
.event-row {
  display: grid;
  grid-template-columns: auto 1fr minmax(auto, 300px);
  row-gap: 40px;
  column-gap: 42px;
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: solid 2px #c6beaf;
  text-decoration: none;
  color: inherit;
}
.event-row .date {
  text-align: center;
}
.event-row .date .year,
.event-row .date .month {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 11.1026087pt;
  text-transform: uppercase;
  font-weight: 500;
}
.event-row .date .day {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 23.79130435pt;
  font-weight: 700;
  color: #b53f2a;
}
.event-row .info h2 {
  font-family: gelica, sans-serif;
  font-size: 21.54851735pt;
  font-size: clamp(8px, 21.54851735pt, 12vw);
  color: #b53f2a;
  margin-top: 0;
  margin-bottom: 10px;
}
.event-row .info div,
.event-row .info p {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 11.1026087pt;
}
.event-row .info .shortDesc {
  margin-top: 20px;
}
.event-row .info .txt {
  vertical-align: super;
}
.event-row .thumbnail img {
  border-radius: 20px;
  object-fit: cover;
  object-position: center;
}
.event-row .thumbnail img {
  max-width: 100%;
}
@media (max-width: 900px) {
  .event-row {
    grid-template-columns: auto 1fr;
  }
  .event-row .thumbnail {
    grid-column: 1 / span 2;
  }
  .event-row .thumbnail img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
.month-header {
  display: grid;
  grid-template-columns: auto auto 1fr;
  column-gap: 10px;
  padding: 20px 0;
  margin-bottom: 60px;
  border-bottom: solid 2px #c6beaf;
}
.month-header button {
  background: transparent;
  border: none;
}
.month-header .date {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 22.20521739pt;
  font-weight: 300;
}
.header-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}
.header-grid .day-name {
  text-align: center;
  padding: 3px;
}
@media (max-width: 650px) {
  .header-grid .day-name {
    font-size: 0;
  }
  .header-grid .day-name:first-letter {
    font-family: "Montserrat", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 11.1026087pt;
  }
}
.days-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  background-color: #c6beaf;
  padding: 1px;
  column-gap: 1px;
  row-gap: 1px;
}
.days-grid .day-of-month {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 11.1026087pt;
  font-weight: 600;
  margin: 9px 12px;
}
.days-grid .grid-day {
  min-height: 200px;
  background-color: white;
}
.days-grid .grid-day .events-of-the-day {
  margin: 10px;
}
.days-grid .grid-day .grid-day-event {
  color: #b53f2a;
}
.days-grid .non-cur-month .day-of-month {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 11.1026087pt;
  opacity: 0.4;
}
.breadcrumbs {
  margin-top: 30px;
  margin-bottom: 60px;
}
.breadcrumbs a {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 11.1026087pt;
  color: #474746;
  text-decoration: none;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs .cur {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 11.1026087pt;
  font-weight: 600;
  color: #b53f2a;
}
.homepage-events-list {
  display: grid;
  column-gap: 15px;
  margin-top: 40px;
  margin-bottom: 60px;
}
@media (min-width: 900px) {
  .homepage-events-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.homepage-events-list .homepage-event {
  text-align: left;
  min-height: 100%;
  display: grid;
  grid-template-rows: auto 1fr auto;
}
.homepage-events-list .homepage-event .pic-holder {
  background-color: white;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
}
.homepage-events-list .homepage-event .pic-holder img {
  display: block;
  aspect-ratio: 1.50806452;
  object-fit: cover;
  object-position: center;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  width: 100%;
}
.homepage-events-list .homepage-event .msg {
  background-color: white;
  padding: 25px 35px;
}
.homepage-events-list .homepage-event .msg h2 {
  font-family: gelica, sans-serif;
  font-size: 21.54851735pt;
  font-size: clamp(8px, 21.54851735pt, 12vw);
  color: #b53f2a;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 0;
  padding-left: 5px;
}
.homepage-events-list .homepage-event .msg h2 small {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 15.86086956pt;
  display: block;
  color: #474746;
}
.homepage-events-list .homepage-event .msg .short-desc {
  margin-top: 15px;
}
.homepage-events-list .homepage-event .msg .when-where .txt {
  vertical-align: super;
}
.homepage-events-list .homepage-event .msg p,
.homepage-events-list .homepage-event .msg li {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 11.1026087pt;
  font-weight: 300;
}
.homepage-events-list .homepage-event .msg p {
  margin-bottom: 0;
}
.homepage-events-list .homepage-event .buttons {
  margin: 0;
  padding: 5px 35px 25px 35px;
  background-color: white;
  border-bottom-left-radius: 18px;
  border-bottom-right-radius: 18px;
}
.download-newsletter {
  background-color: #b53f2a;
  padding-top: 1px;
  padding-bottom: 50px;
  overflow: hidden;
}
.download-newsletter h1 {
  font-family: gelica, sans-serif;
  font-size: 35.40113565pt;
  font-size: clamp(8px, 35.40113565pt, 12vw);
  color: white;
  margin-bottom: 0;
}
.download-newsletter p {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 14.27478261pt;
  color: white;
}
.download-newsletter .container {
  position: relative;
}
.download-newsletter .container > picture:first-child img {
  position: absolute;
  right: 0;
}
.download-newsletter .double-column .col2 {
  padding-left: clamp(20px, 100px, 10vw);
  padding-right: clamp(20px, 100px, 10vw);
}
.download-newsletter .double-column .col2 *:first-child {
  margin-top: 0px;
}
.download-newsletter .double-column .col2 p {
  text-align: center;
}
.meet-our-team {
  padding-bottom: 50px;
}
.meet-our-team h1 {
  font-family: gelica, sans-serif;
  font-size: 46.17539432pt;
  font-size: clamp(8px, 46.17539432pt, 12vw);
  color: #b53f2a;
  text-align: center;
}
.meet-our-team .team-members .team-member {
  border-radius: 18px;
  border: solid 2px #f0ebe3;
  padding: 10px;
  position: relative;
  overflow: hidden;
  max-height: 388px;
  transition: max-height 0.3s;
}
.meet-our-team .team-members .team-member .sizer:after {
  content: '';
  display: table;
  clear: both;
}
.meet-our-team .team-members .team-member .expander {
  position: absolute;
  right: 10px;
  top: 10px;
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 19.03304348pt;
  font-weight: 600;
  color: #c6beaf;
  text-align: right;
  cursor: pointer;
}
.meet-our-team .team-members .team-member .expander .when-open {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 22.20521739pt;
}
.meet-our-team .team-members .team-member .when-open {
  display: none;
}
.meet-our-team .team-members .team-member.open .when-open {
  display: block;
}
.meet-our-team .team-members .team-member.open .when-closed {
  display: none;
}
.meet-our-team .team-members .team-member .pic-holder img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  border-radius: 18px;
  width: 300px;
  max-width: 100%;
}
.meet-our-team .team-members .team-member .info h2 {
  font-family: gelica, sans-serif;
  font-size: 21.54851735pt;
  font-size: clamp(8px, 21.54851735pt, 12vw);
  color: #b53f2a;
  margin-top: 0;
  margin-bottom: 0;
}
.meet-our-team .team-members .team-member .info h3 {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 11.1026087pt;
  font-weight: 400;
  color: #b53f2a;
  margin-top: 0;
  margin-bottom: 0;
}
.meet-our-team .team-members .team-member .info ul {
  list-style: none;
  padding-left: 30px;
}
.meet-our-team .team-members .team-member .info ul ul {
  list-style: none;
}
.meet-our-team .team-members .team-member .info ul li {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 12.68869565pt;
  position: relative;
  font-weight: 500;
  margin-bottom: 10px;
  padding-left: 6px;
}
.meet-our-team .team-members .team-member .info ul li:before {
  content: url('/icons/checkmark-red.svg');
  position: relative;
  margin-left: -40px;
  top: 6px;
  padding-right: 16px;
}
.meet-our-team .team-members .team-member .bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
}
.meet-our-team .team-members .team-member .bottom .fade {
  position: relative;
  height: 30px;
  background: linear-gradient(transparent 0%, rgba(255, 255, 255, 0.2) 14%, rgba(255, 255, 255, 0.6) 35%, rgba(255, 255, 255, 0.9) 56%, #ffffff 83%);
}
@media (min-width: 900px) {
  .meet-our-team .team-members .team-member {
    padding: 30px;
    max-height: 288px;
  }
  .meet-our-team .team-members .team-member .pic-holder img {
    float: left;
    margin-right: 20px;
  }
  .meet-our-team .team-members .team-member .info ul {
    position: relative;
    left: 37px;
  }
}
.meet-our-team .team-members .team-member + .team-member {
  margin-top: 30px;
}
.type-of-person {
  margin-top: 12px;
}
.type-of-person .dog,
.type-of-person .cat {
  display: grid;
  grid-template-columns: 40px 1fr;
}
.type-of-person .icon {
  text-align: center;
}
.type-of-person .txt {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 9.51652174pt;
  align-self: center;
  padding-bottom: 3px;
}
.type-of-person.dog-person .cat {
  filter: grayscale(1);
  opacity: 0.6;
}
.type-of-person.cat-person .dog {
  filter: grayscale(1);
  opacity: 0.6;
}
/*# sourceMappingURL=pages.css.map */