@charset "UTF-8";
.outer {
  padding-left: 5%;
  padding-right: 5%;
}

.inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}

/*! normalize.css v7.0.0 | 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
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  /* 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
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 and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

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

@font-face {
  font-family: "Sinkin Sans";
  src: url("../fonts/SinkinSans-200XLight.woff2") format("woff2"), url("../fonts/SinkinSans-200XLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sinkin Sans";
  src: url("../fonts/SinkinSans-300Light.woff2") format("woff2"), url("../fonts/SinkinSans-300Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sinkin Sans";
  src: url("../fonts/SinkinSans-400Regular.woff2") format("woff2"), url("S../fonts/inkinSans-400Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sinkin Sans";
  src: url("../fonts/SinkinSans-500Medium.woff2") format("woff2"), url("../fonts/SinkinSans-500Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
*, *:after, *:before {
  box-sizing: border-box;
}

html {
  font-size: 100%;
  min-height: 100%;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  overflow-x: hidden;
}

body {
  background-color: #fff;
  color: #212121;
  font-family: "Sinkin Sans", Arial, Helvetica, sans-serif;
  font-weight: 400;
  position: relative;
  overflow-x: hidden;
}

html.menu-active {
  overflow: hidden;
}

body.menu-active {
  overflow: hidden;
}

img {
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom;
  width: auto;
  max-width: 100%;
  height: auto;
}

a.imgwrap, a.imgwrap:hover {
  border: none;
  background: none;
}

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

embed, iframe, object {
  max-width: 100%;
  height: auto;
}

a {
  color: #B4B897;
  text-decoration: none;
  transition: all 500ms ease;
}
a:hover, a:active {
  outline-style: none;
  color: #858a5f;
}

.basetext, ul li, ol li, q, cite, blockquote, p.intro, p {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
}

.btn, .search-form .search-submit, button,
input[type=button],
input[type=submit] {
  margin-top: 33px;
}
.btn a, .search-form .search-submit a, button a,
input[type=button] a,
input[type=submit] a {
  font-family: "Sinkin Sans", Arial, Helvetica, sans-serif;
  color: #fff;
  background-color: #B4B897;
  display: inline-block;
  padding: 15px 46px;
  font-size: 12px;
  line-height: 26px;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  border-radius: 0;
  transition: all 500ms ease;
  letter-spacing: 0.025em;
}
.btn a:hover, .search-form .search-submit a:hover, button a:hover,
input[type=button] a:hover,
input[type=submit] a:hover {
  color: #fff;
  background-color: #282828;
}

hr {
  border: 0;
  height: 1px;
  background: #f4f4f4;
  margin: 10px 0;
}

.hide {
  display: none !important;
  visibility: hidden;
  margin: 0;
  padding: 0;
  width: 1px;
  height: 1px;
}

.screen-hide {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

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

.container {
  max-width: 1440px;
  margin: 0 auto;
}

@media (max-width: 1490px) {
  .container {
    padding: 0 1.25em;
  }
}
.vert-outer {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
}

.vert-inner {
  display: table-cell;
  vertical-align: middle;
}

.tl {
  background-position: left top;
}

.tc {
  background-position: center top;
}

.tr {
  background-position: right top;
}

.cl {
  background-position: left center;
}

.cc {
  background-position: center center;
}

.cr {
  background-position: right center;
}

.bl {
  background-position: left bottom;
}

.bc {
  background-position: center bottom;
}

.br {
  background-position: right bottom;
}

h1 {
  font-size: 60px;
  line-height: 70px;
  text-transform: uppercase;
  font-weight: 200;
}

h2 {
  font-size: 45px;
  text-transform: uppercase;
  font-weight: 200;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1250px) {
  h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media screen and (max-width: 600px) {
  h2 {
    font-size: 35px;
    line-height: 45px;
  }
}

h3 {
  font-size: 16px;
}

p {
  color: #404040;
  line-height: 27px;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 600px) {
  p {
    font-size: 12px;
    line-height: 24px;
  }
}

p.intro {
  color: #404040;
  font-size: 14px;
  line-height: 29px;
  font-weight: 500;
}
@media screen and (max-width: 600px) {
  p.intro {
    font-size: 14px;
    line-height: 24px;
  }
}

strong, b {
  font-weight: 500;
}

dfn, cite, em, i {
  font-style: italic;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #f4f4f4;
  text-decoration: none;
}

small {
  font-size: 80%;
}

big {
  font-size: 125%;
}

code, samp, pre, kbd, tt, var {
  font-family: Monaco, Courier New, monospace;
}

::-webkit-input-placeholder {
  color: #212121;
}

:-moz-placeholder {
  color: #212121;
}

::-moz-placeholder {
  color: #212121;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #212121;
}

fieldset {
  border: 1px solid #ccc;
  margin-bottom: 20px;
  padding: 0 10px 10px 10px;
}

legend {
  margin: 0;
  padding: 0;
  caption-side: top;
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
  color: #212121;
}

.input, select, datalist, textarea, input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color] {
  font-family: "Sinkin Sans", Arial, Helvetica, sans-serif;
  border-radius: 0;
  outline: none;
  border: 1px solid #ccc;
  color: #212121;
  background-color: #fff;
  font-size: 16px;
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
}
.input:hover, select:hover, datalist:hover, textarea:hover, input[type=text]:hover,
input[type=email]:hover,
input[type=url]:hover,
input[type=password]:hover,
input[type=search]:hover,
input[type=number]:hover,
input[type=tel]:hover,
input[type=range]:hover,
input[type=date]:hover,
input[type=month]:hover,
input[type=week]:hover,
input[type=time]:hover,
input[type=datetime]:hover,
input[type=datetime-local]:hover,
input[type=color]:hover {
  border-color: #b3b3b3;
  outline: none;
}
.input:focus, select:focus, datalist:focus, textarea:focus, input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus {
  border-color: #999999;
  outline: none;
}

label {
  font-size: 12px;
  font-size: 0.75rem;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color] {
  -webkit-appearance: none;
}

textarea {
  -webkit-appearance: none;
}

input[type=radio],
input[type=checkbox] {
  margin-right: 10px;
}

button,
input[type=button],
input[type=submit] {
  -webkit-appearance: none;
}
ul, ol {
  padding: 0 0 15px 0;
  margin: 0 0 0 20px;
  padding-bottom: 15px;
}
ul li, ol li {
  padding-bottom: 5px;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 30px;
}
table th {
  background-color: #fff;
}
table tr {
  background-color: #fff;
}
table tr:nth-child(even) {
  background-color: #fff;
}
table th, table td {
  border: 1px solid #ccc;
  padding: 15px 10px;
}
table caption {
  font-size: 14px;
  font-size: 0.875rem;
  color: #212121;
  margin: 15px 0 0 0;
  padding: 0;
  caption-side: top;
  text-align: center;
}

.main-header {
  padding: 0px 1.25em;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10001;
}
.main-header .logo-left {
  float: left;
  padding: 39px 0;
}
@media screen and (max-width: 670px) {
  .main-header .logo-left {
    width: 250px;
    padding: 25px 0;
  }
}
.main-header .header-right {
  display: flex;
  flex-direction: column;
  padding: 28px 0;
}
@media screen and (max-width: 1080px) {
  .main-header .header-right {
    padding: 54px 0 28px;
  }
}
@media screen and (max-width: 670px) {
  .main-header .header-right {
    padding: 0;
  }
}
.main-header .header-right .contact-menu {
  float: right;
  display: flex;
  flex-direction: row-reverse;
}
.main-header .header-right .contact-menu p {
  float: right;
  position: relative;
  display: inline-block;
  width: auto;
  text-align: right;
  color: #404040;
  font-size: 12px;
  text-transform: uppercase;
  padding: 0 30px;
  margin: 0 0 20px;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 670px) {
  .main-header .header-right .contact-menu p {
    margin: 29px 0;
  }
}
.main-header .header-right .contact-menu p:after {
  content: "";
  position: absolute;
  right: 0;
  height: 26px;
  width: 1px;
  top: -1px;
  background-color: #4e4e4e;
}
.main-header .header-right .contact-menu p a {
  position: relative;
  color: #404040;
}
.main-header .header-right .contact-menu p a:hover {
  color: #B4B897;
}
.main-header .header-right .contact-menu .menu {
  display: none;
  position: relative;
  margin-right: 0;
  padding-right: 0;
  padding-top: 2px;
  cursor: pointer;
}
@media screen and (max-width: 1080px) {
  .main-header .header-right .contact-menu .menu {
    display: inline-block;
  }
}
@media screen and (max-width: 400px) {
  .main-header .header-right .contact-menu .menu p {
    display: none;
  }
}
.main-header .header-right .contact-menu .menu p:after {
  display: none;
}
.main-header .header-right .contact-menu .menu span {
  position: absolute;
  right: 0;
  top: 3px;
  width: 20px;
  height: 20px;
  background-image: url(../images/menu.svg);
  background-position: center;
  background-size: 20px;
  background-repeat: no-repeat;
  transition: 0.25s;
}
@media screen and (max-width: 670px) {
  .main-header .header-right .contact-menu .menu span {
    top: 32px;
  }
}
.main-header .header-right .contact-menu .menu.active span {
  transform: rotate(135deg);
  background-image: url(../images/plus-icon.svg);
}
@media screen and (max-width: 1000px) {
  .main-header .header-right .contact-menu p.phone {
    display: none;
  }
}
.main-header .header-right .contact-menu p.phone a {
  padding-left: 30px;
}
.main-header .header-right .contact-menu p.phone a span {
  position: absolute;
  left: 0;
  top: -2px;
  width: 18px;
  height: 14px;
  background-image: url(../images/call-us-footer.svg);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1000px) {
  .main-header .header-right .contact-menu p.find {
    display: none;
  }
}
.main-header .header-right .contact-menu p.find a {
  padding-left: 23px;
}
.main-header .header-right .contact-menu p.find a span {
  position: absolute;
  left: 0;
  top: -3px;
  width: 13px;
  height: 18px;
  background-image: url(../images/icon-address.svg);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}
.main-header .header-right .contact-menu p.socials {
  padding-right: 0;
  padding-top: 5px;
}
.main-header .header-right .contact-menu p.socials:after {
  display: none;
}
@media screen and (max-width: 550px) {
  .main-header .header-right .contact-menu p.socials {
    display: none;
  }
}
.main-header .header-right .contact-menu p.socials a {
  margin: 0 6px;
  float: left;
  display: inline-block;
}
.main-header .header-right .contact-menu p.socials a.facebook {
  width: 8px;
  height: 17px;
  position: relative;
  background-image: url(../images/facebook.svg);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.main-header .header-right .contact-menu p.socials a.twitter {
  width: 18px;
  height: 17px;
  position: relative;
  background-image: url(../images/twitter.svg);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.main-header .header-right .contact-menu p.socials a.youtube {
  width: 19px;
  height: 17px;
  position: relative;
  background-image: url(../images/youtube.svg);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1080px) {
  .main-header .header-right nav {
    display: none;
  }
}
.main-header .header-right nav ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
  list-style: none;
}
.main-header .header-right nav ul li {
  position: relative;
  padding: 0;
  margin-left: 30px;
}
@media screen and (max-width: 1200px) {
  .main-header .header-right nav ul li {
    margin-left: 15px;
  }
}
.main-header .header-right nav ul li a {
  color: #212121;
  text-transform: uppercase;
}
.main-header .header-right nav ul li a:hover {
  color: #B4B897;
}
.main-header .header-right nav ul li ul {
  display: none;
}
.main-header .header-right nav ul li.active ul {
  position: absolute;
  display: block;
  width: 300px;
  padding: 20px;
  background-color: #B4B897;
  top: 30px;
  z-index: 99999;
}
.main-header .header-right nav ul li.active ul li {
  margin-left: 0;
  padding-bottom: 15px;
}
.main-header .header-right nav ul li.active ul li:last-of-type {
  padding-bottom: 0;
}
.main-header .header-right nav ul li.active ul li a {
  color: #fff;
}
.main-header .header-right nav ul li.active ul li a:hover {
  color: #000;
}

.slide-in-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}

.slide-in-bg.active {
  display: block;
}

.slide-in {
  padding-top: 175px;
  padding-right: 1.25em;
  background-color: #B4B897;
  position: absolute;
  top: 0;
  right: -400px;
  height: 100vh;
  width: 400px;
  overflow-x: hidden;
  overflow-y: scroll;
  transition: 0.4s;
  z-index: 10000;
}
@media screen and (max-width: 400px) {
  .slide-in {
    width: 100%;
    right: -100%;
  }
}
.slide-in ul {
  list-style: none;
  overflow: scroll;
  padding-bottom: 50px;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}
.slide-in ul::-webkit-scrollbar {
  display: none;
}
.slide-in ul li {
  position: relative;
  text-align: right;
  padding-bottom: 25px;
}
.slide-in ul li a {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}
.slide-in ul li a:hover {
  color: #404040;
}
.slide-in ul li.menu-item-has-children > a {
  position: relative;
  display: block;
  padding-right: 25px;
}
.slide-in ul li.menu-item-has-children > a:after {
  content: "";
  background-image: url(../images/team-hover.svg);
  background-size: 100%;
  position: absolute;
  right: 0;
  top: 0px;
  width: 15px;
  height: 15px;
  transition: 0.25s;
  display: inline-block;
  line-height: 0;
}
.slide-in ul li.menu-item-has-children ul {
  display: none;
}
.slide-in ul li.active > a:after {
  top: 0px;
  transform: rotate(45deg);
}
.slide-in ul li.active ul {
  display: block;
  margin-top: 10px;
  padding-bottom: 0;
}
.slide-in ul li.active ul li {
  padding-bottom: 15px;
}
.slide-in ul li.active ul li a {
  font-size: 12px;
}

.slide-in.active {
  right: 0px;
}

.footer-contact {
  background-color: #B4B897;
  position: relative;
  height: 625px;
  overflow: hidden;
}
@media screen and (max-width: 1020px) {
  .footer-contact {
    height: auto;
  }
}
.footer-contact .content-left {
  float: left;
  width: 37%;
  padding: 80px 0;
}
@media screen and (max-width: 1020px) {
  .footer-contact .content-left {
    width: 100%;
    text-align: center;
  }
}
.footer-contact .content-left h2 {
  color: #fff;
  margin: 0;
}
.footer-contact .content-left p {
  padding-left: 30px;
  line-height: 27px;
  font-size: 12px;
  color: #fff;
}
@media screen and (max-width: 1020px) {
  .footer-contact .content-left p {
    padding-left: 0;
  }
}
.footer-contact .content-left p a {
  color: #fff !important;
}
.footer-contact .content-left p.heading {
  position: relative;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 27px;
  font-weight: 500;
  padding-left: 30px;
  margin-top: 30px;
}
@media screen and (max-width: 1020px) {
  .footer-contact .content-left p.heading {
    padding-left: 0;
  }
}
.footer-contact .content-left p.heading span {
  position: absolute;
  left: 0;
  top: 0;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1020px) {
  .footer-contact .content-left p.heading span {
    position: relative;
    display: inline-block;
    margin-right: 10px;
  }
}
.footer-contact .content-left p.pin span {
  width: 18px;
  height: 25px;
  background-image: url(../images/icon-address-white.svg);
}
@media screen and (max-width: 1020px) {
  .footer-contact .content-left p.pin span {
    top: 5px;
  }
}
.footer-contact .content-left p.phone span {
  width: 22px;
  height: 19px;
  background-image: url(../images/call-us-footer-white.svg);
}
@media screen and (max-width: 1020px) {
  .footer-contact .content-left p.phone span {
    top: 2px;
  }
}
.footer-contact .content-left p.clock span {
  width: 21px;
  height: 21px;
  background-image: url(../images/opening-times-footer.svg);
}
@media screen and (max-width: 1020px) {
  .footer-contact .content-left p.clock span {
    top: 4px;
  }
}
.footer-contact .content-right {
  position: absolute;
  right: 0;
  top: 0;
  width: 60%;
  height: 100%;
}
@media screen and (max-width: 1020px) {
  .footer-contact .content-right {
    width: 100%;
    position: relative;
  }
}

.main-footer .footer-logos {
  padding: 16px 0;
}
.main-footer .footer-logos .logos-holder {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.main-footer .footer-logos .logos-holder .flogo {
  float: left;
  width: 11%;
  height: 68px;
}
@media screen and (max-width: 1020px) {
  .main-footer .footer-logos .logos-holder .flogo {
    width: 20%;
  }
}
@media screen and (max-width: 480px) {
  .main-footer .footer-logos .logos-holder .flogo {
    width: 50%;
  }
}
.main-footer .footer-logos .logos-holder .flogo img {
  display: table;
  margin: 0 auto;
  filter: grayscale(100%);
}
.main-footer .legals {
  background-color: #4e4e4e;
  padding: 21px 0;
}
.main-footer .legals p {
  margin: 0;
  text-align: center;
  color: #bcbdc0;
  font-size: 12px;
}
.main-footer .legals p a {
  color: #bcbdc0;
}
@media screen and (max-width: 768px) {
  .main-footer .legals p a {
    display: inline-block;
    width: 100%;
    text-align: center;
  }
}
.main-footer .legals p a:hover {
  color: #B4B897;
}
.main-footer .legals span {
  margin: 0 10px;
}
@media screen and (max-width: 768px) {
  .main-footer .legals span {
    display: none;
  }
}

@media screen and (max-width: 1020px) {
  #foot-map {
    height: 400px !important;
  }
}
.article-holder {
  padding: 75px 0;
}
.article-holder h2 {
  color: #B4B897;
}
.article-holder .results-filter {
  background-color: #ebebeb;
  width: 100%;
  padding: 35px;
  margin-bottom: 40px;
}
.article-holder .results-filter ul {
  list-style: none;
  margin-left: 0;
}
.article-holder .results-filter ul li {
  float: left;
  margin-right: 35px;
}
.article-holder .results-filter ul li a {
  text-transform: uppercase;
  font-size: 14px;
  position: relative;
  color: #404040;
}
.article-holder .results-filter ul li a:hover {
  color: #B4B897;
}
.article-holder .results-filter ul li ul {
  margin-left: 0;
}
.article-holder .content-left {
  float: left;
  width: calc(100% - 470px);
  padding-right: 25px;
}
@media screen and (max-width: 1240px) {
  .article-holder .content-left {
    width: 100%;
    padding-right: 0;
  }
}
.article-holder .content-left img {
  width: 100%;
}
.article-holder .content-left h3 {
  font-size: 24px;
  line-height: 29px;
  color: #B4B897;
  text-transform: uppercase;
}
.article-holder .content-left p:first-of-type {
  font-size: 16px;
  line-height: 29px;
  font-weight: 500;
}
.article-holder .content-left ol li, .article-holder .content-left ul li {
  font-size: 0.75rem;
  line-height: 27px;
  letter-spacing: 0.025em;
}
.article-holder .content-right {
  float: right;
  width: 470px;
}
@media screen and (max-width: 1240px) {
  .article-holder .content-right {
    width: 100%;
    max-width: 500px;
    display: table;
    margin: 30px auto;
    float: none;
  }
}
.article-holder .content-right .news-item {
  width: 100%;
  float: left;
  margin-bottom: 50px;
}
.article-holder .content-right .news-item h3 a {
  font-size: 14px;
  text-transform: uppercase;
}

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

main {
  padding-top: 125px;
}
@media screen and (max-width: 670px) {
  main {
    padding-top: 85px;
  }
}

.standard-content {
  margin: 50px 0;
}
.standard-content .container ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.standard-content .container ul li {
  position: relative;
  color: #212121;
  line-height: 27px;
  padding-left: 30px;
}
.standard-content .container ul li:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 100%;
  position: absolute;
  left: 10px;
  top: 10px;
  background-color: #B4B897;
}

/**********************
*********** HERO
**********************/
.hero-banner {
  height: 725px;
  position: relative;
}
@media screen and (max-width: 920px) {
  .hero-banner {
    height: auto;
  }
}
.hero-banner .content-left {
  position: absolute;
  width: calc(100% - 625px);
  height: 100%;
}
@media screen and (max-width: 1250px) {
  .hero-banner .content-left {
    width: calc(100% - 490px);
  }
}
@media screen and (max-width: 920px) {
  .hero-banner .content-left {
    position: relative;
    width: 100%;
    height: 450px;
  }
}
@media screen and (max-width: 650px) {
  .hero-banner .content-left {
    height: auto;
  }
}
.hero-banner .content-left .image-holder {
  position: relative;
  width: 100%;
  height: 100%;
}
.hero-banner .content-left .image-holder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%);
}
@media screen and (max-width: 1250px) {
  .hero-banner .content-left .image-holder img {
    object-position: 10% 100%;
  }
}
@media screen and (max-width: 920px) {
  .hero-banner .content-left .image-holder img {
    object-position: 0% 20%;
  }
}
.hero-banner .content-right {
  position: absolute;
  right: 0;
  top: 0;
  width: 625px;
  height: 100%;
  padding: 30px 60px;
  text-align: center;
  background-color: #B4B897;
}
@media screen and (max-width: 1250px) {
  .hero-banner .content-right {
    width: 490px;
  }
}
@media screen and (max-width: 920px) {
  .hero-banner .content-right {
    position: relative;
    width: 100%;
    height: auto;
    padding: 50px;
  }
}
@media screen and (max-width: 600px) {
  .hero-banner .content-right {
    padding: 50px 25px;
  }
}
.hero-banner .content-right .hero-slider .slide {
  height: 725px;
  padding-bottom: 70px;
}
@media screen and (max-width: 920px) {
  .hero-banner .content-right .hero-slider .slide {
    height: auto;
    padding-bottom: 10px;
  }
}
.hero-banner .content-right .hero-slider .slide h2 {
  color: #fff;
  font-size: 50px;
  line-height: 70px;
  font-weight: 200;
  margin: 0;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1250px) {
  .hero-banner .content-right .hero-slider .slide h2 {
    font-size: 45px;
    line-height: 55px;
  }
}
@media screen and (max-width: 600px) {
  .hero-banner .content-right .hero-slider .slide h2 {
    font-size: 35px;
    line-height: 45px;
  }
}
.hero-banner .content-right .hero-slider .slide p {
  color: #fff;
  font-size: 14px;
  line-height: 29px;
  font-weight: 300;
  margin: 40px 0;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 600px) {
  .hero-banner .content-right .hero-slider .slide p {
    font-size: 14px;
    line-height: 24px;
  }
}
.hero-banner .content-right .hero-slider .slide p.btn a, .hero-banner .content-right .hero-slider .slide .search-form p.search-submit a, .search-form .hero-banner .content-right .hero-slider .slide p.search-submit a {
  border: 1px solid #fff;
  background-color: transparent;
  font-size: 12px;
  line-height: 26px;
  text-transform: uppercase;
  padding: 21px 45px;
}
.hero-banner .content-right .hero-slider .slide p.btn a:hover, .hero-banner .content-right .hero-slider .slide .search-form p.search-submit a:hover, .search-form .hero-banner .content-right .hero-slider .slide p.search-submit a:hover {
  background-color: #fff;
  color: #B4B897;
}
.hero-banner .content-right .hero-slider .slick-dots {
  bottom: 110px;
}
@media screen and (max-width: 920px) {
  .hero-banner .content-right .hero-slider .slick-dots {
    bottom: 0;
  }
}
.hero-banner .content-right .hero-slider .slick-dots li button:before {
  color: #fff;
}
.hero-banner .content-right .hero-slider .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #fff;
}

