/*!
Theme Name: Surface Clinic
Author: Bravo Studio
Author URI: https://www.bravostudio.co.uk/
Version: 2.1.47
Text Domain: bravo
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.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 !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

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

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

button {
  background-color: transparent;
  color: inherit;
  border-width: 0;
  padding: 0;
  cursor: pointer;
}

figure {
  margin: 0;
}

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

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

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

p {
  margin: 0;
}

cite {
  font-style: normal;
}

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

table {
  border-collapse: collapse;
}

.grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 0;
  gap: 0;
}

.grid--gap {
  grid-gap: 20px;
}
@media (min-width: 1024px) {
  .grid--gap {
    grid-gap: 40px;
  }
}

.col-1 {
  grid-column-end: span 1;
}

.row-1 {
  grid-row-end: span 1;
}

.col-2 {
  grid-column-end: span 2;
}

.row-2 {
  grid-row-end: span 2;
}

.col-3 {
  grid-column-end: span 3;
}

.row-3 {
  grid-row-end: span 3;
}

.col-4 {
  grid-column-end: span 4;
}

.row-4 {
  grid-row-end: span 4;
}

.col-5 {
  grid-column-end: span 5;
}

.row-5 {
  grid-row-end: span 5;
}

.col-6 {
  grid-column-end: span 6;
}

.row-6 {
  grid-row-end: span 6;
}

.col-7 {
  grid-column-end: span 7;
}

.row-7 {
  grid-row-end: span 7;
}

.col-8 {
  grid-column-end: span 8;
}

.row-8 {
  grid-row-end: span 8;
}

.col-9 {
  grid-column-end: span 9;
}

.row-9 {
  grid-row-end: span 9;
}

.col-10 {
  grid-column-end: span 10;
}

.row-10 {
  grid-row-end: span 10;
}

.col-11 {
  grid-column-end: span 11;
}

.row-11 {
  grid-row-end: span 11;
}

.col-12 {
  grid-column-end: span 12;
}

.row-12 {
  grid-row-end: span 12;
}

.col-offset-0 {
  grid-column-start: 1;
}

.row-offset-0 {
  grid-row-start: 1;
}

.col-offset-1 {
  grid-column-start: 2;
}

.row-offset-1 {
  grid-row-start: 2;
}

.col-offset-2 {
  grid-column-start: 3;
}

.row-offset-2 {
  grid-row-start: 3;
}

.col-offset-3 {
  grid-column-start: 4;
}

.row-offset-3 {
  grid-row-start: 4;
}

.col-offset-4 {
  grid-column-start: 5;
}

.row-offset-4 {
  grid-row-start: 5;
}

.col-offset-5 {
  grid-column-start: 6;
}

.row-offset-5 {
  grid-row-start: 6;
}

.col-offset-6 {
  grid-column-start: 7;
}

.row-offset-6 {
  grid-row-start: 7;
}

.col-offset-7 {
  grid-column-start: 8;
}

.row-offset-7 {
  grid-row-start: 8;
}

.col-offset-8 {
  grid-column-start: 9;
}

.row-offset-8 {
  grid-row-start: 9;
}

.col-offset-9 {
  grid-column-start: 10;
}

.row-offset-9 {
  grid-row-start: 10;
}

.col-offset-10 {
  grid-column-start: 11;
}

.row-offset-10 {
  grid-row-start: 11;
}

.col-offset-11 {
  grid-column-start: 12;
}

.row-offset-11 {
  grid-row-start: 12;
}

.col-offset-12 {
  grid-column-start: 13;
}

.row-offset-12 {
  grid-row-start: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

@media (min-width: 546px) {
  .col-xs-1 {
    grid-column-end: span 1;
  }
  .row-xs-1 {
    grid-row-end: span 1;
  }
  .col-xs-2 {
    grid-column-end: span 2;
  }
  .row-xs-2 {
    grid-row-end: span 2;
  }
  .col-xs-3 {
    grid-column-end: span 3;
  }
  .row-xs-3 {
    grid-row-end: span 3;
  }
  .col-xs-4 {
    grid-column-end: span 4;
  }
  .row-xs-4 {
    grid-row-end: span 4;
  }
  .col-xs-5 {
    grid-column-end: span 5;
  }
  .row-xs-5 {
    grid-row-end: span 5;
  }
  .col-xs-6 {
    grid-column-end: span 6;
  }
  .row-xs-6 {
    grid-row-end: span 6;
  }
  .col-xs-7 {
    grid-column-end: span 7;
  }
  .row-xs-7 {
    grid-row-end: span 7;
  }
  .col-xs-8 {
    grid-column-end: span 8;
  }
  .row-xs-8 {
    grid-row-end: span 8;
  }
  .col-xs-9 {
    grid-column-end: span 9;
  }
  .row-xs-9 {
    grid-row-end: span 9;
  }
  .col-xs-10 {
    grid-column-end: span 10;
  }
  .row-xs-10 {
    grid-row-end: span 10;
  }
  .col-xs-11 {
    grid-column-end: span 11;
  }
  .row-xs-11 {
    grid-row-end: span 11;
  }
  .col-xs-12 {
    grid-column-end: span 12;
  }
  .row-xs-12 {
    grid-row-end: span 12;
  }
  .col-offset-xs-0 {
    grid-column-start: 1;
  }
  .row-offset-xs-0 {
    grid-row-start: 1;
  }
  .col-offset-xs-1 {
    grid-column-start: 2;
  }
  .row-offset-xs-1 {
    grid-row-start: 2;
  }
  .col-offset-xs-2 {
    grid-column-start: 3;
  }
  .row-offset-xs-2 {
    grid-row-start: 3;
  }
  .col-offset-xs-3 {
    grid-column-start: 4;
  }
  .row-offset-xs-3 {
    grid-row-start: 4;
  }
  .col-offset-xs-4 {
    grid-column-start: 5;
  }
  .row-offset-xs-4 {
    grid-row-start: 5;
  }
  .col-offset-xs-5 {
    grid-column-start: 6;
  }
  .row-offset-xs-5 {
    grid-row-start: 6;
  }
  .col-offset-xs-6 {
    grid-column-start: 7;
  }
  .row-offset-xs-6 {
    grid-row-start: 7;
  }
  .col-offset-xs-7 {
    grid-column-start: 8;
  }
  .row-offset-xs-7 {
    grid-row-start: 8;
  }
  .col-offset-xs-8 {
    grid-column-start: 9;
  }
  .row-offset-xs-8 {
    grid-row-start: 9;
  }
  .col-offset-xs-9 {
    grid-column-start: 10;
  }
  .row-offset-xs-9 {
    grid-row-start: 10;
  }
  .col-offset-xs-10 {
    grid-column-start: 11;
  }
  .row-offset-xs-10 {
    grid-row-start: 11;
  }
  .col-offset-xs-11 {
    grid-column-start: 12;
  }
  .row-offset-xs-11 {
    grid-row-start: 12;
  }
  .col-offset-xs-12 {
    grid-column-start: 13;
  }
  .row-offset-xs-12 {
    grid-row-start: 13;
  }
  .order-xs-0 {
    order: 0;
  }
  .order-xs-1 {
    order: 1;
  }
  .order-xs-2 {
    order: 2;
  }
  .order-xs-3 {
    order: 3;
  }
  .order-xs-4 {
    order: 4;
  }
  .order-xs-5 {
    order: 5;
  }
  .order-xs-6 {
    order: 6;
  }
  .order-xs-7 {
    order: 7;
  }
  .order-xs-8 {
    order: 8;
  }
  .order-xs-9 {
    order: 9;
  }
  .order-xs-10 {
    order: 10;
  }
  .order-xs-11 {
    order: 11;
  }
  .order-xs-12 {
    order: 12;
  }
}
@media (min-width: 768px) {
  .col-sm-1 {
    grid-column-end: span 1;
  }
  .row-sm-1 {
    grid-row-end: span 1;
  }
  .col-sm-2 {
    grid-column-end: span 2;
  }
  .row-sm-2 {
    grid-row-end: span 2;
  }
  .col-sm-3 {
    grid-column-end: span 3;
  }
  .row-sm-3 {
    grid-row-end: span 3;
  }
  .col-sm-4 {
    grid-column-end: span 4;
  }
  .row-sm-4 {
    grid-row-end: span 4;
  }
  .col-sm-5 {
    grid-column-end: span 5;
  }
  .row-sm-5 {
    grid-row-end: span 5;
  }
  .col-sm-6 {
    grid-column-end: span 6;
  }
  .row-sm-6 {
    grid-row-end: span 6;
  }
  .col-sm-7 {
    grid-column-end: span 7;
  }
  .row-sm-7 {
    grid-row-end: span 7;
  }
  .col-sm-8 {
    grid-column-end: span 8;
  }
  .row-sm-8 {
    grid-row-end: span 8;
  }
  .col-sm-9 {
    grid-column-end: span 9;
  }
  .row-sm-9 {
    grid-row-end: span 9;
  }
  .col-sm-10 {
    grid-column-end: span 10;
  }
  .row-sm-10 {
    grid-row-end: span 10;
  }
  .col-sm-11 {
    grid-column-end: span 11;
  }
  .row-sm-11 {
    grid-row-end: span 11;
  }
  .col-sm-12 {
    grid-column-end: span 12;
  }
  .row-sm-12 {
    grid-row-end: span 12;
  }
  .col-offset-sm-0 {
    grid-column-start: 1;
  }
  .row-offset-sm-0 {
    grid-row-start: 1;
  }
  .col-offset-sm-1 {
    grid-column-start: 2;
  }
  .row-offset-sm-1 {
    grid-row-start: 2;
  }
  .col-offset-sm-2 {
    grid-column-start: 3;
  }
  .row-offset-sm-2 {
    grid-row-start: 3;
  }
  .col-offset-sm-3 {
    grid-column-start: 4;
  }
  .row-offset-sm-3 {
    grid-row-start: 4;
  }
  .col-offset-sm-4 {
    grid-column-start: 5;
  }
  .row-offset-sm-4 {
    grid-row-start: 5;
  }
  .col-offset-sm-5 {
    grid-column-start: 6;
  }
  .row-offset-sm-5 {
    grid-row-start: 6;
  }
  .col-offset-sm-6 {
    grid-column-start: 7;
  }
  .row-offset-sm-6 {
    grid-row-start: 7;
  }
  .col-offset-sm-7 {
    grid-column-start: 8;
  }
  .row-offset-sm-7 {
    grid-row-start: 8;
  }
  .col-offset-sm-8 {
    grid-column-start: 9;
  }
  .row-offset-sm-8 {
    grid-row-start: 9;
  }
  .col-offset-sm-9 {
    grid-column-start: 10;
  }
  .row-offset-sm-9 {
    grid-row-start: 10;
  }
  .col-offset-sm-10 {
    grid-column-start: 11;
  }
  .row-offset-sm-10 {
    grid-row-start: 11;
  }
  .col-offset-sm-11 {
    grid-column-start: 12;
  }
  .row-offset-sm-11 {
    grid-row-start: 12;
  }
  .col-offset-sm-12 {
    grid-column-start: 13;
  }
  .row-offset-sm-12 {
    grid-row-start: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
}
@media (min-width: 1024px) {
  .col-md-1 {
    grid-column-end: span 1;
  }
  .row-md-1 {
    grid-row-end: span 1;
  }
  .col-md-2 {
    grid-column-end: span 2;
  }
  .row-md-2 {
    grid-row-end: span 2;
  }
  .col-md-3 {
    grid-column-end: span 3;
  }
  .row-md-3 {
    grid-row-end: span 3;
  }
  .col-md-4 {
    grid-column-end: span 4;
  }
  .row-md-4 {
    grid-row-end: span 4;
  }
  .col-md-5 {
    grid-column-end: span 5;
  }
  .row-md-5 {
    grid-row-end: span 5;
  }
  .col-md-6 {
    grid-column-end: span 6;
  }
  .row-md-6 {
    grid-row-end: span 6;
  }
  .col-md-7 {
    grid-column-end: span 7;
  }
  .row-md-7 {
    grid-row-end: span 7;
  }
  .col-md-8 {
    grid-column-end: span 8;
  }
  .row-md-8 {
    grid-row-end: span 8;
  }
  .col-md-9 {
    grid-column-end: span 9;
  }
  .row-md-9 {
    grid-row-end: span 9;
  }
  .col-md-10 {
    grid-column-end: span 10;
  }
  .row-md-10 {
    grid-row-end: span 10;
  }
  .col-md-11 {
    grid-column-end: span 11;
  }
  .row-md-11 {
    grid-row-end: span 11;
  }
  .col-md-12 {
    grid-column-end: span 12;
  }
  .row-md-12 {
    grid-row-end: span 12;
  }
  .col-offset-md-0 {
    grid-column-start: 1;
  }
  .row-offset-md-0 {
    grid-row-start: 1;
  }
  .col-offset-md-1 {
    grid-column-start: 2;
  }
  .row-offset-md-1 {
    grid-row-start: 2;
  }
  .col-offset-md-2 {
    grid-column-start: 3;
  }
  .row-offset-md-2 {
    grid-row-start: 3;
  }
  .col-offset-md-3 {
    grid-column-start: 4;
  }
  .row-offset-md-3 {
    grid-row-start: 4;
  }
  .col-offset-md-4 {
    grid-column-start: 5;
  }
  .row-offset-md-4 {
    grid-row-start: 5;
  }
  .col-offset-md-5 {
    grid-column-start: 6;
  }
  .row-offset-md-5 {
    grid-row-start: 6;
  }
  .col-offset-md-6 {
    grid-column-start: 7;
  }
  .row-offset-md-6 {
    grid-row-start: 7;
  }
  .col-offset-md-7 {
    grid-column-start: 8;
  }
  .row-offset-md-7 {
    grid-row-start: 8;
  }
  .col-offset-md-8 {
    grid-column-start: 9;
  }
  .row-offset-md-8 {
    grid-row-start: 9;
  }
  .col-offset-md-9 {
    grid-column-start: 10;
  }
  .row-offset-md-9 {
    grid-row-start: 10;
  }
  .col-offset-md-10 {
    grid-column-start: 11;
  }
  .row-offset-md-10 {
    grid-row-start: 11;
  }
  .col-offset-md-11 {
    grid-column-start: 12;
  }
  .row-offset-md-11 {
    grid-row-start: 12;
  }
  .col-offset-md-12 {
    grid-column-start: 13;
  }
  .row-offset-md-12 {
    grid-row-start: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
}
@media (min-width: 1200px) {
  .col-lg-1 {
    grid-column-end: span 1;
  }
  .row-lg-1 {
    grid-row-end: span 1;
  }
  .col-lg-2 {
    grid-column-end: span 2;
  }
  .row-lg-2 {
    grid-row-end: span 2;
  }
  .col-lg-3 {
    grid-column-end: span 3;
  }
  .row-lg-3 {
    grid-row-end: span 3;
  }
  .col-lg-4 {
    grid-column-end: span 4;
  }
  .row-lg-4 {
    grid-row-end: span 4;
  }
  .col-lg-5 {
    grid-column-end: span 5;
  }
  .row-lg-5 {
    grid-row-end: span 5;
  }
  .col-lg-6 {
    grid-column-end: span 6;
  }
  .row-lg-6 {
    grid-row-end: span 6;
  }
  .col-lg-7 {
    grid-column-end: span 7;
  }
  .row-lg-7 {
    grid-row-end: span 7;
  }
  .col-lg-8 {
    grid-column-end: span 8;
  }
  .row-lg-8 {
    grid-row-end: span 8;
  }
  .col-lg-9 {
    grid-column-end: span 9;
  }
  .row-lg-9 {
    grid-row-end: span 9;
  }
  .col-lg-10 {
    grid-column-end: span 10;
  }
  .row-lg-10 {
    grid-row-end: span 10;
  }
  .col-lg-11 {
    grid-column-end: span 11;
  }
  .row-lg-11 {
    grid-row-end: span 11;
  }
  .col-lg-12 {
    grid-column-end: span 12;
  }
  .row-lg-12 {
    grid-row-end: span 12;
  }
  .col-offset-lg-0 {
    grid-column-start: 1;
  }
  .row-offset-lg-0 {
    grid-row-start: 1;
  }
  .col-offset-lg-1 {
    grid-column-start: 2;
  }
  .row-offset-lg-1 {
    grid-row-start: 2;
  }
  .col-offset-lg-2 {
    grid-column-start: 3;
  }
  .row-offset-lg-2 {
    grid-row-start: 3;
  }
  .col-offset-lg-3 {
    grid-column-start: 4;
  }
  .row-offset-lg-3 {
    grid-row-start: 4;
  }
  .col-offset-lg-4 {
    grid-column-start: 5;
  }
  .row-offset-lg-4 {
    grid-row-start: 5;
  }
  .col-offset-lg-5 {
    grid-column-start: 6;
  }
  .row-offset-lg-5 {
    grid-row-start: 6;
  }
  .col-offset-lg-6 {
    grid-column-start: 7;
  }
  .row-offset-lg-6 {
    grid-row-start: 7;
  }
  .col-offset-lg-7 {
    grid-column-start: 8;
  }
  .row-offset-lg-7 {
    grid-row-start: 8;
  }
  .col-offset-lg-8 {
    grid-column-start: 9;
  }
  .row-offset-lg-8 {
    grid-row-start: 9;
  }
  .col-offset-lg-9 {
    grid-column-start: 10;
  }
  .row-offset-lg-9 {
    grid-row-start: 10;
  }
  .col-offset-lg-10 {
    grid-column-start: 11;
  }
  .row-offset-lg-10 {
    grid-row-start: 11;
  }
  .col-offset-lg-11 {
    grid-column-start: 12;
  }
  .row-offset-lg-11 {
    grid-row-start: 12;
  }
  .col-offset-lg-12 {
    grid-column-start: 13;
  }
  .row-offset-lg-12 {
    grid-row-start: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
}
@media (min-width: 1350px) {
  .col-xl-1 {
    grid-column-end: span 1;
  }
  .row-xl-1 {
    grid-row-end: span 1;
  }
  .col-xl-2 {
    grid-column-end: span 2;
  }
  .row-xl-2 {
    grid-row-end: span 2;
  }
  .col-xl-3 {
    grid-column-end: span 3;
  }
  .row-xl-3 {
    grid-row-end: span 3;
  }
  .col-xl-4 {
    grid-column-end: span 4;
  }
  .row-xl-4 {
    grid-row-end: span 4;
  }
  .col-xl-5 {
    grid-column-end: span 5;
  }
  .row-xl-5 {
    grid-row-end: span 5;
  }
  .col-xl-6 {
    grid-column-end: span 6;
  }
  .row-xl-6 {
    grid-row-end: span 6;
  }
  .col-xl-7 {
    grid-column-end: span 7;
  }
  .row-xl-7 {
    grid-row-end: span 7;
  }
  .col-xl-8 {
    grid-column-end: span 8;
  }
  .row-xl-8 {
    grid-row-end: span 8;
  }
  .col-xl-9 {
    grid-column-end: span 9;
  }
  .row-xl-9 {
    grid-row-end: span 9;
  }
  .col-xl-10 {
    grid-column-end: span 10;
  }
  .row-xl-10 {
    grid-row-end: span 10;
  }
  .col-xl-11 {
    grid-column-end: span 11;
  }
  .row-xl-11 {
    grid-row-end: span 11;
  }
  .col-xl-12 {
    grid-column-end: span 12;
  }
  .row-xl-12 {
    grid-row-end: span 12;
  }
  .col-offset-xl-0 {
    grid-column-start: 1;
  }
  .row-offset-xl-0 {
    grid-row-start: 1;
  }
  .col-offset-xl-1 {
    grid-column-start: 2;
  }
  .row-offset-xl-1 {
    grid-row-start: 2;
  }
  .col-offset-xl-2 {
    grid-column-start: 3;
  }
  .row-offset-xl-2 {
    grid-row-start: 3;
  }
  .col-offset-xl-3 {
    grid-column-start: 4;
  }
  .row-offset-xl-3 {
    grid-row-start: 4;
  }
  .col-offset-xl-4 {
    grid-column-start: 5;
  }
  .row-offset-xl-4 {
    grid-row-start: 5;
  }
  .col-offset-xl-5 {
    grid-column-start: 6;
  }
  .row-offset-xl-5 {
    grid-row-start: 6;
  }
  .col-offset-xl-6 {
    grid-column-start: 7;
  }
  .row-offset-xl-6 {
    grid-row-start: 7;
  }
  .col-offset-xl-7 {
    grid-column-start: 8;
  }
  .row-offset-xl-7 {
    grid-row-start: 8;
  }
  .col-offset-xl-8 {
    grid-column-start: 9;
  }
  .row-offset-xl-8 {
    grid-row-start: 9;
  }
  .col-offset-xl-9 {
    grid-column-start: 10;
  }
  .row-offset-xl-9 {
    grid-row-start: 10;
  }
  .col-offset-xl-10 {
    grid-column-start: 11;
  }
  .row-offset-xl-10 {
    grid-row-start: 11;
  }
  .col-offset-xl-11 {
    grid-column-start: 12;
  }
  .row-offset-xl-11 {
    grid-row-start: 12;
  }
  .col-offset-xl-12 {
    grid-column-start: 13;
  }
  .row-offset-xl-12 {
    grid-row-start: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
}
@media (min-width: 1520px) {
  .col-xxl-1 {
    grid-column-end: span 1;
  }
  .row-xxl-1 {
    grid-row-end: span 1;
  }
  .col-xxl-2 {
    grid-column-end: span 2;
  }
  .row-xxl-2 {
    grid-row-end: span 2;
  }
  .col-xxl-3 {
    grid-column-end: span 3;
  }
  .row-xxl-3 {
    grid-row-end: span 3;
  }
  .col-xxl-4 {
    grid-column-end: span 4;
  }
  .row-xxl-4 {
    grid-row-end: span 4;
  }
  .col-xxl-5 {
    grid-column-end: span 5;
  }
  .row-xxl-5 {
    grid-row-end: span 5;
  }
  .col-xxl-6 {
    grid-column-end: span 6;
  }
  .row-xxl-6 {
    grid-row-end: span 6;
  }
  .col-xxl-7 {
    grid-column-end: span 7;
  }
  .row-xxl-7 {
    grid-row-end: span 7;
  }
  .col-xxl-8 {
    grid-column-end: span 8;
  }
  .row-xxl-8 {
    grid-row-end: span 8;
  }
  .col-xxl-9 {
    grid-column-end: span 9;
  }
  .row-xxl-9 {
    grid-row-end: span 9;
  }
  .col-xxl-10 {
    grid-column-end: span 10;
  }
  .row-xxl-10 {
    grid-row-end: span 10;
  }
  .col-xxl-11 {
    grid-column-end: span 11;
  }
  .row-xxl-11 {
    grid-row-end: span 11;
  }
  .col-xxl-12 {
    grid-column-end: span 12;
  }
  .row-xxl-12 {
    grid-row-end: span 12;
  }
  .col-offset-xxl-0 {
    grid-column-start: 1;
  }
  .row-offset-xxl-0 {
    grid-row-start: 1;
  }
  .col-offset-xxl-1 {
    grid-column-start: 2;
  }
  .row-offset-xxl-1 {
    grid-row-start: 2;
  }
  .col-offset-xxl-2 {
    grid-column-start: 3;
  }
  .row-offset-xxl-2 {
    grid-row-start: 3;
  }
  .col-offset-xxl-3 {
    grid-column-start: 4;
  }
  .row-offset-xxl-3 {
    grid-row-start: 4;
  }
  .col-offset-xxl-4 {
    grid-column-start: 5;
  }
  .row-offset-xxl-4 {
    grid-row-start: 5;
  }
  .col-offset-xxl-5 {
    grid-column-start: 6;
  }
  .row-offset-xxl-5 {
    grid-row-start: 6;
  }
  .col-offset-xxl-6 {
    grid-column-start: 7;
  }
  .row-offset-xxl-6 {
    grid-row-start: 7;
  }
  .col-offset-xxl-7 {
    grid-column-start: 8;
  }
  .row-offset-xxl-7 {
    grid-row-start: 8;
  }
  .col-offset-xxl-8 {
    grid-column-start: 9;
  }
  .row-offset-xxl-8 {
    grid-row-start: 9;
  }
  .col-offset-xxl-9 {
    grid-column-start: 10;
  }
  .row-offset-xxl-9 {
    grid-row-start: 10;
  }
  .col-offset-xxl-10 {
    grid-column-start: 11;
  }
  .row-offset-xxl-10 {
    grid-row-start: 11;
  }
  .col-offset-xxl-11 {
    grid-column-start: 12;
  }
  .row-offset-xxl-11 {
    grid-row-start: 12;
  }
  .col-offset-xxl-12 {
    grid-column-start: 13;
  }
  .row-offset-xxl-12 {
    grid-row-start: 13;
  }
  .order-xxl-0 {
    order: 0;
  }
  .order-xxl-1 {
    order: 1;
  }
  .order-xxl-2 {
    order: 2;
  }
  .order-xxl-3 {
    order: 3;
  }
  .order-xxl-4 {
    order: 4;
  }
  .order-xxl-5 {
    order: 5;
  }
  .order-xxl-6 {
    order: 6;
  }
  .order-xxl-7 {
    order: 7;
  }
  .order-xxl-8 {
    order: 8;
  }
  .order-xxl-9 {
    order: 9;
  }
  .order-xxl-10 {
    order: 10;
  }
  .order-xxl-11 {
    order: 11;
  }
  .order-xxl-12 {
    order: 12;
  }
}
@media (min-width: 1920px) {
  .col-xxxl-1 {
    grid-column-end: span 1;
  }
  .row-xxxl-1 {
    grid-row-end: span 1;
  }
  .col-xxxl-2 {
    grid-column-end: span 2;
  }
  .row-xxxl-2 {
    grid-row-end: span 2;
  }
  .col-xxxl-3 {
    grid-column-end: span 3;
  }
  .row-xxxl-3 {
    grid-row-end: span 3;
  }
  .col-xxxl-4 {
    grid-column-end: span 4;
  }
  .row-xxxl-4 {
    grid-row-end: span 4;
  }
  .col-xxxl-5 {
    grid-column-end: span 5;
  }
  .row-xxxl-5 {
    grid-row-end: span 5;
  }
  .col-xxxl-6 {
    grid-column-end: span 6;
  }
  .row-xxxl-6 {
    grid-row-end: span 6;
  }
  .col-xxxl-7 {
    grid-column-end: span 7;
  }
  .row-xxxl-7 {
    grid-row-end: span 7;
  }
  .col-xxxl-8 {
    grid-column-end: span 8;
  }
  .row-xxxl-8 {
    grid-row-end: span 8;
  }
  .col-xxxl-9 {
    grid-column-end: span 9;
  }
  .row-xxxl-9 {
    grid-row-end: span 9;
  }
  .col-xxxl-10 {
    grid-column-end: span 10;
  }
  .row-xxxl-10 {
    grid-row-end: span 10;
  }
  .col-xxxl-11 {
    grid-column-end: span 11;
  }
  .row-xxxl-11 {
    grid-row-end: span 11;
  }
  .col-xxxl-12 {
    grid-column-end: span 12;
  }
  .row-xxxl-12 {
    grid-row-end: span 12;
  }
  .col-offset-xxxl-0 {
    grid-column-start: 1;
  }
  .row-offset-xxxl-0 {
    grid-row-start: 1;
  }
  .col-offset-xxxl-1 {
    grid-column-start: 2;
  }
  .row-offset-xxxl-1 {
    grid-row-start: 2;
  }
  .col-offset-xxxl-2 {
    grid-column-start: 3;
  }
  .row-offset-xxxl-2 {
    grid-row-start: 3;
  }
  .col-offset-xxxl-3 {
    grid-column-start: 4;
  }
  .row-offset-xxxl-3 {
    grid-row-start: 4;
  }
  .col-offset-xxxl-4 {
    grid-column-start: 5;
  }
  .row-offset-xxxl-4 {
    grid-row-start: 5;
  }
  .col-offset-xxxl-5 {
    grid-column-start: 6;
  }
  .row-offset-xxxl-5 {
    grid-row-start: 6;
  }
  .col-offset-xxxl-6 {
    grid-column-start: 7;
  }
  .row-offset-xxxl-6 {
    grid-row-start: 7;
  }
  .col-offset-xxxl-7 {
    grid-column-start: 8;
  }
  .row-offset-xxxl-7 {
    grid-row-start: 8;
  }
  .col-offset-xxxl-8 {
    grid-column-start: 9;
  }
  .row-offset-xxxl-8 {
    grid-row-start: 9;
  }
  .col-offset-xxxl-9 {
    grid-column-start: 10;
  }
  .row-offset-xxxl-9 {
    grid-row-start: 10;
  }
  .col-offset-xxxl-10 {
    grid-column-start: 11;
  }
  .row-offset-xxxl-10 {
    grid-row-start: 11;
  }
  .col-offset-xxxl-11 {
    grid-column-start: 12;
  }
  .row-offset-xxxl-11 {
    grid-row-start: 12;
  }
  .col-offset-xxxl-12 {
    grid-column-start: 13;
  }
  .row-offset-xxxl-12 {
    grid-row-start: 13;
  }
  .order-xxxl-0 {
    order: 0;
  }
  .order-xxxl-1 {
    order: 1;
  }
  .order-xxxl-2 {
    order: 2;
  }
  .order-xxxl-3 {
    order: 3;
  }
  .order-xxxl-4 {
    order: 4;
  }
  .order-xxxl-5 {
    order: 5;
  }
  .order-xxxl-6 {
    order: 6;
  }
  .order-xxxl-7 {
    order: 7;
  }
  .order-xxxl-8 {
    order: 8;
  }
  .order-xxxl-9 {
    order: 9;
  }
  .order-xxxl-10 {
    order: 10;
  }
  .order-xxxl-11 {
    order: 11;
  }
  .order-xxxl-12 {
    order: 12;
  }
}
.container {
  width: 100%;
  max-width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 768px) {
  .container--bumped-mobile {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1024px) {
  .container {
    padding-right: 40px;
    padding-left: 40px;
    max-width: 1520px;
  }
  .container--narrow {
    max-width: 1169.2307692308px;
  }
  .container--slim {
    max-width: 868.5714285714px;
  }
  .container--full-width {
    max-width: none;
  }
}
html {
  font-size: 70%;
  overflow-x: hidden;
}

body {
  font-family: "Europa", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  color: #1B1B1B;
  overflow-x: hidden;
}

.wrapper {
  position: relative;
}

p:not(.content), .p, ul:not(.menu):not(.menu ul):not(.page-nav__filter):not(.site-footer ul):not(.gfb-slot-list), ol, address:not(.wc-block-checkout address), .gform_description {
  font-size: 1.6rem;
  line-height: 2.8rem;
  margin-bottom: 2.4rem;
  letter-spacing: 0.1rem;
}
p:not(.content).caps:not(h1), .p.caps:not(h1), ul:not(.menu):not(.menu ul):not(.page-nav__filter):not(.site-footer ul):not(.gfb-slot-list).caps:not(h1), ol.caps:not(h1), address:not(.wc-block-checkout address).caps:not(h1), .gform_description.caps:not(h1) {
  margin-bottom: 0;
}
p:not(.content) + .buttons, .p + .buttons, ul:not(.menu):not(.menu ul):not(.page-nav__filter):not(.site-footer ul):not(.gfb-slot-list) + .buttons, ol + .buttons, address:not(.wc-block-checkout address) + .buttons, .gform_description + .buttons {
  padding-top: 2rem;
}
p:not(.content).lead, .p.lead, ul:not(.menu):not(.menu ul):not(.page-nav__filter):not(.site-footer ul):not(.gfb-slot-list).lead, ol.lead, address:not(.wc-block-checkout address).lead, .gform_description.lead {
  font-size: 120%;
}
@media only screen and (min-width: 1350px) {
  p:not(.content), .p, ul:not(.menu):not(.menu ul):not(.page-nav__filter):not(.site-footer ul):not(.gfb-slot-list), ol, address:not(.wc-block-checkout address), .gform_description {
    font-size: 2rem;
    line-height: 3rem;
  }
  p:not(.content).lead, .p.lead, ul:not(.menu):not(.menu ul):not(.page-nav__filter):not(.site-footer ul):not(.gfb-slot-list).lead, ol.lead, address:not(.wc-block-checkout address).lead, .gform_description.lead {
    font-size: 150%;
  }
}

p:last-child, address:last-child {
  margin-bottom: 0;
}

p.content,
.wc-block-checkout address {
  font-size: 16px;
}

p.gform_description {
  margin-top: 0;
  margin-bottom: 4rem;
}

.caps {
  text-transform: uppercase;
  font-size: 1.4rem;
  line-height: 2.2rem;
  letter-spacing: 6px;
  color: #1B1B1B;
  font-family: "Europa", sans-serif;
}
@media only screen and (min-width: 1200px) {
  .caps {
    font-size: 1.8rem;
    line-height: 2.4em;
  }
}
@media only screen and (min-width: 1350px) {
  .caps {
    font-size: 2.4rem;
    line-height: 2.8rem;
  }
}
.caps--sm {
  font-size: 1.2rem;
  line-height: 2rem;
}
@media only screen and (min-width: 1200px) {
  .caps--sm {
    font-size: 1.4rem;
    line-height: 2.2em;
  }
}
@media only screen and (min-width: 1350px) {
  .caps--sm {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
}
.caps--lg {
  font-size: 1.8rem;
  line-height: 2.4rem;
}
@media only screen and (min-width: 1200px) {
  .caps--lg {
    font-size: 2.4rem;
    line-height: 2.8em;
  }
}
@media only screen and (min-width: 1350px) {
  .caps--lg {
    font-size: 3rem;
    line-height: 3.2rem;
  }
}

address {
  font-style: normal;
}

ul {
  list-style-type: disc;
  padding-left: 2rem;
  letter-spacing: 0.1rem;
}
ul.link-list {
  list-style: none;
  padding: 0;
  margin-top: 3rem;
  border-top: 1px solid rgba(51, 51, 51, 0.1);
  width: 100%;
}
ul.link-list li {
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}
ul.link-list li a {
  display: block;
  padding-top: 1.2rem;
  padding-bottom: 1rem;
  font-family: "Europa", sans-serif !important;
  text-decoration: none;
  position: relative;
  -moz-transition: background-color 0.2s, color 0.2s, padding-left 0.3s ease-in-out;
  -o-transition: background-color 0.2s, color 0.2s, padding-left 0.3s ease-in-out;
  -webkit-transition: background-color 0.2s, color 0.2s, padding-left 0.3s ease-in-out;
  transition: background-color 0.2s, color 0.2s, padding-left 0.3s ease-in-out;
}
ul.link-list li a::after {
  content: "";
  border: solid #E0B264;
  border-width: 1px 1px 0 0;
  display: inline-block;
  padding: 4px;
  transform-origin: right;
  transform: rotate(45deg) translate(-25%);
  position: absolute;
  right: 0.4rem;
  top: 50%;
  z-index: 100;
}
@media only screen and (min-width: 1350px) {
  ul.link-list li a:hover {
    padding-left: 1.2rem;
  }
}
ul.ticks {
  list-style: none;
  padding-left: 0;
}
ul.ticks li {
  margin-bottom: 0.6rem;
  padding-left: 38px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 36 36'%3E%3Cpath d='M18,0C8.1,0,0,8.1,0,18c0,9.9,8.1,18,18,18c9.9,0,18-8.1,18-18C36,8.1,27.9,0,18,0L18,0z M18,1c9.4,0,17,7.6,17,17s-7.6,17-17,17S1,27.4,1,18S8.6,1,18,1 M9,18.3l0.6-0.5l5.4,5.4l11.4-11.4l0.5,0.5l-12,12L9,18.3z' fill='%23D38573' stroke-width='0'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 28px;
  min-height: 38px;
}
ul.ticks li:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1200px) {
  ul.ticks li {
    margin-bottom: 1.4rem;
    padding-left: 50px;
    background-size: 36px;
    min-height: 41px;
  }
}
ul:last-child {
  margin-bottom: 0 !important;
}

ul.order_details,
ul.wc-item-meta {
  padding-left: 0 !important;
}

ol {
  list-style-type: decimal;
  padding-left: 2rem;
  letter-spacing: 0.1rem;
}
ol li {
  padding-left: 0.5rem;
}
ol ol {
  list-style-type: upper-latin;
}
ol.circles {
  list-style: none;
  counter-reset: myCounter;
  margin-left: 0;
  padding-left: 5px;
}
ol.circles li {
  position: relative;
  padding-left: 2.75em;
  margin: 0.8em 0;
  list-style: none;
  line-height: 1.8em;
}
ol.circles li::before {
  content: counter(myCounter);
  counter-increment: myCounter;
  position: absolute;
  font-weight: 500;
  top: 0;
  left: 0;
  width: 2em;
  height: 2em;
  line-height: 2em;
  padding: 0px;
  color: #E0B264;
  background-color: #fff;
  text-align: center;
  border-radius: 1em;
  z-index: 1;
  text-shadow: none;
  box-shadow: 0 0 10px rgba(224, 178, 100, 0.3);
}
ol:last-child {
  margin-bottom: 0 !important;
}

a {
  color: #E0B264;
  text-decoration: underline;
  -moz-transition: color 0.2s;
  -o-transition: color 0.2s;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
@media only screen and (min-width: 1200px) {
  a:hover {
    color: #B48F51;
  }
}
a:focus {
  outline: 0;
}
a.no-line {
  text-decoration: none;
}

a.stretched-link::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0);
  border: 0;
}

@media only screen and (min-width: 1200px) {
  .animated-fill {
    position: relative;
    display: inline-block;
  }
  .animated-fill a {
    position: relative;
    display: inline-block;
    color: #B48F51;
    overflow: hidden;
    background: linear-gradient(to right, #1B1B1B 50%, #B48F51 50%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 100%;
    background-position: 100%;
    -moz-transition: background-position 1s ease;
    -o-transition: background-position 1s ease;
    -webkit-transition: background-position 1s ease;
    transition: background-position 1s ease;
    text-decoration: none;
  }
  .animated-fill:hover a {
    background-position: 0 100%;
  }
}
.animated-fill-scroll {
  position: relative;
  display: inline-block;
}

.animated-fill-scroll span {
  position: relative;
  display: inline-block;
  color: #B48F51;
  overflow: hidden;
  background: linear-gradient(to right, #B48F51 50%, #F8F4ED 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: 100%;
  -moz-transition: background-position 2s 1s ease;
  -o-transition: background-position 2s 1s ease;
  -webkit-transition: background-position 2s 1s ease;
  transition: background-position 2s 1s ease;
  text-decoration: none;
}

.animated-fill-scroll.show span {
  background-position: 0 100%;
}

strong, b {
  font-weight: 700;
}

.h1, .h2, .h3, .h4, .testimonials__text p, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: "Newsreader", serif;
  color: #B48F51;
  font-weight: 400;
  font-optical-sizing: auto;
}
.h1 + blockquote, .h2 + blockquote, .h3 + blockquote, .h4 + blockquote, .testimonials__text p + blockquote, .h5 + blockquote, .h6 + blockquote, h1 + blockquote, h2 + blockquote, h3 + blockquote, h4 + blockquote, h5 + blockquote, h6 + blockquote {
  margin-top: 2.4rem;
}
.h1 small, .h2 small, .h3 small, .h4 small, .testimonials__text p small, .h5 small, .h6 small, h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  display: block;
  font-family: "Europa", sans-serif;
  color: #E0B264;
}
.h1 em, .h2 em, .h3 em, .h4 em, .testimonials__text p em, .h5 em, .h6 em, h1 em, h2 em, h3 em, h4 em, h5 em, h6 em {
  font-style: normal;
}

.font-san-serif, .font-san-serif a {
  font-family: "Europa", sans-serif;
  font-weight: 300;
}

.display {
  font-size: 6rem;
  line-height: 7rem;
}

.h1, h1 {
  font-size: 4rem;
  line-height: 4.4rem;
}
.h1 small, h1 small {
  font-size: 3rem;
  line-height: 4rem;
}

.h2, h2 {
  font-size: 3rem;
  line-height: 4rem;
}
p + .h2, .h2 + p, .h2 + ul, .h2 + ol, p + h2, h2 + p, h2 + ul, h2 + ol {
  margin-top: 2.4rem;
}
.h2 small, h2 small {
  font-size: 2.4rem;
  line-height: 3.2rem;
}

.h3, h3, .modal-form__wrapper .gform_title {
  font-size: 3rem;
  line-height: 4rem;
}
.h3 + p, .h3 + ul, .h3 + ol, h3 + p, h3 + ul, h3 + ol, .modal-form__wrapper .gform_title + p, .modal-form__wrapper .gform_title + ul, .modal-form__wrapper .gform_title + ol {
  margin-top: 1.4rem;
}

.h4, .testimonials__text p, h4, .site-footer__form-inner .gform_title {
  font-size: 2.4rem;
  line-height: 3.2rem;
}

.h5, h5 {
  font-size: 2rem;
  line-height: 2.8rem;
}

.sans-font {
  font-family: "Europa", sans-serif;
  font-weight: 300;
}

.sans-bold-font {
  font-family: "Europa", sans-serif;
  font-weight: 700;
}

hr {
  margin: 4rem 0;
  border: 0;
  border-top: 1px solid rgba(27, 27, 27, 0.1);
}

@media only screen and (min-width: 1200px) {
  .h1, .h2, .h3, .h4, .testimonials__text p, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 300;
  }
  .display {
    font-size: 8rem;
    line-height: 9rem;
  }
  .h1, h1 {
    font-size: 6rem;
    line-height: 6rem;
  }
  .h1 small, h1 small {
    font-size: 4rem;
    line-height: 5rem;
  }
  .h2, h2 {
    font-size: 4.8rem;
    line-height: 5.4rem;
  }
  .h2 small, h2 small {
    font-size: 3rem;
    line-height: 3rem;
  }
  .h3, h3, .modal-form__wrapper .gform_title {
    font-size: 4rem;
    line-height: 4.6rem;
  }
  .h4, .testimonials__text p, h4, .site-footer__form-inner .gform_title {
    font-size: 3.2rem;
    line-height: 4.4rem;
  }
  .h5, h5 {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
}
@media only screen and (min-width: 1520px) {
  .display {
    font-size: 10rem;
    line-height: 11rem;
  }
  .h1, h1 {
    font-size: 7rem;
    line-height: 7.2rem;
  }
  .h1 small, h1 small {
    font-size: 5rem;
    line-height: 5rem;
  }
}
blockquote {
  padding: 2rem 0 2rem 2rem;
  margin: 0 0 2.4rem;
  border-left: 5px solid #E0B264;
}
blockquote p {
  font-size: 2.4rem;
  line-height: 3.4rem;
  color: #E0B264;
}

.text-left {
  text-align: left !important;
  align-items: flex-start;
}

.text-center,
.has-text-align-center {
  text-align: center !important;
}

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

.text-white {
  color: #fff !important;
}
.text-white a {
  color: #fff;
}
.text-white a:hover {
  color: #E0B264;
}

.text-primary {
  color: #E0B264;
}

.text-dark {
  color: #1B1B1B;
}

.text-primary1 {
  color: #E0B264;
}

.text-primary2 {
  color: #F6DDA5;
}

.text-primary3 {
  color: #B48F51;
}

.text-light {
  color: #F8F4ED;
}

/* Woocommerce basket
-------------------------------------------------------------- */
.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name,
.wc-block-cart-item__image a {
  pointer-events: none;
  text-decoration: none;
  font-weight: bold;
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__wrap,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__wrap {
  padding-bottom: 16px;
}

.img-responsive,
.woocommerce img.img-responsive,
.woocommerce-page img.img-responsive:not(.logo-strip__img) {
  max-width: 100%;
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.wp-block-image {
  text-align: center;
  margin-bottom: 2rem;
}
.wp-block-image figcaption {
  color: #999;
  margin-top: 0.5rem;
}
.wp-block-image img {
  max-width: 100%;
  height: auto;
}

.alignright {
  float: right;
  margin: 0 0 20px 20px;
}

.aligncenter {
  margin: 0 auto;
  display: block;
}

body .pum-container .gform_wrapper {
  max-width: 500px;
  margin: 30px auto 0;
}
body .gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: 20px;
}
body .gform_wrapper.gravity-theme .gfield_label {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
}
body .gform_wrapper.gravity-theme .field_sublabel_above .gfield_description,
body .gform_wrapper.gravity-theme .gfield_description,
body .gform_wrapper.gravity-theme .field_description_above .gfield_description {
  margin-top: 0;
  padding-bottom: 12px;
  padding-top: 0;
}
body .gform_wrapper.gravity-theme input[type=color],
body .gform_wrapper.gravity-theme input[type=date],
body .gform_wrapper.gravity-theme input[type=datetime-local],
body .gform_wrapper.gravity-theme input[type=datetime],
body .gform_wrapper.gravity-theme input[type=email],
body .gform_wrapper.gravity-theme input[type=month],
body .gform_wrapper.gravity-theme input[type=number],
body .gform_wrapper.gravity-theme input[type=password],
body .gform_wrapper.gravity-theme input[type=search],
body .gform_wrapper.gravity-theme input[type=tel],
body .gform_wrapper.gravity-theme input[type=text]:not(.ginput_total),
body .gform_wrapper.gravity-theme input[type=time],
body .gform_wrapper.gravity-theme input[type=url],
body .gform_wrapper.gravity-theme input[type=week],
body .gform_wrapper.gravity-theme select,
body .gform_wrapper.gravity-theme textarea {
  font-size: 16px;
  padding: 14px 10px !important;
  border-color: rgba(180, 143, 81, 0.3);
  border-style: solid;
  border-width: 1px;
  border-radius: 6px;
  outline-color: #E0B264;
}
body .gform_wrapper.gravity-theme select {
  padding: 12px 10px;
}
body .gform_wrapper.gravity-theme .gfield--type-choice label {
  font-size: 1.6rem;
  line-height: 1.4;
  margin-left: 3px;
}
body .gform_wrapper.gravity-theme .gform_footer {
  justify-content: center;
  padding-top: 20px;
}
body .gform_wrapper.gravity-theme .ginput_total {
  font-weight: bold;
  color: #E0B264;
  padding: 0 !important;
  font-size: 2.4rem !important;
}
body .gform_wrapper.gravity-theme .gform_validation_errors {
  display: none;
}
body .gform_wrapper.gravity-theme .gform_validation_errors > h2 {
  font-family: "Europa", sans-serif;
}
body .gform_wrapper.gravity-theme .gfield_validation_message,
body .gform_wrapper.gravity-theme .validation_message {
  background-color: transparent;
  border: 0;
  padding: 12px 0 0 !important;
  font-weight: 600;
}
body .gform_wrapper.gravity-theme .gfield_error .gfield_repeater_cell label,
body .gform_wrapper.gravity-theme .gfield_error label,
body .gform_wrapper.gravity-theme .gfield_error legend,
body .gform_wrapper.gravity-theme [aria-invalid=true] + label,
body .gform_wrapper.gravity-theme label + [aria-invalid=true] {
  color: #1B1B1B;
}
body .gform_confirmation_message {
  padding: 20px;
  border: 4px solid #E0B264;
  border-radius: 8px;
  overflow: hidden;
}

.grecaptcha-badge {
  display: none !important;
  visibility: hidden !important;
}

.gfb-cal-container h3,
.gfb-cal-table {
  max-width: none !important;
}

body .site-main .gfb-timezone {
  display: none !important;
}

.gfb-cal-container h2, .gfb-cal-container h3, .gfb-cal-container h4, .gfb-cal-container h5, .gfb-cal-container h6 {
  font-family: "Europa", sans-serif;
}

.gfb-tooltip-text {
  display: none !important;
}

.gfb-cal-container .today:not(.gfb-selected) > span {
  color: #E0B264 !important;
  border: 1px solid #E0B264 !important;
}

#gfb-cal-overlay,
#gfb-overlay {
  max-width: none !important;
  background-image: var(--wpr-bg-2f109a3a-6642-4a1b-8691-0c8e93477080) !important;
}

