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

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * 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.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 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; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong,
.strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn,
em,
.em {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/*
 * Addresses margins set differently in IE6/7.
 */
pre {
  margin: 0; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
q:before,
q:after {
  content: '';
  content: none; }

small, .small {
  font-size: 75%; }

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

/* ==========================================================================
  Lists
========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0; }

/*
 * Addresses paddings set differently in IE6/7.
 */
menu {
  padding: 0 0 0 40px; }

ol,
ul {
  padding: 0;
  list-style-type: none; }

/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
  Embedded content
========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * 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.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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"],
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; }

/**
 * 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 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 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 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.image-replacement,
.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

.clearfix, .cf {
  zoom: 1; }
  .clearfix:before, .clearfix:after, .cf:before, .cf:after {
    content: "";
    display: table; }
  .clearfix:after, .cf:after {
    clear: both; }

/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic; }

.condensed {
  font-stretch: 75% !important;
  text-transform: uppercase !important;
  font-weight: 700 !important; }

/*
Flex grid quick reference:
- Add '.flex-wrap' to the row and '.flex-col' to each child.
- Use '.flex-cols-3', '.flex-cols-4', etc. on the wrapper to make all '.flex-col' children equal width.
- Use fraction classes like '.flex-col-1of2', '.flex-col-2of3', '.flex-col-3of5' on individual columns when one column needs a custom span.
- Responsive suffixes target specific breakpoints:
  - '-mobile' applies from mobile up
  - no suffix applies from 768px up
  - '-desktop' applies from 1000px up
  - '-xl-desktop' applies from 1240px up
- Gap helpers go on '.flex-wrap': '.gap-small', '.gap-medium', '.gap-large', '.gap-xl'.
  These scale at 1000px and 1240px using the breakpoint gap maps below.
Example:
'.flex-wrap.flex-cols-2.flex-cols-4-desktop.gap-large'
starts as 2 columns, becomes 4 columns on desktop, with a responsive large gap.
*/
.flex-wrap {
  --flex-grid-column-gap: 25px;
  --flex-grid-row-gap: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: var(--flex-grid-row-gap) var(--flex-grid-column-gap);
  margin: 0; }
  .flex-wrap .flex-col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    min-width: 0; }
  .flex-wrap.gap-none, .flex-wrap.flex-gap-none {
    --flex-grid-column-gap: 0px;
    --flex-grid-row-gap: 0px; }
  .flex-wrap.gap-small, .flex-wrap.flex-gap-small {
    --flex-grid-column-gap: 15px;
    --flex-grid-row-gap: 15px; }
  .flex-wrap.gap-medium, .flex-wrap.flex-gap-medium {
    --flex-grid-column-gap: 25px;
    --flex-grid-row-gap: 25px; }
  .flex-wrap.gap-large, .flex-wrap.flex-gap-large {
    --flex-grid-column-gap: 30px;
    --flex-grid-row-gap: 30px; }
  .flex-wrap.gap-xl, .flex-wrap.flex-gap-xl {
    --flex-grid-column-gap: 40px;
    --flex-grid-row-gap: 40px; }
  .flex-wrap.flex-wrap-small-gap {
    --flex-grid-column-gap: 15px;
    --flex-grid-row-gap: 15px; }
  .flex-wrap .flex-col-full-width {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important; }
  .flex-wrap .flex-col-1of2-mobile {
    -ms-flex: 0 0 50%;
    flex: 0 0 calc(50% - (var(--flex-grid-column-gap) * 0.5));
    max-width: calc(50% - (var(--flex-grid-column-gap) * 0.5)); }
  .flex-wrap .flex-col-1of3-mobile {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 calc(33.3333333333% - (var(--flex-grid-column-gap) * 0.6666666667));
    max-width: calc(33.3333333333% - (var(--flex-grid-column-gap) * 0.6666666667)); }
  .flex-wrap .flex-col-1of4-mobile {
    -ms-flex: 0 0 25%;
    flex: 0 0 calc(25% - (var(--flex-grid-column-gap) * 0.75));
    max-width: calc(25% - (var(--flex-grid-column-gap) * 0.75)); }
  .flex-wrap .flex-col-1of5-mobile {
    -ms-flex: 0 0 20%;
    flex: 0 0 calc(20% - (var(--flex-grid-column-gap) * 0.8));
    max-width: calc(20% - (var(--flex-grid-column-gap) * 0.8)); }
  .flex-wrap .flex-col-2of3-mobile {
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 calc(66.6666666667% - (var(--flex-grid-column-gap) * 0.3333333333));
    max-width: calc(66.6666666667% - (var(--flex-grid-column-gap) * 0.3333333333)); }
  .flex-wrap .flex-col-3of4-mobile {
    -ms-flex: 0 0 75%;
    flex: 0 0 calc(75% - (var(--flex-grid-column-gap) * 0.25));
    max-width: calc(75% - (var(--flex-grid-column-gap) * 0.25)); }
  .flex-wrap .flex-col-2of5-mobile {
    -ms-flex: 0 0 40%;
    flex: 0 0 calc(40% - (var(--flex-grid-column-gap) * 0.6));
    max-width: calc(40% - (var(--flex-grid-column-gap) * 0.6)); }
  .flex-wrap .flex-col-3of5-mobile {
    -ms-flex: 0 0 60%;
    flex: 0 0 calc(60% - (var(--flex-grid-column-gap) * 0.4));
    max-width: calc(60% - (var(--flex-grid-column-gap) * 0.4)); }
  .flex-wrap.flex-cols-2-mobile .flex-col {
    -ms-flex: 0 0 50%;
    flex: 0 0 calc(50% - (var(--flex-grid-column-gap) * 0.5));
    max-width: calc(50% - (var(--flex-grid-column-gap) * 0.5)); }
  .flex-wrap.flex-cols-3-mobile .flex-col {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 calc(33.3333333333% - (var(--flex-grid-column-gap) * 0.6666666667));
    max-width: calc(33.3333333333% - (var(--flex-grid-column-gap) * 0.6666666667)); }
  .flex-wrap.flex-cols-4-mobile .flex-col {
    -ms-flex: 0 0 25%;
    flex: 0 0 calc(25% - (var(--flex-grid-column-gap) * 0.75));
    max-width: calc(25% - (var(--flex-grid-column-gap) * 0.75)); }
  .flex-wrap.flex-cols-5-mobile .flex-col {
    -ms-flex: 0 0 20%;
    flex: 0 0 calc(20% - (var(--flex-grid-column-gap) * 0.8));
    max-width: calc(20% - (var(--flex-grid-column-gap) * 0.8)); }
  .flex-wrap.flex-cols-6-mobile .flex-col {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 calc(16.6666666667% - (var(--flex-grid-column-gap) * 0.8333333333));
    max-width: calc(16.6666666667% - (var(--flex-grid-column-gap) * 0.8333333333)); }

.flex-wrap-center {
  align-items: center; }

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

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

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

/* Portrait tablet to landscape */
@media (min-width: 768px) {
  .flex-wrap .flex-col-1of2 {
    -ms-flex: 0 0 50%;
    flex: 0 0 calc(50% - (var(--flex-grid-column-gap) * 0.5));
    max-width: calc(50% - (var(--flex-grid-column-gap) * 0.5)); }
  .flex-wrap .flex-col-1of3 {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 calc(33.3333333333% - (var(--flex-grid-column-gap) * 0.6666666667));
    max-width: calc(33.3333333333% - (var(--flex-grid-column-gap) * 0.6666666667)); }
  .flex-wrap .flex-col-1of4 {
    -ms-flex: 0 0 25%;
    flex: 0 0 calc(25% - (var(--flex-grid-column-gap) * 0.75));
    max-width: calc(25% - (var(--flex-grid-column-gap) * 0.75)); }
  .flex-wrap .flex-col-1of5 {
    -ms-flex: 0 0 20%;
    flex: 0 0 calc(20% - (var(--flex-grid-column-gap) * 0.8));
    max-width: calc(20% - (var(--flex-grid-column-gap) * 0.8)); }
  .flex-wrap .flex-col-2of3 {
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 calc(66.6666666667% - (var(--flex-grid-column-gap) * 0.3333333333));
    max-width: calc(66.6666666667% - (var(--flex-grid-column-gap) * 0.3333333333)); }
  .flex-wrap .flex-col-3of4 {
    -ms-flex: 0 0 75%;
    flex: 0 0 calc(75% - (var(--flex-grid-column-gap) * 0.25));
    max-width: calc(75% - (var(--flex-grid-column-gap) * 0.25)); }
  .flex-wrap .flex-col-2of5 {
    -ms-flex: 0 0 40%;
    flex: 0 0 calc(40% - (var(--flex-grid-column-gap) * 0.6));
    max-width: calc(40% - (var(--flex-grid-column-gap) * 0.6)); }
  .flex-wrap .flex-col-3of5 {
    -ms-flex: 0 0 60%;
    flex: 0 0 calc(60% - (var(--flex-grid-column-gap) * 0.4));
    max-width: calc(60% - (var(--flex-grid-column-gap) * 0.4)); }
  .flex-wrap.flex-cols-2 .flex-col {
    -ms-flex: 0 0 50%;
    flex: 0 0 calc(50% - (var(--flex-grid-column-gap) * 0.5));
    max-width: calc(50% - (var(--flex-grid-column-gap) * 0.5)); }
  .flex-wrap.flex-cols-3 .flex-col {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 calc(33.3333333333% - (var(--flex-grid-column-gap) * 0.6666666667));
    max-width: calc(33.3333333333% - (var(--flex-grid-column-gap) * 0.6666666667)); }
  .flex-wrap.flex-cols-4 .flex-col {
    -ms-flex: 0 0 25%;
    flex: 0 0 calc(25% - (var(--flex-grid-column-gap) * 0.75));
    max-width: calc(25% - (var(--flex-grid-column-gap) * 0.75)); }
  .flex-wrap.flex-cols-5 .flex-col {
    -ms-flex: 0 0 20%;
    flex: 0 0 calc(20% - (var(--flex-grid-column-gap) * 0.8));
    max-width: calc(20% - (var(--flex-grid-column-gap) * 0.8)); }
  .flex-wrap.flex-cols-6 .flex-col {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 calc(16.6666666667% - (var(--flex-grid-column-gap) * 0.8333333333));
    max-width: calc(16.6666666667% - (var(--flex-grid-column-gap) * 0.8333333333)); } }
/* Landscape to small desktop */
@media (min-width: 1000px) {
  .flex-wrap {
    --flex-grid-column-gap: 50px;
    --flex-grid-row-gap: 80px; }
    .flex-wrap.gap-none, .flex-wrap.flex-gap-none {
      --flex-grid-column-gap: 0px;
      --flex-grid-row-gap: 0px; }
    .flex-wrap.gap-small, .flex-wrap.flex-gap-small {
      --flex-grid-column-gap: 20px;
      --flex-grid-row-gap: 20px; }
    .flex-wrap.gap-medium, .flex-wrap.flex-gap-medium {
      --flex-grid-column-gap: 30px;
      --flex-grid-row-gap: 30px; }
    .flex-wrap.gap-large, .flex-wrap.flex-gap-large {
      --flex-grid-column-gap: 40px;
      --flex-grid-row-gap: 40px; }
    .flex-wrap.gap-xl, .flex-wrap.flex-gap-xl {
      --flex-grid-column-gap: 50px;
      --flex-grid-row-gap: 50px; }
    .flex-wrap.flex-wrap-small-gap {
      --flex-grid-column-gap: 20px;
      --flex-grid-row-gap: 20px; }
    .flex-wrap .flex-col-1of2-desktop {
      -ms-flex: 0 0 50%;
      flex: 0 0 calc(50% - (var(--flex-grid-column-gap) * 0.5));
      max-width: calc(50% - (var(--flex-grid-column-gap) * 0.5)); }
    .flex-wrap .flex-col-1of3-desktop {
      -ms-flex: 0 0 33.3333333333%;
      flex: 0 0 calc(33.3333333333% - (var(--flex-grid-column-gap) * 0.6666666667));
      max-width: calc(33.3333333333% - (var(--flex-grid-column-gap) * 0.6666666667)); }
    .flex-wrap .flex-col-1of4-desktop {
      -ms-flex: 0 0 25%;
      flex: 0 0 calc(25% - (var(--flex-grid-column-gap) * 0.75));
      max-width: calc(25% - (var(--flex-grid-column-gap) * 0.75)); }
    .flex-wrap .flex-col-1of5-desktop {
      -ms-flex: 0 0 20%;
      flex: 0 0 calc(20% - (var(--flex-grid-column-gap) * 0.8));
      max-width: calc(20% - (var(--flex-grid-column-gap) * 0.8)); }
    .flex-wrap .flex-col-2of3-desktop {
      -ms-flex: 0 0 66.6666666667%;
      flex: 0 0 calc(66.6666666667% - (var(--flex-grid-column-gap) * 0.3333333333));
      max-width: calc(66.6666666667% - (var(--flex-grid-column-gap) * 0.3333333333)); }
    .flex-wrap .flex-col-3of4-desktop {
      -ms-flex: 0 0 75%;
      flex: 0 0 calc(75% - (var(--flex-grid-column-gap) * 0.25));
      max-width: calc(75% - (var(--flex-grid-column-gap) * 0.25)); }
    .flex-wrap .flex-col-2of5-desktop {
      -ms-flex: 0 0 40%;
      flex: 0 0 calc(40% - (var(--flex-grid-column-gap) * 0.6));
      max-width: calc(40% - (var(--flex-grid-column-gap) * 0.6)); }
    .flex-wrap .flex-col-3of5-desktop {
      -ms-flex: 0 0 60%;
      flex: 0 0 calc(60% - (var(--flex-grid-column-gap) * 0.4));
      max-width: calc(60% - (var(--flex-grid-column-gap) * 0.4)); }
    .flex-wrap.flex-cols-2-desktop .flex-col {
      -ms-flex: 0 0 50%;
      flex: 0 0 calc(50% - (var(--flex-grid-column-gap) * 0.5));
      max-width: calc(50% - (var(--flex-grid-column-gap) * 0.5)); }
    .flex-wrap.flex-cols-3-desktop .flex-col {
      -ms-flex: 0 0 33.3333333333%;
      flex: 0 0 calc(33.3333333333% - (var(--flex-grid-column-gap) * 0.6666666667));
      max-width: calc(33.3333333333% - (var(--flex-grid-column-gap) * 0.6666666667)); }
    .flex-wrap.flex-cols-4-desktop .flex-col {
      -ms-flex: 0 0 25%;
      flex: 0 0 calc(25% - (var(--flex-grid-column-gap) * 0.75));
      max-width: calc(25% - (var(--flex-grid-column-gap) * 0.75)); }
    .flex-wrap.flex-cols-5-desktop .flex-col {
      -ms-flex: 0 0 20%;
      flex: 0 0 calc(20% - (var(--flex-grid-column-gap) * 0.8));
      max-width: calc(20% - (var(--flex-grid-column-gap) * 0.8)); }
    .flex-wrap.flex-cols-6-desktop .flex-col {
      -ms-flex: 0 0 16.6666666667%;
      flex: 0 0 calc(16.6666666667% - (var(--flex-grid-column-gap) * 0.8333333333));
      max-width: calc(16.6666666667% - (var(--flex-grid-column-gap) * 0.8333333333)); } }