.hero-image {
  height: 450px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .hero-image {
    height: 300px;
  }
}
.hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%);
}
.hero-image .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.hero-image .flex-holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hero-image .flex-holder h1 {
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .hero-image .flex-holder h1 {
    font-size: 40px;
  }
}

/******************************
*********** CONTENT AND CONTENT
******************************/
.image-and-content {
  margin: 75px 0;
}
@media screen and (max-width: 768px) {
  .image-and-content {
    margin: 75px 0 40px;
  }
}
.image-and-content .flex-holder {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 980px) {
  .image-and-content .flex-holder {
    flex-direction: column;
  }
}
.image-and-content .flex-holder .content-left {
  float: left;
  width: calc(100% - 585px);
  padding-right: 30px;
}
@media screen and (max-width: 1180px) {
  .image-and-content .flex-holder .content-left {
    width: calc(100% - 450px);
  }
}
@media screen and (max-width: 980px) {
  .image-and-content .flex-holder .content-left {
    width: 100%;
    padding-right: 0px;
  }
}
.image-and-content .flex-holder .content-left h2 {
  margin-top: 0;
  color: #B4B897;
}
.image-and-content .flex-holder .content-left p iframe {
  width: 100%;
  height: 450px;
}
@media screen and (max-width: 768px) {
  .image-and-content .flex-holder .content-left p iframe {
    height: 330px;
  }
}
.image-and-content .flex-holder .content-left ul li {
  color: #404040;
  font-size: 0.75rem;
  line-height: 27px;
  letter-spacing: 0.025em;
}
.image-and-content .flex-holder .content-left .extra-links ul {
  list-style: none;
  margin-left: 0;
  margin-top: 40px;
}
.image-and-content .flex-holder .content-left .extra-links ul li {
  text-transform: uppercase;
  float: left;
  width: 50%;
  margin-bottom: 10px;
  font-weight: 500;
}
.image-and-content .flex-holder .content-right {
  height: auto;
  width: 585px;
}
@media screen and (max-width: 1180px) {
  .image-and-content .flex-holder .content-right {
    width: 450px;
  }
}
@media screen and (max-width: 980px) {
  .image-and-content .flex-holder .content-right {
    width: 100%;
    margin-top: 25px;
  }
}
.image-and-content .flex-holder .content-right .image-holder {
  height: 100%;
  max-height: 580px;
  position: relative;
}
@media screen and (max-width: 980px) {
  .image-and-content .flex-holder .content-right .image-holder {
    max-height: none;
  }
}
.image-and-content .flex-holder .content-right .image-holder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.image-and-content .flex-holder .content-right .image-holder .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  transition: 0.25s;
}
.image-and-content .flex-holder .content-right .image-holder .overlay:hover {
  background-color: rgba(0, 0, 0, 0.75);
}
.image-and-content .flex-holder .content-right .image-holder .overlay:after {
  content: "";
  top: calc(50% - 27px);
  left: calc(50% - 38px);
  width: 77px;
  height: 54px;
  position: absolute;
  background-image: url(../images/play-video.svg);
  background-size: 100%;
  background-position: center;
}
.image-and-content .flex-holder .content-right .image-holder.extra-logo {
  max-height: 440px;
}
@media screen and (max-width: 980px) {
  .image-and-content .flex-holder .content-right .image-holder.extra-logo {
    position: relative;
    max-height: none;
    width: 100%;
  }
}
.image-and-content .flex-holder .content-right .logo-holder {
  margin-top: 25px;
  max-width: 100%;
}
.image-and-content .flex-holder .content-right .logo-holder img {
  max-width: 250px;
}