select.gfb_location,
select.gfb_service {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.3;
  padding: 12px 16px;
  width: 100%;
  max-width: 100%; /* useful when width is set to anything other than 100% */
  box-sizing: border-box;
  margin: 0;
  border: 1px solid rgba(180, 143, 81, 0.3);
  border-radius: 6px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  color: #1B1B1B;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 48 48'%3E%3Cpath d='M24 30.5768L12.1924 18.7692L14.3231 16.6385L24 26.3962L33.7269 16.6692L35.8077 18.8L24 30.5768Z' fill='%23000000'/%3E%3C/svg%3E");
  background-size: 24px !important;
  background-repeat: no-repeat !important;
  background-position: 97% center !important;
  /* Hide arrow icon in IE browsers */
}
select.gfb_location::-ms-expand,
select.gfb_service::-ms-expand {
  display: none;
}
select.gfb_location,
select.gfb_service {
  /* Hover style */
}
select.gfb_location:hover,
select.gfb_service:hover {
  border-color: #E0B264 !important;
}
select.gfb_location,
select.gfb_service {
  /* Focus style */
}
select.gfb_location:focus,
select.gfb_service:focus {
  border-color: #E0B264 !important;
  /* It'd be nice to use -webkit-focus-ring-color here but it doesn't work on box-shadow */
  box-shadow: 0 0 0 3px -moz-mac-focusring;
  outline: none;
}
select.gfb_location,
select.gfb_service {
  /* Set options to normal weight */
}
select.gfb_location option,
select.gfb_service option {
  font-weight: normal;
}
select.gfb_location,
select.gfb_service {
  /* Disabled styles */
}
select.gfb_location:disabled, select.gfb_location[aria-disabled=true],
select.gfb_service:disabled,
select.gfb_service[aria-disabled=true] {
  color: graytext;
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22graytext%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E), linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
}
select.gfb_location:disabled:hover, select.gfb_location[aria-disabled=true],
select.gfb_service:disabled:hover,
select.gfb_service[aria-disabled=true] {
  border-color: #ddd;
}