/* XL desktop */
@media (min-width: 1240px) {
  .flex-wrap {
    --flex-grid-column-gap: 70px;
    --flex-grid-row-gap: 100px; }
    .flex-wrap.gap-none, .flex-wrap.flex-gap-none {
      --flex-grid-column-gap: 0px;
      --flex-grid-row-gap: 0px; }
    .flex-wrap.gap-small, .flex-wrap.flex-gap-small {
      --flex-grid-column-gap: 25px;
      --flex-grid-row-gap: 25px; }
    .flex-wrap.gap-medium, .flex-wrap.flex-gap-medium {
      --flex-grid-column-gap: 40px;
      --flex-grid-row-gap: 40px; }
    .flex-wrap.gap-large, .flex-wrap.flex-gap-large {
      --flex-grid-column-gap: 50px;
      --flex-grid-row-gap: 50px; }
    .flex-wrap.gap-xl, .flex-wrap.flex-gap-xl {
      --flex-grid-column-gap: 70px;
      --flex-grid-row-gap: 70px; }
    .flex-wrap.flex-wrap-small-gap {
      --flex-grid-column-gap: 25px;
      --flex-grid-row-gap: 25px; }
    .flex-wrap .flex-col-1of2-xl-desktop {
      -ms-flex: 0 0 50%;
      flex: 0 0 calc(50% - (var(--flex-grid-column-gap) * 0.5));
      max-width: calc(50% - (var(--flex-grid-column-gap) * 0.5)); }
    .flex-wrap .flex-col-1of3-xl-desktop {
      -ms-flex: 0 0 33.3333333333%;
      flex: 0 0 calc(33.3333333333% - (var(--flex-grid-column-gap) * 0.6666666667));
      max-width: calc(33.3333333333% - (var(--flex-grid-column-gap) * 0.6666666667)); }
    .flex-wrap .flex-col-1of4-xl-desktop {
      -ms-flex: 0 0 25%;
      flex: 0 0 calc(25% - (var(--flex-grid-column-gap) * 0.75));
      max-width: calc(25% - (var(--flex-grid-column-gap) * 0.75)); }
    .flex-wrap .flex-col-1of5-xl-desktop {
      -ms-flex: 0 0 20%;
      flex: 0 0 calc(20% - (var(--flex-grid-column-gap) * 0.8));
      max-width: calc(20% - (var(--flex-grid-column-gap) * 0.8)); }
    .flex-wrap .flex-col-2of3-xl-desktop {
      -ms-flex: 0 0 66.6666666667%;
      flex: 0 0 calc(66.6666666667% - (var(--flex-grid-column-gap) * 0.3333333333));
      max-width: calc(66.6666666667% - (var(--flex-grid-column-gap) * 0.3333333333)); }
    .flex-wrap .flex-col-3of4-xl-desktop {
      -ms-flex: 0 0 75%;
      flex: 0 0 calc(75% - (var(--flex-grid-column-gap) * 0.25));
      max-width: calc(75% - (var(--flex-grid-column-gap) * 0.25)); }
    .flex-wrap .flex-col-2of5-xl-desktop {
      -ms-flex: 0 0 40%;
      flex: 0 0 calc(40% - (var(--flex-grid-column-gap) * 0.6));
      max-width: calc(40% - (var(--flex-grid-column-gap) * 0.6)); }
    .flex-wrap .flex-col-3of5-xl-desktop {
      -ms-flex: 0 0 60%;
      flex: 0 0 calc(60% - (var(--flex-grid-column-gap) * 0.4));
      max-width: calc(60% - (var(--flex-grid-column-gap) * 0.4)); }
    .flex-wrap.flex-cols-2-xl-desktop .flex-col {
      -ms-flex: 0 0 50%;
      flex: 0 0 calc(50% - (var(--flex-grid-column-gap) * 0.5));
      max-width: calc(50% - (var(--flex-grid-column-gap) * 0.5)); }
    .flex-wrap.flex-cols-3-xl-desktop .flex-col {
      -ms-flex: 0 0 33.3333333333%;
      flex: 0 0 calc(33.3333333333% - (var(--flex-grid-column-gap) * 0.6666666667));
      max-width: calc(33.3333333333% - (var(--flex-grid-column-gap) * 0.6666666667)); }
    .flex-wrap.flex-cols-4-xl-desktop .flex-col {
      -ms-flex: 0 0 25%;
      flex: 0 0 calc(25% - (var(--flex-grid-column-gap) * 0.75));
      max-width: calc(25% - (var(--flex-grid-column-gap) * 0.75)); }
    .flex-wrap.flex-cols-5-xl-desktop .flex-col {
      -ms-flex: 0 0 20%;
      flex: 0 0 calc(20% - (var(--flex-grid-column-gap) * 0.8));
      max-width: calc(20% - (var(--flex-grid-column-gap) * 0.8)); }
    .flex-wrap.flex-cols-6-xl-desktop .flex-col {
      -ms-flex: 0 0 16.6666666667%;
      flex: 0 0 calc(16.6666666667% - (var(--flex-grid-column-gap) * 0.8333333333));
      max-width: calc(16.6666666667% - (var(--flex-grid-column-gap) * 0.8333333333)); } }