/******************************
*********** TWO LINKS
******************************/
.two-links {
  margin-bottom: 75px;
}
.two-links .link {
  float: left;
  width: calc(50% - 15px);
  position: relative;
  text-align: center;
  height: 510px;
}
@media screen and (max-width: 965px) {
  .two-links .link {
    width: 100%;
    height: auto;
  }
}
.two-links .link .background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.two-links .link .background-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.2;
  filter: grayscale(100%);
}
.two-links .link .content {
  position: relative;
  padding: 30px 90px;
}
@media screen and (max-width: 965px) {
  .two-links .link .content {
    padding: 30px 25px;
  }
}
.two-links .link .content h2 {
  color: #B4B897;
  margin: 0 0 40px;
}
.two-links .link .content p.btn, .two-links .link .content .search-form p.search-submit, .search-form .two-links .link .content p.search-submit {
  margin-top: 40px;
}
.two-links .link-2 {
  float: right;
}
@media screen and (max-width: 965px) {
  .two-links .link-2 {
    margin-top: 35px;
  }
}

/**********************
*********** ICONS AND TESTIMONIALS
**********************/
.icons-testimonials {
  position: relative;
}
.icons-testimonials .background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 51%;
  height: 100%;
}
@media screen and (max-width: 1020px) {
  .icons-testimonials .background-image {
    width: 100%;
  }
}
.icons-testimonials .background-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%);
  opacity: 0.6;
}
.icons-testimonials .content-left {
  float: left;
  width: 50%;
  padding: 115px 90px 100px 0;
}
@media screen and (max-width: 1020px) {
  .icons-testimonials .content-left {
    width: 100%;
    position: relative;
    padding: 50px 0px;
  }
}
.icons-testimonials .content-left h2 {
  margin-top: 0;
  color: #B4B897;
}
.icons-testimonials .content-left .content .icon-holder {
  position: relative;
  margin-bottom: 50px;
}
.icons-testimonials .content-left .content .icon-holder .image {
  position: absolute;
  width: 75px;
}
.icons-testimonials .content-left .content .icon-holder .image img {
  height: 50px;
  max-width: 37px;
}
.icons-testimonials .content-left .content .icon-holder .content {
  padding-left: 75px;
  margin-bottom: 30px;
}
.icons-testimonials .content-left .content .icon-holder .content p.heading {
  color: #B4B897;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 27px;
  margin-bottom: 0;
  font-weight: 500;
  letter-spacing: 0.025em;
}
.icons-testimonials .content-left .content .icon-holder .content p {
  margin-top: 0;
}
.icons-testimonials .content-right {
  background-color: #404040;
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  right: 0;
  background-image: url(../images/darkbg-overlay.png);
  background-size: cover;
  text-align: center;
  padding: 115px 90px 100px 90px;
}
@media screen and (max-width: 1020px) {
  .icons-testimonials .content-right {
    width: 100%;
    position: relative;
    padding: 50px;
  }
}
.icons-testimonials .content-right h2 {
  margin-top: 0;
  color: #bcbdc0;
}
.icons-testimonials .content-right .testimonial-slider {
  max-width: 660px;
  margin: 0 auto 75px;
}
.icons-testimonials .content-right .testimonial-slider .testi-holder p.testimonial {
  color: #fff;
  font-size: 14px;
  line-height: 29px;
}
@media screen and (max-width: 600px) {
  .icons-testimonials .content-right .testimonial-slider .testi-holder p.testimonial {
    font-size: 14px;
    line-height: 24px;
  }
}
.icons-testimonials .content-right .testimonial-slider .testi-holder p.name {
  color: #bcbdc0;
}
.icons-testimonials .content-right .testimonial-slider .slick-dots {
  bottom: -30px;
}
.icons-testimonials .content-right .testimonial-slider .slick-dots li button:before {
  color: #fff;
}
.icons-testimonials .content-right .testimonial-slider .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #fff;
}
.icons-testimonials .content-right p.btn a, .icons-testimonials .content-right .search-form p.search-submit a, .search-form .icons-testimonials .content-right p.search-submit a {
  background-color: #fff;
  color: #B4B897;
}
.icons-testimonials .content-right p.btn a:hover, .icons-testimonials .content-right .search-form p.search-submit a:hover, .search-form .icons-testimonials .content-right p.search-submit a:hover {
  background-color: #B4B897;
  color: #fff;
}