.play {
  width: 80px;
  height: 80px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.play::after {
  content: "";
  margin-left: 25px;
  height: 0;
  width: 0;
  border-color: transparent;
  border-width: 15px 20px;
  border-style: solid;
  border-left-color: #E0B264;
  display: block;
}
.play--small {
  width: 40px;
  height: 40px;
}
.play--small::after {
  margin-left: 12px;
  border-width: 7px 10px;
}
figure .play {
  position: absolute;
  top: calc(50% - 40px);
  left: calc(50% - 40px);
}
figure .play--small {
  top: calc(50% - 20px);
  left: calc(50% - 20px);
}

span.icon {
  width: 32px;
  height: 32px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: sub;
}
span.icon--phone {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 24 24'%3E%3Cpath d='M22.5041 24C19.8434 24 17.1706 23.3814 14.4855 22.1443C11.8005 20.9072 9.3335 19.162 7.08464 16.9086C4.83577 14.6552 3.09277 12.1882 1.85566 9.5077C0.618555 6.82715 0 4.15657 0 1.49595C0 1.06853 0.141177 0.712357 0.423531 0.427415C0.705884 0.142473 1.05883 0 1.48236 0H6.08684C6.44341 0 6.75789 0.116295 7.03029 0.348884C7.30269 0.581473 7.47599 0.868804 7.55017 1.21088L8.35922 5.36469C8.41534 5.75022 8.40358 6.08144 8.32393 6.35836C8.24431 6.63528 8.10132 6.86786 7.89496 7.05609L4.63434 10.2299C5.15924 11.1909 5.75879 12.1 6.43301 12.957C7.10722 13.814 7.83708 14.6326 8.62259 15.4127C9.39727 16.1874 10.2208 16.9068 11.0932 17.5711C11.9656 18.2353 12.9077 18.8534 13.9195 19.4254L17.0878 16.2299C17.3086 16 17.5761 15.839 17.8901 15.7467C18.2041 15.6544 18.5303 15.6317 18.8688 15.6788L22.7891 16.477C23.1457 16.5711 23.4366 16.753 23.662 17.0227C23.8873 17.2923 24 17.5982 24 17.9403V22.5176C24 22.9412 23.8575 23.2941 23.5726 23.5765C23.2876 23.8588 22.9315 24 22.5041 24ZM3.63255 8.22627L6.15203 5.81539C6.19728 5.77918 6.22669 5.72941 6.24027 5.66606C6.25384 5.6027 6.25158 5.54388 6.23349 5.48959L5.6199 2.33482C5.6018 2.26242 5.57013 2.20812 5.52489 2.17194C5.47964 2.13572 5.42082 2.11762 5.34842 2.11762H2.32938C2.2751 2.11762 2.22985 2.13572 2.19364 2.17194C2.15743 2.20812 2.13932 2.25337 2.13932 2.30768C2.21172 3.27239 2.36964 4.25248 2.61308 5.24797C2.85654 6.24345 3.19636 7.23622 3.63255 8.22627ZM15.9149 20.4272C16.8507 20.8634 17.8267 21.1969 18.843 21.4276C19.8593 21.6584 20.8091 21.7955 21.6923 21.8389C21.7466 21.8389 21.7919 21.8208 21.8281 21.7847C21.8643 21.7484 21.8824 21.7032 21.8824 21.6489V18.6788C21.8824 18.6064 21.8643 18.5475 21.8281 18.5023C21.7919 18.457 21.7376 18.4253 21.6652 18.4072L18.7005 17.8045C18.6462 17.7864 18.5987 17.7842 18.5579 17.7977C18.5172 17.8113 18.4742 17.8407 18.429 17.886L15.9149 20.4272Z' fill='%23D38573' stroke='%23D38573' stroke-width='0'/%3E%3C/svg%3E");
}
span.icon--clock {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 24 24'%3E%3Cpath d='M16.3871 17.7182L17.7182 16.3871L12.9473 11.6159V5.68419H11.0527V12.3838L16.3871 17.7182ZM12.0021 24C10.3424 24 8.78236 23.6851 7.32198 23.0552C5.86157 22.4253 4.59123 21.5704 3.51096 20.4906C2.43066 19.4108 1.57543 18.141 0.945255 16.6813C0.315085 15.2215 0 13.6618 0 12.0021C0 10.3424 0.314948 8.78236 0.944845 7.32198C1.57474 5.86157 2.42959 4.59123 3.50938 3.51096C4.58919 2.43066 5.85897 1.57543 7.31872 0.945256C8.77845 0.315086 10.3382 0 11.9979 0C13.6576 0 15.2176 0.31495 16.678 0.944846C18.1384 1.57474 19.4088 2.42959 20.489 3.50938C21.5693 4.58919 22.4246 5.85897 23.0547 7.31873C23.6849 8.77846 24 10.3382 24 11.9979C24 13.6576 23.6851 15.2176 23.0552 16.678C22.4253 18.1384 21.5704 19.4088 20.4906 20.489C19.4108 21.5693 18.141 22.4246 16.6813 23.0547C15.2215 23.6849 13.6618 24 12.0021 24ZM12 22.1053C14.8 22.1053 17.1842 21.1211 19.1527 19.1527C21.1211 17.1842 22.1053 14.8 22.1053 12C22.1053 9.19999 21.1211 6.81578 19.1527 4.84735C17.1842 2.87892 14.8 1.89471 12 1.89471C9.19999 1.89471 6.81578 2.87892 4.84735 4.84735C2.87892 6.81578 1.89471 9.19999 1.89471 12C1.89471 14.8 2.87892 17.1842 4.84735 19.1527C6.81578 21.1211 9.19999 22.1053 12 22.1053Z' fill='%23D38573' stroke='%23D38573' stroke-width='0'/%3E%3C/svg%3E");
}
span.icon--whatsapp {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 24 24'%3E%3Cpath d='M20.5039 3.48801C18.2461 1.24044 15.2461 0 12.0508 0C5.46484 0 0.101563 5.33506 0.101563 11.8911C0.097656 13.987 0.648438 16.0324 1.69531 17.8367L0 24L6.33594 22.3435C8.07813 23.2923 10.0469 23.79 12.0469 23.7939H12.0508C18.6367 23.7939 23.9961 18.4588 24 11.8989C24 8.72197 22.7578 5.73558 20.5039 3.48801ZM12.0508 21.7835H12.0469C10.2656 21.7835 8.51563 21.3052 6.99219 20.407L6.62891 20.1931L2.86719 21.173L3.87109 17.5256L3.63672 17.1523C2.64063 15.5774 2.11719 13.7576 2.11719 11.8911C2.11719 6.44329 6.57422 2.01037 12.0547 2.01037C14.707 2.01037 17.1992 3.04083 19.0742 4.90732C20.9492 6.77771 21.9805 9.25859 21.9805 11.8989C21.9805 17.3506 17.5234 21.7835 12.0508 21.7835ZM17.4961 14.3798C17.1992 14.232 15.7305 13.5126 15.457 13.4154C15.1836 13.3143 14.9844 13.2677 14.7852 13.5632C14.5859 13.8626 14.0156 14.5314 13.8398 14.7297C13.668 14.9242 13.4922 14.9514 13.1953 14.8036C12.8945 14.6559 11.9336 14.3409 10.793 13.326C9.90625 12.5405 9.30469 11.5645 9.13281 11.269C8.95703 10.9695 9.11328 10.8101 9.26172 10.6623C9.39844 10.5301 9.5625 10.3163 9.71094 10.1413C9.85938 9.97019 9.91016 9.84576 10.0117 9.64744C10.1094 9.44913 10.0586 9.27414 9.98438 9.12638C9.91016 8.97861 9.3125 7.51264 9.0625 6.91769C8.82031 6.3383 8.57422 6.41996 8.39062 6.4083C8.21875 6.40052 8.01953 6.40052 7.82031 6.40052C7.62109 6.40052 7.29688 6.4744 7.02344 6.77382C6.75 7.06935 5.98047 7.78872 5.98047 9.25081C5.98047 10.7129 7.05078 12.1283 7.19922 12.3266C7.34766 12.5211 9.30469 15.523 12.3008 16.8101C13.0117 17.1173 13.5664 17.3001 14 17.4362C14.7148 17.6617 15.3672 17.6306 15.8828 17.5567C16.457 17.4712 17.6484 16.8373 17.8984 16.1413C18.1445 15.4491 18.1445 14.8542 18.0703 14.7297C17.9961 14.6053 17.7969 14.5314 17.4961 14.3798Z' fill='%23D38573' stroke='%23D38573' stroke-width='0'/%3E%3C/svg%3E");
}
span.icon--email {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 24 24'%3E%3Cpath d='M12 24C10.3417 24 8.78236 23.6851 7.32198 23.0552C5.86157 22.4253 4.59123 21.5704 3.51096 20.4906C2.43066 19.4108 1.57543 18.141 0.945255 16.6813C0.315085 15.2215 0 13.6618 0 12.0021C0 10.3424 0.314948 8.78236 0.944845 7.32198C1.57474 5.86157 2.42959 4.59123 3.50938 3.51096C4.58919 2.43066 5.85897 1.57543 7.31872 0.945256C8.77845 0.315086 10.3382 0 11.9979 0C13.6576 0 15.2176 0.315002 16.678 0.945004C18.1384 1.57501 19.4088 2.43001 20.489 3.51001C21.5693 4.59001 22.4246 5.86002 23.0547 7.32002C23.6849 8.78 24 10.34 24 12V13.5401C24 14.6931 23.6041 15.672 22.8124 16.4769C22.0207 17.2818 21.0481 17.6842 19.8947 17.6842C19.1498 17.6842 18.4591 17.502 17.8227 17.1376C17.1862 16.7732 16.6834 16.272 16.3142 15.634C15.7684 16.285 15.1235 16.7894 14.3794 17.1473C13.6352 17.5052 12.8421 17.6842 12 17.6842C10.4227 17.6842 9.08099 17.1312 7.9749 16.0251C6.86884 14.919 6.31581 13.5773 6.31581 12C6.31581 10.4227 6.86884 9.08099 7.9749 7.97491C9.08099 6.86884 10.4227 6.31581 12 6.31581C13.5773 6.31581 14.919 6.86884 16.0251 7.97491C17.1312 9.08099 17.6842 10.4227 17.6842 12V13.5401C17.6842 14.1603 17.8976 14.6903 18.3243 15.13C18.751 15.5696 19.2745 15.7895 19.8947 15.7895C20.515 15.7895 21.0385 15.5696 21.4652 15.13C21.8919 14.6903 22.1053 14.1603 22.1053 13.5401V12C22.1053 9.17894 21.1263 6.78946 19.1684 4.83156C17.2105 2.87366 14.8211 1.89471 12 1.89471C9.17894 1.89471 6.78946 2.87366 4.83156 4.83156C2.87366 6.78946 1.89471 9.17894 1.89471 12C1.89471 14.8211 2.87366 17.2105 4.83156 19.1684C6.78946 21.1263 9.17894 22.1053 12 22.1053H18.3158V24H12ZM12 15.7895C13.0526 15.7895 13.9474 15.4211 14.6842 14.6842C15.4211 13.9474 15.7895 13.0526 15.7895 12C15.7895 10.9474 15.4211 10.0526 14.6842 9.31578C13.9474 8.57894 13.0526 8.21052 12 8.21052C10.9474 8.21052 10.0526 8.57894 9.31578 9.31578C8.57894 10.0526 8.21052 10.9474 8.21052 12C8.21052 13.0526 8.57894 13.9474 9.31578 14.6842C10.0526 15.4211 10.9474 15.7895 12 15.7895Z' fill='%23D38573' stroke='%23D38573' stroke-width='0'/%3E%3C/svg%3E");
}
span.icon--social {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 24 24'%3E%3Cpath d='M19.1552 24C18.2154 24 17.4162 23.6709 16.7574 23.0128C16.0986 22.3547 15.7693 21.5555 15.7693 20.6154C15.7693 20.4617 15.7815 20.3026 15.8059 20.138C15.8304 19.9734 15.8671 19.8217 15.916 19.6828L6.81299 14.3526C6.48795 14.6761 6.11793 14.929 5.70293 15.1112C5.28793 15.2935 4.84849 15.3846 4.38459 15.3846C3.44442 15.3846 2.64528 15.0557 1.98717 14.3978C1.32906 13.74 1 12.9411 1 12.0014C1 11.0616 1.32906 10.2623 1.98717 9.60355C2.64528 8.94478 3.44442 8.6154 4.38459 8.6154C4.84849 8.6154 5.28793 8.70651 5.70293 8.88875C6.11793 9.07101 6.48795 9.32387 6.81299 9.64734L15.916 4.31714C15.8671 4.17829 15.8304 4.02656 15.8059 3.86194C15.7815 3.69735 15.7693 3.53823 15.7693 3.38459C15.7693 2.44442 16.0982 1.64528 16.756 0.987171C17.4139 0.329057 18.2127 0 19.1525 0C20.0922 0 20.8915 0.328924 21.5503 0.986771C22.209 1.64462 22.5384 2.44343 22.5384 3.38321C22.5384 4.32298 22.2094 5.12225 21.5513 5.78102C20.8931 6.43979 20.094 6.76918 19.1538 6.76918C18.6899 6.76918 18.2505 6.67806 17.8355 6.49582C17.4205 6.31357 17.0505 6.06071 16.7254 5.73724L7.62244 11.0674C7.67136 11.2063 7.70805 11.3577 7.7325 11.5218C7.75695 11.6858 7.76918 11.8444 7.76918 11.9975C7.76918 12.1507 7.75695 12.3101 7.7325 12.4757C7.70805 12.6414 7.67136 12.7937 7.62244 12.9325L16.7254 18.2627C17.0505 17.9393 17.4205 17.6864 17.8355 17.5041C18.2505 17.3219 18.6899 17.2308 19.1538 17.2308C20.094 17.2308 20.8931 17.5597 21.5513 18.2176C22.2094 18.8754 22.5384 19.6742 22.5384 20.614C22.5384 21.5538 22.2095 22.353 21.5517 23.0118C20.8938 23.6706 20.095 24 19.1552 24ZM19.1538 4.92305C19.5815 4.92305 19.9448 4.77354 20.2438 4.47453C20.5428 4.17549 20.6923 3.81217 20.6923 3.38456C20.6923 2.95695 20.5428 2.59362 20.2438 2.29459C19.9448 1.99559 19.5815 1.8461 19.1538 1.8461C18.7262 1.8461 18.3629 1.9956 18.0639 2.29462C17.7649 2.59365 17.6153 2.95698 17.6153 3.38459C17.6153 3.8122 17.7649 4.17552 18.0639 4.47456C18.3629 4.77358 18.7262 4.92305 19.1538 4.92305ZM4.38459 13.5384C4.8122 13.5384 5.17552 13.3889 5.47456 13.0899C5.77358 12.7909 5.92308 12.4276 5.92308 12C5.92308 11.5723 5.77358 11.209 5.47456 10.91C5.17552 10.611 4.8122 10.4615 4.38459 10.4615C3.95698 10.4615 3.59365 10.611 3.29462 10.91C2.9956 11.2091 2.84609 11.5724 2.84609 12C2.84609 12.4276 2.9956 12.7909 3.29462 13.09C3.59365 13.389 3.95698 13.5385 4.38459 13.5385V13.5384ZM19.1538 22.1538C19.5815 22.1538 19.9448 22.0043 20.2438 21.7053C20.5428 21.4063 20.6923 21.043 20.6923 20.6154C20.6923 20.1877 20.5428 19.8244 20.2438 19.5254C19.9448 19.2264 19.5815 19.0769 19.1538 19.0769C18.7262 19.0769 18.3629 19.2264 18.0639 19.5254C17.7649 19.8244 17.6153 20.1878 17.6153 20.6154C17.6153 21.043 17.7649 21.4063 18.0639 21.7054C18.3629 22.0044 18.7262 22.1538 19.1538 22.1538Z' fill='%23D38573' stroke='%23D38573' stroke-width='0'/%3E%3C/svg%3E");
}
span.icon--play-video-button {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 24 24'%3E%3Cpath d='M12 24C18.6274 24 24 18.6274 24 12C24 5.37258 18.6274 0 12 0C5.37258 0 0 5.37258 0 12C0 18.6274 5.37258 24 12 24ZM17.5 12L8.5 17.5V6.5L17.5 12Z' fill='%23B48F51' stroke-width='0'/%3E%3C/svg%3E");
  width: 24px;
  height: 24px;
}
span.icon--page-left, span.icon--page-right {
  position: relative;
  border-radius: 50%;
  outline: none;
  background-color: #fff;
  width: 48px;
  height: 48px;
  border: 1px solid #ddd;
  box-shadow: 0px 4px 7px rgba(224, 178, 100, 0.05);
}
span.icon--page-left::after, span.icon--page-right::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 15 28'%3E%3Cpath d='M13.2652 27.7023L0.639146 14.0238L13.2653 0.345703L14.7349 1.70227L3.36096 14.0238L14.7349 26.3457L13.2652 27.7023Z' fill='%23ffffff'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 22px;
}
@media only screen and (min-width: 1024px) {
  span.icon--page-left--page-left, span.icon--page-left--page-right, span.icon--page-right--page-left, span.icon--page-right--page-right {
    width: 54px;
    height: 54px;
  }
}
span.icon--page-right::after {
  left: 42%;
  transform: translate(0, -50%) rotate(180deg);
}
span.icon--page-left::after {
  left: 58%;
  transform: translate(-100%, -50%);
}
span.icon--facebook, span.icon--youtube, span.icon--twitter, span.icon--instagram, span.icon--pinterest {
  width: 24px;
  height: 24px;
  background-position: center;
}
span.icon--facebook {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 320 512'%3E%3Cpath d='M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z' fill='%23ffffff' stroke='%23ffffff' stroke-width='1'/%3E%3C/svg%3E");
}
span.icon--youtube {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 576 512'%3E%3Cpath d='M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z' fill='%23ffffff' stroke='%23ffffff' stroke-width='1'/%3E%3C/svg%3E");
}
span.icon--twitter {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 512 512'%3E%3Cpath d='M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z' fill='%23ffffff' stroke='%23ffffff' stroke-width='1'/%3E%3C/svg%3E");
}
span.icon--instagram {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 448 512'%3E%3Cpath d='M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z' fill='%23ffffff' stroke='%23ffffff' stroke-width='1'/%3E%3C/svg%3E");
}
span.icon--pinterest {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 384 512'%3E%3Cpath d='M204 6.5C101.4 6.5 0 74.9 0 185.6 0 256 39.6 296 63.6 296c9.9 0 15.6-27.6 15.6-35.4 0-9.3-23.7-29.1-23.7-67.8 0-80.4 61.2-137.4 140.4-137.4 68.1 0 118.5 38.7 118.5 109.8 0 53.1-21.3 152.7-90.3 152.7-24.9 0-46.2-18-46.2-43.8 0-37.8 26.4-74.4 26.4-113.4 0-66.2-93.9-54.2-93.9 25.8 0 16.8 2.1 35.4 9.6 50.7-13.8 59.4-42 147.9-42 209.1 0 18.9 2.7 37.5 4.5 56.4 3.4 3.8 1.7 3.4 6.9 1.5 50.4-69 48.6-82.5 71.4-172.8 12.3 23.4 44.1 36 69.3 36 106.2 0 153.9-103.5 153.9-196.8C384 71.3 298.2 6.5 204 6.5z' fill='%23ffffff' stroke='%23ffffff' stroke-width='1'/%3E%3C/svg%3E");
}
span.icon--duration, span.icon--anaesthesia, span.icon--contraindication, span.icon--downtime, span.icon--effective, span.icon--price, span.icon--results {
  width: 40px;
  height: 41px;
}
span.icon--duration {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 40 40'%3E%3Cpath d='M28.908 30.4276L29.8276 29.508L20.6897 20.3112V8.87584H19.4253V20.8873L28.908 30.4276ZM20.01 40.6C17.2447 40.6 14.6541 40.0752 12.238 39.0258C9.82199 37.9763 7.7037 36.5424 5.88316 34.7242C4.06266 32.9059 2.62701 30.7903 1.57621 28.3773C0.525402 25.9644 0 23.3753 0 20.61C0 17.8447 0.524732 15.254 1.5742 12.838C2.6237 10.422 4.05757 8.30369 5.8758 6.48319C7.69408 4.66266 9.80969 3.22699 12.2226 2.17618C14.6356 1.12538 17.2247 0.599976 19.99 0.599976C22.7553 0.599976 25.3459 1.12471 27.762 2.17417C30.178 3.22367 32.2963 4.65754 34.1168 6.47578C35.9373 8.29406 37.373 10.4097 38.4238 12.8226C39.4746 15.2356 40 17.8247 40 20.59C40 23.3553 39.4753 25.9459 38.4258 28.3619C37.3763 30.778 35.9424 32.8963 34.1242 34.7168C32.3059 36.5373 30.1903 37.973 27.7774 39.0238C25.3644 40.0746 22.7753 40.6 20.01 40.6ZM20 39.3356C25.1724 39.3356 29.5881 37.5061 33.2471 33.8471C36.9061 30.1881 38.7356 25.7724 38.7356 20.6C38.7356 15.4276 36.9061 11.0119 33.2471 7.35285C29.5881 3.69385 25.1724 1.86434 20 1.86434C14.8276 1.86434 10.4119 3.69385 6.75287 7.35285C3.09387 11.0119 1.26437 15.4276 1.26437 20.6C1.26437 25.7724 3.09387 30.1881 6.75287 33.8471C10.4119 37.5061 14.8276 39.3356 20 39.3356Z' fill='%23D38573' stroke-width='0'/%3E%3C/svg%3E");
}
span.icon--anaesthesia {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 40 40'%3E%3Cpath d='M19.3678 31.062H20.6322V24.1655H27.5287V22.9011H20.6322V16.0046H19.3678V22.9011H12.4713V24.1655H19.3678V31.062ZM3.10345 38.7057C2.23084 38.7057 1.49546 38.4066 0.897299 37.8084C0.2991 37.2102 0 36.4749 0 35.6023V11.0046C0 10.132 0.2991 9.39655 0.897299 8.79835C1.49546 8.20019 2.23084 7.90111 3.10345 7.90111H13.7931V4.79766C13.7931 3.92506 14.0922 3.18965 14.6903 2.59146C15.2885 1.99329 16.0239 1.69421 16.8966 1.69421H23.1034C23.9761 1.69421 24.7115 1.99329 25.3097 2.59146C25.9078 3.18965 26.2069 3.92506 26.2069 4.79766V7.90111H36.8966C37.7692 7.90111 38.5046 8.20019 39.1028 8.79835C39.7009 9.39655 40 10.132 40 11.0046V35.6023C40 36.4749 39.7009 37.2102 39.1028 37.8084C38.5046 38.4066 37.7692 38.7057 36.8966 38.7057H3.10345ZM3.10345 37.4413H36.8966C37.3563 37.4413 37.7778 37.2498 38.1609 36.8666C38.5441 36.4835 38.7356 36.062 38.7356 35.6023V11.0046C38.7356 10.5448 38.5441 10.1233 38.1609 9.74019C37.7778 9.35705 37.3563 9.16548 36.8966 9.16548H3.10345C2.64368 9.16548 2.22222 9.35705 1.83908 9.74019C1.45594 10.1233 1.26437 10.5448 1.26437 11.0046V35.6023C1.26437 36.062 1.45594 36.4835 1.83908 36.8666C2.22222 37.2498 2.64368 37.4413 3.10345 37.4413ZM15.0575 7.90111H24.9425V4.79766C24.9425 4.33789 24.751 3.91644 24.3678 3.53329C23.9847 3.15015 23.5632 2.95858 23.1034 2.95858H16.8966C16.4368 2.95858 16.0153 3.15015 15.6322 3.53329C15.249 3.91644 15.0575 4.33789 15.0575 4.79766V7.90111Z' fill='%23D38573' stroke-width='0'/%3E%3C/svg%3E");
}
span.icon--contraindication {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 40 40'%3E%3Cpath d='M20.7976 40.05C17.9186 40.05 15.2196 39.5084 12.7004 38.4252C10.1813 37.342 7.97637 35.8551 6.08567 33.9644C4.19498 32.0737 2.70803 29.8688 1.62482 27.3496C0.541605 24.8305 0 22.1314 0 19.2524C0 14.9984 1.17184 11.1283 3.51551 7.64237C5.85918 4.1564 9.00049 1.62563 12.9394 0.0500488C12.9394 3.67388 13.6091 7.14015 14.9483 10.4489C16.2875 13.7576 18.2373 16.6921 20.7976 19.2524C23.358 21.8127 26.2925 23.7625 29.6012 25.1017C32.9099 26.441 36.3762 27.1106 40 27.1106C38.4244 31.0496 35.8936 34.1909 32.4077 36.5345C28.9217 38.8782 25.0517 40.05 20.7976 40.05ZM20.7976 38.7502C24.4215 38.7502 27.7499 37.8048 30.7829 35.9142C33.8159 34.0235 36.2186 31.4971 37.9911 28.335C34.5643 28.0188 31.2949 27.1688 28.1832 25.7852C25.0714 24.4015 22.3043 22.4843 19.8818 20.0334C17.42 17.6221 15.4998 14.8802 14.1211 11.8078C12.7425 8.73543 11.9153 5.48579 11.6396 2.05891C8.48843 3.79205 5.97735 6.18496 4.10635 9.23764C2.23535 12.2903 1.29985 15.6286 1.29985 19.2524C1.29985 24.7013 3.18726 29.3131 6.96207 33.088C10.7369 36.8628 15.3488 38.7502 20.7976 38.7502Z' fill='%23D38573' stroke-width='0'/%3E%3C/svg%3E");
}
span.icon--downtime {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 40 40'%3E%3Cpath d='M0 31.8091V20.7171C0 20.1807 0.191571 19.539 0.574713 18.7918C0.957854 18.0447 1.53257 17.5371 2.29885 17.2689V12.2689C2.29885 11.2344 2.65326 10.3627 3.36207 9.65392C4.07088 8.9451 4.94253 8.5907 5.97701 8.5907H17.0115C17.7395 8.5907 18.3525 8.76311 18.8506 9.10794C19.3487 9.45277 19.7318 9.91254 20 10.4872C20.2682 9.91254 20.6513 9.45277 21.1494 9.10794C21.6475 8.76311 22.2605 8.5907 22.9885 8.5907H34.023C35.0575 8.5907 35.9291 8.9451 36.6379 9.65392C37.3467 10.3627 37.7011 11.2344 37.7011 12.2689V17.2689C38.4674 17.5371 39.0421 18.0447 39.4253 18.7918C39.8084 19.539 40 20.1807 40 20.7171V31.8091H38.7356V27.2114H1.26437V31.8091H0ZM20.6322 17.1539H36.4368V12.2689C36.4368 11.5792 36.1973 11.0045 35.7184 10.5447C35.2395 10.085 34.6743 9.85507 34.023 9.85507H22.931C22.2797 9.85507 21.7337 10.0945 21.2931 10.5735C20.8525 11.0524 20.6322 11.6175 20.6322 12.2689V17.1539ZM3.56322 17.1539H19.3678V12.2689C19.3678 11.6175 19.1475 11.0524 18.7069 10.5735C18.2663 10.0945 17.7203 9.85507 17.069 9.85507H5.97701C5.32567 9.85507 4.76054 10.0945 4.28161 10.5735C3.80268 11.0524 3.56322 11.6175 3.56322 12.2689V17.1539ZM1.26437 25.947H38.7356V20.7171C38.7356 20.1041 38.5153 19.5677 38.0747 19.1079C37.6341 18.6482 37.0881 18.4183 36.4368 18.4183H3.56322C2.91188 18.4183 2.3659 18.6482 1.92529 19.1079C1.48467 19.5677 1.26437 20.1041 1.26437 20.7171V25.947Z' fill='%23D38573' stroke-width='0'/%3E%3C/svg%3E");
}
span.icon--effective {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 40 40'%3E%3Cpath d='M20 18.5493C18.0052 18.5493 16.3312 17.8726 14.9778 16.5193C13.6244 15.1659 12.9478 13.4806 12.9478 11.4635C12.9478 9.44632 13.6244 7.77225 14.9778 6.44128C16.3312 5.11031 18.0052 4.44482 20 4.44482C21.9948 4.44482 23.6688 5.11031 25.0222 6.44128C26.3756 7.77225 27.0522 9.44632 27.0522 11.4635C27.0522 13.4806 26.3756 15.1659 25.0222 16.5193C23.6688 17.8726 21.9948 18.5493 20 18.5493ZM2 37.3553V34.1986C2 33.1687 2.31343 32.2284 2.9403 31.3777C3.56716 30.5269 4.39552 29.8553 5.42537 29.3627C7.97761 28.2433 10.462 27.3926 12.8785 26.8105C15.295 26.2284 17.6682 25.9374 19.9979 25.9374C22.3277 25.9374 24.7015 26.2284 27.1194 26.8105C29.5373 27.3926 32.0107 28.2522 34.5394 29.3895C35.6002 29.869 36.4422 30.5329 37.0653 31.3812C37.6884 32.2296 38 33.1687 38 34.1986V37.3553H2ZM3.47761 35.8777H36.5224V34.1986C36.5224 33.5269 36.2873 32.8777 35.8172 32.2508C35.347 31.6239 34.6866 31.0866 33.8358 30.6389C31.5522 29.5194 29.2645 28.7023 26.9725 28.1874C24.6806 27.6724 22.3564 27.415 20 27.415C17.6436 27.415 15.3082 27.6724 12.9939 28.1874C10.6796 28.7023 8.40299 29.5194 6.16418 30.6389C5.31343 31.0866 4.65299 31.6239 4.18284 32.2508C3.71269 32.8777 3.47761 33.5269 3.47761 34.1986V35.8777ZM20 17.0717C21.5672 17.0717 22.8881 16.5344 23.9627 15.4597C25.0373 14.3851 25.5746 13.0642 25.5746 11.4971C25.5746 9.9299 25.0373 8.609 23.9627 7.53438C22.8881 6.45975 21.5672 5.92244 20 5.92244C18.4328 5.92244 17.1119 6.45975 16.0373 7.53438C14.9627 8.609 14.4254 9.9299 14.4254 11.4971C14.4254 13.0642 14.9627 14.3851 16.0373 15.4597C17.1119 16.5344 18.4328 17.0717 20 17.0717Z' fill='%23D38573' stroke-width='0'/%3E%3C/svg%3E");
}
span.icon--price {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 40 40'%3E%3Cpath d='M22.9135 40.2114C22.6421 40.4794 22.335 40.6133 21.9921 40.6133C21.6492 40.6133 21.3438 40.4794 21.0758 40.2114L0.459418 19.595C0.306279 19.4418 0.191424 19.2805 0.114855 19.1111C0.0382848 18.9417 0 18.7584 0 18.5613V1.84995C0 1.50538 0.124426 1.20868 0.373277 0.959825C0.622129 0.710974 0.918836 0.586548 1.2634 0.586548H17.9747C18.1279 0.586548 18.2904 0.618458 18.4622 0.682279C18.634 0.746061 18.7969 0.829006 18.951 0.931111L39.51 21.4901C39.8162 21.7963 39.9789 22.1409 39.9981 22.5238C40.0172 22.9066 39.8928 23.232 39.6248 23.5L22.9135 40.2114ZM22.0263 39.3499L38.7634 22.5812L18.0005 1.84995H1.2634V18.5613L22.0263 39.3499ZM7.1142 9.48777C7.61642 9.48777 8.03982 9.30818 8.38438 8.94899C8.72894 8.58976 8.90123 8.15906 8.90123 7.65688C8.90123 7.15466 8.7312 6.73126 8.39116 6.3867C8.05107 6.04214 7.62994 5.86986 7.12776 5.86986C6.58725 5.86986 6.14472 6.03988 5.80015 6.37993C5.45559 6.72001 5.28331 7.14114 5.28331 7.64333C5.28331 8.14555 5.45333 8.57851 5.79338 8.94221C6.13346 9.30592 6.57374 9.48777 7.1142 9.48777Z' fill='%23D38573' stroke-width='0'/%3E%3C/svg%3E");
}
span.icon--results {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 40 40'%3E%3Cpath d='M20.01 40.6C17.2447 40.6 14.6445 40.0848 12.2093 39.0545C9.7741 38.0242 7.64623 36.5999 5.82569 34.7816C4.00519 32.9634 2.57912 30.8382 1.54747 28.4061C0.515823 25.974 0 23.3753 0 20.61C0 17.8447 0.515421 15.2445 1.54626 12.8093C2.57711 10.3741 4.00211 8.24622 5.82126 6.42572C7.64042 4.60519 9.76667 3.1791 12.2 2.14745C14.6333 1.1158 17.2333 0.599976 20 0.599976C22.4265 0.599976 24.7093 0.992696 26.8486 1.77814C28.9879 2.56358 30.9195 3.64595 32.6437 5.02526L31.7816 6.00227C30.1724 4.66128 28.3759 3.63637 26.3922 2.92756C24.4084 2.21875 22.2777 1.86434 20 1.86434C14.7893 1.86434 10.364 3.68427 6.72414 7.32411C3.08429 10.964 1.26437 15.3892 1.26437 20.6C1.26437 25.8107 3.08429 30.236 6.72414 33.8758C10.364 37.5157 14.7893 39.3356 20 39.3356C25.2107 39.3356 29.636 37.5157 33.2759 33.8758C36.9157 30.236 38.7356 25.8107 38.7356 20.6C38.7356 19.4506 38.6398 18.3434 38.4483 17.2786C38.2567 16.2137 37.9885 15.1753 37.6437 14.1632L38.5632 13.1862C39.023 14.3356 39.3774 15.5311 39.6264 16.7726C39.8755 18.0142 40 19.2899 40 20.6C40 23.3666 39.4848 25.9666 38.4545 28.4C37.4242 30.8333 35.9999 32.9596 34.1817 34.7787C32.3634 36.5979 30.2382 38.0229 27.8061 39.0537C25.374 40.0846 22.7753 40.6 20.01 40.6ZM16.6092 29.0483L9.02299 21.462L9.94253 20.485L16.6092 27.1517L39.023 4.73791L40 5.65745L16.6092 29.0483Z' fill='%23D38573' stroke-width='0'/%3E%3C/svg%3E");
}