.blue-btn, .button, .wp-block-button__link {
  display: inline-block;
  position: relative;
  overflow: hidden;
  font-family: "Special Gothic", Helvetica, Arial, sans-serif;
  text-decoration: none;
  color: #fff !important;
  background: transparent;
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
  padding: 6px 20px;
  border-radius: 7px;
  text-transform: uppercase;
  font-stretch: 75% !important;
  border: 0;
  cursor: pointer;
  text-align: center;
  transition: color 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: none !important; }
  .blue-btn:after, .button:after, .wp-block-button__link:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, #C0973E 0.51%, #FFDE97 186%);
    z-index: 0;
    transition: opacity 0.35s cubic-bezier(0.4, 0, 0.2, 1); }
  .blue-btn:before, .button:before, .wp-block-button__link:before {
    content: "";
    position: absolute;
    inset: 0;
    background: #50238B;
    opacity: 0;
    z-index: 1;
    transition: opacity 0.35s cubic-bezier(0.4, 0, 0.2, 1); }
  .blue-btn > *, .button > *, .wp-block-button__link > * {
    position: relative;
    z-index: 2; }
  .blue-btn:hover, .button:hover, .wp-block-button__link:hover {
    color: #fff !important; }
    .blue-btn:hover:before, .button:hover:before, .wp-block-button__link:hover:before {
      opacity: 1; }
  .xl-button.blue-btn, .xl-button.button, .xl-button.wp-block-button__link {
    padding: 10px 35px;
    font-size: 28px;
    line-height: 32px;
    border-radius: 16px; }
  @media only screen and (min-width: 768px) {
    .blue-btn, .button, .wp-block-button__link {
      padding: 8px 30px;
      font-size: 23px;
      line-height: 26px;
      letter-spacing: -0.015em;
      border-radius: 12px; } }
  @media only screen and (min-width: 1240px) {
    .blue-btn, .button, .wp-block-button__link {
      padding: 10px 35px;
      font-size: 28px;
      line-height: 32px;
      border-radius: 16px; } }

/*
An example button.
You can use this example if you want. Just replace all the variables
and it will create a button dependant on those variables.
*/
.button-purple:after {
  background: #9747FF; }
.button-purple:before {
  background: #50238B; }

.button-purple-gold:after {
  background: #9747FF; }
.button-purple-gold:before {
  background: #d6ad56; }

.button-to-light-purple:before {
  background: #9747FF; }

.button-mid-purple:after {
  background: #50238B; }
.button-mid-purple:before {
  background: #d6ad56; }

.button-dark-purple:after {
  background: #310964; }
.button-dark-purple:before {
  background: #d6ad56; }

@media only screen and (min-width: 1240px) {
  .button-mid-purple-desktop:after {
    background: #50238B; } }
.button-purple-outline {
  background: transparent;
  color: #9747FF !important; }
  .button-purple-outline:after {
    background: transparent;
    border: 1px solid #9747FF;
    border-radius: 7px; }
    @media only screen and (min-width: 768px) {
      .button-purple-outline:after {
        border-radius: 12px; } }
    @media only screen and (min-width: 1240px) {
      .button-purple-outline:after {
        border-radius: 16px; } }
  .button-purple-outline:before {
    background: #50238B; }
  .button-purple-outline:hover {
    color: #fff !important; }

/*********************
INPUTS
*********************/
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea,
.field {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  display: block;
  height: 52px;
  line-height: 20px !important;
  font-weight: 500;
  font-size: 16px !important;
  padding: 16px !important;
  margin-bottom: 12px;
  color: #1f0342;
  border-radius: 8px;
  font-family: "Special Gothic", Helvetica, Arial, sans-serif;
  vertical-align: middle;
  border: 1px solid #fff;
  box-shadow: none;
  width: 100%;
  background: #fff;
  transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  outline: 1px solid transparent !important; }
  input[type="text"]:focus, input[type="text"]:active,
  input[type="password"]:focus,
  input[type="password"]:active,
  input[type="datetime"]:focus,
  input[type="datetime"]:active,
  input[type="datetime-local"]:focus,
  input[type="datetime-local"]:active,
  input[type="date"]:focus,
  input[type="date"]:active,
  input[type="month"]:focus,
  input[type="month"]:active,
  input[type="time"]:focus,
  input[type="time"]:active,
  input[type="week"]:focus,
  input[type="week"]:active,
  input[type="number"]:focus,
  input[type="number"]:active,
  input[type="email"]:focus,
  input[type="email"]:active,
  input[type="url"]:focus,
  input[type="url"]:active,
  input[type="search"]:focus,
  input[type="search"]:active,
  input[type="tel"]:focus,
  input[type="tel"]:active,
  input[type="color"]:focus,
  input[type="color"]:active,
  select:focus,
  select:active,
  textarea:focus,
  textarea:active,
  .field:focus,
  .field:active {
    background: #fff !important;
    border-color: #1f0342 !important;
    color: #1f0342 !important;
    outline: 1px solid #d6ad56 !important; }
    input[type="text"]:focus::-webkit-input-placeholder, input[type="text"]:active::-webkit-input-placeholder,
    input[type="password"]:focus::-webkit-input-placeholder,
    input[type="password"]:active::-webkit-input-placeholder,
    input[type="datetime"]:focus::-webkit-input-placeholder,
    input[type="datetime"]:active::-webkit-input-placeholder,
    input[type="datetime-local"]:focus::-webkit-input-placeholder,
    input[type="datetime-local"]:active::-webkit-input-placeholder,
    input[type="date"]:focus::-webkit-input-placeholder,
    input[type="date"]:active::-webkit-input-placeholder,
    input[type="month"]:focus::-webkit-input-placeholder,
    input[type="month"]:active::-webkit-input-placeholder,
    input[type="time"]:focus::-webkit-input-placeholder,
    input[type="time"]:active::-webkit-input-placeholder,
    input[type="week"]:focus::-webkit-input-placeholder,
    input[type="week"]:active::-webkit-input-placeholder,
    input[type="number"]:focus::-webkit-input-placeholder,
    input[type="number"]:active::-webkit-input-placeholder,
    input[type="email"]:focus::-webkit-input-placeholder,
    input[type="email"]:active::-webkit-input-placeholder,
    input[type="url"]:focus::-webkit-input-placeholder,
    input[type="url"]:active::-webkit-input-placeholder,
    input[type="search"]:focus::-webkit-input-placeholder,
    input[type="search"]:active::-webkit-input-placeholder,
    input[type="tel"]:focus::-webkit-input-placeholder,
    input[type="tel"]:active::-webkit-input-placeholder,
    input[type="color"]:focus::-webkit-input-placeholder,
    input[type="color"]:active::-webkit-input-placeholder,
    select:focus::-webkit-input-placeholder,
    select:active::-webkit-input-placeholder,
    textarea:focus::-webkit-input-placeholder,
    textarea:active::-webkit-input-placeholder,
    .field:focus::-webkit-input-placeholder,
    .field:active::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #ccc; }
    input[type="text"]:focus::-moz-placeholder, input[type="text"]:active::-moz-placeholder,
    input[type="password"]:focus::-moz-placeholder,
    input[type="password"]:active::-moz-placeholder,
    input[type="datetime"]:focus::-moz-placeholder,
    input[type="datetime"]:active::-moz-placeholder,
    input[type="datetime-local"]:focus::-moz-placeholder,
    input[type="datetime-local"]:active::-moz-placeholder,
    input[type="date"]:focus::-moz-placeholder,
    input[type="date"]:active::-moz-placeholder,
    input[type="month"]:focus::-moz-placeholder,
    input[type="month"]:active::-moz-placeholder,
    input[type="time"]:focus::-moz-placeholder,
    input[type="time"]:active::-moz-placeholder,
    input[type="week"]:focus::-moz-placeholder,
    input[type="week"]:active::-moz-placeholder,
    input[type="number"]:focus::-moz-placeholder,
    input[type="number"]:active::-moz-placeholder,
    input[type="email"]:focus::-moz-placeholder,
    input[type="email"]:active::-moz-placeholder,
    input[type="url"]:focus::-moz-placeholder,
    input[type="url"]:active::-moz-placeholder,
    input[type="search"]:focus::-moz-placeholder,
    input[type="search"]:active::-moz-placeholder,
    input[type="tel"]:focus::-moz-placeholder,
    input[type="tel"]:active::-moz-placeholder,
    input[type="color"]:focus::-moz-placeholder,
    input[type="color"]:active::-moz-placeholder,
    select:focus::-moz-placeholder,
    select:active::-moz-placeholder,
    textarea:focus::-moz-placeholder,
    textarea:active::-moz-placeholder,
    .field:focus::-moz-placeholder,
    .field:active::-moz-placeholder {
      /* Firefox 19+ */
      color: #ccc; }
    input[type="text"]:focus:-ms-input-placeholder, input[type="text"]:active:-ms-input-placeholder,
    input[type="password"]:focus:-ms-input-placeholder,
    input[type="password"]:active:-ms-input-placeholder,
    input[type="datetime"]:focus:-ms-input-placeholder,
    input[type="datetime"]:active:-ms-input-placeholder,
    input[type="datetime-local"]:focus:-ms-input-placeholder,
    input[type="datetime-local"]:active:-ms-input-placeholder,
    input[type="date"]:focus:-ms-input-placeholder,
    input[type="date"]:active:-ms-input-placeholder,
    input[type="month"]:focus:-ms-input-placeholder,
    input[type="month"]:active:-ms-input-placeholder,
    input[type="time"]:focus:-ms-input-placeholder,
    input[type="time"]:active:-ms-input-placeholder,
    input[type="week"]:focus:-ms-input-placeholder,
    input[type="week"]:active:-ms-input-placeholder,
    input[type="number"]:focus:-ms-input-placeholder,
    input[type="number"]:active:-ms-input-placeholder,
    input[type="email"]:focus:-ms-input-placeholder,
    input[type="email"]:active:-ms-input-placeholder,
    input[type="url"]:focus:-ms-input-placeholder,
    input[type="url"]:active:-ms-input-placeholder,
    input[type="search"]:focus:-ms-input-placeholder,
    input[type="search"]:active:-ms-input-placeholder,
    input[type="tel"]:focus:-ms-input-placeholder,
    input[type="tel"]:active:-ms-input-placeholder,
    input[type="color"]:focus:-ms-input-placeholder,
    input[type="color"]:active:-ms-input-placeholder,
    select:focus:-ms-input-placeholder,
    select:active:-ms-input-placeholder,
    textarea:focus:-ms-input-placeholder,
    textarea:active:-ms-input-placeholder,
    .field:focus:-ms-input-placeholder,
    .field:active:-ms-input-placeholder {
      /* IE 10+ */
      color: #ccc; }
    input[type="text"]:focus:-moz-placeholder, input[type="text"]:active:-moz-placeholder,
    input[type="password"]:focus:-moz-placeholder,
    input[type="password"]:active:-moz-placeholder,
    input[type="datetime"]:focus:-moz-placeholder,
    input[type="datetime"]:active:-moz-placeholder,
    input[type="datetime-local"]:focus:-moz-placeholder,
    input[type="datetime-local"]:active:-moz-placeholder,
    input[type="date"]:focus:-moz-placeholder,
    input[type="date"]:active:-moz-placeholder,
    input[type="month"]:focus:-moz-placeholder,
    input[type="month"]:active:-moz-placeholder,
    input[type="time"]:focus:-moz-placeholder,
    input[type="time"]:active:-moz-placeholder,
    input[type="week"]:focus:-moz-placeholder,
    input[type="week"]:active:-moz-placeholder,
    input[type="number"]:focus:-moz-placeholder,
    input[type="number"]:active:-moz-placeholder,
    input[type="email"]:focus:-moz-placeholder,
    input[type="email"]:active:-moz-placeholder,
    input[type="url"]:focus:-moz-placeholder,
    input[type="url"]:active:-moz-placeholder,
    input[type="search"]:focus:-moz-placeholder,
    input[type="search"]:active:-moz-placeholder,
    input[type="tel"]:focus:-moz-placeholder,
    input[type="tel"]:active:-moz-placeholder,
    input[type="color"]:focus:-moz-placeholder,
    input[type="color"]:active:-moz-placeholder,
    select:focus:-moz-placeholder,
    select:active:-moz-placeholder,
    textarea:focus:-moz-placeholder,
    textarea:active:-moz-placeholder,
    .field:focus:-moz-placeholder,
    .field:active:-moz-placeholder {
      /* Firefox 18- */
      color: #ccc; }
  input[type="text"][disabled], input[type="text"].is-disabled,
  input[type="password"][disabled],
  input[type="password"].is-disabled,
  input[type="datetime"][disabled],
  input[type="datetime"].is-disabled,
  input[type="datetime-local"][disabled],
  input[type="datetime-local"].is-disabled,
  input[type="date"][disabled],
  input[type="date"].is-disabled,
  input[type="month"][disabled],
  input[type="month"].is-disabled,
  input[type="time"][disabled],
  input[type="time"].is-disabled,
  input[type="week"][disabled],
  input[type="week"].is-disabled,
  input[type="number"][disabled],
  input[type="number"].is-disabled,
  input[type="email"][disabled],
  input[type="email"].is-disabled,
  input[type="url"][disabled],
  input[type="url"].is-disabled,
  input[type="search"][disabled],
  input[type="search"].is-disabled,
  input[type="tel"][disabled],
  input[type="tel"].is-disabled,
  input[type="color"][disabled],
  input[type="color"].is-disabled,
  select[disabled],
  select.is-disabled,
  textarea[disabled],
  textarea.is-disabled,
  .field[disabled],
  .field.is-disabled {
    cursor: not-allowed;
    border-color: #cfcfcf;
    opacity: 0.6; }
  input[type="text"]::-webkit-input-placeholder,
  input[type="password"]::-webkit-input-placeholder,
  input[type="datetime"]::-webkit-input-placeholder,
  input[type="datetime-local"]::-webkit-input-placeholder,
  input[type="date"]::-webkit-input-placeholder,
  input[type="month"]::-webkit-input-placeholder,
  input[type="time"]::-webkit-input-placeholder,
  input[type="week"]::-webkit-input-placeholder,
  input[type="number"]::-webkit-input-placeholder,
  input[type="email"]::-webkit-input-placeholder,
  input[type="url"]::-webkit-input-placeholder,
  input[type="search"]::-webkit-input-placeholder,
  input[type="tel"]::-webkit-input-placeholder,
  input[type="color"]::-webkit-input-placeholder,
  select::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder,
  .field::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #1f0342;
    transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1); }
  input[type="text"]::-moz-placeholder,
  input[type="password"]::-moz-placeholder,
  input[type="datetime"]::-moz-placeholder,
  input[type="datetime-local"]::-moz-placeholder,
  input[type="date"]::-moz-placeholder,
  input[type="month"]::-moz-placeholder,
  input[type="time"]::-moz-placeholder,
  input[type="week"]::-moz-placeholder,
  input[type="number"]::-moz-placeholder,
  input[type="email"]::-moz-placeholder,
  input[type="url"]::-moz-placeholder,
  input[type="search"]::-moz-placeholder,
  input[type="tel"]::-moz-placeholder,
  input[type="color"]::-moz-placeholder,
  select::-moz-placeholder,
  textarea::-moz-placeholder,
  .field::-moz-placeholder {
    /* Firefox 19+ */
    color: #1f0342;
    transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1); }
  input[type="text"]:-ms-input-placeholder,
  input[type="password"]:-ms-input-placeholder,
  input[type="datetime"]:-ms-input-placeholder,
  input[type="datetime-local"]:-ms-input-placeholder,
  input[type="date"]:-ms-input-placeholder,
  input[type="month"]:-ms-input-placeholder,
  input[type="time"]:-ms-input-placeholder,
  input[type="week"]:-ms-input-placeholder,
  input[type="number"]:-ms-input-placeholder,
  input[type="email"]:-ms-input-placeholder,
  input[type="url"]:-ms-input-placeholder,
  input[type="search"]:-ms-input-placeholder,
  input[type="tel"]:-ms-input-placeholder,
  input[type="color"]:-ms-input-placeholder,
  select:-ms-input-placeholder,
  textarea:-ms-input-placeholder,
  .field:-ms-input-placeholder {
    /* IE 10+ */
    color: #1f0342;
    transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1); }
  input[type="text"]:-moz-placeholder,
  input[type="password"]:-moz-placeholder,
  input[type="datetime"]:-moz-placeholder,
  input[type="datetime-local"]:-moz-placeholder,
  input[type="date"]:-moz-placeholder,
  input[type="month"]:-moz-placeholder,
  input[type="time"]:-moz-placeholder,
  input[type="week"]:-moz-placeholder,
  input[type="number"]:-moz-placeholder,
  input[type="email"]:-moz-placeholder,
  input[type="url"]:-moz-placeholder,
  input[type="search"]:-moz-placeholder,
  input[type="tel"]:-moz-placeholder,
  input[type="color"]:-moz-placeholder,
  select:-moz-placeholder,
  textarea:-moz-placeholder,
  .field:-moz-placeholder {
    /* Firefox 18- */
    color: #1f0342;
    transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1); }

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #fff; }

input[type="password"] {
  letter-spacing: 0.3em; }

textarea {
  max-width: 100%;
  min-height: 120px;
  line-height: 1.4; }

select {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  cursor: pointer;
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
  appearance: none;
  line-height: 20px;
  background: #fff url("../images/down-arrow.svg") no-repeat right 12px center scroll !important;
  background-size: 20px 20px !important; }
  select:focus {
    background: #fff url("../images/down-arrow.svg") no-repeat right 12px center scroll !important;
    background-size: 20px 20px !important; }

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

.gform_body ul {
  margin: 0; }

.hidden_label label {
  display: none; }

.gform_validation_container {
  display: none; }

body .gform_body ul {
  margin: 0; }
  body .gform_body ul li {
    list-style: none; }

.validation_error {
  color: #1f0342;
  margin-bottom: 15px;
  font-weight: 800; }

.validation_message {
  display: none !important;
  margin: 0;
  position: absolute;
  top: -14px;
  left: 50%;
  margin-left: -70px;
  background: #ff0000;
  display: block;
  padding: 0px 10px;
  border-radius: 5px;
  color: #1f0342;
  font-weight: 800;
  font-size: 12px; }

.gfield_error {
  color: #c02b0a; }
  .gfield_error textarea, .gfield_error input {
    border-color: #ff2e00 !important;
    color: #c02b0a; }
    .gfield_error textarea::-webkit-input-placeholder, .gfield_error input::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #c02b0a; }
    .gfield_error textarea::-moz-placeholder, .gfield_error input::-moz-placeholder {
      /* Firefox 19+ */
      color: #c02b0a; }
    .gfield_error textarea:-ms-input-placeholder, .gfield_error input:-ms-input-placeholder {
      /* IE 10+ */
      color: #c02b0a; }
    .gfield_error textarea:-moz-placeholder, .gfield_error input:-moz-placeholder {
      /* Firefox 18- */
      color: #c02b0a; }
  .gfield_error select {
    border-color: #ff2e00 !important;
    color: #c02b0a; }

li.gfield {
  position: relative; }

.gform_footer, .gform_page_footer {
  position: relative; }

.gform_wrapper.gravity-theme .gform-loader {
  display: block;
  border-radius: 50%;
  position: absolute !important;
  top: 50%;
  margin: -3px 0 0 0 !important;
  right: 10px;
  transform: translateY(-50%);
  z-index: 10;
  line-height: 0px;
  display: block; }

.entry-content .gform_wrapper.gravity-theme .gform-loader {
  margin: 3px 0 0 0 !important; }

.gform_wrapper.gravity-theme .gform_validation_errors {
  background: #c02b0b !important;
  border: 1px solid #1f0342 !important;
  border-radius: 8px !important;
  box-shadow: none !important;
  margin-bottom: 15px !important;
  margin-top: 0px !important;
  padding: 15px 15px 15px 50px !important;
  position: relative;
  color: #fff !important;
  text-align: left;
  outline: none !important; }

.gform_wrapper.gravity-theme .gform_validation_errors > h2 {
  color: #fff !important; }

.gform_wrapper.gravity-theme .gform_footer button, .gform_wrapper.gravity-theme .gform_footer input, .gform_wrapper.gravity-theme .gform_page_footer button, .gform_wrapper.gravity-theme .gform_page_footer input {
  margin-bottom: 0px !important; }

.gform_wrapper.gravity-theme .gform_footer, .gform_wrapper.gravity-theme .gform_page_footer {
  margin: 0px !important;
  padding: 12px 0 0 0px !important; }

.gform_wrapper.gravity-theme .gform_fields {
  grid-column-gap: 12px !important;
  grid-row-gap: 12px !important; }

@media (min-width: 768px) {
  .gform_wrapper.gravity-theme .gform_fields {
    grid-column-gap: 20px !important;
    grid-row-gap: 20px !important; }

  .gform_wrapper.gravity-theme .gform_footer, .gform_wrapper.gravity-theme .gform_page_footer {
    padding-top: 20px !important; } }
.gform_wrapper.gravity-theme .gsection {
  border: none !important;
  padding: 0px !important; }

.gsection_title {
  margin: 0px !important; }

/*********************
GENERAL STYLES 400/700
*********************/
body {
  font-family: "Special Gothic", Helvetica, Arial, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-stretch: 100%;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  color: #333;
  background: #f3f1f7; }

#container {
  overflow: hidden; }

/*********************
LAYOUT & GRID STYLES
*********************/
.wrap {
  width: 100%;
  margin: 0;
  padding: 40px 25px; }

.wrap-large {
  padding-top: 80px;
  padding-bottom: 80px; }

.wrap-small {
  padding-top: 20px;
  padding-bottom: 20px; }

.wrap-bottom-large {
  padding-bottom: 80px; }

.wrap-bottom-normal {
  padding-bottom: 40px; }

@media only screen and (max-width: 330px) {
  .header-logo img {
    width: 25vw !important; } }
@media only screen and (max-width: 767px) {
  .hide-mobile {
    display: none !important; }

  .mobile-top {
    margin-top: 40px; }

  .nop-mobile {
    padding: 0px !important; }

  .border-radius-mobile-none {
    border-radius: 0px !important; }

  .video-square-mobile {
    height: 100vw;
    object-fit: cover; }

  .text-align-center-mobile {
    text-align: center; }
    .text-align-center-mobile .buttons {
      justify-content: center; }

  .mobile-full-width {
    width: 100%; }

  .inline-mobile {
    display: inline-block;
    position: relative; }

  .block-mobile {
    display: block;
    position: relative; } }
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  .hide-tablet {
    display: none !important; } }
@media only screen and (min-width: 1240px) {
  .hide-desktop {
    display: none !important; } }
.nop-top {
  padding-top: 0px !important; }

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

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

.nop-bottom {
  padding-bottom: 0px !important; }

.nom-top {
  margin-top: 0px !important; }

.nom-left {
  margin-left: 0px !important; }

.nom-right {
  margin-right: 0px !important; }

.nom-bottom {
  margin-bottom: 0px !important; }

.gform_wrapper.gravity-theme .field_description_above .description, .gform_wrapper.gravity-theme .field_description_above .gfield_description, .gform_wrapper.gravity-theme .field_description_above .gsection_description, .gform_wrapper.gravity-theme .field_description_above .instruction {
  padding-top: 0px !important;
  padding-bottom: 12px !important; }

.margin-top {
  margin-top: 30px; }

.margin-top-small {
  margin-top: 20px; }

.margin-bottom {
  margin-bottom: 30px; }

.margin-bottom-small {
  margin-bottom: 20px; }

.lh-0 {
  display: block;
  line-height: 0; }

.relative {
  position: relative; }

.overlay {
  position: relative; }
  .overlay:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #1f0342;
    opacity: 0.5;
    z-index: 0; }

.over-overlay {
  position: relative;
  z-index: 1; }

.overflow-hidden {
  overflow: hidden; }

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

.clip-circle {
  -webkit-clip-path: inset(0 0 -100% 0);
  clip-path: inset(0 0 -100% 0); }

/*********************
LINK STYLES
*********************/
a {
  color: #9747FF;
  text-decoration: none;
  transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  /* on hover */ }
  a:hover {
    color: #d6ad56; }

a:focus,
button:focus {
  outline: none; }

a:focus-visible,
button:focus-visible {
  outline: 2px dotted #d6ad56;
  outline-offset: 3px; }

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important; }

.screen-reader-text:focus,
.skip-link:focus {
  background: #fff;
  clip: auto !important;
  clip-path: none;
  color: #1f0342;
  display: block;
  font-weight: 700;
  height: auto;
  left: 10px;
  line-height: normal;
  padding: 10px 15px;
  text-decoration: none;
  top: 10px;
  width: auto;
  z-index: 100000; }

/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, .widgettitle {
  text-rendering: optimizelegibility;
  font-family: "Special Gothic", Helvetica, Arial, sans-serif;
  font-weight: 600;
  line-height: 1.1;
  color: #50238B;
  margin: 0;
  text-wrap: balance;
  /*
  if you're going to use webfonts, be sure to check your weights
  http://css-tricks.com/watch-your-font-weight/
  */
  /* removing text decoration from all headline links */ }
  h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, .widgettitle a {
    text-decoration: none; }

.light-content h1, .light-content .h1, .light-content h2, .light-content .h2, .light-content h3, .light-content .h3, .light-content h4, .light-content .h4, .light-content h5, .light-content .h5 {
  color: #d6ad56; }
  .light-content h1 a, .light-content .h1 a, .light-content h2 a, .light-content .h2 a, .light-content h3 a, .light-content .h3 a, .light-content h4 a, .light-content .h4 a, .light-content h5 a, .light-content .h5 a {
    color: #fff; }
    .light-content h1 a:hover, .light-content .h1 a:hover, .light-content h2 a:hover, .light-content .h2 a:hover, .light-content h3 a:hover, .light-content .h3 a:hover, .light-content h4 a:hover, .light-content .h4 a:hover, .light-content h5 a:hover, .light-content .h5 a:hover {
      color: #d6ad56; }

h1, .h1 {
  font-size: 28px; }

h2, .h2, .widgettitle {
  font-size: 24px;
  line-height: 1.2; }

h3, .h3 {
  font-size: 20px;
  line-height: 1.3; }

h4, .h4 {
  font-size: 18px;
  line-height: 1.4; }

h5, .h5 {
  font-size: 16px;
  line-height: 1.5; }

.xl {
  font-size: 23vw;
  line-height: 0.85; }

.large {
  font-size: 17vw;
  line-height: 0.85; }

p {
  margin: 0; }

.light-purple {
  color: #9747FF; }

.sentence-case {
  text-transform: none !important; }

.large-text {
  font-size: 16px; }

.white {
  color: #fff !important; }

.gold {
  color: #d6ad56 !important; }

.mid-purple-link {
  color: #50238B !important; }
  .mid-purple-link:hover {
    color: #d6ad56 !important; }

.dark-purple-link {
  color: #310964 !important; }
  .dark-purple-link:hover {
    color: #1f0342 !important; }

.gold-gradient {
  background: linear-gradient(180deg, #C0973E 0%, #FFDE97 50%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent; }

/*********************
HEADER STYLES
*********************/
body.no-scroll {
  overflow: hidden; }

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  pointer-events: none; }
  .header.scroll-active #inner-header .header-left,
  .header.scroll-active #inner-header .header-middle {
    opacity: 0;
    pointer-events: none; }
  .header.nav-active #inner-header .header-left,
  .header.nav-active #inner-header .header-middle {
    opacity: 1;
    pointer-events: all; }

#inner-header {
  padding-top: 25px;
  padding-bottom: 25px; }
  #inner-header .header-left {
    display: block;
    height: 50px;
    display: flex;
    align-items: center;
    transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: all; }
  #inner-header .header-middle {
    text-align: center;
    margin-top: 20px;
    transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: all; }
  #inner-header .header-right {
    position: fixed;
    pointer-events: all;
    top: 25px;
    right: 25px;
    z-index: 99999;
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    align-items: center;
    padding: 10px 12px;
    padding-right: 14px;
    backdrop-filter: blur(8px);
    background: rgba(255, 255, 255, 0.2);
    border-radius: 11px; }
    #inner-header .header-right .nav-icon {
      margin: -14px -7px;
      padding: 14px 7px;
      background: transparent;
      border: 0;
      cursor: pointer; }
      #inner-header .header-right .nav-icon svg {
        height: 13px;
        width: auto;
        display: block; }
      #inner-header .header-right .nav-icon path {
        transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1); }
      #inner-header .header-right .nav-icon:focus {
        outline: none; }
      #inner-header .header-right .nav-icon:hover path {
        fill: #310964; }

.header-logo .site-title {
  color: #1f0342;
  display: block;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2; }
.header-logo img {
  display: block;
  width: 100px;
  height: auto;
  transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1); }
  .header-logo img:hover {
    opacity: 0.5; }

.hero-section .circle-grow-wrap {
  padding-top: 147px; }

.nav-wrap {
  background: #50238B;
  transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  position: fixed;
  z-index: 8888;
  padding: 160px 25px 22vh 25px;
  top: 0;
  right: 0;
  inset: 0;
  min-height: -webkit-fill-available;
  width: 100%;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center; }
  .nav-wrap:after {
    content: '';
    position: absolute;
    top: calc(-1 * env(safe-area-inset-top));
    left: 0;
    right: 0;
    height: env(safe-area-inset-top);
    background: #50238B; }
  .nav-wrap:before {
    content: "";
    position: absolute;
    top: 0px;
    height: 50%;
    left: 0;
    width: 100%;
    background: #310964;
    display: block;
    z-index: 0;
    border-radius: 0 0 50% 50%; }
  .nav-wrap.active {
    opacity: 1;
    pointer-events: all;
    visibility: visible; }
    .nav-wrap.active .nav-wrap-circle {
      transition: 4s cubic-bezier(0.4, 0, 0.2, 1);
      transform: translateX(-50%) rotate(0deg);
      transition-delay: 0s; }
  .nav-wrap .nav-wrap-circle {
    background: #310964;
    position: absolute;
    z-index: 0;
    bottom: 10%;
    left: 50%;
    display: block;
    border-radius: 50%;
    height: auto;
    aspect-ratio: 1 / 1;
    width: 200%;
    pointer-events: none;
    transform-origin: center center;
    will-change: transform;
    transform: translateX(-50%) rotate(-30deg);
    transition: 0s cubic-bezier(0.4, 0, 0.2, 1);
    transition-delay: 0.5s; }
    .nav-wrap .nav-wrap-circle .hamster {
      pointer-events: none;
      position: absolute;
      width: 23%;
      bottom: 0;
      left: 50%;
      transform: translate(-10%, 25%); }

/*********************
NAVIGATION STYLES
*********************/
.nav-wrap .nav {
  border-bottom: 0;
  margin: 0;
  /* end .menu li */
  /* highlight current page */
  /* end current highlighters */ }
  .nav-wrap .nav li {
    margin: 0;
    position: relative;
    text-align: center;
    width: auto;
    /*
    so you really have to rethink your dropdowns for mobile.
    you don't want to have it expand too much because the
    screen is so small. How you manage your menu should
    depend on the project. Here's some great info on it:
    http://www.alistapart.com/articles/organizing-mobile/
    */ }
    .nav-wrap .nav li a {
      transition: color 0.5s cubic-bezier(0.4, 0, 0.2, 1);
      display: block;
      color: #fff;
      text-decoration: none;
      padding: 2px 0px;
      font-size: 40px;
      line-height: 1;
      font-weight: 700;
      text-align: center;
      font-stretch: 75%;
      text-transform: uppercase; }
      @media only screen and (max-height: 690px) {
        .nav-wrap .nav li a {
          font-size: 5vh; } }
      .nav-wrap .nav li a:hover, .nav-wrap .nav li a:focus {
        color: #d6ad56; }
        .nav-wrap .nav li a:hover span:before,
        .nav-wrap .nav li a:hover span:after, .nav-wrap .nav li a:focus span:before,
        .nav-wrap .nav li a:focus span:after {
          opacity: 1; }
      .nav-wrap .nav li a span {
        position: relative;
        display: inline-block; }
        .nav-wrap .nav li a span:before {
          content: "";
          position: absolute;
          display: block;
          top: 50%;
          right: 100%;
          opacity: 0;
          width: 23px;
          height: 23px;
          background: url("../images/star.svg") no-repeat center center scroll;
          background-size: 100% 100%;
          margin-top: -12px;
          margin-right: 10px;
          transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1);
          animation: star-rotate 8s linear infinite; }
        .nav-wrap .nav li a span:after {
          content: "";
          position: absolute;
          display: block;
          top: 50%;
          left: 100%;
          opacity: 0;
          width: 23px;
          height: 23px;
          background: url("../images/star.svg") no-repeat center center scroll;
          background-size: 100% 100%;
          margin-top: -12px;
          margin-left: 10px;
          transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1);
          animation: star-rotate 8s linear infinite; }
    .nav-wrap .nav li ul.sub-menu,
    .nav-wrap .nav li ul.children {
      margin: 0;
      padding: 0px 0px 15px 0;
      /* highlight current page */
      /* end current highlighters */ }
      .nav-wrap .nav li ul.sub-menu li a,
      .nav-wrap .nav li ul.children li a {
        color: #fff;
        text-transform: none;
        padding-top: 5px;
        padding-bottom: 5px;
        font-family: "Special Gothic", Helvetica, Arial, sans-serif;
        font-size: 16px;
        font-stretch: 100%;
        font-weight: 500;
        text-transform: normal; }
        .nav-wrap .nav li ul.sub-menu li a:hover, .nav-wrap .nav li ul.sub-menu li a:focus,
        .nav-wrap .nav li ul.children li a:hover,
        .nav-wrap .nav li ul.children li a:focus {
          color: #d6ad56; }
      .nav-wrap .nav li ul.sub-menu li ul.sub-menu,
      .nav-wrap .nav li ul.sub-menu li ul.children,
      .nav-wrap .nav li ul.children li ul.sub-menu,
      .nav-wrap .nav li ul.children li ul.children {
        margin: 0;
        display: block;
        /* highlight current page */
        /* end current highlighters */ }
        .nav-wrap .nav li ul.sub-menu li ul.sub-menu li a,
        .nav-wrap .nav li ul.sub-menu li ul.children li a,
        .nav-wrap .nav li ul.children li ul.sub-menu li a,
        .nav-wrap .nav li ul.children li ul.children li a {
          color: #fff;
          text-transform: none; }
          .nav-wrap .nav li ul.sub-menu li ul.sub-menu li a:hover, .nav-wrap .nav li ul.sub-menu li ul.sub-menu li a:focus,
          .nav-wrap .nav li ul.sub-menu li ul.children li a:hover,
          .nav-wrap .nav li ul.sub-menu li ul.children li a:focus,
          .nav-wrap .nav li ul.children li ul.sub-menu li a:hover,
          .nav-wrap .nav li ul.children li ul.sub-menu li a:focus,
          .nav-wrap .nav li ul.children li ul.children li a:hover,
          .nav-wrap .nav li ul.children li ul.children li a:focus {
            color: #d6ad56; }
        .nav-wrap .nav li ul.sub-menu li ul.sub-menu li.current-menu-item a,
        .nav-wrap .nav li ul.sub-menu li ul.sub-menu li.current-menu-ancestor a,
        .nav-wrap .nav li ul.sub-menu li ul.sub-menu li.current-menu-parent a,
        .nav-wrap .nav li ul.sub-menu li ul.children li.current-menu-item a,
        .nav-wrap .nav li ul.sub-menu li ul.children li.current-menu-ancestor a,
        .nav-wrap .nav li ul.sub-menu li ul.children li.current-menu-parent a,
        .nav-wrap .nav li ul.children li ul.sub-menu li.current-menu-item a,
        .nav-wrap .nav li ul.children li ul.sub-menu li.current-menu-ancestor a,
        .nav-wrap .nav li ul.children li ul.sub-menu li.current-menu-parent a,
        .nav-wrap .nav li ul.children li ul.children li.current-menu-item a,
        .nav-wrap .nav li ul.children li ul.children li.current-menu-ancestor a,
        .nav-wrap .nav li ul.children li ul.children li.current-menu-parent a {
          color: #d6ad56; }
      .nav-wrap .nav li ul.sub-menu li.current-menu-item a,
      .nav-wrap .nav li ul.sub-menu li.current-menu-ancestor a,
      .nav-wrap .nav li ul.sub-menu li.current-menu-parent a,
      .nav-wrap .nav li ul.children li.current-menu-item a,
      .nav-wrap .nav li ul.children li.current-menu-ancestor a,
      .nav-wrap .nav li ul.children li.current-menu-parent a {
        color: #d6ad56; }
  .nav-wrap .nav li.current-menu-item a,
  .nav-wrap .nav li.current-menu-ancestor a,
  .nav-wrap .nav li.current-menu-parent a {
    color: #d6ad56; }

/* end .nav */
/*********************
POSTS & CONTENT STYLES
*********************/
.background-white {
  background: #fff; }

.background-black {
  background: #1f0342; }

.background-purple {
  background: radial-gradient(61% 61% at 50% 59%, #9747FF 0%, #310964 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }

.background-dark-purple {
  background: #310964; }

.background-black + .background-black .wrap,
.background-white + .background-white .wrap,
.background-transparent + .background-transparent .wrap,
.background-grow + .background-transparent .wrap {
  padding-top: 0px; }

.light-content {
  color: #fff; }
  .light-content p, .light-content ul, .light-content li, .light-content ol {
    color: #fff; }
  .light-content .entry-content {
    color: #fff; }
    .light-content .entry-content li {
      color: #fff; }
      .light-content .entry-content li:after {
        background: #310964; }
  .light-content a {
    color: #d6ad56; }
    .light-content a:hover {
      color: #fff; }

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

img {
  max-width: 100%;
  height: auto; }

hr {
  margin: 20px 0; }

.circle-grow-wrap {
  z-index: 1;
  position: relative; }
  .circle-grow-wrap .circle-grow {
    background: radial-gradient(38% 38% at 50% 62%, #9747FF 18%, #50238B 100%);
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: -50%;
    display: block;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    height: 100%;
    width: 200%;
    overflow: hidden;
    pointer-events: none;
    --circle-scale: 1;
    transform: scale(var(--circle-scale));
    transform-origin: center center;
    will-change: transform; }
    @media only screen and (max-width: 767px) {
      .circle-grow-wrap .circle-grow {
        background: radial-gradient(61% 61% at 50% 59%, #9747FF 0%, #310964 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); } }
    .circle-grow-wrap .circle-grow .dog-2 {
      pointer-events: none;
      position: absolute;
      width: 60vw;
      bottom: 0;
      left: 50%;
      margin-left: -30vw; }

.circle-grow-wrap-under {
  z-index: 0; }

.dog-2-spacer {
  height: 27vw;
  pointer-events: none; }

.nudge-2-spacer {
  height: 170px;
  pointer-events: none; }

.active-onscreen .hero-heading .star {
  animation: star-rotate 8s linear infinite, star-reveal 1s ease forwards; }

.hero-heading {
  position: relative; }
  .hero-heading .star {
    pointer-events: none;
    width: 5vw;
    opacity: 0;
    position: absolute; }
  .hero-heading .star-1 {
    top: 0;
    right: 50%;
    margin-right: -26%;
    animation-delay: 0s, 1.5s !important; }
  .hero-heading .star-2 {
    bottom: 17%;
    left: 3%;
    animation-delay: -1s, 1.75s !important; }
  .hero-heading .star-3 {
    bottom: 0;
    right: 2%;
    animation-delay: -2s, 2s !important; }
  .hero-heading .star-4 {
    top: 0;
    left: 0;
    animation-delay: 0s, 1.5s !important; }
  .hero-heading .star-5 {
    top: 0;
    right: 0;
    animation-delay: -1s, 1.75s !important; }
  .hero-heading .star-6 {
    top: 0;
    right: 100%;
    margin-right: 5px;
    animation-delay: 0s, 1.5s !important; }
  .hero-heading .star-7 {
    top: 0;
    left: 100%;
    margin-left: 5px;
    animation-delay: -1s, 1.75s !important; }
  .hero-heading.star-alt .star-1 {
    top: 0;
    right: auto;
    margin-left: -32%;
    left: 50%; }
  .hero-heading.star-alt .star-3 {
    right: 0; }
  .hero-heading .dog {
    pointer-events: none;
    position: absolute;
    width: 34vw;
    top: 0;
    left: 50%;
    transform: translate(-126%, -15%);
    line-height: 0;
    display: block; }
  .hero-heading .cat {
    pointer-events: none;
    position: absolute;
    width: 28vw;
    bottom: 0;
    right: 50%;
    transform: translate(115%, -70%);
    line-height: 0;
    display: block; }
  .hero-heading .dog-4 {
    pointer-events: none;
    position: absolute;
    width: 40%;
    bottom: 100%;
    left: 50%;
    transform: translate(-50%, 14%);
    line-height: 0;
    display: block; }

.dog-5 {
  pointer-events: none;
  position: absolute;
  width: 40vw;
  display: block;
  left: 50%;
  bottom: 100%;
  margin: -2.25vw 0 -2.25vw -20vw; }

.dog-5-spacer {
  height: 20vw;
  pointer-events: none; }

.dog-6 {
  pointer-events: none;
  position: absolute;
  width: 37vw;
  display: block;
  left: 50%;
  margin-left: -13vw;
  bottom: 100%; }

.budgie-2 {
  pointer-events: none;
  position: absolute;
  width: 60%;
  display: block;
  left: 50%;
  margin-left: -30%;
  bottom: 100%;
  margin-bottom: -6.5vw;
  z-index: 10; }

.about-arrow {
  width: 30%;
  top: -4vw;
  pointer-events: none;
  position: absolute;
  right: -10px;
  z-index: 3; }

video {
  width: 100%;
  max-width: 100%;
  height: auto; }

.border-radius {
  border-radius: 18px; }

.border-radius-small {
  border-radius: 18px; }

.border-radius-xsmall {
  border-radius: 10px; }

.hero-video {
  pointer-events: auto;
  position: relative;
  z-index: 2; }

.box {
  padding: 30px 25px; }

.box-small {
  padding: 20px 20px 30px 20px; }

.box-trans {
  background: rgba(255, 255, 255, 0.2); }

@keyframes star-rotate {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
@keyframes star-reveal {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.nudge-up-section {
  margin-top: -15vw;
  position: relative;
  z-index: 0; }

.nudge-up-section-2 {
  margin-top: -210px;
  position: relative;
  z-index: 0; }

b, strong, .strong {
  font-weight: 650; }

.circle {
  border-radius: 50%;
  line-height: 0;
  overflow: hidden;
  display: inline-block;
  width: 65px;
  height: 65px;
  pointer-events: none; }
  .circle .anim-single {
    border-radius: 50%;
    line-height: 0;
    overflow: hidden;
    display: block; }
  .circle img {
    width: 100%;
    height: auto;
    margin: 0 !important; }

.paws {
  position: relative; }
  .paws:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(-10%, -50%);
    width: 130px;
    height: 120px;
    background: url(../images/paws.png) no-repeat left center scroll;
    background-size: 200% auto;
    opacity: 0;
    transition: 1s cubic-bezier(0.4, 0, 0.2, 1);
    transition-delay: 1.45s;
    transform-origin: center center;
    pointer-events: none; }
  .paws:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(10%, -50%);
    width: 130px;
    height: 135px;
    background: url(../images/paws.png) no-repeat right center scroll;
    background-size: 200% auto;
    opacity: 0;
    transition: 1s cubic-bezier(0.4, 0, 0.2, 1);
    transition-delay: 1.65s;
    transform-origin: center center;
    pointer-events: none; }

.anim-section.active-onscreen .paws:before, .anim-section.active-onscreen .paws:after {
  opacity: 1;
  scale: 1; }

.buttons {
  gap: 10px;
  display: flex;
  align-items: center; }

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

.dog-3 {
  pointer-events: none;
  position: absolute;
  width: 188px;
  bottom: -33px;
  left: 50%;
  transform: translateX(-94px);
  z-index: 3; }

.dog-3-spacer {
  height: 30px;
  display: block;
  pointer-events: none; }

.budgie {
  pointer-events: none;
  position: absolute;
  width: 23%;
  bottom: 100%;
  left: 50%;
  transform: translate(24%, 25%);
  line-height: 0;
  display: block; }

.cat-2 {
  pointer-events: none;
  position: absolute;
  width: 34%;
  bottom: 100%;
  right: 50%;
  transform: translate(145%, 15%);
  line-height: 0;
  display: block; }

.cat-3 {
  pointer-events: none;
  position: absolute;
  width: 48%;
  bottom: 100%;
  right: 50%;
  transform: translate(115%, 11%);
  line-height: 0;
  display: block;
  z-index: 5; }

.cat-3-bottom {
  bottom: 0px !important;
  width: 18% !important;
  right: 23% !important;
  z-index: 0; }

.nominate-arrow {
  margin-top: -35px;
  position: relative;
  z-index: 1;
  pointer-events: none; }

.box-shadow {
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.16); }

.post-image img {
  height: 250px;
  width: 100%;
  object-fit: cover; }

.post-image-small img {
  height: 200px;
  width: 100%;
  object-fit: cover; }

.sidebar .post-image-small img {
  height: 150px; }
.sidebar .post-title {
  font-size: 18px; }

.post-content-wrap {
  display: flex;
  flex-direction: column;
  gap: 15px; }
  .post-content-wrap .buttons {
    margin-top: 5px; }

@media only screen and (max-width: 767px) {
  .post-slider-wrap .post-content-wrap {
    padding-top: 75px; } }
.testimonial-arrow {
  pointer-events: none;
  width: 100%;
  max-width: 280px;
  margin-bottom: -20px; }

.awards-arrow {
  pointer-events: none;
  position: absolute;
  bottom: 100%;
  right: 35%;
  width: 60%;
  transform: translateY(-45%); }

.tile-content h3, .tile-content h4 {
  margin-bottom: 0 !important; }
.tile-content .entry-content p {
  margin-bottom: 10px; }

.tiles-section .tile:nth-of-type(4n-3) {
  background: #F4FBFF; }
.tiles-section .tile:nth-of-type(4n-2) {
  background: #FFFBF4; }
.tiles-section .tile:nth-of-type(4n-1) {
  background: #FFF; }
.tiles-section .tile:nth-of-type(4n) {
  background: #F3F3FF; }

.tiles-section-alt {
  color: #310964; }
  .tiles-section-alt .tile:nth-of-type(4n-3) {
    background: #FFDE97; }
  .tiles-section-alt .tile:nth-of-type(4n-2) {
    background: #D0ABFF; }
  .tiles-section-alt .tile:nth-of-type(4n-1) {
    background: #E6F7FF; }
  .tiles-section-alt .tile:nth-of-type(4n) {
    background: #fff; }

.tiles-section-dark {
  color: #fff; }
  .tiles-section-dark .tile {
    background: linear-gradient(154.4deg, #310964 47.85%, #9747FF 133.94%) !important; }

.trigger-tile.active-onscreen + .tiles-section .flex-col:first-of-type {
  transform: translate(0, 0);
  opacity: 1; }

.border-bottom-purple {
  overflow: hidden;
  padding-bottom: 50px; }
  .border-bottom-purple:after {
    content: "";
    height: 15px;
    width: 100%;
    position: absolute;
    bottom: 0;
    background: #9747FF;
    display: block;
    left: 0; }

.border-bottom-purple.box-small {
  padding-bottom: 45px; }

.event-heading {
  padding-right: 15%; }
  .event-heading .star {
    animation: star-rotate 8s linear infinite, star-reveal 1s ease forwards;
    width: 10%;
    position: absolute;
    top: 0;
    right: 0; }

.sidebar .post-content {
  display: none; }

.gfield--input-type-html small {
  line-height: 1.5 !important;
  display: block; }
.gfield--input-type-html p {
  margin: 0px !important; }

.single-title,
.page-title,
.entry-title,
.wp-block-heading {
  margin: 0 0 20px 0; }

/* want to style individual post classes? Booya! */
/* post by id (i.e. post-3) */
/* general post style */
/* general article on a page style */
/* general style on an attatchment */
/* sticky post style */
/* hentry class */
/* style by category (i.e. category-videos) */
/* style by tag (i.e. tag-news) */
/* post meta */
.byline {
  color: #5E5E5E;
  font-style: italic;
  margin: 0; }

.entry-content iframe[src*="youtube"] {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 16 / 9; }

/* entry content */
.entry-content {
  /*
  image alignment on a screen this size may be
  a bit difficult. It's set to start aligning
  and floating images at the next breakpoint,
  but it's up to you. Feel free to change it up.
  */ }
  .entry-content .button {
    margin-top: 10px; }
  .entry-content .wp-block-buttons {
    margin-bottom: 20px; }
  .entry-content p {
    margin-bottom: 20px; }
    .entry-content p img {
      margin-bottom: 0px !important; }
  .entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5 {
    margin-bottom: 20px;
    margin-top: 20px; }
  .entry-content iframe {
    width: 100%; }
  .entry-content i {
    color: #1f0342; }
  .entry-content fieldset {
    margin-bottom: 15px; }
  .entry-content ul, .entry-content ol {
    margin: 0 0 20px 18px; }
  .entry-content ul li {
    color: #310964;
    list-style: disc;
    position: relative;
    padding: 12px 0;
    font-weight: 500; }
    .entry-content ul li:after {
      content: '';
      position: absolute;
      left: -18px;
      right: 0;
      bottom: 0;
      height: 1px;
      background: #310964; }
  .entry-content ol li {
    list-style: decimal; }
  .entry-content hr {
    margin: 25px 0; }
  .entry-content table {
    width: 100%;
    border: 1px solid #1f0342;
    border-right: none;
    margin-bottom: 25px;
    border-bottom: none; }
    .entry-content table caption {
      margin: 0 0 7px;
      font-size: 0.75em;
      color: #5E5E5E;
      text-transform: uppercase;
      letter-spacing: 1px; }
    .entry-content table a {
      font-weight: 700; }
  .entry-content tr {
    border-bottom: 1px solid #1f0342; }
    .entry-content tr input, .entry-content tr p {
      margin: 0; }
    .entry-content tr .amount {
      color: #ccc;
      font-weight: 700; }
    .entry-content tr img {
      margin: 0; }
  .entry-content td {
    padding: 15px;
    border-right: 1px solid #1f0342;
    border-bottom: 1px solid #1f0342;
    background: none !important;
    vertical-align: top;
    line-height: 1.3; }
  .entry-content th {
    padding: 15px;
    background: none;
    border-bottom: 1px solid #1f0342;
    border-right: 1px solid #1f0342;
    vertical-align: top;
    line-height: 1.3; }
  .entry-content blockquote {
    margin: 0 0 20px 0;
    padding: 0 0 0 20px;
    border-left: 5px solid #9747FF;
    color: #50238B;
    font-size: 1.2em;
    font-weight: 500; }
    .entry-content blockquote strong {
      font-size: 1.3em; }
  .entry-content dd {
    margin-left: 0;
    font-size: 0.9em;
    color: #787878;
    margin-bottom: 1.5em; }
  .entry-content img {
    margin: 0 0 20px 0;
    max-width: 100%;
    height: auto;
    border-radius: 18px; }
  .entry-content .size-auto,
  .entry-content .size-full,
  .entry-content .size-large,
  .entry-content .size-medium,
  .entry-content .size-thumbnail {
    max-width: 100%;
    height: auto; }
  .entry-content pre {
    background: #1f0342;
    color: #f3f1f7;
    font-size: 0.9em;
    padding: 1.5em;
    margin: 0 0 1.5em;
    border-radius: 3px; }
  .entry-content .nudge-down + p, .entry-content .nudge-down + img, .entry-content .nudge-down + table, .entry-content .nudge-down + ul, .entry-content .nudge-down + ol, .entry-content .nudge-down + iframe, .entry-content .nudge-down + fieldset, .entry-content .nudge-down + blockquote, .entry-content .nudge-down + h1, .entry-content .nudge-down + h2, .entry-content .nudge-down + h3, .entry-content .nudge-down + h4, .entry-content .nudge-down + h5, .entry-content .nudge-down + .wp-block-buttons {
    margin-top: 0px !important; }
  .entry-content p + .nudge-up, .entry-content img + .nudge-up, .entry-content table + .nudge-up, .entry-content ul + .nudge-up, .entry-content ol + .nudge-up, .entry-content iframe + .nudge-up, .entry-content fieldset + .nudge-up, .entry-content blockquote + .nudge-up, .entry-content h1 + .nudge-up, .entry-content h2 + .nudge-up, .entry-content h3 + .nudge-up, .entry-content h4 + .nudge-up, .entry-content h5 + .nudge-up, .entry-content .wp-block-buttons + .nudge-up {
    margin-top: -20px;
    display: block; }

/* end .entry-content */
.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px;
  /* images inside wp-caption */ }
  .wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%; }
  .wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center; }

/* end .wp-caption */
/* image gallery styles */
/* end .gallery */
/* gallery caption styles */
.tags {
  margin: 0; }

/******************************************************************
PAGE NAVI STYLES
******************************************************************/
.pagination,
.wp-prev-next {
  display: block;
  width: 100%;
  max-width: 100%; }

.pagination {
  text-align: center;
  line-height: 0; }
  .pagination ul {
    display: inline-block;
    white-space: nowrap;
    padding: 0;
    margin: 0;
    clear: both; }
  .pagination li {
    padding: 0;
    margin: 0 0.25em;
    float: left;
    display: inline; }
  .pagination a, .pagination span {
    margin: 0;
    text-decoration: none;
    padding: 0;
    line-height: 2.5em;
    width: 2.5em;
    font-size: 1em;
    font-weight: 700;
    display: block;
    color: #50238B;
    background: transparent;
    border-radius: 50%; }
  .pagination a:hover, .pagination a:focus {
    color: #fff;
    background: #d6ad56;
    transform: scale(1.25); }
  .pagination .current {
    cursor: default;
    color: #fff;
    background: #50238B; }
    .pagination .current:hover, .pagination .current:focus {
      color: #fff;
      background: #50238B; }

/* end .daryls_page_navi */
/* fallback previous & next links */
.wp-prev-next .prev-link {
  float: left; }
.wp-prev-next .next-link {
  float: right; }

/* end .wp-prev-next */
/*********************
FOOTER STYLES
*********************/
#inner-footer {
  display: flex;
  flex-direction: column;
  gap: 15px; }

.footer {
  font-size: 14px; }
  .footer ul {
    margin: 0; }
    .footer ul li a {
      font-weight: 500;
      text-transform: uppercase;
      color: #fff; }
      .footer ul li a:hover {
        color: #d6ad56; }

/* end .footer-links */
.social {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center; }
  .social a {
    display: inline-block;
    line-height: 0px; }
    .social a path {
      transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1); }
    .social a:hover path {
      fill: #fff !important; }
    .social a:hover .circle {
      fill: #9747FF !important; }

.copyright a {
  color: #fff;
  text-decoration: underline;
  font-weight: 400; }
  .copyright a:hover {
    color: #d6ad56; }

.anim-section .anim-right {
  transition: 1s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  transform: translate(-30px, 0); }
.anim-section .anim-right-small {
  transition: 1s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  transform: translate(-10px, 0); }
.anim-section .anim-left {
  opacity: 0;
  transition: 1s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translate(30px, 0); }
.anim-section .anim-left-small {
  opacity: 0;
  transition: 1s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translate(10px, 0); }
.anim-section .anim-down {
  opacity: 0;
  transition: 1s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translate(0, -30px); }
.anim-section .anim-up {
  opacity: 0;
  transition: 1s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translate(0, 30px); }
.anim-section .anim-fade {
  opacity: 0;
  transition: 1s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translate(0px, 0px); }
.anim-section .anim-scale {
  opacity: 0;
  transition: 1s cubic-bezier(0.4, 0, 0.2, 1);
  transform: scale(0); }
.anim-section .delay-0 {
  transition-delay: 0s; }
.anim-section .delay-1 {
  transition-delay: 0.25s; }
.anim-section .delay-2 {
  transition-delay: 0.5s; }
.anim-section .delay-3 {
  transition-delay: 0.75s; }
.anim-section .delay-4 {
  transition-delay: 1s; }
.anim-section .delay-5 {
  transition-delay: 1.25s; }
.anim-section .delay-6 {
  transition-delay: 1.5s; }
.anim-section .delay-7 {
  transition-delay: 1.75s; }
.anim-section .delay-8 {
  transition-delay: 2s; }
.anim-section .delay-9 {
  transition-delay: 2.25s; }
.anim-section .delay-10 {
  transition-delay: 2.5s; }

.active-onscreen .anim-left,
.active-onscreen .anim-right,
.active-onscreen .anim-up,
.active-onscreen .anim-down,
.active-onscreen .anim-fade {
  transform: translate(0, 0);
  opacity: 1; }
.active-onscreen .anim-scale {
  transform: scale(100%);
  opacity: 1; }

.anim-single {
  opacity: 0;
  transition: 1s cubic-bezier(0.4, 0, 0.2, 1);
  transition-delay: 0.25s;
  transform: translate(0, 30px); }
  .anim-single .anim-scale {
    opacity: 0;
    transition: 1s cubic-bezier(0.4, 0, 0.2, 1);
    transform: scale(0.5); }

.delay-late-single {
  transition-delay: 0.5s !important; }

.anim-single.active-onscreen {
  transform: translate(0, 0);
  opacity: 1; }
  .anim-single.active-onscreen.anim-scale {
    transform: scale(100%); }
  .anim-single.active-onscreen .anim-scale {
    transform: scale(100%);
    opacity: 1; }

/*********************
TNS STYLES
*********************/
.tns-nav {
  padding: 0;
  line-height: 0px;
  width: 100%;
  text-align: center;
  left: 0;
  z-index: 10;
  font-size: 12px; }

.tns-nav button {
  display: inline-block;
  border: none;
  padding: 0px;
  margin: 0 7px 0 7px;
  border: 2px solid #fff;
  text-decoration: none;
  background: 0 0;
  background: #1f0342;
  font-weight: 600;
  font-size: 12px;
  line-height: 0px;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.18); }

.tns-nav button:hover {
  background: #d6ad56;
  border-color: #fff; }

.tns-nav button.tns-nav-active {
  background: #d6ad56;
  border-color: #fff; }

.white-boxed .tns-nav {
  padding-bottom: 25px; }

.tns-outer {
  padding: 0 !important; }

.tns-outer [hidden] {
  display: none !important; }

.tns-outer [aria-controls], .tns-outer [data-action] {
  cursor: pointer; }

.tns-slider {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  transition: all 0s; }

.tns-slider > .tns-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.tns-horizontal.tns-subpixel {
  white-space: nowrap; }

.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal; }

.tns-horizontal.tns-no-subpixel:after {
  content: '';
  display: table;
  clear: both; }

.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left; }

.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: 0px; }

.tns-no-calc {
  position: relative;
  left: 0; }

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px; }

.tns-gallery > .tns-item {
  position: absolute;
  left: 0px;
  -webkit-transition: transform 0s, opacity 0s;
  -moz-transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s; }

.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important; }

.tns-gallery > .tns-moving {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s; }

.tns-autowidth {
  display: inline-block; }

.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6; }

.tns-lazy-img.tns-complete {
  opacity: 1; }

.tns-ah {
  -webkit-transition: height 0s;
  -moz-transition: height 0s;
  transition: height 0s; }

.tns-ovh {
  overflow: hidden; }

.tns-visually-hidden {
  position: absolute;
  left: -10000em; }

.tns-transparent {
  opacity: 0;
  visibility: hidden; }

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100); }

.tns-normal, .tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0); }

.tns-vpfix {
  white-space: nowrap; }

.tns-vpfix > div, .tns-vpfix > li {
  display: inline-block; }

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden; }

.tns-t-ct {
  width: 2333.3333333%;
  width: -webkit-calc(100% * 70 / 3);
  width: -moz-calc(100% * 70 / 3);
  width: calc(100% * 70 / 3);
  position: absolute;
  right: 0; }

.tns-t-ct:after {
  content: '';
  display: table;
  clear: both; }

.tns-t-ct > div {
  width: 1.4285714%;
  width: -webkit-calc(100% / 70);
  width: -moz-calc(100% / 70);
  width: calc(100% / 70);
  height: 10px;
  float: left; }

.post-slider-nav {
  display: grid;
  grid-template-columns: repeat(var(--slider-nav-count, 4), 1fr);
  gap: 6px;
  width: 100%;
  margin-top: 25px; }

.post-slider-wrap .post-slider-nav {
  margin: 0;
  position: absolute;
  top: 275px;
  left: 25px;
  width: calc(100% - 50px); }

.post-slider-nav__item {
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: stretch;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
  text-align: left;
  color: #9747FF;
  transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1); }
  .post-slider-nav__item.tns-nav-active {
    color: #50238B; }
  .post-slider-nav__item:hover {
    color: #50238B; }
    .post-slider-nav__item:hover .post-slider-nav__number {
      transform: translateY(-6px); }

.post-slider-nav__number {
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  color: #50238B;
  transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1); }

.post-slider-nav__bar {
  display: block;
  width: 100%;
  height: 7px;
  background: currentColor;
  border-radius: 100px; }

@media only screen and (min-width: 481px) {
  /*********************
  NAVIGATION STYLES
  *********************/
  /* .menu is clearfixed inside mixins.scss */
  .menu {
    /* end .menu ul */ }
    .menu ul {
      /* end .menu ul li */
      /* highlight current page */
      /* end current highlighters */ }
      .menu ul li {
        /*
        plan your menus and drop-downs wisely.
        */ }
        .menu ul li a {
          /*
          you can use hover styles here even though this size
          has the possibility of being a mobile device.
          */ }

  /* end .menu */
  /*********************
  POSTS & CONTENT STYLES
  *********************/
  .entry-content .alignleft, .entry-content img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left; }
  .entry-content .alignright, .entry-content img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right; }
  .entry-content .aligncenter, .entry-content img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both; }

  /*********************
  FOOTER STYLES
  *********************/ }
@media only screen and (min-width: 768px) {
  /*********************
  GENERAL STYLES
  *********************/
  body {
    font-size: 16px; }

  .gform_wrapper.gravity-theme .description, .gform_wrapper.gravity-theme .gfield_description, .gform_wrapper.gravity-theme .gsection_description, .gform_wrapper.gravity-theme .instruction {
    font-size: 16px !important; }

  /*********************
  HEADER STYLES
  *********************/
  .header-logo img {
    width: 150px; }

  #inner-header .header-right .nav-icon svg {
    height: 20px; }

  #inner-header .header-right {
    padding: 15px 18px;
    gap: 22px;
    border-radius: 22px;
    padding-right: 22px; }

  #inner-header .header-left {
    height: 72px; }

  .hero-section .circle-grow-wrap {
    padding-top: 176px; }

  #inner-header .header-middle {
    margin-top: 25px; }

  .tagline br {
    display: none; }

  .nav-wrap .nav li a {
    font-size: 5.5vh;
    padding: 1px 0px; }

  .nav-wrap .nav-wrap-circle .hamster {
    width: 12%;
    transform: translate(0%, 25%);
    left: 52%; }

  /*********************
  CONTENT STYLES
  *********************/
  h1, .h1 {
    font-size: 40px; }

  h2, .h2, .widgettitle {
    font-size: 30px; }

  h3, .h3 {
    font-size: 25px; }

  h4, .h4 {
    font-size: 22px; }

  h5, .h5 {
    font-size: 18px; }

  .xl, .large {
    font-size: 12vw; }

  .large-text {
    font-size: 18px; }

  /*********************
  CONTENT
  *********************/
  .background-grow-video + .background-transparent .wrap {
    padding-top: 0px; }

  .single-title, .page-title, .entry-title, .widgettitle, .wp-block-heading {
    margin-bottom: 25px; }

  .entry-content p, .entry-content img, .entry-content table, .entry-content ul, .entry-content ol, .entry-content iframe, .entry-content fieldset, .entry-content blockquote, .entry-content .wp-block-buttons {
    margin-bottom: 25px; }
  .entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5 {
    margin-bottom: 25px;
    margin-top: 25px; }
  .entry-content hr {
    margin: 25px 0; }

  hr {
    margin: 25px 0; }

  .capped-content {
    width: 65%; }

  .capped-content-large {
    width: 70%; }

  .text-align-center .capped-content,
  .text-align-center.capped-content,
  .text-align-center .capped-content-large,
  .text-align-center.capped-content-large {
    margin-left: auto;
    margin-right: auto; }

  .entry-content p + .nudge-up, .entry-content img + .nudge-up, .entry-content table + .nudge-up, .entry-content ul + .nudge-up, .entry-content ol + .nudge-up, .entry-content iframe + .nudge-up, .entry-content fieldset + .nudge-up, .entry-content blockquote + .nudge-up, .entry-content h1 + .nudge-up, .entry-content h2 + .nudge-up, .entry-content h3 + .nudge-up, .entry-content h4 + .nudge-up, .entry-content h5 + .nudge-up, .entry-content .wp-block-buttons + .nudge-up {
    margin-top: -25px; }

  .hero-heading {
    padding-bottom: 3vw; }
    .hero-heading .star {
      width: 3vw; }
    .hero-heading .star-1 {
      top: 0;
      right: auto;
      left: 7%;
      margin-right: 0px; }
    .hero-heading .star-2 {
      bottom: auto;
      top: -0.5vw;
      left: auto;
      right: 12.5%; }
    .hero-heading .star-3 {
      bottom: -0.75vw;
      top: auto;
      right: 50%;
      margin-right: -1.5vw; }
    .hero-heading .dog {
      width: 20vw;
      top: 0;
      left: 50%;
      transform: translate(-140%, -84%); }
    .hero-heading .cat {
      width: 19vw;
      bottom: 0;
      right: 50%;
      transform: translate(211%, -48%); }

  .dog-2 {
    width: 25%;
    margin-left: -53%;
    bottom: 100%;
    pointer-events: none;
    position: absolute;
    left: 50%; }

  .nudge-up-section,
  .nudge-up-section-2 {
    z-index: auto; }

  .circle-grow-wrap {
    z-index: 0; }

  .dog-2-spacer {
    height: 15vw; }

  .border-radius {
    border-radius: 32px; }

  .buttons {
    gap: 15px; }

  .sidebar .buttons {
    flex-direction: column;
    justify-content: flex-start;
    text-align: left;
    align-items: flex-start; }

  .circle {
    width: 85px;
    height: 85px; }

  .circle-1 {
    position: absolute;
    top: 0px;
    right: 0;
    margin: 0; }

  .circle-2 {
    position: absolute;
    bottom: 0px;
    right: 101%;
    margin: 0; }

  .circle-3 {
    position: absolute;
    top: 0px;
    left: 4%;
    margin: 0; }

  .circle-4 {
    position: absolute;
    bottom: 0px;
    right: 2%;
    margin: 0; }

  .testimonial-arrow {
    width: 45%;
    max-width: 370px;
    margin-bottom: 0px; }

  .paws:before {
    transform: translate(-10%, -60%); }

  .paws:after {
    transform: translate(10%, -60%); }

  .header-split {
    display: flex;
    gap: 25px; }
    .header-split .hero-heading {
      padding: 0px; }
    .header-split .entry-content {
      margin-top: 0px; }
      .header-split .entry-content .button {
        margin-top: 2% !important; }

  .hero-heading.star-alt .star-1 {
    right: 100%;
    margin-left: 0px;
    left: auto; }

  .hero-heading.star-alt .star-2 {
    top: 25%;
    right: 16.5%; }

  .budgie {
    transform: translate(-50%, 27%); }

  .cat-2 {
    transform: translate(103%, 17%); }

  .nominate-arrow {
    position: absolute;
    margin-top: 0px;
    top: 0;
    right: 0;
    width: 250px;
    transform: translate(15px, 15%); }

  .nominate-fields {
    width: 100%;
    display: grid;
    grid-template-columns: 2fr 2fr 1fr;
    gap: 20px;
    align-items: end; }
    .nominate-fields select, .nominate-fields input {
      margin: 0px !important; }
    .nominate-fields button {
      padding-left: 0px !important;
      padding-right: 0px !important; }

  .nudge-2-spacer {
    height: 230px; }

  .nudge-up-section-2 {
    margin-top: -230px; } }
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  .small-text-tablet {
    font-size: 14px; } }
@media only screen and (min-width: 768px) {
  .post-slider-wrap .post-content-wrap {
    padding-bottom: 85px; }

  .post-slider-wrap .post-slider-nav {
    top: auto;
    bottom: 30px;
    gap: 15px;
    left: 10px;
    width: calc(100% - 20px); }

  .post-slider-wrap .post-image a, .post-slider-wrap .post-image img {
    height: 100%; }

  .post-image-small img {
    height: 250px; }

  .post-slider {
    display: flex; }
    .post-slider .tns-item {
      display: flex !important;
      height: auto; }
    .post-slider .item > .flex-wrap,
    .post-slider .tns-item > .flex-wrap {
      display: flex;
      width: 100%;
      align-items: stretch; }

  .post-slider-nav .post-slider-nav__item:nth-child(1).tns-nav-active,
  .post-slider-nav .post-slider-nav__item:nth-child(2).tns-nav-active {
    color: #fff; }
  .post-slider-nav .post-slider-nav__item:nth-child(1):hover,
  .post-slider-nav .post-slider-nav__item:nth-child(2):hover {
    color: #fff; }
  .post-slider-nav .post-slider-nav__item:nth-child(1) .post-slider-nav__number,
  .post-slider-nav .post-slider-nav__item:nth-child(2) .post-slider-nav__number {
    color: #fff;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25); }

  .post-slider-nav__item:nth-child(1) {
    margin-left: 17px; }

  .post-slider-nav__item:nth-child(2) {
    margin-right: 17px; }

  .post-slider-nav__item:nth-child(3) {
    margin-left: 17px; }

  .post-slider-nav__item:nth-child(4) {
    margin-right: 17px; }

  .footer-contact .gform_confirmation_message {
    padding-top: 20px; }

  .hero-heading .dog-4 {
    transform: translate(-110%, 15%); }

  .hero-heading .star-4 {
    left: auto;
    right: 100%; }

  .hero-heading .star-5 {
    top: auto;
    bottom: 102%; }

  .dog-5 {
    width: 25%;
    left: 50%;
    margin: 0 0 -1.2vw -52%; }

  .cat-4 {
    pointer-events: none;
    position: absolute;
    width: 18%;
    display: block;
    right: 50%;
    bottom: 100%;
    margin: 0 -46% -2.75vw 0; }

  .dog-6 {
    width: 30%;
    left: 50%;
    margin: 0 0 0 -50%; }

  .budgie-2 {
    width: 28%;
    left: 50%;
    margin: 0 0 -3.2vw -55%; }

  .trigger-tile.active-onscreen + .tiles-section .flex-col-1of2:nth-of-type(2) {
    transform: translate(0, 0);
    opacity: 1; }

  .pagination a, .pagination span {
    line-height: 2.5em;
    width: 2.5em;
    font-size: 1.25em; }

  .nudge-2-spacer-single {
    height: 190px; }

  /*********************
  FOOTER STYLES
  *********************/
  #inner-footer {
    flex-direction: row;
    align-items: center;
    gap: 25px; }
    #inner-footer .copyright {
      margin-left: auto;
      text-align: right; }

  .footer ul li {
    display: inline-block;
    margin-right: 15px; } }
@media only screen and (min-width: 768px) and (min-width: 1000px) {
  .nav-wrap {
    padding-top: 180px;
    padding-right: 50px;
    padding-left: 50px; }

  #inner-header {
    padding-top: 40px;
    padding-bottom: 40px; }

  #inner-header .header-right {
    top: 40px;
    right: 50px; }

  .hero-section .circle-grow-wrap {
    padding-top: 206px; }

  h1, .h1 {
    font-size: 50px; }

  h2, .h2, .widgettitle {
    font-size: 38px; }

  h3, .h3 {
    font-size: 30px; }

  h4, .h4 {
    font-size: 26px; }

  h5, .h5 {
    font-size: 22px; }

  .xl, .large {
    font-size: 12vw; }

  .margin-top-1000 {
    margin-top: 50px; }

  .margin-bottom-1000 {
    margin-bottom: 50px; }

  .margin-top-small-1000 {
    margin-top: 25px; }

  .margin-bottom-small-1000 {
    margin-bottom: 25px; }

  .wrap {
    padding: 80px 50px; }

  .wrap-small, .wrap-small-talet {
    padding-top: 40px;
    padding-bottom: 40px; }

  .wrap-large {
    padding-top: 120px;
    padding-bottom: 120px; }

  .wrap-bottom-large {
    padding-bottom: 120px; }

  .wrap-bottom-normal {
    padding-bottom: 80px; }

  .nop-top-1000 {
    padding-top: 0px !important; }

  .dog-2-spacer {
    height: 12vw; }

  .circle-grow-wrap .circle-grow {
    height: 125%; }

  .single-title, .page-title, .entry-title, .widgettitle, .related h2, .wp-block-heading {
    margin-bottom: 30px; }

  .entry-content p, .entry-content img, .entry-content table, .entry-content ul, .entry-content ol, .entry-content iframe, .entry-content fieldset, .entry-content blockquote {
    margin-bottom: 25px; }
  .entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5 {
    margin-bottom: 25px;
    margin-top: 25px; }
  .entry-content hr {
    margin: 25px 0; }

  hr {
    margin: 25px 0; }

  .entry-content p + .nudge-up, .entry-content img + .nudge-up, .entry-content table + .nudge-up, .entry-content ul + .nudge-up, .entry-content ol + .nudge-up, .entry-content iframe + .nudge-up, .entry-content fieldset + .nudge-up, .entry-content blockquote + .nudge-up, .entry-content h1 + .nudge-up, .entry-content h2 + .nudge-up, .entry-content h3 + .nudge-up, .entry-content h4 + .nudge-up, .entry-content h5 + .nudge-up {
    margin-top: -25px; }

  .paws:before {
    transform: translate(-10%, -65%);
    width: 170px;
    height: 170px; }

  .paws:after {
    transform: translate(10%, -65%);
    width: 170px;
    height: 170px; }

  .circle {
    width: 110px;
    height: 110px; }

  .dog-3-spacer {
    display: none; }

  .dog-3 {
    width: 300px;
    bottom: -52px;
    left: auto;
    transform: none;
    right: 0; }

  .header-split {
    align-items: flex-end; }
    .header-split .entry-content {
      padding-bottom: 0.5%; }

  .header-split .entry-content .button {
    margin-top: 0px !important; }

  .header-split .entry-content .small-m {
    margin-top: -40px !important;
    margin-bottom: 15px !important; }

  .nominate-arrow {
    width: 300px;
    transform: translate(20px, 15%); }

  .nudge-up-section-2 {
    margin-top: -310px; }

  .box {
    padding: 40px 35px; }

  .post-content-wrap {
    gap: 20px; }

  .post-content-wrap .buttons {
    margin-top: 15px; }

  .post-slider-wrap .post-content-wrap {
    padding-bottom: 105px; }

  .post-slider-wrap .post-slider-nav {
    bottom: 40px;
    gap: 20px; }

  .post-slider-nav__item:nth-child(1) {
    margin-left: 25px; }

  .post-slider-nav__item:nth-child(2) {
    margin-right: 25px; }

  .post-slider-nav__item:nth-child(3) {
    margin-left: 25px; }

  .post-slider-nav__item:nth-child(4) {
    margin-right: 25px; }

  .tile-content .entry-content p {
    margin-bottom: 15px; }

  .tile-nudge {
    margin-top: -150px !important; }

  .tile-nudge-spacer {
    height: 250px !important; }

  .cat-3 {
    width: 412px; }

  .awards-arrow {
    right: 50%;
    width: 450px; }

  .hide-1000-up {
    display: none; }

  .border-bottom-purple {
    padding-bottom: 60px; }

  .border-bottom-purple.box-small {
    padding-bottom: 45px; }

  .trigger-tile.active-onscreen + .tiles-section .flex-col-1of2-desktop:nth-of-type(2) {
    transform: translate(0, 0);
    opacity: 1; }

  .sidebar .box {
    padding: 30px 25px; }
  .sidebar .buttons {
    margin-top: 0px; }

  .dog-6 {
    width: 28%; }

  .budgie-2 {
    width: 26%;
    margin: 0 0 -2.9vw -55%; } }
@media only screen and (min-width: 1240px) {
  .wrap {
    padding: 100px 70px; }

  .wrap-large {
    padding-top: 150px;
    padding-bottom: 150px; }

  .wrap-small, .wrap-small-talet {
    padding-top: 50px;
    padding-bottom: 50px; }

  .wrap-bottom-large {
    padding-bottom: 150px; }

  .wrap-bottom-normal {
    padding-bottom: 100px; }

  .nav-wrap {
    padding-top: 150px;
    padding-right: 70px;
    padding-left: 70px; }

  .nav-wrap .nav-wrap-circle {
    width: 150%; }

  #inner-header {
    display: flex;
    align-items: center;
    padding-top: 46px;
    padding-bottom: 46px; }

  #inner-header .header-right {
    padding: 20px 25px;
    gap: 30px;
    top: 46px;
    right: 70px;
    border-radius: 22px;
    padding-right: 30px; }

  #inner-header .header-right .nav-icon svg {
    height: 26px; }

  #inner-header .header-left {
    height: 92px; }

  .header-logo img {
    width: 200px; }

  #inner-header .header-middle {
    margin: 0;
    width: calc(100% - 400px); }

  h1, .h1 {
    font-size: 60px; }

  h2, .h2, .widgettitle {
    font-size: 43px; }

  h3, .h3 {
    font-size: 36px; }

  h4, .h4 {
    font-size: 26px; }

  h5, .h5 {
    font-size: 20px; }

  .xl, .large {
    font-size: 12vw; }

  .large-text {
    font-size: 20px; }

  .single-title, .page-title, .entry-title, .widgettitle {
    margin-bottom: 35px; }

  .capped-content {
    width: 60%; }

  .circle {
    width: 130px;
    height: 130px; }

  .dog-3 {
    width: 400px;
    bottom: -70px;
    transform: translateX(20px); }

  .hero-section .circle-grow-wrap {
    padding-top: 184px; }

  .dog-2 {
    margin-left: -50%; }

  .dog-2-spacer {
    height: 10vw; }

  .circle-grow-wrap .circle-grow {
    height: auto;
    aspect-ratio: 1 / 1;
    width: 150%;
    left: -25%;
    min-height: calc(100% + 130px);
    bottom: -130px; }

  .border-radius {
    border-radius: 52px; }

  .buttons {
    margin-top: 40px; }

  .post-slider-wrap .post-slider-nav {
    left: 50%;
    width: 70%;
    transform: translateX(-50%);
    bottom: 50px; }

  .box {
    padding: 50px 45px; }

  .box-small {
    padding: 30px 30px 40px 30px; }

  .nominate-arrow {
    width: 430px;
    transform: translate(30px, 12%); }

  .nudge-up-section-2 {
    margin-top: -335px; }

  .post-slider-wrap .post-content-wrap {
    padding-bottom: 125px; }

  .post-slider-nav__item:nth-child(1) {
    margin-left: 35px; }

  .post-slider-nav__item:nth-child(2) {
    margin-right: 35px; }

  .post-slider-nav__item:nth-child(3) {
    margin-left: 35px; }

  .post-slider-nav__item:nth-child(4) {
    margin-right: 35px; }

  .header-split {
    gap: 30px; }

  .dog-5 {
    margin-left: -48%; }

  .tile-nudge-spacer {
    height: 130px !important; }

  .tile-nudge {
    margin-top: -80px !important; }

  .col-nudge-spacer {
    height: 30px !important; }

  .col-nudge {
    margin-top: -130px !important; }

  .border-bottom-purple {
    padding-bottom: 70px; }

  .border-bottom-purple.box-small {
    padding-bottom: 55px; }

  .post-image-small img {
    height: 300px; }

  .nudge-2-spacer-single {
    height: 185px; }

  .sidebar .post-title {
    font-size: 20px; }

  .footer {
    font-size: 16px; } }
@media only screen and (min-width: 1240px) and (min-width: 1440px) {
  .capped-content {
    width: 50%; }

  .circle {
    width: 160px;
    height: 160px; }

  .post-image img {
    min-height: 500px; }

  .nominate-arrow {
    width: 470px;
    transform: translate(45px, 10%); }

  .box-large-desktop {
    padding: 60px 55px; }

  .post-slider-wrap .post-content-wrap {
    padding-bottom: 140px; }

  .post-slider-wrap .post-slider-nav {
    bottom: 60px; }

  .post-slider-nav__item:nth-child(1) {
    margin-left: 45px; }

  .post-slider-nav__item:nth-child(2) {
    margin-right: 45px; }

  .post-slider-nav__item:nth-child(3) {
    margin-left: 45px; }

  .post-slider-nav__item:nth-child(4) {
    margin-right: 45px; }

  .dog-6 {
    width: 32%;
    margin: 0 0 0 -47%; }

  .budgie-2 {
    width: 32%;
    margin: 0 0 -3.5vw -55%; }

  .post-image-small img {
    height: 340px; }

  .nudge-2-spacer-single {
    height: 195px; }

  .sidebar .post-title {
    font-size: 22px; }

  .sidebar .post-image-small img {
    height: 200px; } }
@media only screen and (min-width: 1240px) and (min-width: 1580px) {
  .wrap {
    max-width: 1580px;
    margin-left: auto;
    margin-right: auto; }

  #inner-header .header-right {
    right: 50%;
    transform: translateX(720px); }

  .nav-wrap .nav-wrap-circle {
    width: 1920px;
    border-radius: 50%; }

  .nav-wrap:before {
    display: none; }

  .xl, .large {
    font-size: 190px; }

  .hero-heading {
    padding-bottom: 40px; }

  .hero-heading .star {
    width: 40px; }

  .hero-heading .star-3 {
    bottom: -10px;
    margin-right: -20px; }

  .hero-heading .dog {
    width: 295px;
    transform: translate(-146%, -83%); }

  .hero-heading .cat {
    width: 300px; }

  .dog-2-spacer {
    height: 170px; }

  .about-arrow {
    top: -60px; }

  .nudge-up-section {
    margin-top: -240px; }

  .nudge-up-section-2 {
    margin-top: -240px; }

  .circle-grow-wrap .circle-grow {
    height: auto;
    aspect-ratio: 1 / 1;
    width: 1920px;
    left: 50%;
    min-height: calc(100% + 210px);
    bottom: -210px;
    margin-left: -960px; }

  .dog-3 {
    width: 500px;
    bottom: -88px;
    right: 50%;
    transform: translateX(810px); }

  .post-image img {
    min-height: 550px; }

  .nudge-2-spacer {
    height: 300px; }

  .nudge-up-section-2 {
    margin-top: -410px; }

  .large-text-desktop {
    font-size: 18px; }

  .dog-5 {
    width: 30%;
    left: 50%;
    margin: 0 0 -21px -50%; }

  .cat-4 {
    margin-bottom: -43px; }

  .budgie-2 {
    margin: 0 0 -56px -55%; }

  .nudge-2-spacer-single {
    height: 270px; } }

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