/**********************
*********** CONTACT US
**********************/
.contact-us {
  margin: 75px 0;
}
.contact-us .content-right {
  float: right;
  width: 585px;
  padding-top: 105px;
}
@media screen and (max-width: 1050px) {
  .contact-us .content-right {
    width: 100%;
    padding-top: 30px;
  }
}
.contact-us .content-right form input,
.contact-us .content-right form textarea {
  border: 1px solid #B4B897;
  color: #B4B897;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 26px;
  padding: 20px 25px;
}
.contact-us .content-right form input::placeholder,
.contact-us .content-right form textarea::placeholder {
  color: #B4B897;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 26px;
}
.contact-us .content-right form textarea {
  height: 170px;
}
.contact-us .content-right form input[type=submit] {
  background-color: #B4B897;
  color: #fff;
  font-size: 14px;
  line-height: 26px;
  padding: 20px 55px;
  border: none;
  transition: 0.25s;
  margin-top: 0;
}
.contact-us .content-right form input[type=submit]:hover {
  cursor: pointer;
  background-color: #4e4e4e;
}
.contact-us .content-left {
  float: left;
  width: calc(100% - 585px);
  padding-right: 90px;
}
@media screen and (max-width: 1050px) {
  .contact-us .content-left {
    width: 100%;
    padding-right: 0;
  }
}
.contact-us .content-left h2 {
  color: #B4B897;
}
.contact-us .content-left .contact-deets {
  margin-bottom: 50px;
}
.contact-us .content-left .contact-deets p {
  padding-left: 65px;
  margin: 0;
}
.contact-us .content-left .contact-deets p.heading {
  color: #B4B897;
  font-weight: 500;
  text-transform: uppercase;
}
.contact-us .content-left .contact-deets img {
  height: 30px;
  position: absolute;
  left: 0;
  top: 0;
}
.contact-us .content-left .contact-deets .address {
  position: relative;
  margin-bottom: 30px;
}
.contact-us .content-left .contact-deets .address img {
  height: 40px;
}
.contact-us .content-left .contact-deets .contact .contact-left {
  position: relative;
  width: 100%;
  float: left;
  margin-bottom: 30px;
}
.contact-us .content-left .contact-deets .contact .contact-right {
  position: relative;
  float: right;
  width: 100%;
}
.contact-us .content-left .content {
  margin-bottom: 40px;
}
.contact-us .content-left .content p.heading {
  color: #B4B897;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 27px;
  margin-bottom: 0;
  font-weight: 500;
}
.contact-us .content-left .content p {
  margin-top: 0;
}

.wpcf7-not-valid-tip {
  padding-bottom: 0 !important;
}

.wpcf7-response-output {
  font-family: "Sinkin Sans", Arial, Helvetica, sans-serif;
  font-size: 0.75em;
  padding: 10px !important;
}