table:not(.gfb-cal-container .gfb-cal-table) {
  width: 100%;
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
  font-size: 1.6rem !important;
  border-top: 1px solid #ddd;
  border-left-width: 0;
  border-right-width: 0;
  border-collapse: collapse;
}
table:not(.gfb-cal-container .gfb-cal-table) th, table:not(.gfb-cal-container .gfb-cal-table) td {
  padding: 1rem 1rem 1rem 0;
  vertical-align: top;
  border-bottom: 1px solid #ddd;
  line-height: 1.6;
}
table:not(.gfb-cal-container .gfb-cal-table) th.icon, table:not(.gfb-cal-container .gfb-cal-table) td.icon {
  display: none;
}
table:not(.gfb-cal-container .gfb-cal-table) thead th {
  vertical-align: bottom;
  border-bottom: 0;
  color: #fff;
  background-color: #B48F51;
  padding-left: 1rem;
}
table:not(.gfb-cal-container .gfb-cal-table) thead th.lighter {
  background-color: rgb(228.25, 188.5564516129, 121.25);
}
table:not(.gfb-cal-container .gfb-cal-table) tbody th, table:not(.gfb-cal-container .gfb-cal-table) tbody .th {
  text-transform: uppercase;
  text-align: left;
  font-weight: 400;
  color: #E0B264;
}
table:not(.gfb-cal-container .gfb-cal-table) tbody .th {
  display: block;
}
table:not(.gfb-cal-container .gfb-cal-table) .table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media only screen and (min-width: 1024px) {
  table:not(.gfb-cal-container .gfb-cal-table) th, table:not(.gfb-cal-container .gfb-cal-table) td {
    padding: 1.4rem 1.4rem 1.4rem 0;
  }
  table:not(.gfb-cal-container .gfb-cal-table) th.icon, table:not(.gfb-cal-container .gfb-cal-table) td.icon {
    display: table-cell;
  }
  table:not(.gfb-cal-container .gfb-cal-table) tbody th {
    padding-right: 2rem;
    white-space: nowrap;
  }
}