/**********************
*********** FOUR IMAGES ROWS
**********************/
.four-images {
  margin-bottom: 50px;
}
.four-images .four-images-holder .image-holder {
  float: left;
  width: calc(25% - 12px);
  margin-right: 15px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .four-images .four-images-holder .image-holder {
    width: calc(50% - 12px);
  }
}
@media screen and (max-width: 480px) {
  .four-images .four-images-holder .image-holder {
    width: 100%;
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .four-images .four-images-holder .image-holder:nth-of-type(2n+2) {
    margin-right: 0;
  }
}
.four-images .four-images-holder .image-holder:last-of-type {
  margin-right: 0;
}
.four-images .four-images-holder .image-holder img {
  height: 250px;
  width: 100%;
  object-fit: cover;
}
.four-images .four-images-holder .image-holder p {
  font-size: 14px;
  color: #404040;
  margin: 5px 0 0;
}

/**********************
*********** FAQS
**********************/
.faqs-section {
  margin: 0 0 60px;
}
.faqs-section .container {
  max-width: 930px;
}
.faqs-section h2 {
  margin-top: 0;
  color: #B4B897;
}
.faqs-section .faqs-holder .faq {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.faqs-section .faqs-holder .faq:after {
  content: "";
  position: absolute;
  left: 0;
  width: 345px;
  height: 1px;
  background-color: #d2d0d0;
  bottom: 0;
}
.faqs-section .faqs-holder .faq:last-of-type:after {
  display: none;
}
.faqs-section .faqs-holder .faq .question {
  color: #B4B897;
  text-transform: uppercase;
  font-weight: 500;
}
.faqs-section .faqs-holder .faq .answer {
  margin-bottom: 0;
}

/**********************
*********** BLOG PAGES
**********************/
.blog-page {
  margin: 75px 0;
}
.blog-page h2 {
  color: #B4B897;
}
.blog-page .results-filter {
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (max-width: 1240px) {
  .blog-page .results-filter {
    display: none;
  }
}
.blog-page .results-filter ul {
  list-style: none;
  margin-left: 0;
}
.blog-page .results-filter ul li {
  float: left;
  margin-right: 35px;
}
.blog-page .results-filter ul li a {
  text-transform: uppercase;
  font-size: 14px;
  position: relative;
  color: #404040;
  color: #B4B897;
  font-weight: 500;
}
.blog-page .results-filter ul li a:hover {
  color: #4e4e4e;
}
.blog-page .results-filter ul li ul {
  margin-left: 0;
}
.blog-page .content .news-holder {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
}
.blog-page .content .news-holder .news-item {
  float: left;
  width: 33.33%;
  padding-left: 15px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1240px) {
  .blog-page .content .news-holder .news-item {
    width: 50%;
  }
}
@media screen and (max-width: 700px) {
  .blog-page .content .news-holder .news-item {
    width: 100%;
  }
}
.blog-page .content .news-holder .news-item .image-holder {
  width: 100%;
}
.blog-page .content .news-holder .news-item .image-holder img {
  width: 100%;
}
.blog-page .content .news-holder .news-item .title-holder {
  min-height: 50px;
}
.blog-page .content .news-holder .news-item .title-holder h3 {
  font-size: 14px;
  text-transform: uppercase;
  line-height: 24px;
}
.blog-page .content .news-holder .news-item:nth-of-type(3n+3) {
  margin-right: 0;
}
.pag .container {
  padding: 25px 0 80px;
}
.pag .container .navigation ol.tw-pagination {
  list-style: none;
  display: flex;
  justify-content: center;
  width: auto;
}
.pag .container .navigation ol.tw-pagination li {
  margin: 0 5px;
}
.pag .container .navigation ol.tw-pagination li:first-of-type {
  display: none;
}
.pag .container .navigation ol.tw-pagination li span.title {
  display: none;
}
.pag .container .navigation ol.tw-pagination li span.page,
.pag .container .navigation ol.tw-pagination li a {
  border: none;
  background-color: transparent;
  text-transform: uppercase;
}
.pag .container .navigation ol.tw-pagination li span.page:hover,
.pag .container .navigation ol.tw-pagination li a:hover {
  color: #212121;
}
.pag .container .navigation ol.tw-pagination li span.page.current {
  font-weight: 500;
  color: #212121;
}
.pag .container .navigation ol.tw-pagination li a.next,
.pag .container .navigation ol.tw-pagination li a.prev {
  font-weight: 500;
  color: #B4B897;
}

.team-members h2 {
  color: #B4B897;
}
.team-members .team-holders {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
}
.team-members .team-holders .team-member {
  width: 25%;
  padding-left: 15px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1150px) {
  .team-members .team-holders .team-member {
    width: 33.33%;
  }
}
@media screen and (max-width: 1040px) {
  .team-members .team-holders .team-member {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .team-members .team-holders .team-member {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 480px) {
  .team-members .team-holders .team-member {
    width: 100%;
  }
}
.team-members .team-holders .team-member .image-holder {
  height: 415px;
  width: 100%;
  position: relative;
  margin-bottom: 15px;
}
@media screen and (max-width: 690px) {
  .team-members .team-holders .team-member .image-holder {
    height: 315px;
  }
}
.team-members .team-holders .team-member .image-holder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1);
}
.team-members .team-holders .team-member .image-holder .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(180, 184, 151, 0.7);
  opacity: 0;
  transition: 0.25s;
}
.team-members .team-holders .team-member .image-holder .overlay:after {
  content: "";
  position: absolute;
  width: 35px;
  height: 35px;
  background-image: url(../images/team-hover.svg);
  background-size: 100%;
  background-position: center;
  top: calc(50% - 17px);
  left: calc(50% - 17px);
}
@media screen and (max-width: 1040px) {
  .team-members .team-holders .team-member:nth-of-type(2n+2) {
    margin-right: 0;
  }
}
.team-members .team-holders .team-member:nth-of-type(4n+4) {
  margin-right: 0;
}
.team-members .team-holders .team-member p {
  margin: 0;
}
.team-members .team-holders .team-member p.heading {
  color: #B4B897;
  text-transform: uppercase;
  font-weight: 500;
}

.success-stories {
  margin: 75px 0;
}
.success-stories h2 {
  color: #B4B897;
}
.success-stories .review-holders .review {
  float: left;
  width: calc(25% - 12px);
  margin-right: 15px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1040px) {
  .success-stories .review-holders .review {
    width: calc(50% - 8px);
  }
}
@media screen and (max-width: 480px) {
  .success-stories .review-holders .review {
    width: 100%;
    margin-right: 0 !important;
  }
}
.success-stories .review-holders .review .image-holder {
  height: 415px;
  width: 100%;
  position: relative;
  margin-bottom: 15px;
}
.success-stories .review-holders .review .image-holder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%);
}
.success-stories .review-holders .review .image-holder .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(180, 184, 151, 0.7);
  opacity: 0;
  transition: 0.25s;
}
.success-stories .review-holders .review .image-holder .overlay:after {
  content: "";
  position: absolute;
  width: 35px;
  height: 35px;
  background-image: url(../images/team-hover.svg);
  background-size: 100%;
  background-position: center;
  top: calc(50% - 17px);
  left: calc(50% - 17px);
}
.success-stories .review-holders .review .image-holder:hover {
  cursor: pointer;
}
.success-stories .review-holders .review .image-holder:hover .overlay {
  opacity: 1;
}
@media screen and (max-width: 1040px) {
  .success-stories .review-holders .review:nth-of-type(2n+2) {
    margin-right: 0;
  }
}
.success-stories .review-holders .review:nth-of-type(4n+4) {
  margin-right: 0;
}
.success-stories .review-holders .review p {
  margin: 0;
}
.success-stories .review-holders .review p.heading {
  color: #B4B897;
  text-transform: uppercase;
  font-weight: 500;
}

.modal {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s, visibility 0.3s;
  z-index: 0;
}
.modal .modal-out {
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  min-height: 660px;
  overflow: scroll;
}
.modal .modal-out .modal-in {
  position: relative;
  max-width: 1230px;
  margin: 0 auto;
  display: table;
  border-radius: 0px;
  width: 100%;
  height: auto;
  background: #fff;
  padding: 100px 80px 80px;
  -webkit-background-clip: padding-box;
  /* for Safari */
  background-clip: padding-box;
  /* for IE9+, Firefox 4+, Opera, Chrome */
}
@media screen and (max-width: 500px) {
  .modal .modal-out .modal-in {
    padding: 80px 30px;
  }
}
.modal .modal-out .modal-in .modal-close {
  position: absolute;
  top: 30px;
  right: 35px;
  color: #B4B897;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
}
.modal .modal-out .modal-in .modal-close:hover {
  cursor: pointer;
}
.modal .modal-out .modal-in .content-left {
  float: left;
  width: 345px;
}
@media screen and (max-width: 850px) {
  .modal .modal-out .modal-in .content-left {
    width: 100%;
    margin-bottom: 30px;
  }
}
.modal .modal-out .modal-in .content-left .image-holder {
  height: 415px;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 850px) {
  .modal .modal-out .modal-in .content-left .image-holder {
    height: auto;
    display: none;
  }
}
.modal .modal-out .modal-in .content-left .image-holder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.modal .modal-out .modal-in .content-right {
  float: right;
  width: calc(100% - 345px);
  padding-left: 25px;
}
@media screen and (max-width: 850px) {
  .modal .modal-out .modal-in .content-right {
    width: 100%;
    padding-right: 0;
  }
}
.modal .modal-out .modal-in .content-right h2 {
  margin: 0 0 25px;
  color: #B4B897;
}
.modal .modal-out .modal-in .content-right p.gdc,
.modal .modal-out .modal-in .content-right p.job {
  margin: 0;
}
.modal .modal-out .modal-in.modal-success .content-left {
  display: none;
}
.modal .modal-out .modal-in.modal-success .content-right {
  width: 100%;
}