.wp-block-embed__wrapper {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
  margin-bottom: 2rem;
}
.wp-block-embed__wrapper::before {
  padding-top: 56.25%;
  display: block;
  content: "";
}
.wp-block-embed__wrapper iframe {
  border: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-embed {
  overflow: hidden;
  width: 100%;
  /* Keep it the right aspect-ratio */
  aspect-ratio: 16/9;
}

.video-embed iframe {
  /* Extend it beyond the viewport... */
  width: 300%;
  height: 100%;
  /* ...and bring it back again */
  margin-left: -100%;
}

.button,
.button.gform_button {
  text-decoration: none;
  position: relative;
  background: linear-gradient(90deg, #B48F51 0%, #F6DDA5 25%, #E0B264 50%, #B48F51 100%);
  background-size: 200%;
  color: #fff;
  padding: 1.8rem 2rem;
  font-size: 1.8rem;
  line-height: 2.4rem;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  user-select: none;
  border: 0;
  margin: 0;
  text-align: center;
  border-radius: 6rem;
  z-index: 1;
  font-weight: 400;
  letter-spacing: 4px;
  min-width: 20rem;
  font-family: "Europa", sans-serif;
  -webkit-font-smoothing: auto !important;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.button.button--outline, .button.gform_previous_button,
.button.gform_button.button--outline,
.button.gform_button.gform_previous_button {
  background: #fff !important;
  border: 1px solid #E0B264;
  color: #E0B264;
}
.button.button--outline::before, .button.gform_previous_button::before,
.button.gform_button.button--outline::before,
.button.gform_button.gform_previous_button::before {
  display: none;
}
.button.gform_next_button,
.button.gform_button.gform_next_button {
  background: #B48F51 !important;
}
.button--icon,
.button.gform_button--icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.button.button--dark,
.button.gform_button.button--dark {
  background-color: #333;
  border: 1px solid #333;
}
.button.button--small,
.button.gform_button.button--small {
  font-size: 1.2rem;
  padding: 1rem 2rem;
}
.button.button--no-arrow,
.button.gform_button.button--no-arrow {
  padding-right: 1rem;
}
.button.button--no-arrow::after,
.button.gform_button.button--no-arrow::after {
  display: none;
}
.button.button--full-width,
.button.gform_button.button--full-width {
  width: 100%;
  min-width: auto;
}
.button.button--margin,
.button.gform_button.button--margin {
  margin: 1.6rem 0;
}
.button.button--nomin,
.button.gform_button.button--nomin {
  min-width: auto;
}
@media only screen and (max-width: 546px) {
  .button,
  .button.gform_button {
    width: auto;
  }
  .button__splitter + .button,
  .button__splitter + .button.gform_button,
  .button.gform_button__splitter + .button,
  .button.gform_button__splitter + .button.gform_button {
    margin-top: 1rem;
  }
  .button.button--small,
  .button.gform_button.button--small {
    padding: 0.6rem 1.2rem;
  }
}
@media only screen and (min-width: 768px) {
  .button__splitter + .button,
  .button__splitter + .button.gform_button,
  .button.gform_button__splitter + .button,
  .button.gform_button__splitter + .button.gform_button {
    margin-left: 1rem;
  }
}
@media only screen and (min-width: 1024px) {
  .button:hover, .button:focus,
  .button.gform_button:hover,
  .button.gform_button:focus {
    outline: 0;
    animation: animate 3s linear infinite;
    color: #fff;
  }
  .button:hover::before, .button:focus::before,
  .button.gform_button:hover::before,
  .button.gform_button:focus::before {
    opacity: 1;
  }
  .button.gform_previous_button, .button.gform_next_button,
  .button.gform_button.gform_previous_button,
  .button.gform_button.gform_next_button {
    animation: none !important;
  }
  .button.button--outline:hover, .button.button--outline:focus,
  .button.gform_button.button--outline:hover,
  .button.gform_button.button--outline:focus {
    border: 1px solid #E0B264;
    color: #E0B264;
    background: #fff;
  }
  .button::before,
  .button.gform_button::before {
    content: "";
    position: absolute;
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
    z-index: -1;
    background: linear-gradient(90deg, #B48F51 0%, #F6DDA5 25%, #E0B264 50%, #B48F51 100%);
    background-size: 200%;
    border-radius: 8rem;
    opacity: 0;
    transition: 0.5s;
  }
  .button:hover::before,
  .button.gform_button:hover::before {
    filter: blur(20px);
    opacity: 1;
    animation: animate 3s linear infinite;
  }
}
@media only screen and (min-width: 1350px) {
  .button,
  .button.gform_button {
    padding: 1.8rem 2.4rem;
    min-width: 24rem;
    width: auto;
  }
  .button.button--slim,
  .button.gform_button.button--slim {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
  }
  .button.button--no-arrow,
  .button.gform_button.button--no-arrow {
    padding-right: 1.2rem;
  }
  .button.button--lg,
  .button.gform_button.button--lg {
    padding: 2rem;
  }
  .button.button--small,
  .button.gform_button.button--small {
    font-size: 1.4rem;
    padding: 1rem 2rem;
  }
}

.button--auto {
  min-width: auto !important;
}

#place_order.button {
  text-transform: uppercase;
  font-size: 200%;
  letter-spacing: 1px;
}

@keyframes animate {
  0% {
    background-position: 0%;
  }
  100% {
    background-position: -200%;
  }
}
.gform-page-footer .gform_next_button,
.gform-page-footer .gform_previous_button {
  font-size: 1.2rem;
  padding: 1rem 2rem;
  min-width: auto;
}

@media only screen and (max-width: 546px) {
  .gform-page-footer .gform_next_button,
  .gform-page-footer .gform_previous_button {
    padding: 0.6rem 1.2rem;
  }
}
@media only screen and (min-width: 1350px) {
  .gform-page-footer .gform_next_button,
  .gform-page-footer .gform_previous_button {
    font-size: 1.4rem;
    padding: 1rem 2rem;
  }
}
.wc-block-checkout__actions .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button--full-width,
.wc-block-components-button:not(.is-link),
.wc-block-components-checkout-place-order-button .wc-block-components-checkout-place-order-button__text {
  font-size: 2rem;
  border-radius: 150px;
}

.breadcrumbs {
  padding: 0 2.4rem;
  font-size: 1.2rem;
  border-top: 1px solid rgba(180, 143, 81, 0.1);
  text-align: center;
  color: #E0B264;
}
.breadcrumbs a, .breadcrumbs .breadcrumb_last, .breadcrumbs span {
  text-transform: uppercase;
  font-size: 1.2rem;
  font-family: "Europa", sans-serif;
  display: inline-block;
  color: #E0B264;
  letter-spacing: 0.2rem;
  text-decoration: none;
}
.breadcrumbs span {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.breadcrumbs span span {
  padding-top: 0;
  padding-bottom: 0;
}
@media only screen and (min-width: 1200px) {
  .breadcrumbs {
    padding: 0;
    text-align: left;
  }
  .breadcrumbs a, .breadcrumbs .breadcrumb_last, .breadcrumbs .current-item {
    margin: 0 0.8rem;
  }
  .breadcrumbs span span:first-child a {
    margin-left: 0;
  }
}
.breadcrumbs:not(:first-child) {
  display: none !important;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  word-wrap: break-word;
  text-align: center;
  padding: 0;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.card__img-top {
  position: relative;
  min-height: 300px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  -moz-transition: box-shadow 0.2s;
  -o-transition: box-shadow 0.2s;
  -webkit-transition: box-shadow 0.2s;
  transition: box-shadow 0.2s;
}
.card__img-top img {
  min-height: 300px;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.card--landscape .card__img-top {
  min-height: 350px;
}
.card--landscape .card__img-top img {
  min-height: 350px;
}
.card--square .card__img-top {
  position: relative;
}
.card--square .card__img-top::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.card--square .card__img-top img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.card--portrait .card__img-top {
  position: relative;
}
.card--portrait .card__img-top::after {
  content: "";
  display: block;
  padding-bottom: 125%;
}
.card--portrait .card__img-top img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.card__body {
  padding: 2rem 0;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
}
.card__body p {
  line-height: 3.2rem;
}
.card--center-align {
  text-align: center;
}
.card--left-align {
  text-align: left;
}
.card--left-align .card__body {
  align-items: flex-start;
}
.card__title {
  margin-bottom: 1rem;
}
.card__title a {
  text-decoration: none;
}

.media {
  text-align: center;
  width: 100%;
}
.media__img {
  position: relative;
  margin-bottom: 2rem;
}
.media__img img {
  border-radius: 100%;
  width: 150px;
  height: 150px;
  display: inline-block;
}
.media__img .play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.media__body blockquote {
  margin: 0 0 1.6rem;
}
.media__body blockquote p {
  font-size: 1.4rem;
}
@media only screen and (min-width: 1024px) {
  .media {
    display: flex;
    align-items: center;
    text-align: left;
  }
  .media__img {
    margin: 0 2.5rem 0 0;
    align-self: flex-start;
  }
  .media__img img {
    margin: 0;
  }
  .media__body {
    flex: 1;
    margin-bottom: 1rem;
  }
  .media__body blockquote p {
    font-size: 1.6rem;
  }
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

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

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

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

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

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

.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  display: block;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background-color: transparent;
}

/* Dots */
.slick-dots {
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 3rem 0 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 16px;
  width: 16px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: #fff;
  display: block;
  height: 16px;
  width: 16px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  border-radius: 50%;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li.slick-active button {
  background: #B48F51;
}

.slick-prev, .slick-next {
  position: absolute;
  z-index: 2;
  border-radius: 50%;
  outline: none;
  background-color: #fff;
}
.slick-prev::after, .slick-next::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 15 28'%3E%3Cpath d='M13.2652 27.7023L0.639146 14.0238L13.2653 0.345703L14.7349 1.70227L3.36096 14.0238L14.7349 26.3457L13.2652 27.7023Z' fill='%23ffffff'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  position: absolute;
}
.slick-prev.slick-disabled, .slick-next.slick-disabled {
  opacity: 0.4;
}

.slick-next {
  background-position: 50%;
}
.slick-next::after {
  transform: translate(0, -50%) rotate(180deg);
}

.slick-prev {
  background-position: 50%;
}
.slick-prev::after {
  transform: translate(-100%, -50%);
}

.single-slider .slick-prev, .single-slider .slick-next {
  top: 80px;
  width: 40px;
  height: 40px;
  border: 2px solid #E0B264;
}
.single-slider .slick-prev::after, .single-slider .slick-next::after {
  top: 50%;
  left: 50%;
  width: 8px;
  height: 14px;
}
.single-slider .slick-next {
  right: 20px;
}
.single-slider .slick-next::after {
  left: 42%;
}
.single-slider .slick-prev {
  left: 20px;
}
.single-slider .slick-prev::after {
  left: 58%;
}
@media only screen and (min-width: 1024px) {
  .single-slider .slick-prev, .single-slider .slick-next {
    width: 50px;
    height: 50px;
  }
  .single-slider .slick-prev::after, .single-slider .slick-next::after {
    width: 10px;
    height: 18px;
  }
}

.video-slider .slick-prev, .video-slider .slick-next {
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
}
.video-slider .slick-prev::after, .video-slider .slick-next::after {
  top: 50%;
  left: 50%;
  width: 12px;
  height: 22px;
}
.video-slider .slick-next {
  right: 1rem;
}
.video-slider .slick-next::after {
  left: 42%;
}
.video-slider .slick-prev {
  left: 1rem;
}
.video-slider .slick-prev::after {
  left: 58%;
}
@media only screen and (min-width: 1024px) {
  .video-slider .slick-prev, .video-slider .slick-next {
    width: 54px;
    height: 54px;
  }
  .video-slider .slick-next {
    right: 2rem;
  }
  .video-slider .slick-next::after {
    left: 42%;
  }
  .video-slider .slick-prev {
    left: 2rem;
  }
  .video-slider .slick-prev::after {
    left: 58%;
  }
}

.two-column-slider {
  padding: 0 0 2.5rem;
}
.two-column-slider .slick-prev, .two-column-slider .slick-next {
  bottom: 0;
  width: 35px;
  height: 35px;
  border: 2px solid #E0B264;
}
.two-column-slider .slick-prev::after, .two-column-slider .slick-next::after {
  top: 50%;
  left: 50%;
  width: 8px;
  height: 14px;
}
.two-column-slider .slick-next {
  right: 38%;
}
.two-column-slider .slick-next::after {
  left: 42%;
}
.two-column-slider .slick-prev {
  left: 38%;
}
.two-column-slider .slick-prev::after {
  left: 58%;
}
@media only screen and (min-width: 1024px) {
  .two-column-slider {
    padding: 0 6rem;
  }
  .two-column-slider .slick-prev, .two-column-slider .slick-next {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
  }
  .two-column-slider .slick-prev::after, .two-column-slider .slick-next::after {
    width: 10px;
    height: 18px;
  }
  .two-column-slider .slick-next {
    right: 20px;
  }
  .two-column-slider .slick-prev {
    left: 20px;
  }
}

.three-column-slider .slick-dots {
  margin-top: 90px !important;
}
.three-column-slider .slick-prev, .three-column-slider .slick-next {
  bottom: 0;
  width: 48px;
  height: 48px;
  background-color: #F6DDA5;
}
.three-column-slider .slick-prev::after, .three-column-slider .slick-next::after {
  top: 50%;
  left: 50%;
  width: 12px;
  height: 22px;
}
.three-column-slider .slick-next {
  right: 2.4rem;
}
.three-column-slider .slick-next::after {
  left: 42%;
}
.three-column-slider .slick-prev {
  left: 2.4rem;
}
.three-column-slider .slick-prev::after {
  left: 58%;
}
@media only screen and (max-width: 768px) {
  .three-column-slider .slick-list {
    padding: 0 20% 0 0 !important;
  }
  .three-column-slider .slick-slide {
    opacity: 0.5;
  }
  .three-column-slider .slick-slide.slick-current {
    opacity: 1;
  }
}
@media only screen and (min-width: 1024px) {
  .three-column-slider .slick-dots {
    margin-top: 110px !important;
  }
}

.video-testimonial-slider .slick-dots {
  margin-top: 90px !important;
}
.video-testimonial-slider .slick-prev, .video-testimonial-slider .slick-next {
  bottom: -10px;
  width: 48px;
  height: 48px;
  background-color: #F6DDA5;
}
.video-testimonial-slider .slick-prev::after, .video-testimonial-slider .slick-next::after {
  top: 50%;
  left: 50%;
  width: 12px;
  height: 22px;
}
.video-testimonial-slider .slick-next {
  right: 30%;
}
.video-testimonial-slider .slick-next::after {
  left: 40%;
}
.video-testimonial-slider .slick-prev {
  left: 30%;
}
.video-testimonial-slider .slick-prev::after {
  left: 60%;
}
@media only screen and (min-width: 1024px) {
  .video-testimonial-slider .slick-dots {
    margin-top: 110px !important;
  }
  .video-testimonial-slider .slick-next {
    right: 45%;
  }
  .video-testimonial-slider .slick-prev {
    left: 45%;
  }
}

.logo-strip-slider {
  padding: 0 0 2.5rem;
}
.logo-strip-slider .slick-prev, .logo-strip-slider .slick-next {
  bottom: 0;
  width: 35px;
  height: 35px;
  border: 2px solid #E0B264;
}
.logo-strip-slider .slick-prev::after, .logo-strip-slider .slick-next::after {
  top: 50%;
  left: 50%;
  width: 8px;
  height: 14px;
}
.logo-strip-slider .slick-next {
  right: 38%;
}
.logo-strip-slider .slick-next::after {
  left: 42%;
}
.logo-strip-slider .slick-prev {
  left: 38%;
}
.logo-strip-slider .slick-prev::after {
  left: 58%;
}
@media only screen and (min-width: 1024px) {
  .logo-strip-slider {
    padding: 0 6rem;
  }
  .logo-strip-slider .slick-prev, .logo-strip-slider .slick-next {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
  }
  .logo-strip-slider .slick-prev::after, .logo-strip-slider .slick-next::after {
    width: 10px;
    height: 18px;
  }
  .logo-strip-slider .slick-next {
    right: 0;
  }
  .logo-strip-slider .slick-prev {
    left: 0;
  }
}

.photo-slider .slick-dots li button:not(.slick-active button) {
  background: #F8F4ED;
}

.testimonial-slider .slick-dots,
.photo-slider .slick-dots {
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
}
.testimonial-slider .slick-prev, .testimonial-slider .slick-next,
.photo-slider .slick-prev,
.photo-slider .slick-next {
  bottom: 0;
  transform: translateY(25%);
  width: 35px;
  height: 35px;
}
.testimonial-slider .slick-prev::after, .testimonial-slider .slick-next::after,
.photo-slider .slick-prev::after,
.photo-slider .slick-next::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 15 28'%3E%3Cpath d='M13.2652 27.7023L0.639146 14.0238L13.2653 0.345703L14.7349 1.70227L3.36096 14.0238L14.7349 26.3457L13.2652 27.7023Z' fill='%23111111'/%3E%3C/svg%3E");
  top: 50%;
  left: 50%;
  width: 8px;
  height: 14px;
}
.testimonial-slider .slick-next,
.photo-slider .slick-next {
  right: 20px;
}
.testimonial-slider .slick-next::after,
.photo-slider .slick-next::after {
  left: 42%;
}
.testimonial-slider .slick-prev,
.photo-slider .slick-prev {
  left: 20px;
}
.testimonial-slider .slick-prev::after,
.photo-slider .slick-prev::after {
  left: 58%;
}
@media only screen and (min-width: 1024px) {
  .testimonial-slider .slick-next,
  .photo-slider .slick-next {
    right: 38%;
  }
  .testimonial-slider .slick-prev,
  .photo-slider .slick-prev {
    left: 38%;
  }
}

.photo-slider .slick-prev, .photo-slider .slick-next {
  bottom: -50px;
  border: 1px solid #E0B264;
}

.slider-contained-left .slick-prev, .slider-contained-left .slick-next {
  top: 0;
  width: 35px;
  height: 35px;
}
.slider-contained-left .slick-prev::after, .slider-contained-left .slick-next::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 15 28'%3E%3Cpath d='M13.2652 27.7023L0.639146 14.0238L13.2653 0.345703L14.7349 1.70227L3.36096 14.0238L14.7349 26.3457L13.2652 27.7023Z' fill='%23111111'/%3E%3C/svg%3E");
  top: 50%;
  left: 50%;
  width: 8px;
  height: 14px;
}
.slider-contained-left .slick-next {
  right: 50%;
  transform: translate(125%, -125%);
}
.slider-contained-left .slick-next::after {
  left: 42%;
}
.slider-contained-left .slick-prev {
  left: 50%;
  transform: translate(-125%, -125%);
}
.slider-contained-left .slick-prev::after {
  left: 58%;
}
@media only screen and (min-width: 1024px) {
  .slider-contained-left .slick-next {
    right: 38%;
  }
  .slider-contained-left .slick-prev {
    left: 38%;
  }
}

.hero-carousel-centered__slider .slick-prev, .hero-carousel-centered__slider .slick-next {
  top: calc(50% - 15px);
  width: 16px;
  height: 30px;
  background-color: transparent;
}
.hero-carousel-centered__slider .slick-prev::after, .hero-carousel-centered__slider .slick-next::after {
  top: 50%;
  left: 50%;
  width: 16px;
  height: 30px;
}
.hero-carousel-centered__slider .slick-next {
  right: 18px;
}
.hero-carousel-centered__slider .slick-prev {
  left: 18px;
}
.hero-carousel-centered__slider .animated {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.hero-carousel-centered__slider [data-animation-in] {
  opacity: 0;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-transition: opacity 0.5s ease 0.3s;
  transition: opacity 0.5s ease 0.3s;
}
@media only screen and (min-width: 1024px) {
  .hero-carousel-centered__slider .slick-prev, .hero-carousel-centered__slider .slick-next {
    top: calc(50% - 28px);
  }
  .hero-carousel-centered__slider .slick-prev::after, .hero-carousel-centered__slider .slick-next::after {
    width: 30px;
    height: 56px;
  }
  .hero-carousel-centered__slider .slick-next {
    right: 50px;
  }
  .hero-carousel-centered__slider .slick-prev {
    left: 50px;
  }
}

.progressBarContainer {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: flex;
}

.progressBarContainer div {
  display: block;
  width: 100%;
  padding: 0;
  cursor: pointer;
  color: #fff;
}

.progressBarContainer div.item {
  margin: 0 4px;
}

.progressBarContainer div.item:first-child {
  margin-left: 0;
}

.progressBarContainer div.item:last-child {
  margin-right: 0;
}

.progressBarContainer div span.progressBar {
  width: 100%;
  height: 20px;
  background-color: #F8F4ED;
  display: block;
}

.progressBarContainer div span.progressBar .inProgress {
  background-color: #E0B264;
  width: 0%;
  height: 20px;
}

.progressBarContainer div:last-child {
  margin-right: 0;
}

@keyframes progress {
  from {
    width: 0px;
  }
  to {
    width: 80px;
  }
}
.modal {
  pointer-events: auto;
  position: fixed;
  background: rgba(51, 51, 51, 0.9);
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  visibility: hidden;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  cursor: pointer;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
}

.modal__wrapper {
  padding: 60px 40px 40px;
  position: relative;
  opacity: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: auto;
  margin-bottom: auto;
  width: 100%;
  background: #fff;
  cursor: auto;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.modal__wrapper img {
  margin-bottom: 1.6rem;
}
.modal__wrapper::before, .modal__wrapper::after {
  pointer-events: none;
}

.modal--results .modal__wrapper {
  padding: 20px;
}
.modal--results .modal__wrapper img {
  margin-bottom: 0;
}

.modal.active {
  visibility: visible;
  opacity: 1;
  z-index: 11000;
}

.modal.active .modal__wrapper {
  opacity: 1;
}

.modal__content {
  display: none;
}

.close {
  position: fixed;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  background: #E0B264;
  color: #fff;
  cursor: pointer;
  border: 0;
  outline: 0;
  border-radius: 50%;
  z-index: 1002;
}
.close span {
  display: block;
  position: absolute;
  height: 2px;
  width: 60%;
  background: #fff;
  left: 20%;
}
.close span:nth-child(1) {
  transform: rotate(-45deg);
}
.close span:nth-child(2) {
  transform: rotate(45deg);
}
.close-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 1024px) {
  .modal {
    top: 0;
    left: 0;
  }
  .modal__wrapper {
    max-width: 750px;
  }
  .modal--card .modal__wrapper {
    padding: 120px 60px;
    max-width: 1400px;
  }
  .modal--results .modal__wrapper {
    padding: 40px;
    max-width: 1000px;
  }
  .close {
    top: 20px;
    right: 40px;
  }
}
.YouTubePopUp-Wrap {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.9);
  top: 0;
  left: 0;
  z-index: 9999999999999;
}

.YouTubePopUp-animation {
  opacity: 0;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: YouTubePopUp;
  animation-name: YouTubePopUp;
}

@-webkit-keyframes YouTubePopUp {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes YouTubePopUp {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body.logged-in .YouTubePopUp-Wrap { /* For WordPress */
  top: 32px;
  z-index: 99998;
}

.YouTubePopUp-Hide {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: YouTubePopUpHide;
  animation-name: YouTubePopUpHide;
}

@-webkit-keyframes YouTubePopUpHide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes YouTubePopUpHide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.YouTubePopUp-Close {
  position: absolute;
  top: 0;
  cursor: pointer;
  bottom: 528px;
  right: 0px;
  margin: auto 0;
  width: 24px;
  height: 24px;
  background: var(--wpr-bg-80562186-9cae-44fe-85ec-ce21f93d599c) no-repeat;
  background-size: 24px 24px;
  -webkit-background-size: 24px 24px;
  -moz-background-size: 24px 24px;
  -o-background-size: 24px 24px;
}

.YouTubePopUp-Close:hover {
  opacity: 0.5;
}

@media all and (max-width: 768px) and (min-width: 10px) {
  .YouTubePopUp-Content {
    max-width: 90%;
  }
}
@media all and (max-width: 600px) and (min-width: 10px) {
  .YouTubePopUp-Content iframe {
    height: 320px !important;
  }
  .YouTubePopUp-Close {
    bottom: 362px;
  }
}
@media all and (max-width: 480px) and (min-width: 10px) {
  .YouTubePopUp-Content iframe {
    height: 220px !important;
  }
  .YouTubePopUp-Close {
    bottom: 262px;
  }
}
@keyframes modal-video {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes modal-video-inner {
  from {
    transform: translate(0, 100px);
  }
  to {
    transform: translate(0, 0);
  }
}
.modal-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000000;
  cursor: pointer;
  opacity: 1;
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-name: modal-video;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.modal-video-close {
  opacity: 0;
}
.modal-video-close .modal-video-movie-wrap {
  -webkit-transform: translate(0, 100px);
  -moz-transform: translate(0, 100px);
  -ms-transform: translate(0, 100px);
  -o-transform: translate(0, 100px);
  transform: translate(0, 100px);
}

.modal-video-body {
  max-width: 1500px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0 50px;
  display: table;
}

.modal-video-inner {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

.modal-video-movie-wrap {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
  background-color: #333;
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-name: modal-video-inner;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -ms-transition: -ms-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal-video-movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.modal-video-close-btn {
  position: absolute;
  z-index: 2;
  top: -40px;
  right: -40px;
  display: block;
  width: 40px;
  height: 40px;
  overflow: hidden;
  border: none;
  background: #E0B264;
  border-radius: 50%;
}
.modal-video-close-btn:before {
  transform: rotate(45deg);
}
.modal-video-close-btn:after {
  transform: rotate(-45deg);
}
.modal-video-close-btn:before, .modal-video-close-btn:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 60%;
  left: 20%;
  top: 48%;
  background: #fff;
}

.form-popup__img {
  width: 100%;
  height: 100% !important;
}
.form-popup__content {
  padding-left: 20px;
  padding-right: 20px;
}
.form-popup__content h2, .form-popup__content h3, .form-popup__content h4, .form-popup__content p {
  margin: 0;
}
@media only screen and (min-width: 1024px) {
  .form-popup__content {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.accordion__items {
  margin-top: 40px;
  padding-top: 3rem;
  border-top: 1px solid #ddd;
}
.accordion input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.accordion__item {
  width: 100%;
  padding-bottom: 1rem;
  border-bottom: 1px solid #ddd;
}
.accordion__item:not(:last-child) {
  margin-bottom: 3rem;
}
.accordion__item .label {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 0 0 2rem 0;
  margin: 0;
  cursor: pointer;
  position: relative;
  -moz-transition: color 0.2s;
  -o-transition: color 0.2s;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.accordion__item .label h3 {
  flex: 0 0 100%;
}
.accordion__item .label .label-icon svg {
  width: 42px;
  height: auto;
  -moz-transition: transform 0.2s;
  -o-transition: transform 0.2s;
  -webkit-transition: transform 0.2s;
  transition: transform 0.2s;
  transform-origin: center;
}
.accordion__item .content {
  max-height: 0;
  padding: 0;
  transition: max-height 1s cubic-bezier(0, 1, 0, 1);
  overflow: hidden;
}
.accordion__item .content__section {
  background-color: rgba(246, 221, 165, 0.3);
  margin-bottom: 2rem;
  overflow: hidden;
  border-radius: 6px;
}
.accordion__item .content__section h4 {
  background-color: #E0B264;
  color: #fff;
  padding: 1rem 2rem;
}
.accordion__item .content__inner {
  padding: 0 0 2rem;
}
.accordion input:checked + .label {
  color: #B48F51;
}
.accordion input:checked + .label .label-icon svg {
  transform: rotate(180deg);
}
.accordion input:checked ~ .content {
  max-height: 100vh;
  transition: max-height 1s ease-in-out;
}
@media only screen and (min-width: 1024px) {
  .accordion__items {
    margin-top: 80px;
  }
  .accordion__item {
    padding-bottom: 2rem;
  }
  .accordion__item .label {
    padding: 1rem 0 2rem 0;
  }
  .accordion__item .label:hover {
    color: #B48F51;
  }
  .accordion__item .label .label-icon svg {
    width: 58px;
  }
  .accordion__item .content__inner {
    padding-left: 73px;
  }
}

.gradient--bottom-light {
  background: rgba(246, 221, 165, 0.2) !important;
  background: -webkit-linear-gradient(legacy-direction(0deg), rgba(246, 221, 165, 0.2) 0%, rgba(255, 255, 255, 0) 100%) !important;
  background: linear-gradient(0deg, rgba(246, 221, 165, 0.2) 0%, rgba(255, 255, 255, 0) 100%) !important;
}

.gradient--top-light {
  background: rgba(255, 255, 255, 0) !important;
  background: -webkit-linear-gradient(legacy-direction(0deg), rgba(255, 255, 255, 0) 0%, rgba(246, 221, 165, 0.2) 100%) !important;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(246, 221, 165, 0.2) 100%) !important;
}

.gradient--left-light {
  background: rgba(246, 221, 165, 0.2) !important;
  background: -webkit-linear-gradient(legacy-direction(90deg), rgba(246, 221, 165, 0.2) 0%, rgba(255, 255, 255, 0) 100%) !important;
  background: linear-gradient(90deg, rgba(246, 221, 165, 0.2) 0%, rgba(255, 255, 255, 0) 100%) !important;
}

.gradient--right-light {
  background: rgba(255, 255, 255, 0) !important;
  background: -webkit-linear-gradient(legacy-direction(90deg), rgba(255, 255, 255, 0) 0%, rgba(246, 221, 165, 0.2) 100%) !important;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(246, 221, 165, 0.2) 100%) !important;
}

.gradient--bottom-dark {
  background: rgba(246, 221, 165, 0.3) !important;
  background: -webkit-linear-gradient(legacy-direction(0deg), rgba(246, 221, 165, 0.3) 0%, rgba(255, 255, 255, 0) 100%) !important;
  background: linear-gradient(0deg, rgba(246, 221, 165, 0.3) 0%, rgba(255, 255, 255, 0) 100%) !important;
}

.gradient--right-dark {
  background: rgba(255, 255, 255, 0) !important;
  background: -webkit-linear-gradient(legacy-direction(90deg), rgba(255, 255, 255, 0) 0%, rgba(246, 221, 165, 0.3) 100%) !important;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(246, 221, 165, 0.3) 100%) !important;
}

.gradient-45deg-multicolour {
  background: #F6DDA5 !important;
  background: -webkit-linear-gradient(legacy-direction(40deg), #F6DDA5 0%, #E0B264 50%, #E0B264 55.73%, #F6DDA5 100%) !important;
  background: linear-gradient(40deg, #F6DDA5 0%, #E0B264 50%, #E0B264 55.73%, #F6DDA5 100%) !important;
}

.bg-light {
  background-color: #F8F4ED;
}

.bg-dark {
  background-color: #1B1B1B;
}

.svg-path-primary3 {
  fill: #B48F51;
}

.svg-path-secondary1 {
  fill: #F8F4ED;
}

.text-gradient {
  background-image: linear-gradient(90deg, #B48F51 35%, #E0B264 100%);
  background-size: 100%;
  background-repeat: repeat;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
  display: inline-block;
}

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

.justify-center {
  justify-content: center !important;
}

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

.vert-padding {
  padding-top: 90px;
  padding-bottom: 90px;
}
.vert-padding--slim {
  padding-top: 45px;
  padding-bottom: 45px;
}
@media only screen and (min-width: 1024px) {
  .vert-padding {
    padding-top: 110px;
    padding-bottom: 110px;
  }
  .vert-padding--slim {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}
@media only screen and (min-width: 1350px) {
  .vert-padding {
    padding-top: 140px;
    padding-bottom: 140px;
  }
  .vert-padding--slim {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

.vert-padding-top {
  padding-top: 90px;
}
.vert-padding-top--slim {
  padding-top: 45px;
}
@media only screen and (min-width: 1024px) {
  .vert-padding-top {
    padding-top: 110px;
  }
  .vert-padding-top--slim {
    padding-top: 55px;
  }
}
@media only screen and (min-width: 1350px) {
  .vert-padding-top {
    padding-top: 140px;
  }
  .vert-padding-top--slim {
    padding-top: 70px;
  }
}

.vert-padding-bottom {
  padding-bottom: 90px;
}
.vert-padding-bottom--slim {
  padding-bottom: 45px;
}
@media only screen and (max-width: 1200px) {
  .vert-padding-bottom--sm {
    padding-bottom: 90px;
  }
}
@media only screen and (min-width: 1024px) {
  .vert-padding-bottom {
    padding-bottom: 110px;
  }
  .vert-padding-bottom--slim {
    padding-bottom: 55px;
  }
}
@media only screen and (min-width: 1350px) {
  .vert-padding-bottom {
    padding-bottom: 140px;
  }
  .vert-padding-bottom--slim {
    padding-bottom: 70px;
  }
}

.vert-margin {
  margin-top: 90px;
  margin-bottom: 90px;
}
.vert-margin--slim {
  margin-top: 45px;
  margin-bottom: 45px;
}
@media only screen and (min-width: 1024px) {
  .vert-margin {
    margin-top: 110px;
    margin-bottom: 110px;
  }
  .vert-margin--slim {
    margin-top: 55px;
    margin-bottom: 55px;
  }
}
@media only screen and (min-width: 1350px) {
  .vert-margin {
    margin-top: 140px;
    margin-bottom: 140px;
  }
  .vert-margin--slim {
    margin-top: 70px;
    margin-bottom: 70px;
  }
}

.vert-margin-top {
  margin-top: 90px;
}
.vert-margin-top--slim {
  margin-top: 45px;
}
@media only screen and (min-width: 1024px) {
  .vert-margin-top {
    margin-top: 110px;
  }
  .vert-margin-top--slim {
    margin-top: 55px;
  }
}
@media only screen and (min-width: 1350px) {
  .vert-margin-top {
    margin-top: 140px;
  }
  .vert-margin-top--slim {
    margin-top: 70px;
  }
}

.vert-margin-bottom {
  margin-bottom: 90px;
}
@media only screen and (max-width: 1200px) {
  .vert-margin-bottom--sm {
    margin-bottom: 90px;
  }
}
@media only screen and (min-width: 1024px) {
  .vert-margin-bottom {
    margin-bottom: 110px;
  }
}
@media only screen and (min-width: 1350px) {
  .vert-margin-bottom {
    margin-bottom: 140px;
  }
}

.row-gap {
  row-gap: 20px;
}
@media only screen and (min-width: 1024px) {
  .row-gap {
    row-gap: 40px;
  }
}

.column-gap {
  column-gap: 20px;
}
@media only screen and (min-width: 1024px) {
  .column-gap {
    column-gap: 40px;
  }
}

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

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

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

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

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

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

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

@media only screen and (min-width: 768px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
}
@media only screen and (min-width: 1024px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-flex {
    display: flex !important;
  }
}
@media only screen and (min-width: 1200px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
}
@media only screen and (min-width: 1350px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
}
@media only screen and (min-width: 1520px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
}
.w-100 {
  width: 100% !important;
}

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

.h-auto {
  height: auto !important;
}

.star {
  position: absolute;
  z-index: -1;
  width: 210px;
  height: 205px;
  transition: transform 0.6s ease-in-out;
}
.star--white svg path {
  fill: #fff !important;
  opacity: 0.5;
}
.star--left-top svg, .star--right-bottom svg {
  opacity: 1 !important;
  width: 100%;
  height: 100%;
}
.star--center-top, .star--left-top {
  top: 0;
  left: 50%;
  transform: translate(-50%, calc(-50% - 2px));
  z-index: 3;
}
.star--center-top svg, .star--left-top svg {
  opacity: 1 !important;
  width: 100%;
  height: 100%;
}
.star--center-bottom, .star--right-bottom {
  bottom: 0;
  left: 50%;
  transform: translate(-50%, calc(50% - 1px));
  z-index: 3;
}
.star--center-bottom svg, .star--right-bottom svg {
  opacity: 1 !important;
  width: 100%;
  height: 100%;
}
.two-col-content--contained .star--left-top {
  z-index: -1;
}
@media only screen and (max-width: 1024px) {
  .star--left-top {
    display: none;
  }
  .two-col-content--full .star--center-top, .two-col-content--full .star--left-top {
    display: block;
    transform: translate(-50%, -95%) scale(0.8);
  }
  .two-col-content--full .star--center-bottom, .two-col-content--full .star--right-bottom {
    transform: translate(-50%, 93%) scale(0.8);
  }
}
@media only screen and (min-width: 1200px) {
  .star {
    width: 278px;
    height: 272px;
  }
  .star--left-top {
    left: 0;
    transform: translate(0, calc(-50% - 2px));
  }
  .star--right-bottom {
    right: 0;
    left: auto;
    transform: translate(0, calc(50% - 1px));
  }
}
.star svg {
  position: absolute;
}
.star--s1, .star--s2, .star--s3, .star--s4, .star--s5, .star--s6, .star--s7 {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.star--s1 svg, .star--s2 svg, .star--s3 svg, .star--s4 svg, .star--s5 svg, .star--s6 svg, .star--s7 svg {
  width: 41px;
  height: 41px;
}
.star--s1 svg {
  width: 41px;
  height: 41px;
}
.star--s2 svg {
  width: 55px;
  height: 53px;
}
.star--s3 svg {
  width: 72px;
  height: 71px;
}
.star--s4 svg {
  width: 105px;
  height: 102px;
}
.star--s5 svg {
  width: 160px;
  height: 156px;
}
.star--s6 svg {
  width: 210px;
  height: 205px;
}
.star--s7 svg {
  width: 234px;
  height: 228px;
}

.intro-statement .star--s5 svg,
.cta-strip .star--s5 svg,
.page-header .star--s5 svg {
  top: 3%;
  left: 3%;
}
.intro-statement .star--s4 svg,
.cta-strip .star--s4 svg,
.page-header .star--s4 svg {
  top: 20%;
  right: 3%;
}
.intro-statement .star--s2 svg,
.cta-strip .star--s2 svg,
.page-header .star--s2 svg {
  bottom: 20%;
  left: 10%;
}
.intro-statement .star--s6 svg,
.cta-strip .star--s6 svg,
.page-header .star--s6 svg {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 1024px) {
  .intro-statement .star--s5 svg,
  .cta-strip .star--s5 svg,
  .page-header .star--s5 svg {
    top: 5%;
    left: 10%;
  }
  .intro-statement .star--s4 svg,
  .cta-strip .star--s4 svg,
  .page-header .star--s4 svg {
    top: 5%;
    right: 10%;
  }
  .intro-statement .star--s2 svg,
  .cta-strip .star--s2 svg,
  .page-header .star--s2 svg {
    bottom: 15%;
    left: 30%;
  }
}

.promo-banner .star--s4:nth-child(1n) svg,
.testimonial-banner .star--s4:nth-child(1n) svg {
  left: auto;
  top: -60%;
  right: 5%;
}
.promo-banner .star--s4:nth-child(2n) svg,
.testimonial-banner .star--s4:nth-child(2n) svg {
  left: 5%;
  top: -40%;
}
.promo-banner .star--s5:nth-child(1n) svg,
.testimonial-banner .star--s5:nth-child(1n) svg {
  left: auto;
  top: -20%;
  right: 5%;
}
@media only screen and (min-width: 1024px) {
  .promo-banner .star--s4:nth-child(1n) svg,
  .testimonial-banner .star--s4:nth-child(1n) svg {
    top: -40%;
    right: 20%;
  }
  .promo-banner .star--s4:nth-child(2n) svg,
  .testimonial-banner .star--s4:nth-child(2n) svg {
    left: 5%;
    top: -40%;
  }
  .promo-banner .star--s5:nth-child(1n) svg,
  .testimonial-banner .star--s5:nth-child(1n) svg {
    left: auto;
    top: 20%;
    right: 30%;
  }
  .promo-banner .star--s5:nth-child(2n) svg,
  .testimonial-banner .star--s5:nth-child(2n) svg {
    left: 40%;
    top: -10%;
  }
  .promo-banner .star--s5:nth-child(3n) svg,
  .testimonial-banner .star--s5:nth-child(3n) svg {
    top: -35%;
    right: 30%;
    left: auto;
  }
  .promo-banner .star--s6:nth-child(1n) svg,
  .testimonial-banner .star--s6:nth-child(1n) svg {
    left: 5%;
    top: -10%;
    right: auto;
  }
  .promo-banner .star--s6:nth-child(2n) svg,
  .testimonial-banner .star--s6:nth-child(2n) svg {
    left: auto;
    top: 0%;
    right: 5%;
  }
}

.cta-strip .star {
  z-index: 0;
}

.two-col-content__text,
.two-col-form__col {
  position: relative;
  z-index: 1;
}
.two-col-content__text-inner,
.two-col-form__col-inner {
  position: relative;
  z-index: 1;
}
.two-col-content__text .star,
.two-col-form__col .star {
  z-index: 0;
}
.two-col-content__text .star--s5 svg,
.two-col-form__col .star--s5 svg {
  top: -10%;
  left: -8%;
}
.two-col-content__text > .star--s4 svg,
.two-col-form__col > .star--s4 svg {
  top: -20%;
  right: 2%;
}
.two-col-content__text > .star--s4 ~ .star--s4 svg,
.two-col-form__col > .star--s4 ~ .star--s4 svg {
  top: 40%;
  right: 3%;
}
@media only screen and (min-width: 1024px) {
  .two-col-content__text .star--s5 svg,
  .two-col-form__col .star--s5 svg {
    bottom: 35%;
    top: auto;
    left: -15%;
  }
  .two-col-content--right .two-col-content__text .star--s5 svg,
  .two-col-content--right .two-col-form__col .star--s5 svg {
    left: 15%;
  }
  .two-col-form .two-col-content__text .star--s5 svg,
  .two-col-form .two-col-form__col .star--s5 svg {
    left: 15%;
  }
  .two-col-content__text > .star--s4 svg,
  .two-col-form__col > .star--s4 svg {
    top: 0%;
    right: 30%;
  }
  .two-col-content--right .two-col-content__text > .star--s4 svg,
  .two-col-content--right .two-col-form__col > .star--s4 svg {
    right: 15%;
  }
  .two-col-content__text > .star--s4 ~ .star--s4 svg,
  .two-col-form__col > .star--s4 ~ .star--s4 svg {
    bottom: 50%;
    top: auto;
    right: 10%;
  }
  .two-col-content--right .two-col-content__text > .star--s4 ~ .star--s4 svg,
  .two-col-content--right .two-col-form__col > .star--s4 ~ .star--s4 svg {
    right: 5%;
  }
}

.simpleParallax {
  width: 100%;
  height: 100%;
}

.waypoint {
  opacity: 0;
  transition: all 0.6s ease-in-out;
}
.waypoint--up-star {
  transform: translateY(50%);
}
.waypoint--down-star {
  transform: translateY(-50%);
}
.waypoint--grow {
  transform: scale(0);
  transform-origin: center;
}
.waypoint--up {
  transform: translateY(40px);
}
.waypoint--down {
  transform: translateY(-40px);
}
.waypoint--left {
  transform: translateX(-40px);
}
.waypoint--right {
  transform: translateX(40px);
}
.waypoint--visible {
  opacity: 1;
}
.waypoint.show {
  opacity: 1;
}
.waypoint.show.waypoint--up, .waypoint.show.waypoint--down, .waypoint.show.waypoint--up-star, .waypoint.show.waypoint--down-star {
  transform: translateY(0);
}
.waypoint.show.waypoint--grow {
  transform: scale(1);
}
.waypoint.show.waypoint--left, .waypoint.show.waypoint--right {
  transform: translateX(0);
}
.waypoint.show.waypoint--delay-0 {
  transition-delay: 0.3s;
}
.waypoint.show.waypoint--delay-1 {
  transition-delay: 0.6s;
}
.waypoint.show.waypoint--delay-2 {
  transition-delay: 0.9s;
}
.waypoint.show.waypoint--delay-3 {
  transition-delay: 1.2s;
}
.waypoint.show.waypoint--delay-4 {
  transition-delay: 1.5s;
}
.waypoint.show.waypoint--delay-5 {
  transition-delay: 1.8s;
}
.waypoint.show.waypoint--delay-6 {
  transition-delay: 2.1s;
}

.wp-admin .waypoint {
  opacity: 1;
  transform: none;
}

.masonry {
  --masonry-gap: 20px;
  --masonry-brick-width: 440px;
  column-gap: var(--masonry-gap);
  column-fill: initial;
  column-width: var(--masonry-brick-width);
  margin: 0 auto;
  max-width: 1520px;
}

.masonry > * {
  break-inside: avoid;
  margin-bottom: var(--masonry-gap);
}

@supports (grid-template-rows: masonry) {
  .masonry {
    display: grid;
    gap: var(--masonry-gap);
    grid-template-rows: masonry;
    grid-template-columns: repeat(auto-fill, minmax(var(--masonry-brick-width), 1fr));
    align-tracks: stretch;
  }
  .masonry > * {
    margin-bottom: initial;
  }
}
.pills ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}
.pills ul li {
  white-space: nowrap;
}
.pills ul li a, .pills ul li button {
  text-decoration: none;
  display: inline-block;
  font-family: "Europa", sans-serif;
  padding: 0.8rem 1.6rem;
  margin: 0.6rem;
  font-size: 1.6rem;
  border: 1px solid #ddd;
  border-radius: 4rem;
  background-color: #fff;
}
.pills ul li.active a, .pills ul li button.active {
  border-color: #B48F51;
  background-color: #B48F51;
  color: #fff;
}
.pills ul li.heading {
  font-size: 1.6rem;
  flex-basis: 100%;
  text-align: center;
  margin-bottom: 0.6rem;
}
@media only screen and (min-width: 1024px) {
  .pills__filter {
    padding: 0;
  }
  .pills__filter li a, .pills__filter li button {
    padding: 1.8rem 2.4rem;
    margin: 1rem;
    font-size: 1.8rem;
    border-radius: 3rem;
  }
  .pills__filter li.heading {
    flex-basis: auto;
    text-align: left;
    margin-bottom: 0;
    margin-right: 1rem;
    display: flex;
    align-items: center;
  }
}

.blog-author {
  padding: 25px;
  border-radius: 6px;
  background-color: #F8F4ED;
}

.blog-list-item {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.blog-list-item__content {
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  width: 100%;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}
.blog-list-item__content::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #B3915B 0%, #B3915B 24%, #E6D09F 75%, #F2DDB1 100%);
  mix-blend-mode: multiply;
  z-index: 0;
}
.blog-list-item__title, .blog-list-item__title a, .blog-list-item p, .blog-list-item p .caps {
  color: #fff;
  z-index: 1;
}
.blog-list-item__title + p {
  margin-top: 1rem;
}
.blog-list-item a {
  text-decoration: none;
  color: #fff;
}

@media only screen and (min-width: 1024px) {
  .blog-author {
    padding: 40px;
  }
  .blog-list-item__content {
    min-height: 500px;
  }
}
#cookie-notice {
  font-family: "Europa", sans-serif;
}

#cn-notice-text {
  font-size: 1.4rem;
}

#cookie-notice .cn-button {
  margin: 10px;
}

.site-header {
  position: fixed;
  top: 0;
  z-index: 1001;
  width: 100vw;
  -moz-transition: background-color 0.6s;
  -o-transition: background-color 0.6s;
  -webkit-transition: background-color 0.6s;
  transition: background-color 0.6s;
  background-color: transparent;
}
.site-header__inner {
  padding: 16px 20px;
  display: flex;
  align-items: center;
  width: 100%;
  gap: 20px;
  -moz-transition: padding-top 0.6s, padding-bottom 0.6s;
  -o-transition: padding-top 0.6s, padding-bottom 0.6s;
  -webkit-transition: padding-top 0.6s, padding-bottom 0.6s;
  transition: padding-top 0.6s, padding-bottom 0.6s;
}
.site-header__logo {
  flex-grow: 1;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.site-header__logo svg {
  width: 100%;
  height: auto;
  max-width: 236px;
}
.site-header__logo svg path {
  color: #fff;
  fill: #fff;
  -moz-transition: fill 0.6s, color 0.6s;
  -o-transition: fill 0.6s, color 0.6s;
  -webkit-transition: fill 0.6s, color 0.6s;
  transition: fill 0.6s, color 0.6s;
}
.site-header__menu-icon {
  flex-basis: 50px;
  cursor: pointer;
  position: relative;
  z-index: 1003;
  display: flex;
  gap: 30px;
}
.site-header__menu-icon__body {
  width: 40px;
  height: 22px;
  padding-top: 0;
  position: relative;
}
.site-header__menu-icon span {
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  background: #fff;
  opacity: 1;
  left: 0;
  border-radius: 1px;
  transform: rotate(0deg);
  -moz-transition: bottom 0.6s, top 0.6s, transform 0.6s, opacity 0.6s, background 0.6s;
  -o-transition: bottom 0.6s, top 0.6s, transform 0.6s, opacity 0.6s, background 0.6s;
  -webkit-transition: bottom 0.6s, top 0.6s, transform 0.6s, opacity 0.6s, background 0.6s;
  transition: bottom 0.6s, top 0.6s, transform 0.6s, opacity 0.6s, background 0.6s;
}
.site-header__menu-icon span:nth-child(1) {
  top: 0;
}
.site-header__menu-icon span:nth-child(2) {
  top: calc(50% - 1px);
  opacity: 1;
}
.site-header__menu-icon span:nth-child(3) {
  top: auto;
  bottom: 0;
}
.site-header__menu-icon.open span:nth-child(1) {
  transform: rotate(45deg);
  top: calc(50% - 1px);
}
.site-header__menu-icon.open span:nth-child(2) {
  opacity: 0;
}
.site-header__menu-icon.open span:nth-child(3) {
  transform: rotate(-45deg);
  top: calc(50% - 1px);
  bottom: auto;
}
.site-header__cta {
  flex-basis: 50px;
}
.site-header__cta a {
  border: 1px solid #fff;
  text-decoration: none;
  position: relative;
  color: #fff;
  padding: 0 0.8rem;
  font-size: 1.1rem;
  line-height: 2.4rem;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  user-select: none;
  margin: 0;
  text-align: center;
  border-radius: 6rem;
  -moz-transition: border-color 0.6s, color 0.6s;
  -o-transition: border-color 0.6s, color 0.6s;
  -webkit-transition: border-color 0.6s, color 0.6s;
  transition: border-color 0.6s, color 0.6s;
}
.site-header.shrink:not(.site-header--mega) {
  backdrop-filter: blur(5px);
  background-color: rgba(255, 255, 255, 0.5);
}
.site-header__dark-theme .site-header__logo svg path, .site-header.shrink .site-header__logo svg path, .site-header--mega .site-header__logo svg path {
  color: #1B1B1B;
  fill: #1B1B1B;
}
.site-header__dark-theme .site-header__menu-icon span, .site-header.shrink .site-header__menu-icon span, .site-header--mega .site-header__menu-icon span {
  background: #1B1B1B;
}
.site-header__dark-theme .site-header__cta a, .site-header.shrink .site-header__cta a, .site-header--mega .site-header__cta a {
  border-color: #1B1B1B;
  color: #1B1B1B;
}
@media only screen and (min-width: 1200px) {
  .site-header__inner {
    position: relative;
    padding: 30px 40px;
    justify-content: space-between;
    gap: 30px;
  }
  .site-header.shrink:not(.site-header--mega) .site-header__inner {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .site-header__menu-icon {
    flex-basis: 40px;
  }
  .site-header__menu-icon span {
    height: 2px;
  }
  .site-header__logo {
    width: 0;
    overflow: hidden;
    flex-grow: 0;
    flex-basis: 0;
    text-align: left;
    -moz-transition: width 0.6s, flex-basis 0.6s;
    -o-transition: width 0.6s, flex-basis 0.6s;
    -webkit-transition: width 0.6s, flex-basis 0.6s;
    transition: width 0.6s, flex-basis 0.6s;
  }
  .site-header__logo svg {
    width: 233px;
    height: 25px;
  }
  .site-header--mega .site-header__logo {
    width: 233px;
    flex-basis: 233px;
  }
  .site-header__menu {
    position: relative;
    flex-grow: 1;
    display: flex;
    justify-content: center;
    max-width: 1520px;
    opacity: 1;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    -webkit-transition: opacity 0.6s;
    transition: opacity 0.6s;
  }
  .site-header--mega .site-header__menu {
    opacity: 0;
    pointer-events: none;
  }
  .site-header__logo-big {
    width: 100%;
    overflow: hidden;
    padding: 30px 40px 0;
    max-height: 300px;
    -moz-transition: max-height 0.6s, padding-top 0.6s;
    -o-transition: max-height 0.6s, padding-top 0.6s;
    -webkit-transition: max-height 0.6s, padding-top 0.6s;
    transition: max-height 0.6s, padding-top 0.6s;
  }
  .site-header__logo-big svg {
    width: 100%;
    height: auto;
  }
  .site-header__logo-big svg path {
    fill: #fff;
  }
  .site-header.shrink .site-header__logo-big, .site-header--mega .site-header__logo-big {
    max-height: 0;
    padding-top: 0;
    pointer-events: none;
  }
  .site-header__cta {
    flex-basis: 164px;
    text-align: right;
  }
  .site-header__cta a {
    border-width: 2px;
    padding: 1.8rem 3rem;
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
  .site-header--mega .site-header__cta a {
    border-color: #fff !important;
    color: #fff !important;
  }
}
@media only screen and (min-width: 1350px) {
  .site-header.shrink .site-header__logo, .site-header.show-logo .site-header__logo {
    width: 233px;
    flex-basis: 233px;
  }
  .site-header__cta a {
    font-size: 2.4rem;
  }
}

.wrapper.menu-open {
  overflow: hidden;
  height: 100svh;
}

.site-menu {
  width: 100%;
  z-index: 1000;
}
.site-menu--fixed {
  height: 100svh;
  position: fixed;
  top: 0;
  left: 0;
  backdrop-filter: blur(10px);
  background-color: rgba(27, 27, 27, 0.5);
  transform: translateX(-100%);
  -moz-transition: transform 0.6s ease-in-out;
  -o-transition: transform 0.6s ease-in-out;
  -webkit-transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
}
.site-menu--fixed.open {
  transform: translateX(0);
}
.site-menu__mega {
  display: flex;
  width: 100%;
  height: 100vh;
}
.site-menu__left {
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none; /* Internet Explorer 10+ */
  scrollbar-width: none; /* Firefox */
  backdrop-filter: blur(10px);
  background-color: rgba(248, 244, 237, 0.7);
  flex-grow: 1;
  transform: translateX(-50%);
  -moz-transition: transform 0.6s ease-out;
  -o-transition: transform 0.6s ease-out;
  -webkit-transition: transform 0.6s ease-out;
  transition: transform 0.6s ease-out;
}
.site-menu--fixed.open .site-menu__left {
  transform: translateX(0);
}
.site-menu__left::-webkit-scrollbar {
  display: none; /* Safari and Chrome */
}
.site-menu__right {
  flex-basis: 30vw;
  flex-direction: column;
}
.site-menu__right-inner {
  padding: 4rem 120px;
}
.site-menu__spacer {
  padding-top: 10vh;
  width: calc(100% - 20px);
}
.site-menu ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
  width: 100%;
}
.site-menu .menu-mega-menu-container ul.menu a:not(.sub-menu a) {
  color: #1B1B1B;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
}
.site-menu .menu-mega-menu-container ul.sub-menu a {
  color: #1B1B1B;
  text-decoration: none;
}
.site-menu--fixed.open ul.menu li:not(.sub-menu li) {
  opacity: 0;
  animation: fadeInUp 0.6s ease-in-out 0s forwards;
}
.site-menu--fixed.open ul.menu li:not(.sub-menu li):nth-child(1) {
  animation-delay: 0s;
}
.site-menu--fixed.open ul.menu li:not(.sub-menu li):nth-child(2) {
  animation-delay: 0.2s;
}
.site-menu--fixed.open ul.menu li:not(.sub-menu li):nth-child(3) {
  animation-delay: 0.4s;
}
.site-menu--fixed.open ul.menu li:not(.sub-menu li):nth-child(4) {
  animation-delay: 0.6s;
}
.site-menu--fixed.open ul.menu li:not(.sub-menu li):nth-child(5) {
  animation-delay: 0.8s;
}
.site-menu--fixed.open ul.menu li:not(.sub-menu li):nth-child(6) {
  animation-delay: 1s;
}
.site-menu--fixed.open ul.menu li:not(.sub-menu li):nth-child(7) {
  animation-delay: 1.2s;
}
.site-menu--fixed.open ul.menu li:not(.sub-menu li):nth-child(8) {
  animation-delay: 1.4s;
}
.site-menu--fixed.open ul.menu li:not(.sub-menu li):nth-child(9) {
  animation-delay: 1.6s;
}
.site-menu--fixed.open ul.menu li:not(.sub-menu li):nth-child(10) {
  animation-delay: 1.8s;
}
.site-menu--fixed.open ul.menu li:not(.sub-menu li):nth-child(11) {
  animation-delay: 2s;
}
.site-menu--fixed.open ul.menu li:not(.sub-menu li):nth-child(12) {
  animation-delay: 2.2s;
}
@media only screen and (max-width: 1200px) {
  .site-menu__left {
    height: 100svh;
    max-height: 100%;
  }
  .site-menu .menu-mega-menu-container {
    overflow: auto;
  }
  .site-menu .menu-mega-menu-container ul.menu {
    padding: 20px;
  }
  .site-menu .menu-mega-menu-container ul.menu li:not(.sub-menu li) {
    padding: 1.5rem 0 0;
  }
  .site-menu .menu-mega-menu-container ul.menu a:not(.sub-menu a) {
    font-size: 1.8rem;
    display: block;
  }
  .site-menu .menu-mega-menu-container ul.menu li.menu-item-has-children a:not(.sub-menu li a)::before, .site-menu .menu-mega-menu-container ul.menu li.menu-item-has-children a:not(.sub-menu li a)::after {
    content: "";
    position: absolute;
    top: 40%;
    right: 0;
    margin: 0 0 -8px;
    background: #1B1B1B;
  }
  .site-menu .menu-mega-menu-container ul.menu li.menu-item-has-children a:not(.sub-menu li a)::before {
    right: 8px;
    width: 2px;
    height: 15px;
    margin-top: -7.5px;
    -moz-transition: height 0.6s, margin-top 0.6s;
    -o-transition: height 0.6s, margin-top 0.6s;
    -webkit-transition: height 0.6s, margin-top 0.6s;
    transition: height 0.6s, margin-top 0.6s;
  }
  .site-menu .menu-mega-menu-container ul.menu li.menu-item-has-children a:not(.sub-menu li a)::after {
    right: 1px;
    width: 16px;
    height: 2px;
    margin-top: -1px;
  }
  .site-menu .menu-mega-menu-container ul.menu li.menu-item-has-children.open a:not(.sub-menu li a):before {
    height: 0;
    margin-top: 0;
  }
  .site-menu .menu-mega-menu-container ul.menu li.primary + li {
    padding-top: 4.5rem;
  }
  .site-menu .menu-mega-menu-container ul.menu li.primary {
    padding-top: 1.5rem !important;
  }
  .site-menu .menu-mega-menu-container ul.menu li.primary a:not(.sub-menu li a) {
    font-size: 2.2rem;
  }
  .site-menu .menu-mega-menu-container ul.sub-menu {
    padding: 0;
  }
  .site-menu .menu-mega-menu-container ul.sub-menu li {
    padding: 0 3rem;
  }
  .site-menu .menu-mega-menu-container ul.sub-menu li:first-child {
    padding-top: 20px;
  }
  .site-menu .menu-mega-menu-container ul.sub-menu li:last-child {
    padding-bottom: 20px;
  }
  .site-menu .menu-mega-menu-container ul.sub-menu a {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
@media only screen and (min-width: 1200px) {
  .site-menu {
    display: flex;
    justify-content: center;
  }
  .site-menu__primary {
    width: 100%;
    max-width: none;
    -moz-transition: max-width 0.6s;
    -o-transition: max-width 0.6s;
    -webkit-transition: max-width 0.6s;
    transition: max-width 0.6s;
  }
  .site-menu__primary ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.8rem;
  }
  .site-menu__primary ul a {
    text-decoration: none;
    color: #fff;
    -moz-transition: color 0.6s;
    -o-transition: color 0.6s;
    -webkit-transition: color 0.6s;
    transition: color 0.6s;
  }
  .site-header__dark-theme .site-menu__primary ul a, .site-header.shrink .site-menu__primary ul a {
    color: #1B1B1B;
  }
  .site-menu__primary ul li {
    position: relative;
    padding: 20px 0;
  }
  .site-menu__primary ul li ul.sub-menu {
    display: block;
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translate(-50%, 20px);
    width: 700px;
    backdrop-filter: blur(10px);
    background-color: #f8f4ed;
    column-count: 2;
    padding: 3.6rem 3.6rem 2rem;
    opacity: 0;
    pointer-events: none;
    -moz-transition: opacity 0.6s, transform 0.6s ease;
    -o-transition: opacity 0.6s, transform 0.6s ease;
    -webkit-transition: opacity 0.6s, transform 0.6s ease;
    transition: opacity 0.6s, transform 0.6s ease;
  }
  .site-menu__primary ul li ul.sub-menu li {
    padding: 0 0 1.6rem;
  }
  .site-menu__primary ul li ul.sub-menu a {
    font-size: 1.8rem;
    line-height: 1.1;
    color: #1B1B1B;
    display: block;
  }
  .site-menu__primary ul li:hover ul.sub-menu {
    opacity: 1;
    transform: translate(-50%, 0);
    pointer-events: all;
  }
  .site-menu__primary ul li:first-child ul.sub-menu {
    left: 0;
    transform: translate(-40px, 20px);
  }
  .site-menu__primary ul li:first-child:hover ul.sub-menu {
    transform: translate(-40px, 0);
  }
  .site-menu__primary ul li:last-child ul.sub-menu {
    left: auto;
    right: 0;
    transform: translate(40px, 20px);
  }
  .site-menu__primary ul li:last-child:hover ul.sub-menu {
    transform: translate(40px, 0);
  }
  .site-header.shrink .site-menu__primary {
    max-width: 1520px;
  }
  .site-menu .menu-mega-menu-container ul.menu {
    padding: 4rem 40px;
    position: relative;
  }
  .site-menu .menu-mega-menu-container ul.menu li:not(.sub-menu li) {
    padding: 2rem 0 0;
    width: 50%;
  }
  .site-menu .menu-mega-menu-container ul.menu li:not(.sub-menu li) > *:not(ul.sub-menu) {
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 1;
  }
  .site-menu .menu-mega-menu-container ul.menu li:not(.sub-menu li).inactive > *:not(ul.sub-menu) {
    opacity: 0.3;
  }
  .site-menu .menu-mega-menu-container ul.menu li:not(.sub-menu li):hover > *:not(ul.sub-menu) {
    opacity: 1;
  }
  .site-menu .menu-mega-menu-container ul.menu a:not(.sub-menu a) {
    font-size: 2.2rem;
  }
  .site-menu .menu-mega-menu-container ul.menu li.menu-item-has-children a + span {
    display: inline-block;
    position: relative;
    width: 18px;
    height: 19px;
    margin-left: 16px;
  }
  .site-menu .menu-mega-menu-container ul.menu li.menu-item-has-children a + span::before, .site-menu .menu-mega-menu-container ul.menu li.menu-item-has-children a + span::after {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    margin: 0 0 -8px;
    background: #1B1B1B;
  }
  .site-menu .menu-mega-menu-container ul.menu li.menu-item-has-children a + span::before {
    left: 8px;
    width: 2px;
    height: 19px;
    margin-top: -7.5px;
    -moz-transition: height 0.6s, margin-top 0.6s;
    -o-transition: height 0.6s, margin-top 0.6s;
    -webkit-transition: height 0.6s, margin-top 0.6s;
    transition: height 0.6s, margin-top 0.6s;
  }
  .site-menu .menu-mega-menu-container ul.menu li.menu-item-has-children a + span::after {
    left: 0;
    width: 18px;
    height: 2px;
    margin-top: 1px;
  }
  .site-menu .menu-mega-menu-container ul.menu li.menu-item-has-children.open a + span:before {
    height: 0;
    margin-top: 0;
  }
  .site-menu .menu-mega-menu-container ul.menu li.primary + li {
    padding-top: 6rem;
  }
  .site-menu .menu-mega-menu-container ul.menu li.primary {
    padding-top: 2rem !important;
  }
  .site-menu .menu-mega-menu-container ul.menu li.primary a:not(.sub-menu li a) {
    font-size: 3.2rem;
  }
  .site-menu .menu-mega-menu-container ul.sub-menu {
    position: absolute;
    left: 100%;
    top: 0;
    width: 100%;
    display: block;
    pointer-events: none;
    opacity: 0;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    -webkit-transition: opacity 0.6s;
    transition: opacity 0.6s;
    padding-top: 1.5rem;
  }
  .site-menu .menu-mega-menu-container ul.sub-menu.open {
    opacity: 1;
    pointer-events: all;
  }
  .site-menu .menu-mega-menu-container ul.sub-menu li {
    padding-bottom: 1.4rem;
  }
  .site-menu .menu-mega-menu-container ul.sub-menu a {
    font-size: 2.2rem;
    line-height: 1.2;
    max-width: 200px;
  }
}
@media only screen and (min-width: 1520px) {
  .site-menu__primary ul {
    font-size: 2.2rem;
  }
  .site-menu .menu-mega-menu-container ul.menu {
    padding-left: 120px;
  }
  .site-menu .menu-mega-menu-container ul.menu li.primary a:not(.sub-menu li a) {
    font-size: 3.6rem;
  }
  .site-menu .menu-mega-menu-container ul.sub-menu {
    column-count: 2;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 200%, 0);
    transform: translate3d(0, 200%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.video-background {
  position: relative;
}
.video-background__video {
  position: relative;
  overflow: hidden;
  height: 50vh; /* Use vh as a fallback for browsers that do not support Custom Properties */
  height: calc(var(--vh, 1vh) * 50);
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.video-background .wistia_embed {
  position: absolute !important;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
  z-index: 0;
}
.video-background #video, .video-background video {
  position: absolute;
  left: 0;
  top: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  object-fit: cover !important;
}
.video-background__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #B3915B 0%, #B3915B 24%, #E6D09F 75%, #F2DDB1 100%);
  mix-blend-mode: multiply;
  z-index: 1;
}
.video-background__content {
  width: 100%;
  background-image: none !important;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 101;
  padding: 29px 0 0;
}
.video-background__content.open {
  z-index: 99;
}
.video-background__content h1, .video-background__content p {
  color: #fff;
  text-align: center;
  text-shadow: 0 0 40px rgba(224, 178, 100, 0.6);
}
@media only screen and (min-width: 1024px) {
  .video-background__content {
    padding: 55.5px 0 20px;
  }
}
@media only screen and (min-width: 1350px) {
  .video-background__video {
    height: 100vh; /* Use vh as a fallback for browsers that do not support Custom Properties */
    height: calc(var(--vh, 1vh) * 100);
  }
  .video-background__content {
    padding-top: 55.5px;
  }
}

.hero-banner-image {
  position: relative;
  height: 50vh;
  height: calc(var(--vh, 1vh) * 50);
  display: flex;
  align-items: center;
}
.hero-banner-image__img, .hero-banner-image__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50vh; /* Use vh as a fallback for browsers that do not support Custom Properties */
  height: calc(var(--vh, 1vh) * 50);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  z-index: -1;
}
.hero-banner-image__img {
  z-index: 0;
}
.hero-banner-image__yt-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero-banner-image__yt-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: none;
}
.hero-banner-image #video, .hero-banner-image video {
  position: absolute !important;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  object-fit: cover !important;
}
.hero-banner-image .wistia_embed {
  position: absolute !important;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
  z-index: 0;
}
.hero-banner-image__overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #B3915B 0%, #B3915B 24%, #E6D09F 75%, #F2DDB1 100%);
  mix-blend-mode: multiply;
  z-index: 1;
}
.hero-banner-image__img .hero-banner-image__overlay {
  z-index: 0;
}
.hero-banner-image__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 3rem;
  z-index: 1;
}
.hero-banner-image__content h1, .hero-banner-image__content .h1, .hero-banner-image__content p {
  color: #fff;
  margin-bottom: 0;
}
@media (min-aspect-ratio: 16/9) {
  .hero-banner-image__yt-video {
    height: 300%;
    top: -100%;
  }
}
@media (max-aspect-ratio: 16/9) {
  .hero-banner-image__yt-video {
    width: 350%;
    left: -125%;
  }
}
@media only screen and (min-width: 1350px) {
  .hero-banner-image, .hero-banner-image__video {
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
  }
  .hero-banner-image--img, .hero-banner-image__img {
    height: 75vh;
    height: calc(var(--vh, 1vh) * 75);
  }
}

.summary-list__body {
  list-style: none;
  padding: 0;
  border-top: 1px solid #ddd;
}
.summary-list__body li {
  border-bottom: 1px solid #ddd;
  display: flex;
  flex-direction: row;
  padding-top: 1.6rem;
  padding-bottom: 1.4rem;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
}
.summary-list__body li .summary-list__icon {
  flex-basis: 40px;
  margin-top: 5px;
  margin-right: 15px;
}
.summary-list__body li .summary-list__icon svg {
  width: 58px;
  height: auto;
}
.summary-list__body li span {
  display: block;
  line-height: 3rem;
}
.summary-list__body li span.label {
  color: #B48F51;
  letter-spacing: 6px;
  min-width: 25%;
  text-transform: uppercase;
}
.summary-list__body li span.value del + strong {
  color: #C00;
}
.summary-list__label-value {
  flex: 1;
}
@media only screen and (min-width: 1024px) {
  .summary-list li {
    padding-top: 2.4rem;
    padding-bottom: 2.2rem;
  }
  .summary-list__label-value {
    display: flex;
    justify-content: space-between;
    padding-top: 18px;
  }
  .summary-list__label-value span {
    flex-basis: 50%;
  }
}

.two-col-content {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
}
.two-col-content__text img {
  max-width: 100%;
  height: auto;
}
.two-col-content__text ul:last-child {
  margin: 0;
}
.two-col-content__text--additional {
  position: relative;
  z-index: 1;
}
.two-col-content__media {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.two-col-content--comparison .two-col-content__media {
  position: relative;
}
.two-col-content--comparison .two-col-content__media::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.two-col-content--comparison .two-col-content__media .comparison {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.two-col-content--full .two-col-content__media {
  background-color: #fff;
}
.two-col-content--contained .two-col-content__media {
  display: flex;
  align-items: center;
}
.two-col-content--contained.two-col-content--video .two-col-content__media {
  display: flex;
}
.two-col-content--video {
  position: relative;
}
.two-col-content--video .two-col-content__videos {
  align-self: center;
  width: 100%;
}
.two-col-content__video {
  min-height: 375px;
  max-width: 1280px;
  position: relative;
}
.two-col-content__video picture {
  min-height: 375px;
}
.two-col-content__video figcaption {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.two-col-content__video figcaption .play {
  position: static;
}
.two-col-content--contained .two-col-content__video img {
  min-height: 375px;
  height: 100%;
  width: 100%;
}
.two-col-content__video-title {
  width: 60%;
  text-align: center;
  margin-top: 1rem;
}
.two-col-content__video-title a {
  color: #fff;
  text-decoration: none;
  text-shadow: 0 0 12px rgba(27, 27, 27, 0.5);
}
.two-col-content__video-title a:focus {
  outline: 0;
}
.two-col-content--graphic .two-col-content__media {
  overflow: visible;
}
.two-col-content__graphic {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.two-col-content__graphic::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.two-col-content__graphic svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(1.241, 1.235);
}
.two-col-content__graphic svg path {
  transform-origin: center;
  transform-box: fill-box;
  opacity: 1 !important;
  transition-duration: 1.6s;
}
@media only screen and (max-width: 1024px) {
  .two-col-content__media:not(.two-col-content__media--text) {
    margin-top: 90px;
  }
  .two-col-content--video .two-col-content__media {
    margin-top: 0;
  }
  .two-col-content__media--text .two-col-content__text--additional {
    padding-top: 2.4rem;
    padding-bottom: 0;
  }
  .two-col-content__media--text .two-col-content__text--additional ul:first-child {
    margin-top: -1.8rem;
  }
  .two-col-content--full {
    margin-top: 90px;
  }
  .two-col-content--full .two-col-content__text {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    min-height: auto !important;
  }
  .section-title + .two-col-content {
    padding-top: 0 !important;
  }
}
@media only screen and (min-width: 1024px) {
  .two-col-content {
    display: block;
  }
  .two-col-content__text {
    padding-right: 20px;
    display: flex;
    align-items: center;
    height: 100%;
  }
  .two-col-content__text--faq, .two-col-content__text--additional {
    display: block;
  }
  .two-col-content--slim .two-col-content__text {
    min-height: 500px;
  }
  .two-col-content--right .two-col-content__text {
    padding-right: 0;
    padding-left: 60px;
  }
  .two-col-content--full .two-col-content__text {
    min-height: 900px;
  }
  .two-col-content--full .two-col-content__media {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    padding-top: 0;
  }
  .two-col-content--full .two-col-content__media img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .two-col-content--right.two-col-content--full .two-col-content__media {
    right: auto;
    left: 0;
  }
  .two-col-content--left.two-col-content--contained .two-col-content__media:not(.two-col-content__media--text) {
    padding-left: 0;
  }
  .two-col-content--right.two-col-content--contained .two-col-content__media {
    padding-right: 0;
  }
  .two-col-content--full .two-col-content__video {
    min-height: 900px;
  }
  .two-col-content--contained .two-col-content__video img {
    position: static;
  }
  .two-col-content__video-title {
    width: 50%;
  }
  .two-col-content--left.two-col-content--graphic {
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
  }
  .two-col-content--graphic .two-col-content__media {
    position: static;
  }
  .two-col-content__graphic-content {
    position: absolute;
    left: 50%;
    top: 0;
    height: 100%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
  }
  .two-col-content__graphic-content .two-col-content__text {
    min-height: auto;
  }
}
@media only screen and (min-width: 1200px) {
  .two-col-content__text {
    padding-right: 60px;
  }
}
@media only screen and (min-width: 1350px) {
  .two-col-content__text {
    padding-right: 100px;
  }
  .two-col-content--right .two-col-content__text {
    padding-right: 0;
    padding-left: 100px;
  }
}
.two-col-content__text--additional {
  padding-top: 2.4rem;
}

.site-footer {
  padding-right: 20px;
  padding-left: 20px;
}
.site-footer .grid {
  row-gap: 0;
}
.site-footer__logo svg {
  width: 100%;
  height: auto;
}
.site-footer__logo svg path {
  fill: #F8F4ED;
}
.site-footer__links {
  padding-top: 20px;
}
.site-footer__links p, .site-footer__links ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 1.4rem;
  text-transform: uppercase;
  color: #1B1B1B;
  line-height: 1.8;
  text-align: center;
}
.site-footer__links a {
  text-decoration: none;
  color: #1B1B1B;
}
.site-footer__copyright {
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #F8F4ED;
}
.site-footer__copyright p, .site-footer__copyright ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 1.4rem;
  text-transform: uppercase;
  color: #1B1B1B;
  line-height: 1.4;
  text-align: center;
}
.site-footer__copyright a {
  text-decoration: none;
  color: #1B1B1B;
}
.site-footer__social {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-top: 20px;
  gap: 20px;
}
.site-footer__social p {
  display: flex;
  align-items: center;
  gap: 20px;
}
.site-footer__social svg {
  width: 30px;
  height: auto;
}
.site-footer__form .gform_wrapper {
  max-width: 650px;
  margin: 0 auto;
}
.site-footer__form .gform_wrapper small {
  font-size: 1rem;
  line-height: 1.4;
}
@media only screen and (min-width: 1024px) {
  .site-footer {
    padding-right: 40px;
    padding-left: 40px;
  }
  .site-footer__links {
    padding-top: 40px;
  }
  .site-footer__copyright {
    margin-top: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .site-footer__social {
    justify-content: flex-end;
    flex-direction: row;
    padding-top: 0;
  }
}
@media only screen and (min-width: 1350px) {
  .site-footer__links p, .site-footer__links ul {
    font-size: 1.8rem;
    text-align: left;
  }
  .site-footer__copyright p, .site-footer__copyright ul {
    font-size: 1.8rem;
    text-align: left;
  }
}

.page-header {
  position: relative;
}
.page-header__content {
  position: relative;
  z-index: 1;
  text-align: center;
  padding-top: 103px;
}
.page-header__content h1 sup {
  font-size: 60%;
  top: -0.7em;
}
.page-header__content--breadcrumbs {
  padding-top: 58px;
}
.page-header__content--breadcrumbs h1 {
  padding-top: 45px;
}
@media only screen and (min-width: 1024px) {
  .page-header__content {
    padding-top: 166px;
  }
  .page-header__content--breadcrumbs {
    padding-top: 111px;
  }
  .page-header__content--breadcrumbs h1 {
    padding-top: 55px;
  }
}
@media only screen and (min-width: 1200px) {
  .page-header__content {
    padding-top: 181px;
  }
  .page-header__content--breadcrumbs {
    padding-top: 111px;
  }
  .page-header__content--breadcrumbs h1 {
    padding-top: 70px;
  }
}

.page-nav {
  width: 100%;
  pointer-events: none;
  backdrop-filter: blur(5px);
  background-color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  position: fixed;
  top: 58px;
  z-index: -999;
  -moz-transition: opacity 1s;
  -o-transition: opacity 1s;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
.page-nav.stick {
  z-index: 999;
  pointer-events: all;
  opacity: 1;
}
.page-nav ul, .page-nav__filter {
  display: flex;
  list-style: none;
  padding: 15px 0 0 20px;
  margin: 0;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}
.page-nav ul li, .page-nav__filter li {
  white-space: nowrap;
}
.page-nav ul li a, .page-nav ul li button, .page-nav__filter li a, .page-nav__filter li button {
  text-decoration: none;
  display: inline-block;
  padding: 0 0 15px 0;
  margin: 0 15px 0 0;
  font-size: 1.4rem;
  color: #1B1B1B;
  white-space: nowrap;
  position: relative;
}
.page-nav ul li a::after, .page-nav ul li button::after, .page-nav__filter li a::after, .page-nav__filter li button::after {
  border-bottom: 3px solid #E0B264;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  visibility: hidden;
  width: 100%;
}
.page-nav ul li.active a, .page-nav ul li button.active, .page-nav__filter li.active a, .page-nav__filter li button.active {
  color: #E0B264;
}
.page-nav ul li.active a::after, .page-nav ul li button.active::after, .page-nav__filter li.active a::after, .page-nav__filter li button.active::after {
  visibility: visible;
}
.page-nav__sub-menu {
  background-color: #ddd;
  text-align: center;
  padding: 0.8rem 0;
}
.page-nav .link-list-trigger {
  font-size: 1rem;
}
.page-nav .link-list-trigger:focus {
  outline: 0;
}
.page-nav .link-list-icon {
  background-color: #E0B264;
  border-radius: 30px;
  display: inline-block;
  cursor: pointer;
  padding: 10px;
  position: relative;
  z-index: 1;
  margin-right: 10px;
  vertical-align: middle;
}
.page-nav .link-list-icon-body {
  width: 20px;
  height: 20px;
  position: relative;
  display: block;
}
.page-nav .link-list-icon-body span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #fff;
  opacity: 1;
  left: 0;
}
.page-nav .link-list-icon-body span:nth-child(1) {
  top: 17%;
}
.page-nav .link-list-icon-body span:nth-child(2) {
  top: 47%;
}
.page-nav .link-list-icon-body span:nth-child(3) {
  top: 77%;
}
.page-nav .link-list-close {
  position: absolute;
  top: 0;
  right: 20px;
  width: 40px;
  height: 40px;
  background: #E0B264;
  color: #fff;
  cursor: pointer;
  border: 0;
  outline: 0;
  border-radius: 50%;
  z-index: 1002;
}
.page-nav .link-list-close span {
  display: block;
  position: absolute;
  height: 2px;
  width: 60%;
  background: #fff;
  left: 20%;
  top: 47%;
}
.page-nav .link-list-close span:nth-child(1) {
  transform: rotate(-45deg);
}
.page-nav .link-list-close span:nth-child(2) {
  transform: rotate(45deg);
}
.page-nav__dropdown {
  position: absolute;
  left: 0;
  top: 0;
  max-height: 0;
  width: 100%;
  z-index: 999;
  background-color: #fff;
  border-bottom: 0 solid #E0B264;
  padding: 0;
  overflow: hidden;
  -moz-transition: max-height 0.2s, padding 0.5s, border 0.5s;
  -o-transition: max-height 0.2s, padding 0.5s, border 0.5s;
  -webkit-transition: max-height 0.2s, padding 0.5s, border 0.5s;
  transition: max-height 0.2s, padding 0.5s, border 0.5s;
}
.page-nav__dropdown.open {
  max-height: 100vh;
  padding: 40px 0;
  border-bottom-width: 5px;
}
.page-nav__container {
  position: relative;
}
.page-nav__links-title {
  width: 100%;
  margin-bottom: 2rem;
}
.page-nav__links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-nav__links ul li {
  line-height: 2.2;
}
.page-nav__links ul a {
  text-decoration: none;
}
.page-nav__links ul a:not(:hover) {
  color: #333;
}
@media only screen and (max-width: 768px) {
  .page-nav__links::after {
    content: "";
    border: solid #E0B264;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg) translate(-50%, 0);
    -webkit-transform: rotate(45deg) translate(-50%, 0);
    -moz-transition: border 0.5s;
    -o-transition: border 0.5s;
    -webkit-transition: border 0.5s;
    transition: border 0.5s;
    position: absolute;
    left: 50%;
    bottom: -10px;
    z-index: 100;
  }
  .page-nav__scroll {
    height: 400px;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
  }
}
@media only screen and (min-width: 1024px) {
  .page-nav {
    top: 111px;
  }
  .page-nav ul, .page-nav__filter {
    padding: 0;
    overflow-x: visible;
    justify-content: center;
  }
  .page-nav ul li a, .page-nav ul li button, .page-nav__filter li a, .page-nav__filter li button {
    padding: 1rem 2.4rem;
    margin: 0;
    font-size: 1.4rem;
  }
  .page-nav__links {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .page-nav__links-title {
    width: 100%;
  }
  .page-nav__links ul {
    width: 31.5%;
  }
  .page-nav__scroll {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .page-nav.stick {
    top: 111px;
  }
}

.text-content {
  position: relative;
  z-index: 2;
}
.text-content img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.text-content img.aligncenter {
  margin: 0 auto;
  display: block;
}

.logo-strip {
  width: 100%;
  text-align: center;
}
.logo-strip__title {
  margin-bottom: 20px;
}
.logo-strip--marquee .js-marquee-wrapper .js-marquee {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.logo-strip--marquee {
  width: 100%;
  overflow: hidden;
}
.logo-strip--marquee .logo-strip__item {
  padding: 3rem 0;
  background-color: #f4f4f4;
  position: relative;
}
.logo-strip--marquee .logo-strip__item:nth-child(even) {
  background-color: #eee;
}
.logo-strip--marquee .logo-strip__item::after {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 15px);
  transform: translateX(-50%);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 100 100'%3E%3Cpath d='M100 50.7407C100 50.7407 55.3136 51.8739 49.7401 100C44.1723 51.8739 0 50.7407 0 50.7407C50 45.5114 49.7401 0 49.7401 0C49.7401 0 50.7855 45.594 100 50.7407Z' fill='%23ffffff' stroke-width='0'/%3E%3C/svg%3E");
  background-size: 100%;
  width: 30px;
  height: 30px;
}
.logo-strip--logo-text .logo-strip__item {
  margin: 1rem 0;
  padding: 0;
}
.logo-strip--logo-text .logo-strip__item p {
  margin-top: 3rem;
}
.logo-strip__text-caps {
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.9rem;
  letter-spacing: 3px;
  line-height: 1.4rem;
}
.logo-strip__text-large {
  display: block;
  text-align: center;
  font-size: 2.2rem;
}
.logo-strip__img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 90px;
}
.logo-strip--logo-text .logo-strip__img {
  min-width: 119px;
  min-height: 150px;
  max-height: 150px;
}
.logo-strip .slick-track {
  display: flex;
  align-items: center;
}
.logo-strip--logo-text .slick-track {
  align-items: flex-start;
}
@media only screen and (min-width: 1024px) {
  .logo-strip__title {
    margin-bottom: 40px;
  }
  .logo-strip--logo-text .logo-strip__item {
    margin: 2rem 0;
  }
  .logo-strip__text-caps {
    font-size: 1.4rem;
    line-height: 2rem;
  }
  .logo-strip--logo-text .logo-strip__img {
    min-height: 160px;
    max-height: 160px;
  }
  .logo-strip__text-caps {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 1200px) {
  .logo-strip__text-caps {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
  .logo-strip--logo-text .logo-strip__img {
    min-height: 220px;
    max-height: 220px;
  }
}

.testimonials {
  position: relative;
  z-index: 1;
}
.testimonials__slide {
  padding: 0 20px;
}
.testimonials__text p {
  margin-bottom: 2.4rem;
}
.testimonials__text em {
  font-style: normal;
}
.testimonials__text .truncate p:nth-child(n+2) {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .testimonials::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 25%;
    height: 100%;
    background-image: linear-gradient(90deg, #F8F4ED 0%, rgba(248, 244, 237, 0) 100%);
    z-index: 1;
    pointer-events: none;
  }
  .testimonials::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 25%;
    height: 100%;
    background-image: linear-gradient(90deg, rgba(248, 244, 237, 0) 0%, #F8F4ED 100%);
    z-index: 1;
    pointer-events: none;
  }
  .testimonials__slide {
    padding: 0 40px;
  }
}

.photo-slider__slider {
  margin-top: 40px;
}
.photo-slider__slider .slick-slide {
  position: relative;
}
.photo-slider__slider .slick-slide::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 50px);
  transform: translateX(-50%) scale(0.5);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 100 100'%3E%3Cpath d='M100 50.7407C100 50.7407 55.3136 51.8739 49.7401 100C44.1723 51.8739 0 50.7407 0 50.7407C50 45.5114 49.7401 0 49.7401 0C49.7401 0 50.7855 45.594 100 50.7407Z' fill='%23ffffff' stroke-width='0'/%3E%3C/svg%3E");
  background-size: 100%;
  width: 100px;
  height: 100px;
}
@media only screen and (min-width: 1200px) {
  .photo-slider__slider {
    margin-top: 80px;
  }
  .photo-slider__slider .slick-slide::before {
    transform: translateX(-50%) scale(1);
  }
}

.full-width-media {
  position: relative;
}
.full-width-media picture, .full-width-media img {
  width: 100%;
  height: 100%;
  display: block;
}
.full-width-media--static {
  height: 70vw;
  overflow: hidden;
}
.full-width-media--parallax {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 70vw;
  overflow: hidden;
  position: relative;
}
.full-width-media--video {
  height: 70vw;
  overflow: hidden;
  position: relative;
}
.full-width-media--video #video, .full-width-media--video video {
  position: absolute !important;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  object-fit: cover !important;
}
.full-width-media .wistia_embed {
  position: absolute !important;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
  z-index: 0;
}
.full-width-media__overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #B3915B 0%, #B3915B 24%, #E6D09F 75%, #F2DDB1 100%);
  mix-blend-mode: multiply;
  z-index: 1;
}
.full-width-media__content {
  text-align: center;
  padding: 0 20px;
  align-items: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  position: relative;
  z-index: 2;
}
.full-width-media__content * {
  color: white;
}
.full-width-media__content h1 {
  margin: 10px 0;
}
.full-width-media__content p {
  max-width: 1000px;
}
.full-width-media__image {
  height: 70vw;
  left: 0;
  position: absolute;
  top: 0;
  transform: translateZ(0);
  width: 100%;
  z-index: 1;
}
@media only screen and (min-width: 1024px) {
  .full-width-media--parallax {
    background-attachment: fixed;
    height: 50vw;
  }
  .full-width-media--static, .full-width-media--video {
    background-attachment: fixed;
    height: 50vw;
  }
}
@media only screen and (min-width: 1200px) {
  .full-width-media--parallax, .full-width-media--video {
    height: 40vw;
  }
  .full-width-media__content h1 {
    font-size: 7rem;
    line-height: 8rem;
  }
  .full-width-media__content h1 + p {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}
@media only screen and (min-width: 1350px) {
  .full-width-media__content h1 {
    font-size: 8rem;
    line-height: 9rem;
  }
  .full-width-media__content h1 + p {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
}
@media only screen and (min-width: 1520px) {
  .full-width-media__content h1 {
    font-size: 10rem;
    line-height: 11rem;
  }
}
.full-width-media:first-child, .breadcrumbs:first-child + .full-width-media {
  margin-top: 0 !important;
}
.full-width-media + .page-header .page-header__content {
  padding-top: 45px;
}
@media only screen and (min-width: 1024px) {
  .full-width-media + .page-header .page-header__content {
    padding-top: 55px;
  }
}
@media only screen and (min-width: 1350px) {
  .full-width-media + .page-header .page-header__content {
    padding-top: 70px;
  }
}

.horz-accordion ul {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 0;
  padding: 0;
}
.horz-accordion ul li {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  min-height: 400px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  text-align: center;
  background-blend-mode: multiply;
}
.horz-accordion ul li::before {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: "";
}
.horz-accordion ul li .horz-accordion__content {
  transform: translateY(0px);
  transition: transform 500ms;
}
.horz-accordion ul li h5 {
  text-overflow: clip;
  color: #fff;
}
.horz-accordion ul li p:not(.caps) {
  opacity: 1;
  transition: opacity 200ms;
  margin-left: 30px;
  margin-right: 30px;
  color: #fff;
  font-size: 1.4rem;
  line-height: 2.2rem;
  margin-top: 1rem;
}
.horz-accordion__heading {
  display: none;
}
@media screen and (min-width: 1024px) {
  .horz-accordion {
    height: 600px;
    min-height: 600px;
    overflow: hidden;
  }
  .horz-accordion ul {
    height: 600px;
  }
  .horz-accordion ul li {
    display: table-cell;
    width: 33%;
    height: 600px;
    min-height: 600px;
    transition: all 500ms ease;
    position: relative;
  }
  .horz-accordion ul li::before {
    transition: opacity 1s;
  }
  .horz-accordion ul li .horz-accordion__content {
    padding-top: 80px;
    opacity: 0;
    transform: translateY(120px);
    transition: transform 500ms;
  }
  .horz-accordion ul li .horz-accordion__content p {
    width: 20vw;
    margin-left: auto;
    margin-right: auto;
  }
  .horz-accordion ul:hover li {
    width: 30%;
  }
  .horz-accordion ul:hover li:hover {
    width: 100%;
  }
  .horz-accordion ul:hover li:hover * {
    opacity: 1;
    transition: opacity 500ms, transform 500ms;
    transform: translateX(0);
  }
  .horz-accordion ul li .horz-accordion__heading {
    display: inline-block;
    opacity: 1;
    transform: rotate(-90deg);
    transform-origin: right top 0;
    right: 60px;
    top: 30px;
    margin: 0;
    white-space: nowrap;
    cursor: vertical-text;
    position: absolute;
    display: block;
    height: auto;
    direction: rtl;
  }
  .horz-accordion ul li .horz-accordion__heading p {
    width: auto;
    text-overflow: clip;
    color: #fff;
  }
  .horz-accordion ul:hover li:hover .horz-accordion__heading {
    opacity: 0;
    transition: opacity 500ms;
    transform: rotate(-90deg);
  }
}
@media screen and (min-width: 1520px) {
  .horz-accordion ul li p {
    width: 20vw;
  }
}

.section-title__title {
  text-align: center;
}
.section-title__title em {
  color: #B48F51;
}
.section-title__content {
  margin: 2rem auto 0;
  text-align: center;
  max-width: 90rem;
}
.section-title__content .button {
  margin-top: 2.4rem;
}

.cta-strip {
  position: relative;
}
.cta-strip__content {
  position: relative;
  z-index: 2;
}
.cta-strip__title {
  color: #1B1B1B;
}
.cta-strip__title em {
  font-style: normal;
  color: #B48F51;
}
.cta-strip__title + p {
  margin-top: 0;
}
.cta-strip__svg-title {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cta-strip__svg-title svg {
  height: 60px;
}
@media only screen and (min-width: 1024px) {
  .cta-strip__svg-title svg {
    height: 80px;
  }
}
@media only screen and (min-width: 1350px) {
  .cta-strip__svg-title svg {
    height: 100px;
  }
}

.image-montage__grid {
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(6, 1fr);
  grid-gap: 2px;
  width: 100%;
  display: grid;
  height: 60vh;
}
.image-montage__grid img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.image-montage div {
  position: relative;
}
.image-montage__one {
  grid-column: 1/span 6;
  grid-row: 1/span 3;
}
.image-montage__two {
  grid-column: 7/span 6;
  grid-row: 1/span 3;
}
.image-montage__three {
  grid-column: 1/span 6;
  grid-row: 4/span 3;
}
.image-montage__four {
  grid-column: 7/span 6;
  grid-row: 4/span 3;
}
@media only screen and (min-width: 1024px) {
  .image-montage__grid {
    height: 80vh;
  }
}
@media only screen and (min-width: 1200px) {
  .image-montage__one {
    grid-column: 1/span 6;
    grid-row: 1/span 6;
  }
  .image-montage__two {
    grid-column: 7/span 6;
    grid-row: 1/span 3;
  }
  .image-montage__three {
    grid-column: 7/span 3;
    grid-row: 4/span 3;
  }
  .image-montage__four {
    grid-column: 10/span 3;
    grid-row: 4/span 3;
  }
  .image-montage__grid--reverse .image-montage__one {
    grid-column: 7/span 6;
  }
  .image-montage__grid--reverse .image-montage__two {
    grid-column: 1/span 6;
  }
  .image-montage__grid--reverse .image-montage__three {
    grid-column: 1/span 3;
  }
  .image-montage__grid--reverse .image-montage__four {
    grid-column: 4/span 3;
  }
}

.treatment-finder {
  position: relative;
}
.treatment-finder__triggers {
  list-style: none;
  margin: 0 !important;
  padding: 0 0 40px;
  gap: 2px;
}
.treatment-finder__triggers li {
  background-color: rgba(255, 255, 255, 0.5);
}
.treatment-finder__triggers li a {
  display: block;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 1.4rem;
  line-height: 2.2rem;
  background-color: transparent;
  -moz-transition: background-color 0.4s, color 0.4s;
  -o-transition: background-color 0.4s, color 0.4s;
  -webkit-transition: background-color 0.4s, color 0.4s;
  transition: background-color 0.4s, color 0.4s;
}
.treatment-finder__triggers li a:not(:hover) {
  color: #1B1B1B;
}
.treatment-finder__triggers li a.active {
  background-color: #fff;
}
.treatment-finder__triggers li a.active:not(:hover) {
  color: #E0B264;
}
.treatment-finder__triggers .treatment-finder__load-more {
  display: none;
}
.treatment-finder__panels {
  position: relative;
}
.treatment-finder__panel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateY(40px);
  opacity: 0;
  pointer-events: none;
  -moz-transition: transform 1s, opacity 1s;
  -o-transition: transform 1s, opacity 1s;
  -webkit-transition: transform 1s, opacity 1s;
  transition: transform 1s, opacity 1s;
}
.treatment-finder__panel.active {
  transform: translateY(0);
  opacity: 1;
  pointer-events: all;
  transition-delay: 0.5s;
}
.treatment-finder__item {
  position: relative;
}
.treatment-finder__item picture {
  overflow: hidden;
}
.treatment-finder__item picture::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #B3915B 0%, #B3915B 24%, #E6D09F 75%, #F2DDB1 100%);
  mix-blend-mode: multiply;
  z-index: 1;
}
.treatment-finder__item a {
  display: block;
}
.treatment-finder__item span {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 20px;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #fff;
  font-family: "Newsreader", serif;
  font-size: 2.4rem;
  z-index: 2;
}
.treatment-finder__item span::before {
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - 25px);
  transform: translateX(50%);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 100 100'%3E%3Cpath d='M100 50.7407C100 50.7407 55.3136 51.8739 49.7401 100C44.1723 51.8739 0 50.7407 0 50.7407C50 45.5114 49.7401 0 49.7401 0C49.7401 0 50.7855 45.594 100 50.7407Z' fill='%23ffffff' stroke-width='0'/%3E%3C/svg%3E");
  background-size: 100%;
  width: 50px;
  height: 50px;
}
.treatment-finder__item span::after {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 25px);
  transform: translateX(-50%);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 100 100'%3E%3Cpath d='M100 50.7407C100 50.7407 55.3136 51.8739 49.7401 100C44.1723 51.8739 0 50.7407 0 50.7407C50 45.5114 49.7401 0 49.7401 0C49.7401 0 50.7855 45.594 100 50.7407Z' fill='%23ffffff' stroke-width='0'/%3E%3C/svg%3E");
  background-size: 100%;
  width: 50px;
  height: 50px;
}
@media only screen and (max-width: 768px) {
  .treatment-finder__load {
    display: none;
  }
  .treatment-finder__triggers .treatment-finder__load-more {
    background-color: transparent;
    width: 100%;
    padding: 10px;
    display: block;
  }
  .treatment-finder__triggers .treatment-finder__load-more a {
    display: inline-block;
  }
}
@media only screen and (min-width: 1024px) {
  .treatment-finder__triggers li a {
    padding: 15px;
  }
  .treatment-finder__item span {
    padding-bottom: 40px;
    font-size: 3rem;
  }
}

.reviews__text {
  padding: 20px;
}
.reviews__text--light {
  background-color: #F8F4ED;
}
.reviews__text--dark {
  background-color: #1B1B1B;
}
.reviews__text--dark p {
  color: #fff;
}
.reviews__text--brand {
  background-color: #B48F51;
}
.reviews__text--brand h2 {
  color: #F6DDA5;
}
.reviews__text--brand p {
  color: #fff;
}
@media only screen and (min-width: 1024px) {
  .reviews__text {
    padding: 40px;
  }
  .reviews__text p {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
}

.before-after-gallery__item {
  padding: 1.6rem 0 0;
  position: relative;
}
.before-after-gallery__img {
  display: block;
}
.before-after-gallery__text {
  background-color: #f4f4f4;
  padding: 1rem;
  text-align: center;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.before-after-gallery__text .before, .before-after-gallery__text .after {
  width: 50%;
  color: #E0B264;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  margin-bottom: 0;
}
.before-after-gallery__text .copyright {
  flex: 1;
  width: 100%;
  color: #999;
}
.before-after-gallery__load {
  display: none;
  position: relative;
}
.before-after-gallery__load::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.before-after-gallery__load .comparison__slider {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@media only screen and (min-width: 1024px) {
  .before-after-gallery__item {
    padding: 3.2rem 0 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  .before-after-gallery__item picture, .before-after-gallery__item img {
    height: 100%;
  }
  .before-after-gallery .comparison__slider {
    height: 100%;
  }
}

.two-column-cards__inner {
  background: linear-gradient(0deg, #B3915B 0%, #B3915B 24%, #E6D09F 75%, #F2DDB1 100%);
}
.two-column-cards__content {
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  width: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-blend-mode: multiply;
}
.two-column-cards__content h2, .two-column-cards__content p {
  padding-left: 30px;
  padding-right: 30px;
}
.two-column-cards__content h2, .two-column-cards__content h2 a, .two-column-cards__content p, .two-column-cards__content p .caps {
  color: #fff;
  z-index: 1;
}
.two-column-cards__content h2 + p {
  margin-top: 1rem;
}
.two-column-cards__content a {
  color: #fff;
}
.two-column-cards__map {
  min-height: 500px;
  width: 100%;
}
.two-column-cards__map iframe {
  width: 100%;
  height: 500px;
  display: block;
}
@media only screen and (min-width: 1024px) {
  .two-column-cards__content {
    min-height: 600px;
  }
}

.page-nav {
  width: 100%;
  pointer-events: none;
  backdrop-filter: blur(5px);
  background-color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  position: fixed;
  top: 58px;
  z-index: -999;
  -moz-transition: opacity 1s;
  -o-transition: opacity 1s;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
.page-nav.stick {
  z-index: 999;
  pointer-events: all;
  opacity: 1;
}
.page-nav ul, .page-nav__filter {
  display: flex;
  list-style: none;
  padding: 15px 0 0 20px;
  margin: 0;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}
.page-nav ul li, .page-nav__filter li {
  white-space: nowrap;
}
.page-nav ul li a, .page-nav ul li button, .page-nav__filter li a, .page-nav__filter li button {
  text-decoration: none;
  display: inline-block;
  padding: 0 0 15px 0;
  margin: 0 15px 0 0;
  font-size: 1.4rem;
  color: #1B1B1B;
  white-space: nowrap;
  position: relative;
}
.page-nav ul li a::after, .page-nav ul li button::after, .page-nav__filter li a::after, .page-nav__filter li button::after {
  border-bottom: 3px solid #E0B264;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  visibility: hidden;
  width: 100%;
}
.page-nav ul li.active a, .page-nav ul li button.active, .page-nav__filter li.active a, .page-nav__filter li button.active {
  color: #E0B264;
}
.page-nav ul li.active a::after, .page-nav ul li button.active::after, .page-nav__filter li.active a::after, .page-nav__filter li button.active::after {
  visibility: visible;
}
.page-nav__sub-menu {
  background-color: #ddd;
  text-align: center;
  padding: 0.8rem 0;
}
.page-nav .link-list-trigger {
  font-size: 1rem;
}
.page-nav .link-list-trigger:focus {
  outline: 0;
}
.page-nav .link-list-icon {
  background-color: #E0B264;
  border-radius: 30px;
  display: inline-block;
  cursor: pointer;
  padding: 10px;
  position: relative;
  z-index: 1;
  margin-right: 10px;
  vertical-align: middle;
}
.page-nav .link-list-icon-body {
  width: 20px;
  height: 20px;
  position: relative;
  display: block;
}
.page-nav .link-list-icon-body span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #fff;
  opacity: 1;
  left: 0;
}
.page-nav .link-list-icon-body span:nth-child(1) {
  top: 17%;
}
.page-nav .link-list-icon-body span:nth-child(2) {
  top: 47%;
}
.page-nav .link-list-icon-body span:nth-child(3) {
  top: 77%;
}
.page-nav .link-list-close {
  position: absolute;
  top: 0;
  right: 20px;
  width: 40px;
  height: 40px;
  background: #E0B264;
  color: #fff;
  cursor: pointer;
  border: 0;
  outline: 0;
  border-radius: 50%;
  z-index: 1002;
}
.page-nav .link-list-close span {
  display: block;
  position: absolute;
  height: 2px;
  width: 60%;
  background: #fff;
  left: 20%;
  top: 47%;
}
.page-nav .link-list-close span:nth-child(1) {
  transform: rotate(-45deg);
}
.page-nav .link-list-close span:nth-child(2) {
  transform: rotate(45deg);
}
.page-nav__dropdown {
  position: absolute;
  left: 0;
  top: 0;
  max-height: 0;
  width: 100%;
  z-index: 999;
  background-color: #fff;
  border-bottom: 0 solid #E0B264;
  padding: 0;
  overflow: hidden;
  -moz-transition: max-height 0.2s, padding 0.5s, border 0.5s;
  -o-transition: max-height 0.2s, padding 0.5s, border 0.5s;
  -webkit-transition: max-height 0.2s, padding 0.5s, border 0.5s;
  transition: max-height 0.2s, padding 0.5s, border 0.5s;
}
.page-nav__dropdown.open {
  max-height: 100vh;
  padding: 40px 0;
  border-bottom-width: 5px;
}
.page-nav__container {
  position: relative;
}
.page-nav__links-title {
  width: 100%;
  margin-bottom: 2rem;
}
.page-nav__links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-nav__links ul li {
  line-height: 2.2;
}
.page-nav__links ul a {
  text-decoration: none;
}
.page-nav__links ul a:not(:hover) {
  color: #333;
}
@media only screen and (max-width: 768px) {
  .page-nav__links::after {
    content: "";
    border: solid #E0B264;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg) translate(-50%, 0);
    -webkit-transform: rotate(45deg) translate(-50%, 0);
    -moz-transition: border 0.5s;
    -o-transition: border 0.5s;
    -webkit-transition: border 0.5s;
    transition: border 0.5s;
    position: absolute;
    left: 50%;
    bottom: -10px;
    z-index: 100;
  }
  .page-nav__scroll {
    height: 400px;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
  }
}
@media only screen and (min-width: 1024px) {
  .page-nav {
    top: 111px;
  }
  .page-nav ul, .page-nav__filter {
    padding: 0;
    overflow-x: visible;
    justify-content: center;
  }
  .page-nav ul li a, .page-nav ul li button, .page-nav__filter li a, .page-nav__filter li button {
    padding: 1rem 2.4rem;
    margin: 0;
    font-size: 1.4rem;
  }
  .page-nav__links {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .page-nav__links-title {
    width: 100%;
  }
  .page-nav__links ul {
    width: 31.5%;
  }
  .page-nav__scroll {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .page-nav.stick {
    top: 111px;
  }
}

.treatment-costs__body {
  border-top: 1px solid #ddd;
}
.treatment-costs__item {
  border-bottom: 1px solid #ddd;
  display: flex;
  flex-direction: row;
  gap: 15px;
  padding-top: 1.6rem;
  padding-bottom: 1.4rem;
}
.treatment-costs__img {
  flex-basis: 100px;
}
.treatment-costs__face-diagram {
  width: 100%;
  height: auto;
}
.treatment-costs__content {
  flex: 1;
}
.treatment-costs__sub-heading {
  margin: 0;
  color: #B48F51;
}
.treatment-costs__text p:not(p.treatment-costs__sub-heading), .treatment-costs__text ul {
  font-size: 140% !important;
  line-height: 2.6rem !important;
  margin-top: 0.2rem;
}
.treatment-costs__costs {
  margin-top: 1.6rem;
  border-top: 1px dashed #B48F51;
}
.treatment-costs__cost {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px dashed #B48F51;
  color: #B48F51;
}
.treatment-costs__cost em {
  font-style: normal;
  font-size: 120%;
}
.treatment-costs__cost:last-child {
  padding-bottom: 0;
  border-bottom-width: 0;
}
@media only screen and (min-width: 768px) {
  .treatment-costs__item {
    align-items: center;
    gap: 30px;
    padding-top: 2.4rem;
    padding-bottom: 2.2rem;
  }
  .treatment-costs__img {
    flex-basis: 150px;
  }
  .treatment-costs__content {
    display: flex;
    align-items: center;
    gap: 30px;
  }
  .treatment-costs__text {
    flex: 1;
  }
  .treatment-costs__text p:not(p.treatment-costs__sub-heading), .treatment-costs__text ul {
    font-size: 160% !important;
    margin-top: 0.5rem;
  }
  .treatment-costs__costs {
    flex-basis: 250px;
    margin-top: 0;
    border: 0;
  }
  .treatment-costs__cost {
    text-align: right;
  }
  .treatment-costs__cost:last-child {
    padding-bottom: 1rem;
  }
}

.two-col-form {
  position: relative;
  margin-top: 58px;
}
.two-col-form__col {
  position: relative;
  padding: 40px 20px;
}
.two-col-form__col--form {
  background-color: #F8F4ED;
}
.two-col-form__inner {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 1024px) {
  .two-col-form {
    margin-top: 111px;
  }
  .two-col-form__col {
    padding: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .two-col-form {
    margin-top: 111px;
  }
  .two-col-form__col {
    padding: 40px 40px 40px 120px;
  }
}
@media only screen and (min-width: 1350px) {
  .two-col-form__col {
    padding: 110px 110px 110px 120px;
  }
}

.promo-banner {
  position: relative;
}
.promo-banner__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.promo-banner__img {
  display: block;
}
@media only screen and (min-width: 1024px) {
  .promo-banner__content {
    padding-right: 50px;
  }
  .promo-banner__img {
    margin-top: 110px;
  }
}
@media only screen and (min-width: 1350px) {
  .promo-banner__img {
    margin-top: 140px;
  }
}

.testimonial-banner {
  position: relative;
  overflow: hidden;
}
.testimonial-banner__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.testimonial-banner__img {
  display: block;
}
.testimonial-banner__star {
  position: absolute;
  left: 50%;
  top: -5%;
  transform: translateX(-50%);
  z-index: -1;
  width: 100%;
  height: auto;
}
.testimonial-banner__star path {
  fill: #E0B264;
}
@media only screen and (min-width: 1024px) {
  .testimonial-banner {
    padding-top: 220px;
  }
  .testimonial-banner__content {
    text-align: left;
    padding-left: 90px;
  }
  .testimonial-banner__star {
    position: absolute;
    left: 50%;
    top: -5%;
    transform: translateX(-50%);
    z-index: -1;
    width: 120%;
    height: auto;
  }
}
@media only screen and (min-width: 1350px) {
  .testimonial-banner {
    padding-top: 280px;
  }
}

.comparison.two-col-content__img {
  display: flex;
  align-items: center;
  height: 100%;
}
.comparison__slider {
  width: 100%;
  height: 100%;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.comparison__slider:hover {
  cursor: none;
}
.comparison__before {
  display: block;
  overflow: hidden;
  width: auto;
  height: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.comparison__before::before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
}
.comparison__after {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  border-left: 2px solid #fff;
}
.comparison__after-image {
  display: block;
  width: auto;
  height: 100%;
  position: relative;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.comparison__arrows {
  position: absolute;
  left: 0;
  bottom: calc(50% - 25px);
  display: flex;
  justify-content: center;
  width: 100%;
  height: 50px;
}
.comparison__arrows-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.comparison__arrows-icon::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 25 15'%3E%3Cpath d='M14.7,15L25,7.5L14.7,0V15z' fill='%23D38573' stroke-width='0'/%3E%3Cpath d='M10.3,15L0,7.5L10.3,0V15z' fill='%23D38573' stroke-width='0'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 25px;
  height: 15px;
}
@media only screen and (min-width: 768px) {
  .two-col-content__img .comparison__slider {
    height: 100%;
  }
}

.finder {
  position: relative;
}
.finder__panels {
  position: relative;
  margin-top: 20px;
}
.finder__panel {
  list-style: none;
  margin: 0 !important;
  padding: 0 0 40px;
  gap: 2px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateY(40px);
  opacity: 0;
  pointer-events: none;
  -moz-transition: transform 1s, opacity 1s;
  -o-transition: transform 1s, opacity 1s;
  -webkit-transition: transform 1s, opacity 1s;
  transition: transform 1s, opacity 1s;
}
.finder__panel li {
  background-color: rgba(255, 255, 255, 0.5);
}
.finder__panel li a {
  display: block;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 1.4rem;
  line-height: 2.2rem;
  background-color: transparent;
  -moz-transition: background-color 0.4s, color 0.4s;
  -o-transition: background-color 0.4s, color 0.4s;
  -webkit-transition: background-color 0.4s, color 0.4s;
  transition: background-color 0.4s, color 0.4s;
}
.finder__panel li a:not(:hover) {
  color: #1B1B1B;
}
.finder__panel li a.active {
  background-color: #fff;
}
.finder__panel li a.active:not(:hover) {
  color: #E0B264;
}
.finder__panel li.heading {
  background-color: transparent;
  margin-bottom: 20px;
}
.finder__panel li.footer {
  background-color: transparent;
  margin-top: 20px;
}
.finder__panel li.footer a {
  display: inline-block;
}
.finder__panel.active {
  transform: translateY(0);
  opacity: 1;
  pointer-events: all;
  transition-delay: 0.5s;
}
.finder__triggers {
  position: relative;
}
.finder__trigger {
  position: relative;
}
.finder__trigger a {
  display: block;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 1.2rem;
  line-height: 2.2rem;
  padding: 10px;
}
.finder__trigger a:not(:hover) {
  color: #1B1B1B;
}
.finder__trigger a.active {
  color: #B48F51;
}
.finder__trigger span {
  text-align: center;
  display: block;
  padding-top: 10px;
}
.finder__trigger-wrap {
  z-index: 1;
  background-image: var(--wpr-bg-d7c3e8fd-29ee-4c81-bf82-feb1d19d7693);
  background-repeat: repeat-x;
  background-size: cover;
  background-position: 0 0;
  -moz-transition: background-position 1s ease-in-out;
  -o-transition: background-position 1s ease-in-out;
  -webkit-transition: background-position 1s ease-in-out;
  transition: background-position 1s ease-in-out;
}
.finder__bubble {
  position: absolute;
  left: 5px;
  top: 0;
  z-index: 1;
  -moz-transition: transform 0.4s, opacity 0.4s;
  -o-transition: transform 0.4s, opacity 0.4s;
  -webkit-transition: transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
}
.finder__bubble img {
  width: 35%;
  height: auto;
}
.finder__info {
  position: relative;
  padding-top: 20px;
}
.finder__info::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 15 28'%3E%3Cpath d='M13.2652 27.7023L0.639146 14.0238L13.2653 0.345703L14.7349 1.70227L3.36096 14.0238L14.7349 26.3457L13.2652 27.7023Z' fill='%23111111'/%3E%3C/svg%3E");
  position: absolute;
  top: 0;
  left: 50%;
  width: 10px;
  height: 18px;
  transform: rotate(90deg) translateX(-50%);
}
.finder__stars {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  pointer-events: none;
  background-color: #fff;
}
.finder__stars .slick-list, .finder__stars .slick-track, .finder__stars .slick-slide {
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .finder__triggers {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .finder__panel li a {
    padding: 15px;
  }
  .finder__trigger a {
    padding: 20px 40px 40px;
  }
  .finder__trigger a span {
    font-size: 1.4rem;
  }
  .finder__info {
    padding-top: 50px;
  }
  .finder__info::before {
    top: 30px;
  }
  .finder__bubble {
    left: 0;
    transform: translateY(10px);
    opacity: 0;
  }
  .finder__bubble img {
    width: 40%;
  }
  .finder__bubble.active, .finder__trigger:hover .finder__bubble {
    transform: translateY(0);
    opacity: 1;
  }
}

.hero-carousel {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
}
.hero-carousel__slide {
  min-height: 100vh;
  position: relative;
}
.hero-carousel__img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.hero-carousel__overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #B3915B 0%, #B3915B 24%, #E6D09F 75%, #F2DDB1 100%);
  mix-blend-mode: multiply;
  z-index: 1;
}
.hero-carousel__content-body {
  background: rgba(51, 51, 51, 0.9) !important;
  background: -webkit-linear-gradient(legacy-direction(180deg), rgba(51, 51, 51, 0.9) 50%, rgba(51, 51, 51, 0) 100%) !important;
  background: linear-gradient(180deg, rgba(51, 51, 51, 0.9) 50%, rgba(51, 51, 51, 0) 100%) !important;
  position: relative;
  z-index: 2;
  min-height: 100vh;
  padding: 90px 0 50vh;
  text-align: center;
}
.hero-carousel__content-body h2, .hero-carousel__content-body p, .hero-carousel__content-body ul {
  color: #fff;
}
.hero-carousel__content-body h2 em, .hero-carousel__content-body p em, .hero-carousel__content-body ul em {
  color: #E0B264;
  font-style: normal;
  display: block;
}
.hero-carousel__content-title {
  padding-bottom: 0.5rem;
}
.hero-carousel__content-footer {
  padding-top: 2rem;
}
@media only screen and (min-width: 1200px) {
  .hero-carousel__img {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background-position: center;
  }
  .hero-carousel__content-body {
    background: rgba(51, 51, 51, 0.9) !important;
    background: -webkit-linear-gradient(legacy-direction(90deg), rgba(51, 51, 51, 0.9), rgba(51, 51, 51, 0) 100%) !important;
    background: linear-gradient(90deg, rgba(51, 51, 51, 0.9), rgba(51, 51, 51, 0) 100%) !important;
    padding: 100px 40% 100px 5%;
    display: flex;
    align-items: center;
    text-align: left;
  }
  .hero-carousel__content-body .button:hover {
    background-color: #E0B264;
  }
  .hero-carousel__content-title {
    padding-bottom: 1rem;
    padding-right: 0;
  }
  .hero-carousel__content-footer {
    padding-top: 3rem;
  }
}
@media only screen and (min-width: 1350px) {
  .hero-carousel__content-body {
    padding-right: 50%;
  }
}
@media only screen and (min-width: 1920px) {
  .hero-carousel__content-body {
    padding: 150px 60% 150px 15%;
  }
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.bounceIn, .animated.bounceOut, .animated.flipOutX, .animated.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  40%, 43% {
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  40%, 43%, 70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  }
  70% {
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  0%, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  40%, 43% {
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  40%, 43%, 70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  }
  70% {
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  0%, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  0%, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  0%, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInUp {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(-1turn);
    transform: perspective(400px) rotateY(-1turn);
  }
  0%, 40% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) translateZ(150px) rotateY(-190deg);
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) translateZ(150px) rotateY(-170deg);
  }
  50%, 80% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(-1turn);
    transform: perspective(400px) rotateY(-1turn);
  }
  0%, 40% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) translateZ(150px) rotateY(-190deg);
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) translateZ(150px) rotateY(-170deg);
  }
  50%, 80% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  0%, 40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
  }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  0%, 40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
  }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  0%, 40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
  }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  0%, 40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
  }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
  }
  60%, 80% {
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
  }
  60%, 80% {
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    transform-origin: center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: center;
  }
  to {
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    transform-origin: center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: center;
  }
  to {
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: left bottom;
  }
  to {
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: left bottom;
  }
  to {
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: right bottom;
  }
  to {
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: right bottom;
  }
  to {
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: left bottom;
  }
  to {
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: left bottom;
  }
  to {
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: right bottom;
  }
  to {
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: right bottom;
  }
  to {
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    transform-origin: center;
    opacity: 1;
  }
  0%, to {
    -webkit-transform-origin: center;
  }
  to {
    transform-origin: center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    transform-origin: center;
    opacity: 1;
  }
  0%, to {
    -webkit-transform-origin: center;
  }
  to {
    transform-origin: center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  0%, to {
    -webkit-transform-origin: left bottom;
  }
  to {
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  0%, to {
    -webkit-transform-origin: left bottom;
  }
  to {
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  0%, to {
    -webkit-transform-origin: right bottom;
  }
  to {
    transform-origin: right bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  0%, to {
    -webkit-transform-origin: right bottom;
  }
  to {
    transform-origin: right bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  0%, to {
    -webkit-transform-origin: left bottom;
  }
  to {
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  0%, to {
    -webkit-transform-origin: left bottom;
  }
  to {
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  0%, to {
    -webkit-transform-origin: right bottom;
  }
  to {
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  0%, to {
    -webkit-transform-origin: right bottom;
  }
  to {
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    transform-origin: top left;
  }
  0%, 20%, 60% {
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    transform-origin: top left;
  }
  40%, 80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    transform-origin: top left;
  }
  0%, 20%, 60% {
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    transform-origin: top left;
  }
  40%, 80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50%, to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50%, to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

.hero-carousel-centered {
  position: relative;
  overflow: hidden;
  height: 100svh;
  padding-top: 60px;
}
.hero-carousel-centered__slide {
  height: calc(100svh - 80px);
  position: relative;
}
.hero-carousel-centered__img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.hero-carousel-centered__overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.5) !important;
  background: -webkit-linear-gradient(legacy-direction(0deg), rgba(51, 51, 51, 0.5) 25%, rgba(51, 51, 51, 0) 100%) !important;
  background: linear-gradient(0deg, rgba(51, 51, 51, 0.5) 25%, rgba(51, 51, 51, 0) 100%) !important;
  z-index: 1;
}
.hero-carousel-centered__content-body {
  position: absolute;
  z-index: 2;
  padding: 0 0 45px;
  bottom: 0;
  text-align: center;
  width: 100%;
}
.hero-carousel-centered__content-body h2, .hero-carousel-centered__content-body p, .hero-carousel-centered__content-body ul {
  color: #fff;
}
.hero-carousel-centered__content-body h2 em, .hero-carousel-centered__content-body p em, .hero-carousel-centered__content-body ul em {
  color: #E0B264;
  font-style: normal;
  display: block;
}
.hero-carousel-centered__content-title {
  padding-bottom: 0.5rem;
}
.hero-carousel-centered__content-footer {
  padding-top: 0.5rem;
}
@media only screen and (min-width: 1200px) {
  .hero-carousel-centered {
    padding-top: 131px;
  }
  .hero-carousel-centered__slide {
    height: calc(100vh - 151px);
  }
  .hero-carousel-centered__img {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background-position: center;
  }
  .hero-carousel-centered__content-body {
    display: flex;
    align-items: center;
    text-align: left;
  }
  .hero-carousel-centered__content-body .button:hover {
    background-color: #E0B264;
  }
  .hero-carousel-centered__content-title {
    padding-bottom: 1rem;
    padding-right: 0;
  }
  .hero-carousel-centered__content-footer {
    padding-top: 1rem;
  }
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.bounceIn, .animated.bounceOut, .animated.flipOutX, .animated.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  40%, 43% {
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  40%, 43%, 70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  }
  70% {
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  0%, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  40%, 43% {
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  40%, 43%, 70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  }
  70% {
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  0%, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  0%, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  0%, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInUp {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(-1turn);
    transform: perspective(400px) rotateY(-1turn);
  }
  0%, 40% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) translateZ(150px) rotateY(-190deg);
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) translateZ(150px) rotateY(-170deg);
  }
  50%, 80% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(-1turn);
    transform: perspective(400px) rotateY(-1turn);
  }
  0%, 40% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) translateZ(150px) rotateY(-190deg);
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) translateZ(150px) rotateY(-170deg);
  }
  50%, 80% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  0%, 40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
  }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  0%, 40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
  }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  0%, 40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
  }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  0%, 40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
  }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
  }
  60%, 80% {
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
  }
  60%, 80% {
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    transform-origin: center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: center;
  }
  to {
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    transform-origin: center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: center;
  }
  to {
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: left bottom;
  }
  to {
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: left bottom;
  }
  to {
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: right bottom;
  }
  to {
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: right bottom;
  }
  to {
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: left bottom;
  }
  to {
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: left bottom;
  }
  to {
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: right bottom;
  }
  to {
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: right bottom;
  }
  to {
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    transform-origin: center;
    opacity: 1;
  }
  0%, to {
    -webkit-transform-origin: center;
  }
  to {
    transform-origin: center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    transform-origin: center;
    opacity: 1;
  }
  0%, to {
    -webkit-transform-origin: center;
  }
  to {
    transform-origin: center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  0%, to {
    -webkit-transform-origin: left bottom;
  }
  to {
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  0%, to {
    -webkit-transform-origin: left bottom;
  }
  to {
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  0%, to {
    -webkit-transform-origin: right bottom;
  }
  to {
    transform-origin: right bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  0%, to {
    -webkit-transform-origin: right bottom;
  }
  to {
    transform-origin: right bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  0%, to {
    -webkit-transform-origin: left bottom;
  }
  to {
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  0%, to {
    -webkit-transform-origin: left bottom;
  }
  to {
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  0%, to {
    -webkit-transform-origin: right bottom;
  }
  to {
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  0%, to {
    -webkit-transform-origin: right bottom;
  }
  to {
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    transform-origin: top left;
  }
  0%, 20%, 60% {
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    transform-origin: top left;
  }
  40%, 80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    transform-origin: top left;
  }
  0%, 20%, 60% {
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    transform-origin: top left;
  }
  40%, 80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50%, to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50%, to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

/* --- Layout shell --- */
#reel-slider-block .reel-slider-head {
  display: flex;
  align-items: end;
  gap: 1rem;
  justify-content: space-between;
  margin-bottom: 1rem;
}

#reel-slider-block .reel-caps {
  letter-spacing: 0.08em;
  font-weight: 700;
  font-size: 0.8rem;
  margin: 0;
  text-transform: uppercase;
  opacity: 0.7;
}

#reel-slider-block .reel-title {
  margin: 0.5rem 0 0 0;
}

#reel-slider-block .reel-wrapper {
  position: relative;
}

#reel-slider-block .reel-nav {
  position: relative;
  display: flex;
  gap: 0.5rem;
  justify-content: flex-end;
  padding-left: 20px;
  padding-right: 20px;
}

#reel-slider-block .reel-nav button {
  font-size: 0;
  line-height: 0;
  display: block;
  padding: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0);
  border: 1px solid #B48F51;
  cursor: pointer;
  position: relative;
  z-index: 2;
  border-radius: 50%;
  outline: none;
  background-color: #B48F51;
  width: 35px;
  height: 35px;
}

#reel-slider-block .reel-nav button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 15 28'%3E%3Cpath d='M13.2652 27.7023L0.639146 14.0238L13.2653 0.345703L14.7349 1.70227L3.36096 14.0238L14.7349 26.3457L13.2652 27.7023Z' fill='%23ffffff'/%3E%3C/svg%3E");
  top: 50%;
  left: 36%;
  width: 8px;
  height: 14px;
  content: "";
  background-repeat: no-repeat;
  position: absolute;
  transform: translateY(-50%) rotate(0deg);
}

#reel-slider-block .reel-nav button.reel-next::after {
  left: 42%;
  transform: translateY(-50%) rotate(180deg);
}

@media only screen and (min-width: 992px) {
  #reel-slider-block .reel-nav {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    transform: translateY(-50%) translateX(-50%);
    justify-content: space-between;
  }
  #reel-slider-block .reel-nav {
    margin-top: 0;
  }
  #reel-slider-block .reel-nav button {
    font-size: 0;
    line-height: 0;
    display: block;
    padding: 0;
    cursor: pointer;
    color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    cursor: pointer;
    position: relative;
    z-index: 2;
    border-radius: 50%;
    outline: none;
    background-color: #fff;
    width: 45px;
    height: 45px;
  }
  #reel-slider-block .reel-nav button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 15 28'%3E%3Cpath d='M13.2652 27.7023L0.639146 14.0238L13.2653 0.345703L14.7349 1.70227L3.36096 14.0238L14.7349 26.3457L13.2652 27.7023Z' fill='%23000000'/%3E%3C/svg%3E");
    width: 10px;
    height: 16px;
  }
}
#reel-slider-block .reel-nav .is-disabled {
  opacity: 0;
  pointer-events: none;
}

/* --- Slider + bleed --- */
#reel-slider-block .reel-slider {
  overflow: visible;
  width: 100%;
}

#reel-slider-block .slick-list {
  overflow: visible;
  padding-right: 0;
  padding-left: 20px;
}

#reel-slider-block .reel-slide,
#reel-slider-block .slick-slide {
  box-sizing: border-box;
  margin-right: 24px;
  cursor: pointer;
}

#reel-slider-block .reel-slide,
#reel-slider-block .slick-slide {
  max-width: 100%;
}

#reel-slider-block .reel-media {
  position: relative;
  aspect-ratio: 9/16;
  background: #f3f3f3;
  border-radius: 14px;
  overflow: hidden;
  width: 100%;
}

#reel-slider-block .reel-slide,
#reel-slider-block .reel-media,
#reel-slider-block .reel-mux,
#reel-slider-block .reel-mux-embed {
  height: 100%;
}

#reel-slider-block .reel-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

#reel-slider-block .reel-img--placeholder {
  background: repeating-linear-gradient(45deg, #eee, #eee 10px, #f8f8f8 10px, #f8f8f8 20px);
  width: 100%;
  height: 100%;
}

#reel-slider-block .reel-slide-title {
  margin: 1rem 0;
}

#reel-slider-block .reel-slide-title a {
  color: #1B1B1B;
  text-decoration: none;
}