.modal.active {
  opacity: 1;
  visibility: visible;
  overflow: auto;
  left: 0;
  z-index: 99999;
  position: fixed;
  top: 0;
  left: 0;
  display: block;
}

/**********************
*********** CARE PLANS
**********************/
.care-plans {
  margin: 90px 0 55px;
}
@media screen and (max-width: 850px) {
  .care-plans {
    margin: 40px 0;
  }
}
.care-plans .container .flex-holder {
  display: flex;
  flex-wrap: wrap;
  margin-left: -17px;
}
.care-plans .container .flex-holder .plan-holder {
  width: 25%;
  height: auto;
  padding-left: 17px;
  text-align: center;
}
@media screen and (max-width: 1250px) {
  .care-plans .container .flex-holder .plan-holder {
    width: 50%;
    margin-bottom: 17px;
  }
}
@media screen and (max-width: 750px) {
  .care-plans .container .flex-holder .plan-holder {
    width: 100%;
  }
}
.care-plans .container .flex-holder .plan-holder .content-holder {
  background-color: #eeeeee;
  height: 100%;
}
.care-plans .container .flex-holder .plan-holder .content-holder .heading {
  background-color: #B4B897;
}
.care-plans .container .flex-holder .plan-holder .content-holder .heading h3 {
  font-family: "Sinkin Sans", Arial, Helvetica, sans-serif;
  color: #fff;
  text-transform: uppercase;
  font-weight: 200;
  font-size: 30px;
  line-height: 30px;
  letter-spacing: 0.025em;
  margin: 0;
  padding: 32px 0 26px;
}
@media screen and (max-width: 768px) {
  .care-plans .container .flex-holder .plan-holder .content-holder .heading h3 {
    font-size: 25px;
    line-height: 25px;
  }
}
.care-plans .container .flex-holder .plan-holder .content-holder .content {
  padding: 20px 20px 60px;
}
.care-plans .container .flex-holder .plan-holder .content-holder .content p.price {
  color: #B4B897;
  font-weight: 500;
  margin-top: 0;
}
.care-plans .container .flex-holder .plan-holder .content-holder .content p {
  font-size: 14px;
}
.care-plans .container .flex-holder .plan-holder .content-holder .content ul {
  margin: 0;
  padding: 0;
  list-style-position: inside;
}
.care-plans .container .flex-holder .plan-holder .content-holder .content ul li {
  font-size: 12px;
}

/**********************
*********** IMAGE AND LIST
**********************/
.image-and-list {
  margin: 60px 0 110px;
}
@media screen and (max-width: 1080px) {
  .image-and-list {
    margin: 40px 0;
  }
}
.image-and-list .container .flex-holder {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.image-and-list .container .flex-holder .content-left {
  position: relative;
  width: calc(50% - 8px);
  height: auto;
}
@media screen and (max-width: 1080px) {
  .image-and-list .container .flex-holder .content-left {
    width: 100%;
  }
}
.image-and-list .container .flex-holder .content-left .image-holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 750px) {
  .image-and-list .container .flex-holder .content-left .image-holder {
    position: relative;
  }
}
.image-and-list .container .flex-holder .content-left .image-holder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.image-and-list .container .flex-holder .content-right {
  width: calc(50% - 8px);
  text-align: center;
  background-color: #eee;
  height: auto;
  padding: 0 0 30px;
}
@media screen and (max-width: 1080px) {
  .image-and-list .container .flex-holder .content-right {
    width: 100%;
  }
}
.image-and-list .container .flex-holder .content-right h2 {
  font-size: 30px;
  color: #fff;
  background-color: #B4B897;
  margin: 0 0 40px;
  padding: 32px 0 26px;
}
@media screen and (max-width: 768px) {
  .image-and-list .container .flex-holder .content-right h2 {
    font-size: 25px;
    line-height: 25px;
  }
}
.image-and-list .container .flex-holder .content-right .list-item p {
  font-size: 14px;
}
.image-and-list .container .flex-holder .content-right .list-item p.item {
  margin-bottom: 0;
}
.image-and-list .container .flex-holder .content-right .list-item p.price {
  margin-top: 0;
  color: #B4B897;
}

.search-form input {
  height: 38px;
  width: auto;
  float: left;
}
.search-form .search-submit {
  height: 38px;
  float: left;
}
body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px;
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

  .fancybox-slide--image {
    padding: 6px 0;
  }

  .fancybox-close-small {
    right: -6px;
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }

  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: 12px;
      padding-right: 12px;
    }
  }
}
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

.alignright {
  display: block;
  margin: 1em auto;
}
@media screen and (min-width: 48em) {
  .alignright {
    float: right;
    max-width: 40%;
    position: relative;
    margin: 0 0 1em 1em;
  }
}

.alignleft {
  display: block;
  margin: 1em auto;
}
@media screen and (min-width: 48em) {
  .alignleft {
    float: left;
    max-width: 40%;
    position: relative;
    margin: 0 1em 1em 0;
  }
}

.aligncenter, div.aligncenter {
  display: block;
  margin: 1em auto;
}

@media screen and (min-width: 48em) {
  img.alignleft, img.alignright, a img.alignleft, a img.alignright {
    max-width: 40% !important;
    width: auto !important;
    height: auto !important;
  }
}

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

.alignnone {
  clear: both;
  display: block;
  margin: 1em 0;
  max-width: 100% !important;
}
.alignnone img {
  height: auto !important;
  max-width: 100% !important;
  width: auto !important;
}

img.alignnone {
  clear: both;
  display: block;
  margin: 1em 0;
  max-width: 100% !important;
  height: auto !important;
  max-width: 100% !important;
  width: auto !important;
}

.wp-caption {
  display: block;
  background-color: #ffffff;
  border: 1px solid #f1f1f1;
  text-align: center;
  padding: 5px 1px;
}
.wp-caption img {
  margin: 0;
  padding: 0;
  height: auto !important;
  max-width: 100% !important;
  border: 0;
}

.wp-caption-text, .gallery-caption {
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-size: 0.75rem;
  text-align: center;
  padding: 5px 0;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img[class*=align], img[class*=wp-image-] {
  height: auto;
  max-width: 100%;
  width: auto;
}

img.size-full {
  max-width: 100%;
  width: auto;
}

.post-navigation {
  font-size: 14px;
  font-size: 0.875rem;
  clear: both;
  padding: 2em 1.5em;
  text-align: center;
}
@media screen and (min-width: 48em) {
  .post-navigation .nav-previous {
    float: left;
    text-align: left;
    width: 47.5%;
  }
}
@media screen and (min-width: 48em) {
  .post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 47.5%;
  }
}

.gallery {
  padding: 0;
  margin: 0 0 -5px;
  display: flex;
  flex-wrap: wrap;
}
.gallery dt {
  padding-left: 5px;
  padding-bottom: 5px;
}
.gallery img {
  width: 100%;
  height: auto;
}
.gallery a {
  display: block;
  margin: 0;
  padding: 0;
}
.gallery dl {
  margin: 0;
  padding: 0;
}
.gallery br {
  display: none;
}

.gallery-columns-2 dl {
  width: 50%;
}

.gallery-columns-3 dl {
  width: 33.33333%;
}

.gallery-columns-4 dl {
  width: 50%;
}
@media screen and (min-width: 39em) {
  .gallery-columns-4 dl {
    width: 25%;
  }
}

.gallery-columns-5 dl {
  width: 33.33333%;
}
@media screen and (min-width: 48em) {
  .gallery-columns-5 dl {
    width: 20%;
  }
}

.gallery-columns-6 dl {
  width: 33.33333%;
}
@media screen and (min-width: 48em) {
  .gallery-columns-6 dl {
    width: 16.66666%;
  }
}

.gallery-columns-7 dl {
  width: 33.33333%;
}
@media screen and (min-width: 39em) {
  .gallery-columns-7 dl {
    width: 25%;
  }
}
@media screen and (min-width: 56em) {
  .gallery-columns-7 dl {
    width: 14.28%;
  }
}

.gallery-columns-8 dl {
  width: 50%;
}
@media screen and (min-width: 30em) {
  .gallery-columns-8 dl {
    width: 25%;
  }
}
@media screen and (min-width: 56em) {
  .gallery-columns-8 dl {
    width: 12.5%;
  }
}