#reel-slider-block .reel-slide-title a:hover {
  text-decoration: underline;
}

/* Mux bits */
#reel-slider-block .reel-mux {
  position: relative;
  width: 100%;
  height: 100%;
}

#reel-slider-block .reel-poster {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: opacity 0.2s ease;
}

#reel-slider-block .reel-mux-embed,
#reel-slider-block .reel-mux-embed > div {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#reel-slider-block .reel-video {
  position: absolute;
  inset: 0;
  width: 177.78%;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  object-fit: contain;
  background: #000;
}

#reel-slider-block .reel-sound {
  position: absolute;
  right: 0.5rem;
  bottom: 0.5rem;
  z-index: 3;
  border: 0;
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.85);
  padding: 0.3rem 0.45rem;
  cursor: pointer;
}

#reel-slider-block .reel-loader[hidden] {
  display: none;
}

#reel-slider-block .reel-loader {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.15);
  z-index: 4;
}

#reel-slider-block .reel-spinner {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 3px solid rgba(255, 255, 255, 0.4);
  border-top-color: #fff;
  animation: reel-spin 0.8s linear infinite;
}

@keyframes reel-spin {
  to {
    transform: rotate(360deg);
  }
}
/* Modal */
#reel-slider-block .reel-modal[hidden] {
  display: none;
}