.gallery-columns-9 dl {
  width: 33.33333%;
}
@media screen and (min-width: 48em) {
  .gallery-columns-9 dl {
    width: 11.11%;
  }
}

.wpcf7 .wpcf7-file {
  background-color: #fff;
  border: 1px solid #ccc;
  display: block;
  padding: 10px;
  width: 100%;
}
.wpcf7 .wpcf7-radio {
  display: block;
  padding-bottom: 10px;
}
.wpcf7 .wpcf7-list-item {
  display: block;
}
.wpcf7 .ajax-loader {
  margin-left: 1em;
}

.wpcf7-not-valid-tip {
  font-size: 11px;
  font-size: 0.6875rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #D8000C;
  display: block;
  margin-top: -30px;
  padding: 30px 0;
}
.wpcf7-not-valid-tip:before {
  font: 26px/30px dashicons;
  margin-right: 10px;
  vertical-align: middle;
  content: "";
}

.wpcf7-response-output.wpcf7-validation-errors {
  color: #D8000C;
  background-color: #FFBABA;
  display: none;
  border: 0;
  padding: 10px;
}

.wpcf7-response-output.wpcf7-mail-sent-ok {
  color: #4F8A10;
  background-color: #DFF2BF;
  display: none;
  border: 0;
  padding: 10px;
}

.wpcf7-mail-sent-ok:before, .wpcf7-validation-errors:before {
  font: 26px/30px dashicons;
  margin-right: 16px;
  vertical-align: middle;
}

.wpcf7-mail-sent-ok:before {
  content: "";
}

.wpcf7-validation-errors:before {
  content: "";
}

.screen-reader-response {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

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

.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 {
  transform: translate3d(0, 0, 0);
  -webkit-perspective: 2000;
  -webkit-backface-visibility: hidden;
}

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

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

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

.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  bottom: 0;
  display: block;
  margin: 0;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 500;
  margin: 0;
  padding: 0;
  top: 50%;
}

.slick-prev:after, .slick-next:after {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1;
  text-align: left;
  font-family: dashicons;
  color: #4e4e4e;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  background: none;
}

.slick-prev {
  left: 0;
}

.slick-prev:after {
  content: "";
}

.slick-next {
  right: 0;
}

.slick-next:after {
  content: "";
}

.slick-prev:hover, .slick-next:hover {
  background: none;
}

.slick-dots {
  position: absolute;
  left: 0;
  bottom: 15px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  z-index: 999;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  content: "•";
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  opacity: 0.25;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #000;
}

[data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] {
  transition-duration: 50ms;
}

[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
  transition-delay: 50ms;
}

[data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] {
  transition-duration: 0.1s;
}

[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
  transition-delay: 0.1s;
}

[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] {
  transition-duration: 0.15s;
}