#reel-slider-block .reel-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
}

#reel-slider-block .reel-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}

#reel-slider-block .reel-modal__dialog {
  position: absolute;
  inset: 0;
  background: #000;
  border-radius: 0;
  max-width: none;
  margin: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
}

#reel-slider-block .reel-modal__close {
  align-self: flex-end;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 2.5rem;
  padding: 0.5rem 0.75rem;
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 10;
}

#reel-slider-block .reel-modal__inner {
  flex: 1;
  display: flex;
  height: 100vh;
}

#reel-slider-block .reel-modal__player {
  flex: 1;
  min-height: 100vh;
}

#reel-slider-block .reel-modal__caption[hidden] {
  display: none;
}

#reel-slider-block .reel-modal__caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  text-align: center;
  padding: 1rem 20px 1.5rem;
  background-color: rgba(0, 0, 0, 0.6);
}

#reel-slider-block .reel-modal__caption-text {
  color: #fff;
  margin: 0 0 0.5rem;
}

@media only screen and (min-width: 992px) {
  #reel-slider-block .reel-modal__caption {
    bottom: 64px;
    padding: 1.5rem 20px 2rem;
  }
}
/* Slick controls width; we only manage spacing and 9:16 ratio */
@media (max-width: 639.98px) { /* mobile */
  #reel-slider-block .reel-slide,
  #reel-slider-block .slick-slide {
    margin-right: 10px;
  }
  #reel-slider-block .slick-list {
    padding-right: 25vw;
  }
}
@media (min-width: 640px) and (max-width: 1023.98px) { /* tablet */
  #reel-slider-block .slick-list {
    padding-right: 20vw;
  }
}
@media (min-width: 1024px) { /* desktop & up */
  #reel-slider-block .slick-list {
    padding-right: 15vw;
  }
}
/* tablet & up keep default 24px margin set above */
/* Vertical nav overlay */
#reel-slider-block .reel-modal__vnav {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  width: 56px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  pointer-events: auto;
  z-index: 6;
}

#reel-slider-block .reel-modal__vnav-btn {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.45);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
  position: relative;
}

#reel-slider-block .reel-modal__vnav-btn::before {
  content: "";
  position: absolute;
  top: -3px;
  inset: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border: 2px solid #fff;
  border-left: 0;
  border-top: 0;
  transform: rotate(45deg);
}

#reel-slider-block .reel-modal__vnav-btn--up::before {
  transform: rotate(-135deg);
}

#reel-slider-block .reel-modal__vnav-btn--down::before {
  transform: rotate(45deg);
}

@media (max-width: 767.98px) {
  #reel-slider-block .reel-modal__vnav {
    width: 48px;
  }
  #reel-slider-block .reel-modal__vnav-btn {
    width: 36px;
    height: 36px;
  }
}
.lg-backdrop {
  background-color: #1B1B1B;
}

.lg-outer .lg-img-wrap {
  padding: 0;
}

.lg-autoplay-button {
  display: none;
}

.lg-toolbar {
  background-color: transparent;
}

.lg-toolbar .lg-close {
  height: 22px;
  width: 22px;
  padding: 0;
  margin: 20px 20px 0 0;
}
.lg-toolbar .lg-close:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 22 22'%3E%3Cpath d='M21.3,0L22,0.7L0.7,22L0,21.3L21.3,0z M0,0.7L0.7,0L22,21.3L21.3,22L0,0.7z' fill='%23fff' stroke='%23fff' stroke-width='0'/%3E%3C/svg%3E");
  width: 22px;
  height: 22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
}
.lg-toolbar .lg-close .lg-icon {
  font-size: 0;
}

@media only screen and (min-width: 1200px) {
  .lg-toolbar .lg-close {
    margin: 40px 40px 0 0;
  }
}
.lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: transparent;
  padding: 0;
  font-size: 0;
}

.lg-actions .lg-prev,
.lg-actions .lg-next {
  display: block;
  height: 30px;
  width: 15px;
  margin-bottom: 20px;
  cursor: pointer;
  bottom: 20px;
  top: auto;
  margin-bottom: 0;
  margin-top: 0;
  font-size: inherit;
}

.lg-actions .lg-prev {
  width: 17px;
  height: 30px;
  margin-right: 20px;
}
.lg-actions .lg-prev:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 15 28'%3E%3Cpath d='M13.2652 27.7023L0.639146 14.0238L13.2653 0.345703L14.7349 1.70227L3.36096 14.0238L14.7349 26.3457L13.2652 27.7023Z' fill='%23ffffff'/%3E%3C/svg%3E");
  width: 17px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
}

.lg-actions .lg-next {
  width: 17px;
  height: 30px;
}
.lg-actions .lg-next:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 15 28'%3E%3Cpath d='M13.2652 27.7023L0.639146 14.0238L13.2653 0.345703L14.7349 1.70227L3.36096 14.0238L14.7349 26.3457L13.2652 27.7023Z' fill='%23ffffff'/%3E%3C/svg%3E");
  width: 17px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(180deg);
}

@media only screen and (min-width: 1200px) {
  .lg-actions .lg-next, .lg-actions .lg-prev {
    bottom: auto;
    top: 50%;
  }
  .lg-actions .lg-prev {
    left: 40px;
  }
  .lg-actions .lg-next {
    right: 40px;
  }
}
#lg-counter {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  padding: 0;
}
@media only screen and (min-width: 1200px) {
  #lg-counter {
    bottom: 40px;
    left: 40px;
    transform: none;
  }
}

.lg-sub-html {
  padding-bottom: 50px !important;
}
@media only screen and (min-width: 1200px) {
  .lg-sub-html {
    padding-bottom: 20px !important;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
}

/*! lightgallery - v1.6.14 - 2020-04-21
* http://sachinchoolur.github.io/lightGallery/
* Copyright (c) 2020 Sachin N; Licensed GPLv3 */
@font-face {
  font-family: "lg";
  src: url(/wp-content/themes/surfaceclinic/fonts/lg.eot?n1z373);
  src: url("/wp-content/themes/surfaceclinic/fonts/?#iefixn1z373") format("embedded-opentype"), url(/wp-content/themes/surfaceclinic/fonts/lg.woff?n1z373) format("woff"), url(/wp-content/themes/surfaceclinic/fonts/lg.ttf?n1z373) format("truetype"), url("/wp-content/themes/surfaceclinic/fonts/lg.svg?n1z373#lg") format("svg");
  font-weight: normal;
  font-style: normal;
}
.lg-icon {
  font-family: "lg";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: transparent;
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 0;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  border: none;
  outline: none;
}

.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
  color: #FFF;
}

.lg-actions .lg-next {
  right: 20px;
}

.lg-actions .lg-next:before {
  content: "\e095";
}

.lg-actions .lg-prev {
  left: 20px;
}

.lg-actions .lg-prev:after {
  content: "\e094";
}

@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  -o-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  -o-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}

.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 0;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.lg-toolbar .lg-icon:hover {
  color: #FFF;
}

.lg-toolbar .lg-close:after {
  content: "\e070";
}

.lg-toolbar .lg-download:after {
  content: "\e0f2";
}

.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080;
}

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}

.lg-toolbar, .lg-prev, .lg-next {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
}

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}

.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}

.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
}

.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}

.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px;
}

@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color 0.25s ease;
    -o-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease;
  }
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}

.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom 0.25s ease;
  -o-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease;
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}

.lg-outer .lg-toogle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
}

.lg-outer .lg-toogle-thumb:after {
  content: "\e1ff";
}

.lg-outer .lg-toogle-thumb:hover {
  color: #FFF;
}

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}

.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}

.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer;
}

.lg-outer .lg-has-iframe .lg-video {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}

.lg-outer .lg-has-vimeo .lg-video-play {
  /* background: url(../../../../../../../themes/img/vimeo-play.png) no-repeat scroll 0 0 transparent; */
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
  /* background: url(../../../../../../../themes/img/vimeo-play.png) no-repeat scroll 0 -58px transparent; */
}

.lg-outer .lg-has-html5 .lg-video-play {
  /* background: transparent url(../../../../../../../themes/img/video-play.png) no-repeat scroll 0 0; */
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8;
}

.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-has-youtube .lg-video-play {
  /* background: url(../../../../../../../themes/img/youtube-play.png) no-repeat scroll 0 0 transparent; */
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
  /* background: url(../../../../../../../themes/img/youtube-play.png) no-repeat scroll 0 -60px transparent; */
}

.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}

.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none;
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible;
}

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  -webkit-transition: opacity 0.08s ease 0s;
  -moz-transition: opacity 0.08s ease 0s;
  -o-transition: opacity 0.08s ease 0s;
  transition: opacity 0.08s ease 0s;
}

.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}

.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}

.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}

.lg-autoplay-button:after {
  content: "\e01d";
}

.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

#lg-zoom-in:after {
  content: "\e311";
}

#lg-actual-size {
  font-size: 20px;
}

#lg-actual-size:after {
  content: "\e033";
}

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}

#lg-zoom-out:after {
  content: "\e312";
}

.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px;
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px white inset;
}

.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
}

.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}

.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  width: 12px;
}

.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
  box-shadow: 0 0 0 8px white inset;
}

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}

.lg-fullscreen:after {
  content: "\e20c";
}

.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}

.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  -o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}

.lg-outer.lg-dropdown-active .lg-dropdown, .lg-outer.lg-dropdown-active #lg-dropdown-overlay {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transform: translate3d(0, 0px, 0);
  -o-transform: translate3d(0, 0px, 0);
  -ms-transform: translate3d(0, 0px, 0);
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible;
}

.lg-outer.lg-dropdown-active #lg-share {
  color: #FFF;
}

.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -moz-transform: translate3d(0, 5px, 0);
  -o-transform: translate3d(0, 5px, 0);
  -ms-transform: translate3d(0, 5px, 0);
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  -webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -moz-transition: -moz-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -o-transition: -o-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
}

.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #FFF;
  right: 16px;
  top: -16px;
}

.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0px;
}

.lg-outer .lg-dropdown > li:hover a, .lg-outer .lg-dropdown > li:hover .lg-icon {
  color: #333;
}

.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
}

.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07);
}

.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}

.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}

.lg-outer #lg-share {
  position: relative;
}

.lg-outer #lg-share:after {
  content: "\e80d";
}

.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998;
}

.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\e901";
}

.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced;
}

.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\e904";
}

.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39;
}

.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\e902";
}

.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027;
}

.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\e903";
}

.lg-group:after {
  content: "";
  display: table;
  clear: both;
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-outer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.lg-outer.lg-visible {
  opacity: 1;
}

.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}

.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}

.lg-outer .lg-item {
  background: var(--wpr-bg-2d3f3b6c-7e6f-4c5d-bcff-6f86ed44c4f9) no-repeat scroll center center transparent;
  display: none !important;
}

.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}

.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}

.lg-outer .lg-item, .lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}

.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.lg-outer .lg-item.lg-complete {
  background-image: none;
}

.lg-outer .lg-item.lg-current {
  z-index: 1060;
}

.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}

.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-empty-html {
  display: none;
}

.lg-outer.lg-hide-download #lg-download {
  display: none;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  -moz-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
  opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}

.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  -webkit-transition: opacity 0.1s ease 0s;
  -moz-transition: opacity 0.1s ease 0s;
  -o-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}