[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate {
  transition-delay: 0.15s;
}

[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] {
  transition-duration: 0.2s;
}

[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
  transition-delay: 0.2s;
}

[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] {
  transition-duration: 0.25s;
}

[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate, body[data-aos-delay="250"] [data-aos].aos-animate {
  transition-delay: 0.25s;
}

[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] {
  transition-duration: 0.3s;
}

[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
  transition-delay: 0.3s;
}

[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] {
  transition-duration: 0.35s;
}

[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate, body[data-aos-delay="350"] [data-aos].aos-animate {
  transition-delay: 0.35s;
}

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
  transition-duration: 0.4s;
}

[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate {
  transition-delay: 0.4s;
}

[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] {
  transition-duration: 0.45s;
}

[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate, body[data-aos-delay="450"] [data-aos].aos-animate {
  transition-delay: 0.45s;
}

[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
  transition-duration: 0.5s;
}

[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate, body[data-aos-delay="500"] [data-aos].aos-animate {
  transition-delay: 0.5s;
}

[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {
  transition-duration: 0.55s;
}

[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate, body[data-aos-delay="550"] [data-aos].aos-animate {
  transition-delay: 0.55s;
}

[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
  transition-duration: 0.6s;
}

[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate, body[data-aos-delay="600"] [data-aos].aos-animate {
  transition-delay: 0.6s;
}

[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {
  transition-duration: 0.65s;
}

[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate, body[data-aos-delay="650"] [data-aos].aos-animate {
  transition-delay: 0.65s;
}

[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
  transition-duration: 0.7s;
}

[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate, body[data-aos-delay="700"] [data-aos].aos-animate {
  transition-delay: 0.7s;
}

[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] {
  transition-duration: 0.75s;
}

[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate, body[data-aos-delay="750"] [data-aos].aos-animate {
  transition-delay: 0.75s;
}

[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
  transition-duration: 0.8s;
}

[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate, body[data-aos-delay="800"] [data-aos].aos-animate {
  transition-delay: 0.8s;
}

[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] {
  transition-duration: 0.85s;
}

[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate, body[data-aos-delay="850"] [data-aos].aos-animate {
  transition-delay: 0.85s;
}

[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {
  transition-duration: 0.9s;
}

[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate, body[data-aos-delay="900"] [data-aos].aos-animate {
  transition-delay: 0.9s;
}

[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] {
  transition-duration: 0.95s;
}

[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate, body[data-aos-delay="950"] [data-aos].aos-animate {
  transition-delay: 0.95s;
}

[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s;
}

[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate, body[data-aos-delay="1000"] [data-aos].aos-animate {
  transition-delay: 1s;
}

[data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] {
  transition-duration: 1.05s;
}

[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate, body[data-aos-delay="1050"] [data-aos].aos-animate {
  transition-delay: 1.05s;
}

[data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] {
  transition-duration: 1.1s;
}

[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate, body[data-aos-delay="1100"] [data-aos].aos-animate {
  transition-delay: 1.1s;
}

[data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] {
  transition-duration: 1.15s;
}

[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate, body[data-aos-delay="1150"] [data-aos].aos-animate {
  transition-delay: 1.15s;
}

[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
  transition-duration: 1.2s;
}

[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate, body[data-aos-delay="1200"] [data-aos].aos-animate {
  transition-delay: 1.2s;
}

[data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] {
  transition-duration: 1.25s;
}

[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate, body[data-aos-delay="1250"] [data-aos].aos-animate {
  transition-delay: 1.25s;
}

[data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] {
  transition-duration: 1.3s;
}

[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate, body[data-aos-delay="1300"] [data-aos].aos-animate {
  transition-delay: 1.3s;
}

[data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] {
  transition-duration: 1.35s;
}

[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate, body[data-aos-delay="1350"] [data-aos].aos-animate {
  transition-delay: 1.35s;
}

[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] {
  transition-duration: 1.4s;
}

[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate, body[data-aos-delay="1400"] [data-aos].aos-animate {
  transition-delay: 1.4s;
}

[data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] {
  transition-duration: 1.45s;
}

[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate, body[data-aos-delay="1450"] [data-aos].aos-animate {
  transition-delay: 1.45s;
}

[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
  transition-duration: 1.5s;
}

[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate, body[data-aos-delay="1500"] [data-aos].aos-animate {
  transition-delay: 1.5s;
}

[data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] {
  transition-duration: 1.55s;
}

[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate, body[data-aos-delay="1550"] [data-aos].aos-animate {
  transition-delay: 1.55s;
}

[data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] {
  transition-duration: 1.6s;
}

[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate, body[data-aos-delay="1600"] [data-aos].aos-animate {
  transition-delay: 1.6s;
}

[data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] {
  transition-duration: 1.65s;
}

[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate, body[data-aos-delay="1650"] [data-aos].aos-animate {
  transition-delay: 1.65s;
}

[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] {
  transition-duration: 1.7s;
}

[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate, body[data-aos-delay="1700"] [data-aos].aos-animate {
  transition-delay: 1.7s;
}

[data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] {
  transition-duration: 1.75s;
}

[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate, body[data-aos-delay="1750"] [data-aos].aos-animate {
  transition-delay: 1.75s;
}

[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] {
  transition-duration: 1.8s;
}

[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate, body[data-aos-delay="1800"] [data-aos].aos-animate {
  transition-delay: 1.8s;
}

[data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] {
  transition-duration: 1.85s;
}

[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate, body[data-aos-delay="1850"] [data-aos].aos-animate {
  transition-delay: 1.85s;
}

[data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] {
  transition-duration: 1.9s;
}

[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate, body[data-aos-delay="1900"] [data-aos].aos-animate {
  transition-delay: 1.9s;
}

[data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] {
  transition-duration: 1.95s;
}

[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate, body[data-aos-delay="1950"] [data-aos].aos-animate {
  transition-delay: 1.95s;
}

[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
  transition-duration: 2s;
}

[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate, body[data-aos-delay="2000"] [data-aos].aos-animate {
  transition-delay: 2s;
}

[data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos] {
  transition-duration: 2.05s;
}

[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate, body[data-aos-delay="2050"] [data-aos].aos-animate {
  transition-delay: 2.05s;
}

[data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos] {
  transition-duration: 2.1s;
}

[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate, body[data-aos-delay="2100"] [data-aos].aos-animate {
  transition-delay: 2.1s;
}

[data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos] {
  transition-duration: 2.15s;
}

[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate, body[data-aos-delay="2150"] [data-aos].aos-animate {
  transition-delay: 2.15s;
}

[data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos] {
  transition-duration: 2.2s;
}

[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate, body[data-aos-delay="2200"] [data-aos].aos-animate {
  transition-delay: 2.2s;
}

[data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos] {
  transition-duration: 2.25s;
}

[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate, body[data-aos-delay="2250"] [data-aos].aos-animate {
  transition-delay: 2.25s;
}

[data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos] {
  transition-duration: 2.3s;
}

[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate, body[data-aos-delay="2300"] [data-aos].aos-animate {
  transition-delay: 2.3s;
}

[data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos] {
  transition-duration: 2.35s;
}

[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate, body[data-aos-delay="2350"] [data-aos].aos-animate {
  transition-delay: 2.35s;
}

[data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos] {
  transition-duration: 2.4s;
}

[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate, body[data-aos-delay="2400"] [data-aos].aos-animate {
  transition-delay: 2.4s;
}

[data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos] {
  transition-duration: 2.45s;
}

[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate, body[data-aos-delay="2450"] [data-aos].aos-animate {
  transition-delay: 2.45s;
}

[data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos] {
  transition-duration: 2.5s;
}

[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate, body[data-aos-delay="2500"] [data-aos].aos-animate {
  transition-delay: 2.5s;
}

[data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos] {
  transition-duration: 2.55s;
}

[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate, body[data-aos-delay="2550"] [data-aos].aos-animate {
  transition-delay: 2.55s;
}

[data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos] {
  transition-duration: 2.6s;
}

[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate, body[data-aos-delay="2600"] [data-aos].aos-animate {
  transition-delay: 2.6s;
}

[data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos] {
  transition-duration: 2.65s;
}

[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate, body[data-aos-delay="2650"] [data-aos].aos-animate {
  transition-delay: 2.65s;
}

[data-aos][data-aos][data-aos-duration="2700"], body[data-aos-duration="2700"] [data-aos] {
  transition-duration: 2.7s;
}

[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate, body[data-aos-delay="2700"] [data-aos].aos-animate {
  transition-delay: 2.7s;
}

[data-aos][data-aos][data-aos-duration="2750"], body[data-aos-duration="2750"] [data-aos] {
  transition-duration: 2.75s;
}

[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate, body[data-aos-delay="2750"] [data-aos].aos-animate {
  transition-delay: 2.75s;
}

[data-aos][data-aos][data-aos-duration="2800"], body[data-aos-duration="2800"] [data-aos] {
  transition-duration: 2.8s;
}

[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate, body[data-aos-delay="2800"] [data-aos].aos-animate {
  transition-delay: 2.8s;
}

[data-aos][data-aos][data-aos-duration="2850"], body[data-aos-duration="2850"] [data-aos] {
  transition-duration: 2.85s;
}

[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate, body[data-aos-delay="2850"] [data-aos].aos-animate {
  transition-delay: 2.85s;
}

[data-aos][data-aos][data-aos-duration="2900"], body[data-aos-duration="2900"] [data-aos] {
  transition-duration: 2.9s;
}

[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate, body[data-aos-delay="2900"] [data-aos].aos-animate {
  transition-delay: 2.9s;
}

[data-aos][data-aos][data-aos-duration="2950"], body[data-aos-duration="2950"] [data-aos] {
  transition-duration: 2.95s;
}

[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate, body[data-aos-delay="2950"] [data-aos].aos-animate {
  transition-delay: 2.95s;
}

[data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos] {
  transition-duration: 3s;
}

[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate, body[data-aos-delay="3000"] [data-aos].aos-animate {
  transition-delay: 3s;
}

[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
  transition-timing-function: ease;
}

[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
  transition-timing-function: ease-in;
}

[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
  transition-timing-function: ease-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
  transition-timing-function: ease-in-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

[data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  transform: translateZ(0);
}

[data-aos=fade-up] {
  transform: translate3d(0, 100px, 0);
}

[data-aos=fade-down] {
  transform: translate3d(0, -100px, 0);
}

[data-aos=fade-right] {
  transform: translate3d(-100px, 0, 0);
}

[data-aos=fade-left] {
  transform: translate3d(100px, 0, 0);
}

[data-aos=fade-up-right] {
  transform: translate3d(-100px, 100px, 0);
}

[data-aos=fade-up-left] {
  transform: translate3d(100px, 100px, 0);
}

[data-aos=fade-down-right] {
  transform: translate3d(-100px, -100px, 0);
}

[data-aos=fade-down-left] {
  transform: translate3d(100px, -100px, 0);
}

[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  transform: translateZ(0) scale(1);
}

[data-aos=zoom-in] {
  transform: scale(0.6);
}

[data-aos=zoom-in-up] {
  transform: translate3d(0, 100px, 0) scale(0.6);
}

[data-aos=zoom-in-down] {
  transform: translate3d(0, -100px, 0) scale(0.6);
}

[data-aos=zoom-in-right] {
  transform: translate3d(-100px, 0, 0) scale(0.6);
}

[data-aos=zoom-in-left] {
  transform: translate3d(100px, 0, 0) scale(0.6);
}

[data-aos=zoom-out] {
  transform: scale(1.2);
}

[data-aos=zoom-out-up] {
  transform: translate3d(0, 100px, 0) scale(1.2);
}

[data-aos=zoom-out-down] {
  transform: translate3d(0, -100px, 0) scale(1.2);
}

[data-aos=zoom-out-right] {
  transform: translate3d(-100px, 0, 0) scale(1.2);
}

[data-aos=zoom-out-left] {
  transform: translate3d(100px, 0, 0) scale(1.2);
}

[data-aos^=slide][data-aos^=slide] {
  transition-property: transform;
}

[data-aos^=slide][data-aos^=slide].aos-animate {
  transform: translateZ(0);
}

[data-aos=slide-up] {
  transform: translate3d(0, 100%, 0);
}

[data-aos=slide-down] {
  transform: translate3d(0, -100%, 0);
}

[data-aos=slide-right] {
  transform: translate3d(-100%, 0, 0);
}

[data-aos=slide-left] {
  transform: translate3d(100%, 0, 0);
}

[data-aos^=flip][data-aos^=flip] {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition-property: transform;
}

[data-aos=flip-left] {
  transform: perspective(2500px) rotateY(-100deg);
}

[data-aos=flip-left].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-right] {
  transform: perspective(2500px) rotateY(100deg);
}

[data-aos=flip-right].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-up] {
  transform: perspective(2500px) rotateX(-100deg);
}

[data-aos=flip-up].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

[data-aos=flip-down] {
  transform: perspective(2500px) rotateX(100deg);
}

[data-aos=flip-down].aos-animate {
  transform: perspective(2500px) rotateX(0);
}


#WorkingFeedback_ReviewCarousel_Container { display: none !important; }


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

.referral-form .wpcf7-spinner {
  clear: both;
  float: left;
}

.referral-form h3 {
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-size: 20px;
}

.referral-form-block {
	display: flex;
	flex-wrap: wrap; 
}
.referral-form-block .referral-form-block-inner {
	display: flex;  
	padding: 0.5em;
	width: 100%;
	flex-grow:1;
	 flex-direction: column; 
}

.referral-form-block .referral-form-block-inner span {
	display: block;  
	padding: 0 !important;
	width: 100%;
}

 @media screen and (min-width: 900px) {
	 .referral-form-block .referral-form-block-inner {
		 width: 50%;
	 }
}

.referral-form {
  display: block;
  position: relative;
  padding: 20px 35px;
  margin: 10px auto;
  max-width: 950px;
  background-color: rgba(181, 185, 152, 0.1);
  border-radius: 1px;
}

.referral-form input[type="submit"]:hover {
  cursor: pointer;
  background-color: #4e4e4e;
}
.referral-form input[type="submit"] {
  background-color: #b5b998;
  color: #fff;
  font-size: 14px;
  line-height: 26px;
  padding: 20px 55px;
  border: none;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  margin-top: 0;
}

.referral-form input::placeholder, .referral-form textarea::placeholder {
  color: #b5b998;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 26px;
}

.referral-form input, .referral-form form textarea {
  border: 1px solid #b5b998;
  color: #b5b998;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 26px;
  padding: 20px 25px;
}