/* ------------------------------------------- */
/* STYLE.CSS */
/* --------------------------------------------------------------------------------------- */
/* This is main CSS file that contains custom style rules used in this template */
/* --------------------------------------------------------------------------------------- */
/* Template Name: Americold */
/* Version: 1.0 Initial Release */
/* Build Date: */
/* Author: UpQode */
/* Website: */
/* Copyright: (C) */
/* --------------------------------------------------------------------------------------- */
/* ------------------------------------------- */
/* TABLE OF CONTENTS: */
/* ------------------------------------------- */
/*
  1. TEXT SETTINGS
*/
/* ------------------------------------------- */
/* ------------------------------------------- */
/* NORMALIZE CSS */
/* ------------------------------------------- */
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* 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-.
     */
figcaption,
figure {
  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 {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
     * Add the correct display in IE.
     */
main {
  display: block;
}

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

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

/* Text-level semantics
       ========================================================================== */
/**
     * 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 {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
     * Show the overflow in IE.
     */
button {
  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 */
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
     * Show the overflow in Edge.
     */
input {
  overflow: visible;
}

/**
     * 1. Add the correct box sizing in IE 10-.
     * 2. Remove the padding in IE 10-.
     */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          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 */
}

/**
     * 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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  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;
}

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

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

/*
     * Add the correct display in IE 9-.
     */
menu {
  display: block;
}

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

/* ------------------------------------------- */
/* AOS */
/* ------------------------------------------- */
body[data-aos-duration='50'] [data-aos], [data-aos][data-aos][data-aos-duration='50'] {
  -webkit-transition-duration: 50ms;
       -o-transition-duration: 50ms;
          transition-duration: 50ms;
}

body[data-aos-delay='50'] [data-aos], [data-aos][data-aos][data-aos-delay='50'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

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

body[data-aos-duration='100'] [data-aos], [data-aos][data-aos][data-aos-duration='100'] {
  -webkit-transition-duration: 100ms;
       -o-transition-duration: 100ms;
          transition-duration: 100ms;
}

body[data-aos-delay='100'] [data-aos], [data-aos][data-aos][data-aos-delay='100'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

body[data-aos-delay='100'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='100'].aos-animate {
  -webkit-transition-delay: 100ms;
       -o-transition-delay: 100ms;
          transition-delay: 100ms;
}

body[data-aos-duration='150'] [data-aos], [data-aos][data-aos][data-aos-duration='150'] {
  -webkit-transition-duration: 150ms;
       -o-transition-duration: 150ms;
          transition-duration: 150ms;
}

body[data-aos-delay='150'] [data-aos], [data-aos][data-aos][data-aos-delay='150'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

body[data-aos-delay='150'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='150'].aos-animate {
  -webkit-transition-delay: 150ms;
       -o-transition-delay: 150ms;
          transition-delay: 150ms;
}

body[data-aos-duration='200'] [data-aos], [data-aos][data-aos][data-aos-duration='200'] {
  -webkit-transition-duration: 200ms;
       -o-transition-duration: 200ms;
          transition-duration: 200ms;
}

body[data-aos-delay='200'] [data-aos], [data-aos][data-aos][data-aos-delay='200'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

body[data-aos-delay='200'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='200'].aos-animate {
  -webkit-transition-delay: 200ms;
       -o-transition-delay: 200ms;
          transition-delay: 200ms;
}

body[data-aos-duration='250'] [data-aos], [data-aos][data-aos][data-aos-duration='250'] {
  -webkit-transition-duration: 250ms;
       -o-transition-duration: 250ms;
          transition-duration: 250ms;
}

body[data-aos-delay='250'] [data-aos], [data-aos][data-aos][data-aos-delay='250'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

body[data-aos-delay='250'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='250'].aos-animate {
  -webkit-transition-delay: 250ms;
       -o-transition-delay: 250ms;
          transition-delay: 250ms;
}

body[data-aos-duration='300'] [data-aos], [data-aos][data-aos][data-aos-duration='300'] {
  -webkit-transition-duration: 300ms;
       -o-transition-duration: 300ms;
          transition-duration: 300ms;
}

body[data-aos-delay='300'] [data-aos], [data-aos][data-aos][data-aos-delay='300'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

body[data-aos-delay='300'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='300'].aos-animate {
  -webkit-transition-delay: 300ms;
       -o-transition-delay: 300ms;
          transition-delay: 300ms;
}

body[data-aos-duration='350'] [data-aos], [data-aos][data-aos][data-aos-duration='350'] {
  -webkit-transition-duration: 350ms;
       -o-transition-duration: 350ms;
          transition-duration: 350ms;
}

body[data-aos-delay='350'] [data-aos], [data-aos][data-aos][data-aos-delay='350'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

body[data-aos-delay='350'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='350'].aos-animate {
  -webkit-transition-delay: 350ms;
       -o-transition-delay: 350ms;
          transition-delay: 350ms;
}

body[data-aos-duration='400'] [data-aos], [data-aos][data-aos][data-aos-duration='400'] {
  -webkit-transition-duration: 400ms;
       -o-transition-duration: 400ms;
          transition-duration: 400ms;
}

body[data-aos-delay='400'] [data-aos], [data-aos][data-aos][data-aos-delay='400'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

body[data-aos-delay='400'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='400'].aos-animate {
  -webkit-transition-delay: 400ms;
       -o-transition-delay: 400ms;
          transition-delay: 400ms;
}

body[data-aos-duration='450'] [data-aos], [data-aos][data-aos][data-aos-duration='450'] {
  -webkit-transition-duration: 450ms;
       -o-transition-duration: 450ms;
          transition-duration: 450ms;
}

body[data-aos-delay='450'] [data-aos], [data-aos][data-aos][data-aos-delay='450'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

body[data-aos-delay='450'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='450'].aos-animate {
  -webkit-transition-delay: 450ms;
       -o-transition-delay: 450ms;
          transition-delay: 450ms;
}

body[data-aos-duration='500'] [data-aos], [data-aos][data-aos][data-aos-duration='500'] {
  -webkit-transition-duration: 500ms;
       -o-transition-duration: 500ms;
          transition-duration: 500ms;
}

body[data-aos-delay='500'] [data-aos], [data-aos][data-aos][data-aos-delay='500'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

body[data-aos-delay='500'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='500'].aos-animate {
  -webkit-transition-delay: 500ms;
       -o-transition-delay: 500ms;
          transition-delay: 500ms;
}

body[data-aos-duration='550'] [data-aos], [data-aos][data-aos][data-aos-duration='550'] {
  -webkit-transition-duration: 550ms;
       -o-transition-duration: 550ms;
          transition-duration: 550ms;
}

body[data-aos-delay='550'] [data-aos], [data-aos][data-aos][data-aos-delay='550'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

body[data-aos-delay='550'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='550'].aos-animate {
  -webkit-transition-delay: 550ms;
       -o-transition-delay: 550ms;
          transition-delay: 550ms;
}

body[data-aos-duration='600'] [data-aos], [data-aos][data-aos][data-aos-duration='600'] {
  -webkit-transition-duration: 600ms;
       -o-transition-duration: 600ms;
          transition-duration: 600ms;
}

body[data-aos-delay='600'] [data-aos], [data-aos][data-aos][data-aos-delay='600'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

body[data-aos-delay='600'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='600'].aos-animate {
  -webkit-transition-delay: 600ms;
       -o-transition-delay: 600ms;
          transition-delay: 600ms;
}

body[data-aos-duration='650'] [data-aos], [data-aos][data-aos][data-aos-duration='650'] {
  -webkit-transition-duration: 650ms;
       -o-transition-duration: 650ms;
          transition-duration: 650ms;
}

body[data-aos-delay='650'] [data-aos], [data-aos][data-aos][data-aos-delay='650'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

body[data-aos-delay='650'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='650'].aos-animate {
  -webkit-transition-delay: 650ms;
       -o-transition-delay: 650ms;
          transition-delay: 650ms;
}

body[data-aos-duration='700'] [data-aos], [data-aos][data-aos][data-aos-duration='700'] {
  -webkit-transition-duration: 700ms;
       -o-transition-duration: 700ms;
          transition-duration: 700ms;
}

body[data-aos-delay='700'] [data-aos], [data-aos][data-aos][data-aos-delay='700'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

body[data-aos-delay='700'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='700'].aos-animate {
  -webkit-transition-delay: 700ms;
       -o-transition-delay: 700ms;
          transition-delay: 700ms;
}

body[data-aos-duration='750'] [data-aos], [data-aos][data-aos][data-aos-duration='750'] {
  -webkit-transition-duration: 750ms;
       -o-transition-duration: 750ms;
          transition-duration: 750ms;
}

body[data-aos-delay='750'] [data-aos], [data-aos][data-aos][data-aos-delay='750'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

body[data-aos-delay='750'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='750'].aos-animate {
  -webkit-transition-delay: 750ms;
       -o-transition-delay: 750ms;
          transition-delay: 750ms;
}

body[data-aos-duration='800'] [data-aos], [data-aos][data-aos][data-aos-duration='800'] {
  -webkit-transition-duration: 800ms;
       -o-transition-duration: 800ms;
          transition-duration: 800ms;
}

body[data-aos-delay='800'] [data-aos], [data-aos][data-aos][data-aos-delay='800'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

body[data-aos-delay='800'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='800'].aos-animate {
  -webkit-transition-delay: 800ms;
       -o-transition-delay: 800ms;
          transition-delay: 800ms;
}

body[data-aos-duration='850'] [data-aos], [data-aos][data-aos][data-aos-duration='850'] {
  -webkit-transition-duration: 850ms;
       -o-transition-duration: 850ms;
          transition-duration: 850ms;
}

body[data-aos-delay='850'] [data-aos], [data-aos][data-aos][data-aos-delay='850'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

body[data-aos-delay='850'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='850'].aos-animate {
  -webkit-transition-delay: 850ms;
       -o-transition-delay: 850ms;
          transition-delay: 850ms;
}

body[data-aos-duration='900'] [data-aos], [data-aos][data-aos][data-aos-duration='900'] {
  -webkit-transition-duration: 900ms;
       -o-transition-duration: 900ms;
          transition-duration: 900ms;
}

body[data-aos-delay='900'] [data-aos], [data-aos][data-aos][data-aos-delay='900'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

body[data-aos-delay='900'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='900'].aos-animate {
  -webkit-transition-delay: 900ms;
       -o-transition-delay: 900ms;
          transition-delay: 900ms;
}

body[data-aos-duration='950'] [data-aos], [data-aos][data-aos][data-aos-duration='950'] {
  -webkit-transition-duration: 950ms;
       -o-transition-duration: 950ms;
          transition-duration: 950ms;
}

body[data-aos-delay='950'] [data-aos], [data-aos][data-aos][data-aos-delay='950'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

body[data-aos-delay='950'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='950'].aos-animate {
  -webkit-transition-delay: 950ms;
       -o-transition-delay: 950ms;
          transition-delay: 950ms;
}

body[data-aos-duration='1000'] [data-aos], [data-aos][data-aos][data-aos-duration='1000'] {
  -webkit-transition-duration: 1000ms;
       -o-transition-duration: 1000ms;
          transition-duration: 1000ms;
}

body[data-aos-delay='1000'] [data-aos], [data-aos][data-aos][data-aos-delay='1000'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

body[data-aos-delay='1000'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1000'].aos-animate {
  -webkit-transition-delay: 1000ms;
       -o-transition-delay: 1000ms;
          transition-delay: 1000ms;
}

body[data-aos-duration='1050'] [data-aos], [data-aos][data-aos][data-aos-duration='1050'] {
  -webkit-transition-duration: 1050ms;
       -o-transition-duration: 1050ms;
          transition-duration: 1050ms;
}

body[data-aos-delay='1050'] [data-aos], [data-aos][data-aos][data-aos-delay='1050'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

body[data-aos-delay='1050'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1050'].aos-animate {
  -webkit-transition-delay: 1050ms;
       -o-transition-delay: 1050ms;
          transition-delay: 1050ms;
}

body[data-aos-duration='1100'] [data-aos], [data-aos][data-aos][data-aos-duration='1100'] {
  -webkit-transition-duration: 1100ms;
       -o-transition-duration: 1100ms;
          transition-duration: 1100ms;
}

body[data-aos-delay='1100'] [data-aos], [data-aos][data-aos][data-aos-delay='1100'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

body[data-aos-delay='1100'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1100'].aos-animate {
  -webkit-transition-delay: 1100ms;
       -o-transition-delay: 1100ms;
          transition-delay: 1100ms;
}

body[data-aos-duration='1150'] [data-aos], [data-aos][data-aos][data-aos-duration='1150'] {
  -webkit-transition-duration: 1150ms;
       -o-transition-duration: 1150ms;
          transition-duration: 1150ms;
}

body[data-aos-delay='1150'] [data-aos], [data-aos][data-aos][data-aos-delay='1150'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

body[data-aos-delay='1150'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1150'].aos-animate {
  -webkit-transition-delay: 1150ms;
       -o-transition-delay: 1150ms;
          transition-delay: 1150ms;
}

body[data-aos-duration='1200'] [data-aos], [data-aos][data-aos][data-aos-duration='1200'] {
  -webkit-transition-duration: 1200ms;
       -o-transition-duration: 1200ms;
          transition-duration: 1200ms;
}

body[data-aos-delay='1200'] [data-aos], [data-aos][data-aos][data-aos-delay='1200'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

body[data-aos-delay='1200'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1200'].aos-animate {
  -webkit-transition-delay: 1200ms;
       -o-transition-delay: 1200ms;
          transition-delay: 1200ms;
}

body[data-aos-duration='1250'] [data-aos], [data-aos][data-aos][data-aos-duration='1250'] {
  -webkit-transition-duration: 1250ms;
       -o-transition-duration: 1250ms;
          transition-duration: 1250ms;
}

body[data-aos-delay='1250'] [data-aos], [data-aos][data-aos][data-aos-delay='1250'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

body[data-aos-delay='1250'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1250'].aos-animate {
  -webkit-transition-delay: 1250ms;
       -o-transition-delay: 1250ms;
          transition-delay: 1250ms;
}

body[data-aos-duration='1300'] [data-aos], [data-aos][data-aos][data-aos-duration='1300'] {
  -webkit-transition-duration: 1300ms;
       -o-transition-duration: 1300ms;
          transition-duration: 1300ms;
}

body[data-aos-delay='1300'] [data-aos], [data-aos][data-aos][data-aos-delay='1300'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

body[data-aos-delay='1300'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1300'].aos-animate {
  -webkit-transition-delay: 1300ms;
       -o-transition-delay: 1300ms;
          transition-delay: 1300ms;
}

body[data-aos-duration='1350'] [data-aos], [data-aos][data-aos][data-aos-duration='1350'] {
  -webkit-transition-duration: 1350ms;
       -o-transition-duration: 1350ms;
          transition-duration: 1350ms;
}

body[data-aos-delay='1350'] [data-aos], [data-aos][data-aos][data-aos-delay='1350'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

body[data-aos-delay='1350'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1350'].aos-animate {
  -webkit-transition-delay: 1350ms;
       -o-transition-delay: 1350ms;
          transition-delay: 1350ms;
}

body[data-aos-duration='1400'] [data-aos], [data-aos][data-aos][data-aos-duration='1400'] {
  -webkit-transition-duration: 1400ms;
       -o-transition-duration: 1400ms;
          transition-duration: 1400ms;
}

body[data-aos-delay='1400'] [data-aos], [data-aos][data-aos][data-aos-delay='1400'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

body[data-aos-delay='1400'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1400'].aos-animate {
  -webkit-transition-delay: 1400ms;
       -o-transition-delay: 1400ms;
          transition-delay: 1400ms;
}

body[data-aos-duration='1450'] [data-aos], [data-aos][data-aos][data-aos-duration='1450'] {
  -webkit-transition-duration: 1450ms;
       -o-transition-duration: 1450ms;
          transition-duration: 1450ms;
}

body[data-aos-delay='1450'] [data-aos], [data-aos][data-aos][data-aos-delay='1450'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

body[data-aos-delay='1450'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1450'].aos-animate {
  -webkit-transition-delay: 1450ms;
       -o-transition-delay: 1450ms;
          transition-delay: 1450ms;
}

body[data-aos-duration='1500'] [data-aos], [data-aos][data-aos][data-aos-duration='1500'] {
  -webkit-transition-duration: 1500ms;
       -o-transition-duration: 1500ms;
          transition-duration: 1500ms;
}

body[data-aos-delay='1500'] [data-aos], [data-aos][data-aos][data-aos-delay='1500'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

body[data-aos-delay='1500'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1500'].aos-animate {
  -webkit-transition-delay: 1500ms;
       -o-transition-delay: 1500ms;
          transition-delay: 1500ms;
}

body[data-aos-duration='1550'] [data-aos], [data-aos][data-aos][data-aos-duration='1550'] {
  -webkit-transition-duration: 1550ms;
       -o-transition-duration: 1550ms;
          transition-duration: 1550ms;
}

body[data-aos-delay='1550'] [data-aos], [data-aos][data-aos][data-aos-delay='1550'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

body[data-aos-delay='1550'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1550'].aos-animate {
  -webkit-transition-delay: 1550ms;
       -o-transition-delay: 1550ms;
          transition-delay: 1550ms;
}

body[data-aos-duration='1600'] [data-aos], [data-aos][data-aos][data-aos-duration='1600'] {
  -webkit-transition-duration: 1600ms;
       -o-transition-duration: 1600ms;
          transition-duration: 1600ms;
}

body[data-aos-delay='1600'] [data-aos], [data-aos][data-aos][data-aos-delay='1600'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

body[data-aos-delay='1600'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1600'].aos-animate {
  -webkit-transition-delay: 1600ms;
       -o-transition-delay: 1600ms;
          transition-delay: 1600ms;
}

body[data-aos-duration='1650'] [data-aos], [data-aos][data-aos][data-aos-duration='1650'] {
  -webkit-transition-duration: 1650ms;
       -o-transition-duration: 1650ms;
          transition-duration: 1650ms;
}

body[data-aos-delay='1650'] [data-aos], [data-aos][data-aos][data-aos-delay='1650'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

body[data-aos-delay='1650'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1650'].aos-animate {
  -webkit-transition-delay: 1650ms;
       -o-transition-delay: 1650ms;
          transition-delay: 1650ms;
}

body[data-aos-duration='1700'] [data-aos], [data-aos][data-aos][data-aos-duration='1700'] {
  -webkit-transition-duration: 1700ms;
       -o-transition-duration: 1700ms;
          transition-duration: 1700ms;
}

body[data-aos-delay='1700'] [data-aos], [data-aos][data-aos][data-aos-delay='1700'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

body[data-aos-delay='1700'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1700'].aos-animate {
  -webkit-transition-delay: 1700ms;
       -o-transition-delay: 1700ms;
          transition-delay: 1700ms;
}

body[data-aos-duration='1750'] [data-aos], [data-aos][data-aos][data-aos-duration='1750'] {
  -webkit-transition-duration: 1750ms;
       -o-transition-duration: 1750ms;
          transition-duration: 1750ms;
}

body[data-aos-delay='1750'] [data-aos], [data-aos][data-aos][data-aos-delay='1750'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

body[data-aos-delay='1750'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1750'].aos-animate {
  -webkit-transition-delay: 1750ms;
       -o-transition-delay: 1750ms;
          transition-delay: 1750ms;
}

body[data-aos-duration='1800'] [data-aos], [data-aos][data-aos][data-aos-duration='1800'] {
  -webkit-transition-duration: 1800ms;
       -o-transition-duration: 1800ms;
          transition-duration: 1800ms;
}

body[data-aos-delay='1800'] [data-aos], [data-aos][data-aos][data-aos-delay='1800'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

body[data-aos-delay='1800'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1800'].aos-animate {
  -webkit-transition-delay: 1800ms;
       -o-transition-delay: 1800ms;
          transition-delay: 1800ms;
}

body[data-aos-duration='1850'] [data-aos], [data-aos][data-aos][data-aos-duration='1850'] {
  -webkit-transition-duration: 1850ms;
       -o-transition-duration: 1850ms;
          transition-duration: 1850ms;
}

body[data-aos-delay='1850'] [data-aos], [data-aos][data-aos][data-aos-delay='1850'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

body[data-aos-delay='1850'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1850'].aos-animate {
  -webkit-transition-delay: 1850ms;
       -o-transition-delay: 1850ms;
          transition-delay: 1850ms;
}

body[data-aos-duration='1900'] [data-aos], [data-aos][data-aos][data-aos-duration='1900'] {
  -webkit-transition-duration: 1900ms;
       -o-transition-duration: 1900ms;
          transition-duration: 1900ms;
}

body[data-aos-delay='1900'] [data-aos], [data-aos][data-aos][data-aos-delay='1900'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

body[data-aos-delay='1900'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1900'].aos-animate {
  -webkit-transition-delay: 1900ms;
       -o-transition-delay: 1900ms;
          transition-delay: 1900ms;
}

body[data-aos-duration='1950'] [data-aos], [data-aos][data-aos][data-aos-duration='1950'] {
  -webkit-transition-duration: 1950ms;
       -o-transition-duration: 1950ms;
          transition-duration: 1950ms;
}

body[data-aos-delay='1950'] [data-aos], [data-aos][data-aos][data-aos-delay='1950'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

body[data-aos-delay='1950'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1950'].aos-animate {
  -webkit-transition-delay: 1950ms;
       -o-transition-delay: 1950ms;
          transition-delay: 1950ms;
}

body[data-aos-duration='2000'] [data-aos], [data-aos][data-aos][data-aos-duration='2000'] {
  -webkit-transition-duration: 2000ms;
       -o-transition-duration: 2000ms;
          transition-duration: 2000ms;
}

body[data-aos-delay='2000'] [data-aos], [data-aos][data-aos][data-aos-delay='2000'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

body[data-aos-delay='2000'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2000'].aos-animate {
  -webkit-transition-delay: 2000ms;
       -o-transition-delay: 2000ms;
          transition-delay: 2000ms;
}

body[data-aos-duration='2050'] [data-aos], [data-aos][data-aos][data-aos-duration='2050'] {
  -webkit-transition-duration: 2050ms;
       -o-transition-duration: 2050ms;
          transition-duration: 2050ms;
}

body[data-aos-delay='2050'] [data-aos], [data-aos][data-aos][data-aos-delay='2050'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

body[data-aos-delay='2050'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2050'].aos-animate {
  -webkit-transition-delay: 2050ms;
       -o-transition-delay: 2050ms;
          transition-delay: 2050ms;
}

body[data-aos-duration='2100'] [data-aos], [data-aos][data-aos][data-aos-duration='2100'] {
  -webkit-transition-duration: 2100ms;
       -o-transition-duration: 2100ms;
          transition-duration: 2100ms;
}

body[data-aos-delay='2100'] [data-aos], [data-aos][data-aos][data-aos-delay='2100'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

body[data-aos-delay='2100'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2100'].aos-animate {
  -webkit-transition-delay: 2100ms;
       -o-transition-delay: 2100ms;
          transition-delay: 2100ms;
}

body[data-aos-duration='2150'] [data-aos], [data-aos][data-aos][data-aos-duration='2150'] {
  -webkit-transition-duration: 2150ms;
       -o-transition-duration: 2150ms;
          transition-duration: 2150ms;
}

body[data-aos-delay='2150'] [data-aos], [data-aos][data-aos][data-aos-delay='2150'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

body[data-aos-delay='2150'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2150'].aos-animate {
  -webkit-transition-delay: 2150ms;
       -o-transition-delay: 2150ms;
          transition-delay: 2150ms;
}

body[data-aos-duration='2200'] [data-aos], [data-aos][data-aos][data-aos-duration='2200'] {
  -webkit-transition-duration: 2200ms;
       -o-transition-duration: 2200ms;
          transition-duration: 2200ms;
}

body[data-aos-delay='2200'] [data-aos], [data-aos][data-aos][data-aos-delay='2200'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

body[data-aos-delay='2200'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2200'].aos-animate {
  -webkit-transition-delay: 2200ms;
       -o-transition-delay: 2200ms;
          transition-delay: 2200ms;
}

body[data-aos-duration='2250'] [data-aos], [data-aos][data-aos][data-aos-duration='2250'] {
  -webkit-transition-duration: 2250ms;
       -o-transition-duration: 2250ms;
          transition-duration: 2250ms;
}

body[data-aos-delay='2250'] [data-aos], [data-aos][data-aos][data-aos-delay='2250'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

body[data-aos-delay='2250'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2250'].aos-animate {
  -webkit-transition-delay: 2250ms;
       -o-transition-delay: 2250ms;
          transition-delay: 2250ms;
}

body[data-aos-duration='2300'] [data-aos], [data-aos][data-aos][data-aos-duration='2300'] {
  -webkit-transition-duration: 2300ms;
       -o-transition-duration: 2300ms;
          transition-duration: 2300ms;
}

body[data-aos-delay='2300'] [data-aos], [data-aos][data-aos][data-aos-delay='2300'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

body[data-aos-delay='2300'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2300'].aos-animate {
  -webkit-transition-delay: 2300ms;
       -o-transition-delay: 2300ms;
          transition-delay: 2300ms;
}

body[data-aos-duration='2350'] [data-aos], [data-aos][data-aos][data-aos-duration='2350'] {
  -webkit-transition-duration: 2350ms;
       -o-transition-duration: 2350ms;
          transition-duration: 2350ms;
}

body[data-aos-delay='2350'] [data-aos], [data-aos][data-aos][data-aos-delay='2350'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

body[data-aos-delay='2350'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2350'].aos-animate {
  -webkit-transition-delay: 2350ms;
       -o-transition-delay: 2350ms;
          transition-delay: 2350ms;
}

body[data-aos-duration='2400'] [data-aos], [data-aos][data-aos][data-aos-duration='2400'] {
  -webkit-transition-duration: 2400ms;
       -o-transition-duration: 2400ms;
          transition-duration: 2400ms;
}

body[data-aos-delay='2400'] [data-aos], [data-aos][data-aos][data-aos-delay='2400'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

body[data-aos-delay='2400'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2400'].aos-animate {
  -webkit-transition-delay: 2400ms;
       -o-transition-delay: 2400ms;
          transition-delay: 2400ms;
}

body[data-aos-duration='2450'] [data-aos], [data-aos][data-aos][data-aos-duration='2450'] {
  -webkit-transition-duration: 2450ms;
       -o-transition-duration: 2450ms;
          transition-duration: 2450ms;
}

body[data-aos-delay='2450'] [data-aos], [data-aos][data-aos][data-aos-delay='2450'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

body[data-aos-delay='2450'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2450'].aos-animate {
  -webkit-transition-delay: 2450ms;
       -o-transition-delay: 2450ms;
          transition-delay: 2450ms;
}

body[data-aos-duration='2500'] [data-aos], [data-aos][data-aos][data-aos-duration='2500'] {
  -webkit-transition-duration: 2500ms;
       -o-transition-duration: 2500ms;
          transition-duration: 2500ms;
}

body[data-aos-delay='2500'] [data-aos], [data-aos][data-aos][data-aos-delay='2500'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

body[data-aos-delay='2500'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2500'].aos-animate {
  -webkit-transition-delay: 2500ms;
       -o-transition-delay: 2500ms;
          transition-delay: 2500ms;
}

body[data-aos-duration='2550'] [data-aos], [data-aos][data-aos][data-aos-duration='2550'] {
  -webkit-transition-duration: 2550ms;
       -o-transition-duration: 2550ms;
          transition-duration: 2550ms;
}

body[data-aos-delay='2550'] [data-aos], [data-aos][data-aos][data-aos-delay='2550'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

body[data-aos-delay='2550'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2550'].aos-animate {
  -webkit-transition-delay: 2550ms;
       -o-transition-delay: 2550ms;
          transition-delay: 2550ms;
}

body[data-aos-duration='2600'] [data-aos], [data-aos][data-aos][data-aos-duration='2600'] {
  -webkit-transition-duration: 2600ms;
       -o-transition-duration: 2600ms;
          transition-duration: 2600ms;
}

body[data-aos-delay='2600'] [data-aos], [data-aos][data-aos][data-aos-delay='2600'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

body[data-aos-delay='2600'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2600'].aos-animate {
  -webkit-transition-delay: 2600ms;
       -o-transition-delay: 2600ms;
          transition-delay: 2600ms;
}

body[data-aos-duration='2650'] [data-aos], [data-aos][data-aos][data-aos-duration='2650'] {
  -webkit-transition-duration: 2650ms;
       -o-transition-duration: 2650ms;
          transition-duration: 2650ms;
}

body[data-aos-delay='2650'] [data-aos], [data-aos][data-aos][data-aos-delay='2650'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

body[data-aos-delay='2650'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2650'].aos-animate {
  -webkit-transition-delay: 2650ms;
       -o-transition-delay: 2650ms;
          transition-delay: 2650ms;
}

body[data-aos-duration='2700'] [data-aos], [data-aos][data-aos][data-aos-duration='2700'] {
  -webkit-transition-duration: 2700ms;
       -o-transition-duration: 2700ms;
          transition-duration: 2700ms;
}

body[data-aos-delay='2700'] [data-aos], [data-aos][data-aos][data-aos-delay='2700'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

body[data-aos-delay='2700'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2700'].aos-animate {
  -webkit-transition-delay: 2700ms;
       -o-transition-delay: 2700ms;
          transition-delay: 2700ms;
}

body[data-aos-duration='2750'] [data-aos], [data-aos][data-aos][data-aos-duration='2750'] {
  -webkit-transition-duration: 2750ms;
       -o-transition-duration: 2750ms;
          transition-duration: 2750ms;
}

body[data-aos-delay='2750'] [data-aos], [data-aos][data-aos][data-aos-delay='2750'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

body[data-aos-delay='2750'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2750'].aos-animate {
  -webkit-transition-delay: 2750ms;
       -o-transition-delay: 2750ms;
          transition-delay: 2750ms;
}

body[data-aos-duration='2800'] [data-aos], [data-aos][data-aos][data-aos-duration='2800'] {
  -webkit-transition-duration: 2800ms;
       -o-transition-duration: 2800ms;
          transition-duration: 2800ms;
}

body[data-aos-delay='2800'] [data-aos], [data-aos][data-aos][data-aos-delay='2800'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

body[data-aos-delay='2800'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2800'].aos-animate {
  -webkit-transition-delay: 2800ms;
       -o-transition-delay: 2800ms;
          transition-delay: 2800ms;
}

body[data-aos-duration='2850'] [data-aos], [data-aos][data-aos][data-aos-duration='2850'] {
  -webkit-transition-duration: 2850ms;
       -o-transition-duration: 2850ms;
          transition-duration: 2850ms;
}

body[data-aos-delay='2850'] [data-aos], [data-aos][data-aos][data-aos-delay='2850'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

body[data-aos-delay='2850'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2850'].aos-animate {
  -webkit-transition-delay: 2850ms;
       -o-transition-delay: 2850ms;
          transition-delay: 2850ms;
}

body[data-aos-duration='2900'] [data-aos], [data-aos][data-aos][data-aos-duration='2900'] {
  -webkit-transition-duration: 2900ms;
       -o-transition-duration: 2900ms;
          transition-duration: 2900ms;
}

body[data-aos-delay='2900'] [data-aos], [data-aos][data-aos][data-aos-delay='2900'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

body[data-aos-delay='2900'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2900'].aos-animate {
  -webkit-transition-delay: 2900ms;
       -o-transition-delay: 2900ms;
          transition-delay: 2900ms;
}

body[data-aos-duration='2950'] [data-aos], [data-aos][data-aos][data-aos-duration='2950'] {
  -webkit-transition-duration: 2950ms;
       -o-transition-duration: 2950ms;
          transition-duration: 2950ms;
}

body[data-aos-delay='2950'] [data-aos], [data-aos][data-aos][data-aos-delay='2950'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

body[data-aos-delay='2950'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2950'].aos-animate {
  -webkit-transition-delay: 2950ms;
       -o-transition-delay: 2950ms;
          transition-delay: 2950ms;
}

body[data-aos-duration='3000'] [data-aos], [data-aos][data-aos][data-aos-duration='3000'] {
  -webkit-transition-duration: 3000ms;
       -o-transition-duration: 3000ms;
          transition-duration: 3000ms;
}

body[data-aos-delay='3000'] [data-aos], [data-aos][data-aos][data-aos-delay='3000'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

body[data-aos-delay='3000'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='3000'].aos-animate {
  -webkit-transition-delay: 3000ms;
       -o-transition-delay: 3000ms;
          transition-delay: 3000ms;
}

[data-aos] {
  pointer-events: none;
}

[data-aos].aos-animate {
  pointer-events: auto;
}

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

body[data-aos-easing="ease"] [data-aos], [data-aos][data-aos][data-aos-easing="ease"] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
       -o-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
          transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}

body[data-aos-easing="ease-in"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in"] {
  -webkit-transition-timing-function: cubic-bezier(0.42, 0, 1, 1);
       -o-transition-timing-function: cubic-bezier(0.42, 0, 1, 1);
          transition-timing-function: cubic-bezier(0.42, 0, 1, 1);
}

body[data-aos-easing="ease-out"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out"] {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
       -o-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
}

body[data-aos-easing="ease-in-out"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out"] {
  -webkit-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
       -o-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
          transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen {
  html:not(.no-js) {
    /**
    * Fade animations:
    * fade
    * fade-up, fade-down, fade-left, fade-right
    * fade-up-right, fade-up-left, fade-down-right, fade-down-left
    */
    /**
    * Zoom animations:
    * zoom-in, zoom-in-up, zoom-in-down, zoom-in-left, zoom-in-right
    * zoom-out, zoom-out-up, zoom-out-down, zoom-out-left, zoom-out-right
    */
    /**
    * Slide animations
    */
    /**
    * Flip animations:
    * flip-left, flip-right, flip-up, flip-down
    */
  }
  html:not(.no-js) [data-aos^='fade'][data-aos^='fade'] {
    opacity: 0;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: opacity, transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
  }
  html:not(.no-js) [data-aos^='fade'][data-aos^='fade'].aos-animate {
    opacity: 1;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  html:not(.no-js) [data-aos='fade-up'] {
    -webkit-transform: translate3d(0, 100px, 0);
            transform: translate3d(0, 100px, 0);
  }
  html:not(.no-js) [data-aos='fade-down'] {
    -webkit-transform: translate3d(0, -100px, 0);
            transform: translate3d(0, -100px, 0);
  }
  html:not(.no-js) [data-aos='fade-right'] {
    -webkit-transform: translate3d(-100px, 0, 0);
            transform: translate3d(-100px, 0, 0);
  }
  html:not(.no-js) [data-aos='fade-left'] {
    -webkit-transform: translate3d(100px, 0, 0);
            transform: translate3d(100px, 0, 0);
  }
  html:not(.no-js) [data-aos='fade-up-right'] {
    -webkit-transform: translate3d(-100px, 100px, 0);
            transform: translate3d(-100px, 100px, 0);
  }
  html:not(.no-js) [data-aos='fade-up-left'] {
    -webkit-transform: translate3d(100px, 100px, 0);
            transform: translate3d(100px, 100px, 0);
  }
  html:not(.no-js) [data-aos='fade-down-right'] {
    -webkit-transform: translate3d(-100px, -100px, 0);
            transform: translate3d(-100px, -100px, 0);
  }
  html:not(.no-js) [data-aos='fade-down-left'] {
    -webkit-transform: translate3d(100px, -100px, 0);
            transform: translate3d(100px, -100px, 0);
  }
  html:not(.no-js) [data-aos^='zoom'][data-aos^='zoom'] {
    opacity: 0;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: opacity, transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
  }
  html:not(.no-js) [data-aos^='zoom'][data-aos^='zoom'].aos-animate {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
            transform: translate3d(0, 0, 0) scale(1);
  }
  html:not(.no-js) [data-aos='zoom-in'] {
    -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
            transform: scale(0.6);
  }
  html:not(.no-js) [data-aos='zoom-in-up'] {
    -webkit-transform: translate3d(0, 100px, 0) scale(0.6);
            transform: translate3d(0, 100px, 0) scale(0.6);
  }
  html:not(.no-js) [data-aos='zoom-in-down'] {
    -webkit-transform: translate3d(0, -100px, 0) scale(0.6);
            transform: translate3d(0, -100px, 0) scale(0.6);
  }
  html:not(.no-js) [data-aos='zoom-in-right'] {
    -webkit-transform: translate3d(-100px, 0, 0) scale(0.6);
            transform: translate3d(-100px, 0, 0) scale(0.6);
  }
  html:not(.no-js) [data-aos='zoom-in-left'] {
    -webkit-transform: translate3d(100px, 0, 0) scale(0.6);
            transform: translate3d(100px, 0, 0) scale(0.6);
  }
  html:not(.no-js) [data-aos='zoom-out'] {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
  }
  html:not(.no-js) [data-aos='zoom-out-up'] {
    -webkit-transform: translate3d(0, 100px, 0) scale(1.2);
            transform: translate3d(0, 100px, 0) scale(1.2);
  }
  html:not(.no-js) [data-aos='zoom-out-down'] {
    -webkit-transform: translate3d(0, -100px, 0) scale(1.2);
            transform: translate3d(0, -100px, 0) scale(1.2);
  }
  html:not(.no-js) [data-aos='zoom-out-right'] {
    -webkit-transform: translate3d(-100px, 0, 0) scale(1.2);
            transform: translate3d(-100px, 0, 0) scale(1.2);
  }
  html:not(.no-js) [data-aos='zoom-out-left'] {
    -webkit-transform: translate3d(100px, 0, 0) scale(1.2);
            transform: translate3d(100px, 0, 0) scale(1.2);
  }
  html:not(.no-js) [data-aos^='slide'][data-aos^='slide'] {
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    visibility: hidden;
  }
  html:not(.no-js) [data-aos^='slide'][data-aos^='slide'].aos-animate {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  html:not(.no-js) [data-aos='slide-up'] {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  html:not(.no-js) [data-aos='slide-down'] {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  html:not(.no-js) [data-aos='slide-right'] {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  html:not(.no-js) [data-aos='slide-left'] {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  html:not(.no-js) [data-aos^='flip'][data-aos^='flip'] {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
  }
  html:not(.no-js) [data-aos='flip-left'] {
    -webkit-transform: perspective(2500px) rotateY(-100deg);
            transform: perspective(2500px) rotateY(-100deg);
  }
  html:not(.no-js) [data-aos='flip-left'].aos-animate {
    -webkit-transform: perspective(2500px) rotateY(0);
            transform: perspective(2500px) rotateY(0);
  }
  html:not(.no-js) [data-aos='flip-right'] {
    -webkit-transform: perspective(2500px) rotateY(100deg);
            transform: perspective(2500px) rotateY(100deg);
  }
  html:not(.no-js) [data-aos='flip-right'].aos-animate {
    -webkit-transform: perspective(2500px) rotateY(0);
            transform: perspective(2500px) rotateY(0);
  }
  html:not(.no-js) [data-aos='flip-up'] {
    -webkit-transform: perspective(2500px) rotateX(-100deg);
            transform: perspective(2500px) rotateX(-100deg);
  }
  html:not(.no-js) [data-aos='flip-up'].aos-animate {
    -webkit-transform: perspective(2500px) rotateX(0);
            transform: perspective(2500px) rotateX(0);
  }
  html:not(.no-js) [data-aos='flip-down'] {
    -webkit-transform: perspective(2500px) rotateX(100deg);
            transform: perspective(2500px) rotateX(100deg);
  }
  html:not(.no-js) [data-aos='flip-down'].aos-animate {
    -webkit-transform: perspective(2500px) rotateX(0);
            transform: perspective(2500px) rotateX(0);
  }
}

@media screen and (max-width: 991px) {
  [data-aos] {
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
    opacity: 1 !important;
  }
}

/* ------------------------------------------- */
/* UNIT TEST */
/* ------------------------------------------- */
.screen-reader-text {
  display: none;
}

/* ------------------------------------------- */
/* GLOBAL STYLES */
/* ------------------------------------------- */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  overflow-x: hidden;
}

html:root {
  font-size: 16px;
  line-height: 1.5;
}

body {
  position: relative;
  margin: 0;
  padding: 0;
  color: #545354;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-wrap: break-word;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, blockquote, table, embed, iframe, object, video {
  margin-top: 20px;
  margin-bottom: 20px;
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child, p:first-child, ul:first-child, ol:first-child, blockquote:first-child, table:first-child, embed:first-child, iframe:first-child, object:first-child, video:first-child {
  margin-top: 0;
}

h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child, p:last-child, ul:last-child, ol:last-child, blockquote:last-child, table:last-child, embed:last-child, iframe:last-child, object:last-child, video:last-child {
  margin-bottom: 0;
}

h1 {
  font-size: 48px;
  font-weight: 200;
  line-height: 1.1;
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 42px;
  }
}

h2 {
  font-size: 36px;
  font-weight: 400;
  line-height: 1.1;
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 32px;
  }
}

h3 {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.1;
}

h4 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.1;
}

h5 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.1;
}

h6 {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.1;
}

p:empty {
  display: none;
}

p:empty + h1,
p:empty + h2,
p:empty + h3,
p:empty + h4,
p:empty + h5,
p:empty + h6,
p:empty + p {
  margin-top: 0;
  margin-bottom: 0;
}

ul,
ol {
  padding-left: 30px;
}

ul ul,
ul ol,
ol ul,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

a {
  color: #569BBE;
  text-decoration: none;
  cursor: pointer;
}

a:hover, a:focus {
  color: #569BBE;
  text-decoration: underline;
  cursor: pointer;
}

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

blockquote {
  font-family: "Droid Serif", serif;
  font-size: 28px;
  line-height: 1.14;
}

b,
strong {
  font-weight: bold;
}

embed,
iframe,
object,
video {
  width: 100%;
  max-width: 100%;
  vertical-align: middle;
}

/* ------------------------------------------- */
/* GLOBAL CLASS */
/* ------------------------------------------- */
.ac-container, .ac-header__top, .ac-header__main, .ac-main-block__inner, .ac-call__wrapp, .ac-highlights__wrapp, .ac-features__inner, .ac-accordion__wrapp, .ac-cover__wrapp, .ac-team__inner, .ac-team-info, .ac-content-block__wrapp, .ac-category__wrapp, .ac-contact__inner, .ac-contact-form__wrapp, .ac-heritage__wrapp, .ac-blog-list__wrapp, .ac-map__wrapp, .ac-map__map > p {
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 768px) {
  .ac-container, .ac-header__top, .ac-header__main, .ac-main-block__inner, .ac-call__wrapp, .ac-highlights__wrapp, .ac-features__inner, .ac-accordion__wrapp, .ac-cover__wrapp, .ac-team__inner, .ac-team-info, .ac-content-block__wrapp, .ac-category__wrapp, .ac-contact__inner, .ac-contact-form__wrapp, .ac-heritage__wrapp, .ac-blog-list__wrapp, .ac-map__wrapp, .ac-map__map > p {
    width: 720px;
  }
}

@media screen and (min-width: 992px) {
  .ac-container, .ac-header__top, .ac-header__main, .ac-main-block__inner, .ac-call__wrapp, .ac-highlights__wrapp, .ac-features__inner, .ac-accordion__wrapp, .ac-cover__wrapp, .ac-team__inner, .ac-team-info, .ac-content-block__wrapp, .ac-category__wrapp, .ac-contact__inner, .ac-contact-form__wrapp, .ac-heritage__wrapp, .ac-blog-list__wrapp, .ac-map__wrapp, .ac-map__map > p {
    width: 940px;
  }
}

@media screen and (max-width: 767px) {
  .ac-container, .ac-header__top, .ac-header__main, .ac-main-block__inner, .ac-call__wrapp, .ac-highlights__wrapp, .ac-features__inner, .ac-accordion__wrapp, .ac-cover__wrapp, .ac-team__inner, .ac-team-info, .ac-content-block__wrapp, .ac-category__wrapp, .ac-contact__inner, .ac-contact-form__wrapp, .ac-heritage__wrapp, .ac-blog-list__wrapp, .ac-map__wrapp, .ac-map__map > p {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.ac-container-small, .ac-main-block__wrapp, .ac-features__wrapp, .ac-blockquote__wrapp, .ac-team__wrapp {
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 768px) {
  .ac-container-small, .ac-main-block__wrapp, .ac-features__wrapp, .ac-blockquote__wrapp, .ac-team__wrapp {
    width: 720px;
  }
}

@media screen and (min-width: 992px) {
  .ac-container-small, .ac-main-block__wrapp, .ac-features__wrapp, .ac-blockquote__wrapp, .ac-team__wrapp {
    width: 780px;
  }
}

@media screen and (max-width: 767px) {
  .ac-container-small, .ac-main-block__wrapp, .ac-features__wrapp, .ac-blockquote__wrapp, .ac-team__wrapp {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.ac-container-xs, .ac-banner__content {
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 768px) {
  .ac-container-xs, .ac-banner__content {
    width: 700px;
  }
}

@media screen and (max-width: 767px) {
  .ac-container-xs, .ac-banner__content {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.ac-list-reset, .ac-socials, .ac-header-links, .ac-header-btn, .ac-header .main-menu, .ac-header .sub-menu, .ac-category__nav, .ac-contact-item__links, .ac-contact-form__tablist, .rss-aggregator, .ac-navigation, .widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ac-side-no-padd:first-child, .ac-header-links__item:first-child, .ac-header-btn__item:first-child {
  padding-left: 0;
}

.ac-side-no-padd:last-child, .ac-header-links__item:last-child, .ac-header-btn__item:last-child {
  padding-right: 0;
}

.ac-side-no-marg:first-child, .ac-socials__item:first-child {
  margin-left: 0;
}

.ac-side-no-marg:last-child, .ac-socials__item:last-child {
  margin-right: 0;
}

/* OVERLAY */
.enable_overlay,
.ac-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 4;
  background-color: rgba(0, 0, 0, 0.25);
}

.enable_overlay--darker,
.ac-overlay--darker {
  background-color: rgba(0, 0, 0, 0.5);
}

/* MAIN WRAPP */
.ac-main-wrapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

.ac-main-wrapp__inner {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}

.ac-map .wpgmza_carousel_image_holder + .wpgmza_carousel_image_holder {
  display: none;
}

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

@media screen and (max-width: 767px) {
  .text-xs-center {
    text-align: center;
  }
  .ac-hidden-xs {
    display: none !important;
  }
  .ac-visible-xs {
    display: block !important;
  }
}

@media screen and (max-width: 991px) {
  .ac-visible-md {
    display: block !important;
  }
  .ac-hidden-md {
    display: none !important;
  }
}

.ac-hidden {
  display: none;
}

.fx-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fx-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.fx-v-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

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

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

/* ------------------------------------------- */
/* BUTTONS */
/* ------------------------------------------- */
.ac-btn, input[type="submit"], .ac-map .wpgmza_markerbox a.wpgmza_gd {
  display: inline-block;
  position: relative;
  min-width: 218px;
  padding: 11px 15px;
  border: 2px solid transparent;
  border-radius: 25px;
  background-color: #569BBE;
  color: #ffffff;
  font-size: 20px;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-box-shadow: 0 0 1px rgba(51, 51, 51, 0);
          box-shadow: 0 0 1px rgba(51, 51, 51, 0);
  -webkit-transition: -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  -o-transition: box-shadow 0.3s ease, transform 0.3s ease;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  transition: box-shadow 0.3s ease, transform 0.3s ease, -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  outline: none;
}

.ac-btn:hover, input:hover[type="submit"], .ac-map .wpgmza_markerbox a.wpgmza_gd:hover, .ac-btn:focus, input:focus[type="submit"], .ac-map .wpgmza_markerbox a.wpgmza_gd:focus {
  -webkit-box-shadow: 0 0 8px rgba(51, 51, 51, 0.6);
          box-shadow: 0 0 8px rgba(51, 51, 51, 0.6);
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  text-decoration: none;
}

.ac-btn--small, .ac-map .wpgmza_markerbox a.wpgmza_gd {
  min-width: 140px;
  padding: 8.5px 15px;
  font-size: 16px;
}

.ac-btn--shadow:hover, .ac-btn--shadow:focus {
  background-color: #569BBE;
  color: #ffffff;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.ac-btn--default:hover, .ac-btn--default:focus {
  background-color: #569BBE;
  color: #ffffff;
}

.ac-btn--light {
  border: 2px solid #569BBE;
  background-color: #ffffff;
  color: #569BBE;
}

.ac-btn--light:hover, .ac-btn--light:focus {
  background-color: #ffffff;
  color: #569BBE;
}

.ac-btn--dark {
  border: 2px solid #ffffff;
  background-color: #569BBE;
  color: #ffffff;
}

.ac-btn--dark:hover, .ac-btn--dark:focus {
  background-color: #569BBE;
  color: #ffffff;
}

.ac-link {
  display: inline-block;
  position: relative;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.ac-link:hover, .ac-link:focus {
  color: #E58E1A;
}

.ac-link--underline {
  text-decoration: underline;
}

/* ------------------------------------------- */
/* FORM */
/* ------------------------------------------- */
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
input[type="file"],
textarea,
select {
  height: auto;
  padding: 12px 10px;
  border-radius: 0;
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  min-height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}

input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
input[type="file"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: #ffffff;
}

input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="color"]::-moz-placeholder,
input[type="file"]::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
  color: #ffffff;
}

input[type="text"]::-ms-input-placeholder,
input[type="password"]::-ms-input-placeholder,
input[type="datetime"]::-ms-input-placeholder,
input[type="datetime-local"]::-ms-input-placeholder,
input[type="date"]::-ms-input-placeholder,
input[type="month"]::-ms-input-placeholder,
input[type="time"]::-ms-input-placeholder,
input[type="week"]::-ms-input-placeholder,
input[type="number"]::-ms-input-placeholder,
input[type="email"]::-ms-input-placeholder,
input[type="url"]::-ms-input-placeholder,
input[type="search"]::-ms-input-placeholder,
input[type="tel"]::-ms-input-placeholder,
input[type="color"]::-ms-input-placeholder,
input[type="file"]::-ms-input-placeholder,
textarea::-ms-input-placeholder,
select::-ms-input-placeholder {
  color: #ffffff;
}

input[type="text"]::placeholder,
input[type="password"]::placeholder,
input[type="datetime"]::placeholder,
input[type="datetime-local"]::placeholder,
input[type="date"]::placeholder,
input[type="month"]::placeholder,
input[type="time"]::placeholder,
input[type="week"]::placeholder,
input[type="number"]::placeholder,
input[type="email"]::placeholder,
input[type="url"]::placeholder,
input[type="search"]::placeholder,
input[type="tel"]::placeholder,
input[type="color"]::placeholder,
input[type="file"]::placeholder,
textarea::placeholder,
select::placeholder {
  color: #ffffff;
}

input[type="text"]:hover, input[type="text"]:focus,
input[type="password"]:hover,
input[type="password"]:focus,
input[type="datetime"]:hover,
input[type="datetime"]:focus,
input[type="datetime-local"]:hover,
input[type="datetime-local"]:focus,
input[type="date"]:hover,
input[type="date"]:focus,
input[type="month"]:hover,
input[type="month"]:focus,
input[type="time"]:hover,
input[type="time"]:focus,
input[type="week"]:hover,
input[type="week"]:focus,
input[type="number"]:hover,
input[type="number"]:focus,
input[type="email"]:hover,
input[type="email"]:focus,
input[type="url"]:hover,
input[type="url"]:focus,
input[type="search"]:hover,
input[type="search"]:focus,
input[type="tel"]:hover,
input[type="tel"]:focus,
input[type="color"]:hover,
input[type="color"]:focus,
input[type="file"]:hover,
input[type="file"]:focus,
textarea:hover,
textarea:focus,
select:hover,
select:focus {
  border-color: #ffffff;
}

textarea {
  height: 170px;
}

input[type="submit"] {
  font-family: "Montserrat", sans-serif;
}

/* ------------------------------------------- */
/* SOCIALS */
/* ------------------------------------------- */
.ac-socials {
  position: relative;
}

.ac-socials__item {
  display: inline-block;
  margin: 0 10px;
}

.ac-socials a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 30px;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  border-radius: 5px;
  background-color: #569BBE;
  color: #ffffff;
  font-size: 24px;
  text-align: center;
  text-decoration: none;
}

.ac-socials a:hover, .ac-socials a:focus {
  background-color: #E58E1A;
  text-decoration: none;
}

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

.ac-socials--footer {
  margin-top: 35px;
}

/* ------------------------------------------- */
/* LOGO */
/* ------------------------------------------- */
.ac-logo {
  position: relative;
  z-index: 3;
}

.ac-logo a {
  display: inline-block;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
  color: #94A545;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.ac-logo a:hover, .ac-logo a:focus {
  color: #E58E1A;
  text-decoration: none;
}

.ac-logo--header {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
  padding-bottom: 10px;
}

@media screen and (max-width: 991px) {
  .ac-logo--header {
    padding-bottom: 0;
  }
}

.ac-logo--header img {
  max-width: 165px;
}

.ac-logo--footer {
  text-align: center;
}

.ac-logo--footer img {
  width: 236px;
}

/* ------------------------------------------- */
/* HEADER ELEMENTS */
/* ------------------------------------------- */
.ac-header-search {
  position: relative;
}

@media screen and (max-width: 991px) {
  .ac-header-search {
    margin-right: 20px;
  }
}

.ac-header-search form {
  overflow: hidden;
}

.ac-header-search label {
  display: block;
}

.ac-header-search input[type="search"] {
  width: 228px;
  min-height: auto;
  padding: 6px 15px;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  border: 2px solid #569BBE;
  border-radius: 0;
  color: #569BBE;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  -webkit-appearance: none;
}

.ac-header-search input[type="search"]::-webkit-input-placeholder {
  color: #569BBE;
}

.ac-header-search input[type="search"]::-moz-placeholder {
  color: #569BBE;
}

.ac-header-search input[type="search"]::-ms-input-placeholder {
  color: #569BBE;
}

.ac-header-search input[type="search"]::placeholder {
  color: #569BBE;
}

.ac-header-search input[type="submit"] {
  position: absolute;
  top: 50%;
  right: 3px;
  width: 30px;
  min-width: auto;
  height: 30px;
  padding: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  -o-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  border: 0;
  border-radius: 50%;
  background-color: #569BBE;
  background-image: url("../images/search.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 55%;
  color: transparent;
  opacity: 0;
  visibility: hidden;
}

.ac-header-search--active input[type="search"] {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.ac-header-search--active input[type="submit"] {
  opacity: 1;
  visibility: visible;
}

.ac-header-search--active .ac-header-search__icon {
  opacity: 0;
  visibility: hidden;
}

.ac-header-search__icon {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 30px;
  height: 30px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  -o-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  border: 0;
  border-radius: 50%;
  background-color: transparent;
  color: #569BBE;
  text-align: center;
  cursor: pointer;
  opacity: 1;
  visibility: visible;
}

.ac-header-search__icon:after {
  font-family: "FontAwesome";
  content: "\f002";
  vertical-align: middle;
}

.ac-header-links {
  margin: 0 20px 0 35px;
  font-size: 13px;
  line-height: 1;
}

@media screen and (max-width: 991px) {
  .ac-header-links {
    margin: 40px 0 0;
    font-size: 14px;
    text-align: center;
  }
}

.ac-header-links__item {
  display: inline-block;
  padding: 5px 7px;
}

@media screen and (max-width: 991px) {
  .ac-header-links__item {
    padding: 5px 30px;
  }
}

.ac-header-links__item a {
  text-decoration: underline;
}

.ac-header-btn {
  font-size: 13px;
  line-height: 1;
  margin-left: 15px;
}

@media screen and (max-width: 767px) {
  .ac-header-btn {
    margin: 40px 0 0;
    text-align: center;
  }
}

.ac-header-btn__item {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .ac-header-btn__item {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .ac-header-btn__item a {
    display: block;
  }
}

.ac-nav-menu-btn {
  display: block;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 24px;
  height: 20px;
  margin-left: 20px;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  cursor: pointer;
}

.ac-nav-menu-btn:hover i:before, .ac-nav-menu-btn:focus i:before {
  top: -11px;
}

.ac-nav-menu-btn:hover i:after, .ac-nav-menu-btn:focus i:after {
  top: 11px;
}

.ac-nav-menu-btn i {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 24px;
  height: 4px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  background-color: #569BBE;
}

.ac-nav-menu-btn i:before, .ac-nav-menu-btn i:after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: top 0.3s ease, -webkit-transform 0.3s ease;
  transition: top 0.3s ease, -webkit-transform 0.3s ease;
  -o-transition: top 0.3s ease, transform 0.3s ease;
  transition: top 0.3s ease, transform 0.3s ease;
  transition: top 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  background-color: #569BBE;
  content: "";
}

.ac-nav-menu-btn i:before {
  top: -8px;
}

.ac-nav-menu-btn i:after {
  top: 8px;
}

.ac-nav-menu-btn--active:hover, .ac-nav-menu-btn--active:focus {
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
}

.ac-nav-menu-btn--active:hover i:before, .ac-nav-menu-btn--active:hover i:after, .ac-nav-menu-btn--active:focus i:before, .ac-nav-menu-btn--active:focus i:after {
  top: 0;
}

.ac-nav-menu-btn--active i {
  background-color: transparent !important;
}

.ac-nav-menu-btn--active i:before, .ac-nav-menu-btn--active i:after {
  top: 0;
}

.ac-nav-menu-btn--active i:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.ac-nav-menu-btn--active i:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* ------------------------------------------- */
/* HEADER */
/* ------------------------------------------- */
.ac-header {
  position: relative;
  z-index: 500;
}

@media screen and (max-width: 991px) {
  .ac-header {
    padding: 10px 0 5px;
  }
}

.ac-header--fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.ac-header__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 30px);
  background-color: transparent;
  overflow: hidden;
  pointer-events: none;
}

.ac-header__bg:before, .ac-header__bg:after {
  position: absolute;
  top: calc(100% - 25px);
  right: 0;
  left: 50%;
  width: 120%;
  height: 50px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 50%;
  background-color: transparent;
  -webkit-box-shadow: 0 0 0 200px #ffffff;
          box-shadow: 0 0 0 200px #ffffff;
  content: "";
  z-index: 2;
}

.ac-header__bg:after {
  top: calc(100% - 22px);
  -webkit-box-shadow: 0 0 2px 4px rgba(84, 83, 84, 0.5);
          box-shadow: 0 0 2px 4px rgba(84, 83, 84, 0.5);
  z-index: 1;
}

.ac-header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  z-index: 3;
  padding-top: 15px;
}

.ac-header__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 991px) {
  .ac-header__main {
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .ac-header__main {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.ac-header__nav {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80%;
          flex: 0 0 80%;
  max-width: 80%;
}

@media screen and (max-width: 991px) {
  .ac-header__nav {
    position: absolute;
    top: 100%;
    right: 0;
    width: 385px;
    max-width: 100%;
    padding: 45px 10px 40px;
    -webkit-transform: translateX(200%);
        -ms-transform: translateX(200%);
            transform: translateX(200%);
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    background-color: #ffffff;
  }
  .ac-header__nav--active {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
}

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

@media screen and (max-width: 991px) {
  .ac-header__inner {
    overflow-x: hidden;
  }
}

.ac-header__nav-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  max-width: 20%;
  z-index: 3;
}

@media screen and (max-width: 991px) {
  .ac-header__nav-btn {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    max-width: 60%;
  }
}

.ac-header .main-menu {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

@media screen and (max-width: 991px) {
  .ac-header .main-menu {
    position: relative;
  }
}

.ac-header .main-menu > li {
  display: inline-block;
}

@media screen and (max-width: 991px) {
  .ac-header .main-menu > li {
    display: block;
    border-bottom: 1px solid #cccccc;
    text-align: left;
  }
}

.ac-header .main-menu > li > a {
  display: inline-block;
  position: relative;
  padding: 10px 10px;
  color: #545354;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  z-index: 3;
}

@media screen and (max-width: 991px) {
  .ac-header .main-menu > li > a {
    display: block;
    padding: 13px 10px;
    font-size: 20px;
  }
}

.ac-header .main-menu > .menu-item-has-children > a span {
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #569BBE;
  font-size: 36px;
}

@media screen and (min-width: 992px) {
  .ac-header .main-menu > .menu-item-has-children > a:after {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 0;
    height: 0;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    -o-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    border-top: 20px solid #ffffff;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    content: "";
    opacity: 0;
    visibility: hidden;
  }
  .ac-header .main-menu > .menu-item-has-children > a span {
    display: none;
  }
}

@media screen and (min-width: 992px) {
  .ac-header .main-menu > .menu-item-has-children:hover > a:after {
    opacity: 1;
    visibility: visible;
  }
}

@media screen and (min-width: 992px) {
  .ac-header .main-menu li:hover > .sub-menu {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
}

.ac-header .main-menu li a {
  text-decoration: none;
}

.ac-header .main-menu li a:hover, .ac-header .main-menu li a:focus {
  text-decoration: none;
}

.ac-header .main-menu .current-menu-item a {
  font-weight: bold;
}

.ac-header .sub-orange .sub-menu {
  background-color: #E58E1A;
}

.ac-header .sub-green .sub-menu {
  background-color: #94A545;
}

.ac-header .sub-menu {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 22px 30px 12px;
  -webkit-transition: visibility 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: visibility 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  -o-transition: visibility 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
  transition: visibility 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
  transition: visibility 0.3s ease, opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  background-color: #569BBE;
  text-align: center;
}

@media screen and (min-width: 992px) {
  .ac-header .sub-menu {
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media screen and (max-width: 991px) {
  .ac-header .sub-menu {
    top: 0;
    height: 100%;
    padding: 0;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    background-color: #ffffff !important;
    z-index: 4;
    opacity: 0;
    visibility: hidden;
  }
}

@media screen and (max-width: 991px) {
  .ac-header .sub-menu.active {
    opacity: 1;
    visibility: visible;
  }
}

.ac-header .sub-menu li {
  display: inline-block;
}

@media screen and (max-width: 991px) {
  .ac-header .sub-menu li {
    display: block;
    border-bottom: 1px solid #cccccc;
    text-align: left;
  }
}

.ac-header .sub-menu li a {
  display: inline-block;
  padding: 5px 20px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}

@media screen and (max-width: 991px) {
  .ac-header .sub-menu li a {
    padding: 13px 10px;
    color: #545354;
    font-size: 20px;
    line-height: 1.2;
  }
}

.ac-header .clone-menu-item span {
  display: inline-block;
  padding-right: 5px;
  color: #569BBE;
  font-size: 36px;
  cursor: pointer;
  vertical-align: middle;
}

.ac-header .clone-menu-item a {
  vertical-align: middle;
}

.ac-header .clone-menu-item a span {
  display: none;
}

@media screen and (max-width: 767px) {
  .ac-header--hidden-xs {
    display: none;
  }
}

.ac-header--hidden-lg-con {
  display: none;
}

@media screen and (max-width: 991px) {
  .ac-header--hidden-lg-con {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .ac-header--hidden-lg-con {
    display: none;
  }
}

@media screen and (min-width: 992px) {
  .ac-header--hidden-lg {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .ac-header--visible-xs {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .ac-header--visible-lg {
    display: none;
  }
}

/* ADMIN BAR */
.admin-bar .ac-header--fixed {
  top: 32px;
}

@media screen and (max-width: 782px) {
  .admin-bar .ac-header--fixed {
    top: 46px;
  }
}

@media screen and (max-width: 600px) {
  div[id="wpadminbar"] {
    position: fixed !important;
  }
}

.ac-test {
  display: none;
}

@media screen and (max-width: 991px) {
  .ac-test {
    display: block;
  }
}

/* ------------------------------------------- */
/* HEADING */
/* ------------------------------------------- */
.ac-heading--right {
  text-align: right;
}

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

.ac-heading--light {
  color: #ffffff;
}

.ac-heading__title {
  margin-top: 0;
  margin-bottom: 0;
}

.ac-heading__title + .ac-heading__btn {
  margin-top: 30px;
}

.ac-heading__subtitle {
  font-size: 20px;
  line-height: 1.2;
  margin-top: 25px;
  margin-bottom: 0;
}

.ac-heading__text {
  margin-top: 30px;
  text-align: left;
}

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

.ac-heading__btn {
  margin-top: 25px;
}

/* ------------------------------------------- */
/* MAIN BLOCK */
/* ------------------------------------------- */
.ac-main-block {
  padding: 70px 0;
}

@media screen and (max-width: 767px) {
  .ac-main-block {
    padding: 50px 0;
  }
}

.ac-main-block--right {
  text-align: right;
}

.ac-main-block--center {
  text-align: center;
}

.ac-main-block--light {
  color: #ffffff;
}

.ac-main-block__title {
  margin-top: 0;
  margin-bottom: 0;
}

.ac-main-block__title + .ac-main-block__btn {
  margin-top: 30px;
}

.ac-main-block__subtitle {
  margin-top: 25px;
  margin-bottom: 0;
}

.ac-main-block__text {
  margin-top: 30px;
  text-align: left;
}

.ac-main-block__img {
  margin-top: 30px;
}

.ac-main-block__btn {
  margin-top: 25px;
}

/* ------------------------------------------- */
/* CALL TO ACTION */
/* ------------------------------------------- */
.ac-call {
  position: relative;
  padding: 70px 0;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .ac-call {
    padding: 50px 0;
  }
}

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

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

.ac-call--light {
  color: #ffffff;
}

.ac-call__bg-img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.ac-call__wrapp {
  position: relative;
  z-index: 6;
}

.ac-call__title {
  margin-top: 0;
  margin-bottom: 0;
}

.ac-call__title + .ac-call__btn {
  margin-top: 30px;
}

.ac-call__subtitle {
  margin-top: 25px;
  margin-bottom: 0;
}

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

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

.ac-call__btn {
  margin-top: 25px;
}

/* ------------------------------------------- */
/* HIGHLIGHTS */
/* ------------------------------------------- */
.ac-highlights {
  position: relative;
  padding: 70px 0;
}

.ac-highlights--rows {
  text-align: center;
}

.ac-highlights--rows .ac-highlights__wrapp {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ac-highlights--rows .ac-highlights__slide {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333333%;
          flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

@media screen and (max-width: 767px) {
  .ac-highlights--rows .ac-highlights__slide {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .ac-highlights {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .ac-highlights {
    padding: 50px 0;
  }
}

.ac-highlights--light {
  color: #ffffff;
}

.ac-highlights__wrapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.ac-highlights__top-row {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.ac-highlights__top-row + .ac-highlights__bottom-row {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .ac-highlights__top-row + .ac-highlights__bottom-row {
    margin-top: 40px;
  }
}

.ac-highlights__bottom-row {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.ac-highlights__left-col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  max-width: 30%;
  padding-right: 15px;
}

@media screen and (max-width: 991px) {
  .ac-highlights__left-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
  }
}

.ac-highlights__right-col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70%;
          flex: 0 0 70%;
  max-width: 70%;
  padding-left: 15px;
}

@media screen and (max-width: 991px) {
  .ac-highlights__right-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-top: 60px;
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .ac-highlights__right-col {
    margin-top: 40px;
  }
}

.ac-highlights__title {
  margin-top: 0;
  margin-bottom: 0;
}

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

.ac-highlights__btn {
  margin-top: 40px;
}

@media screen and (max-width: 991px) {
  .ac-highlights__btn--top {
    display: none;
  }
}

.ac-highlights__btn--bottom {
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 992px) {
  .ac-highlights__btn--bottom {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .ac-highlights__slider-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  .ac-highlights__slide {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .ac-highlights__slide {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.ac-highlights__nav {
  display: none;
  position: relative;
  margin-top: 40px;
}

.ac-highlights__pagination.swiper-pagination {
  position: static;
  margin: 0 auto;
  width: calc(100% - 80px);
}

.ac-highlights__pagination.swiper-pagination .swiper-pagination-bullet {
  margin: 10px 5px;
  outline: none;
}

.ac-highlights__pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  border: 1px solid #ffffff;
  background-color: transparent;
  opacity: 1;
  vertical-align: middle;
}

.ac-highlights__pagination .swiper-pagination-bullet-active {
  background-color: #ffffff;
}

.ac-highlights__slider-btn {
  width: 35px;
  height: 35px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0;
  background-size: contain;
  outline: none;
}

.ac-highlights__slider-btn--prev {
  left: 0;
  background-image: url("../images/circle-left.svg");
}

.ac-highlights__slider-btn--next {
  right: 0;
  background-image: url("../images/circle-right.svg");
}

@media screen and (max-width: 767px) {
  .swiper-container.initialized .ac-highlights__nav {
    display: block;
  }
}

.ac-highlights-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
}

.ac-highlights-item--rows {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 15px;
}

.ac-highlights-item--rows .ac-highlights-item__left-col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.ac-highlights-item--rows .ac-highlights-item__right-col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding-left: 0;
}

.ac-highlights-item--rows .ac-highlights-item__img-wrapp {
  margin: 0 auto 30px;
}

@media screen and (max-width: 991px) {
  .ac-highlights-item {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 15px;
  }
}

@media screen and (max-width: 767px) {
  .ac-highlights-item {
    margin-bottom: 0;
  }
}

.ac-highlights-item__left-col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 125px;
          flex: 0 0 125px;
  max-width: 125px;
}

@media screen and (max-width: 991px) {
  .ac-highlights-item__left-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.ac-highlights-item__right-col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 125px);
          flex: 0 0 calc(100% - 125px);
  max-width: calc(100% - 125px);
  padding-left: 50px;
}

@media screen and (max-width: 991px) {
  .ac-highlights-item__right-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
  }
}

.ac-highlights-item__img-wrapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 125px;
  height: 125px;
  border-radius: 50%;
  background-color: #ffffff;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .ac-highlights-item__img-wrapp {
    margin: 0 auto 30px;
  }
}

.ac-highlights-item__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
}

.ac-highlights-item__title--alternative {
  font-family: "Droid Serif", serif;
  font-weight: 400;
}

.ac-highlights-item__text {
  margin-top: 10px;
}

.ac-highlights-item__btn {
  margin-top: 10px;
}

/* ------------------------------------------- */
/* FEATURES */
/* ------------------------------------------- */
.ac-features {
  position: relative;
  padding: 70px 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .ac-features {
    padding: 50px 0;
  }
}

.ac-features--light {
  color: #ffffff;
}

.ac-features__title {
  margin-top: 0;
  margin-bottom: 0;
}

.ac-features__subtitle {
  margin-top: 25px;
  margin-bottom: 0;
}

.ac-features__text {
  margin-top: 30px;
  text-align: left;
}

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

.ac-features__inner--last {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .ac-features__inner--last {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .ac-features__inner--hidden-xs {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .ac-features__inner--hidden-lg {
    display: none;
  }
}

.ac-features__inner-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}

.ac-features__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  margin-bottom: 40px;
  padding: 0 10px;
}

@media screen and (min-width: 768px) {
  .ac-features__item--col-2:nth-last-child(-n + 2) {
    margin-bottom: 0;
  }
}

.ac-features__item--col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333333%;
          flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

@media screen and (min-width: 768px) {
  .ac-features__item--col-3:nth-last-child(-n + 3) {
    margin-bottom: 0;
  }
}

.ac-features__item--col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

@media screen and (min-width: 768px) {
  .ac-features__item--col-4:nth-last-child(-n + 2) {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 992px) {
  .ac-features__item--col-4:nth-last-child(-n + 4) {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 991px) {
  .ac-features__item--col-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

.ac-features__item--col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
}

@media screen and (max-width: 767px) {
  .ac-features__item--col-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .ac-features__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .ac-features__item:nth-last-child(1) {
    margin-bottom: 0;
  }
}

.ac-features-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ac-features-item__img {
  margin-bottom: 20px;
}

.ac-features-item__img--rounded, .ac-features-item__img--rounded-full {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 125px;
  height: 125px;
  border-radius: 50%;
  overflow: hidden;
}

.ac-features-item__img--rounded {
  padding: 15px;
  background-color: transparent;
}

.ac-features-item__img--rounded img {
  max-width: 90%;
  max-height: 90%;
}

.ac-features-item__img--rounded-full {
  background-color: #ffffff;
}

.ac-features-item__img--rounded-full img {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.ac-features-item__title {
  margin-top: 0;
  margin-bottom: 0;
}

.ac-features-item__title--alternative {
  font-family: "Droid Serif", serif;
  font-weight: 400;
}

.ac-features-item__text {
  margin-top: 20px;
}

.ac-features-item__btn {
  margin-top: 20px;
}

.ac-features-item__link-wr {
  width: 100%;
  height: 100%;
  color: #545354;
}

.ac-features-item__link-wr--img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* ------------------------------------------- */
/* BLOCKQUOTE */
/* ------------------------------------------- */
.ac-blockquote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 330px;
  overflow: hidden;
  padding-top: 120px;
  padding-bottom: 120px;
}

@media screen and (max-width: 767px) {
  .ac-blockquote {
    min-height: 300px;
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

.ac-blockquote--light {
  color: #ffffff;
}

.ac-blockquote__img {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}

.ac-blockquote__wrapp {
  position: relative;
  z-index: 6;
  margin-top: 70px;
  margin-bottom: 70px;
}

@media screen and (max-width: 767px) {
  .ac-blockquote__wrapp {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

.ac-blockquote__text {
  font-family: "Droid Serif", serif;
  font-size: 32px;
  line-height: 1.2;
}

@media screen and (max-width: 991px) {
  .ac-blockquote__text {
    font-size: 28px;
  }
}

@media screen and (max-width: 767px) {
  .ac-blockquote__text {
    font-size: 22px;
  }
}

.ac-blockquote__title {
  margin-top: 30px;
  text-align: right;
}

.blockquote-slider .swiper-slide {
  height: auto;
  background-size: cover;
}

/* ------------------------------------------- */
/* ACCORDION */
/* ------------------------------------------- */
.ac-accordion {
  position: relative;
  padding: 70px 0;
}

@media screen and (max-width: 991px) {
  .ac-accordion {
    padding: 50px 0;
    text-align: center;
  }
}

.ac-accordion--light {
  color: #ffffff;
}

.ac-accordion__wrapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.ac-accordion__left-col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  max-width: 30%;
  padding-right: 15px;
}

@media screen and (max-width: 991px) {
  .ac-accordion__left-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
  }
}

.ac-accordion__right-col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70%;
          flex: 0 0 70%;
  max-width: 70%;
  padding-left: 15px;
}

@media screen and (max-width: 991px) {
  .ac-accordion__right-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-top: 60px;
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .ac-accordion__right-col {
    margin-top: 40px;
  }
}

.ac-accordion__title {
  margin-top: 0;
  margin-bottom: 0;
}

.ac-accordion__btn {
  margin-top: 40px;
}

@media screen and (max-width: 991px) {
  .ac-accordion__btn--top {
    display: none;
  }
}

.ac-accordion__btn--bottom {
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 992px) {
  .ac-accordion__btn--bottom {
    display: none;
  }
}

.ac-accordion-item {
  position: relative;
  padding: 20px 0 25px;
  border-top: 1px solid #cccccc;
  text-align: left;
}

.ac-accordion-item__title {
  position: relative;
  min-height: 46px;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 55px;
  -webkit-transition: margin-bottom 0.3s ease;
  -o-transition: margin-bottom 0.3s ease;
  transition: margin-bottom 0.3s ease;
  font-weight: bold;
  line-height: 1.45;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .ac-accordion-item__title {
    padding-right: 25px;
  }
}

.ac-accordion-item__title--active {
  margin-bottom: 30px;
}

.ac-accordion-item__title--active .ac-accordion-item__icon {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.ac-accordion-item__icon {
  position: absolute;
  top: 11px;
  right: 15px;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  color: #569BBE;
  font-size: 28px;
}

@media screen and (max-width: 767px) {
  .ac-accordion-item__icon {
    right: 0;
    font-size: 18px;
  }
}

.ac-accordion-item__text {
  max-height: 0;
  -webkit-transition: max-height 0.3s ease;
  -o-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
  overflow: hidden;
}

/* ------------------------------------------- */
/* COVER */
/* ------------------------------------------- */
.ac-cover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 345px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .ac-cover {
    min-height: 300px;
  }
}

.ac-cover--light {
  color: #ffffff;
}

.ac-cover__img {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}

.ac-cover__wrapp {
  position: relative;
  margin-top: 70px;
  margin-bottom: 70px;
  z-index: 6;
}

@media screen and (max-width: 767px) {
  .ac-cover__wrapp {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

.ac-cover__inner {
  max-width: 460px;
}

@media screen and (max-width: 991px) {
  .ac-cover__inner {
    max-width: 365px;
  }
}

.ac-cover__inner--right {
  margin-left: auto;
}

.ac-cover__inner--center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .ac-cover__inner--tbl-left {
    margin-right: auto;
    margin-left: 0;
    text-align: left;
  }
}

@media screen and (max-width: 991px) {
  .ac-cover__inner--tbl-right {
    margin-right: 0;
    margin-left: auto;
    text-align: left;
  }
}

@media screen and (max-width: 991px) {
  .ac-cover__inner--tbl-center {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .ac-cover__inner {
    max-width: 100%;
    text-align: center;
  }
}

.ac-cover__title {
  margin-top: 0;
  margin-bottom: 0;
}

.ac-cover__subtitle {
  margin-top: 25px;
  margin-bottom: 0;
}

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

@media screen and (max-width: 767px) {
  .ac-cover__text {
    text-align: left;
  }
}

.ac-cover__btn {
  margin-top: 25px;
}

/* ------------------------------------------- */
/* TEAM */
/* ------------------------------------------- */
.ac-team {
  position: relative;
  padding: 70px 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .ac-team {
    padding: 50px 0;
  }
}

.ac-team--light {
  color: #ffffff;
}

.ac-team__wrapp {
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .ac-team__wrapp {
    margin-bottom: 40px;
  }
}

.ac-team__title {
  margin-top: 0;
  margin-bottom: 0;
}

.ac-team__inner-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}

.ac-team__item {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333333%;
          flex: 0 0 33.333333%;
  max-width: 33.333333%;
  margin-bottom: 20px;
  padding: 0 10px;
  pointer-events: none !important;
}

.ac-team__inner-row.two-col .ac-team__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.ac-team__inner-row.four-col .ac-team__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

@media screen and (min-width: 768px) {
  .ac-team__item:nth-last-child(-n + 3) {
    margin-bottom: 0;
  }
  .ac-team__item:nth-child(3n + 2) .ac-team__info {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .ac-team__item:nth-child(3n + 2) .ac-team__info-inner:before {
    left: 50%;
  }
  .ac-team__item:nth-child(3n + 3) .ac-team__info {
    left: 100%;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  .ac-team__item:nth-child(3n + 3) .ac-team__info-inner:before {
    left: 83.333333%;
  }
  .ac-team__inner-row.four-col .ac-team__item:nth-child(4n + 1) .ac-team__info {
    left: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .ac-team__inner-row.four-col .ac-team__item:nth-child(4n + 1) .ac-team__info-inner:before {
    left: 12%;
  }
  .ac-team__inner-row.four-col .ac-team__item:nth-child(4n + 2) .ac-team__info {
    left: 50%;
    -webkit-transform: translateX(-37%);
        -ms-transform: translateX(-37%);
            transform: translateX(-37%);
  }
  .ac-team__inner-row.four-col .ac-team__item:nth-child(4n + 2) .ac-team__info-inner:before {
    left: 37%;
  }
  .ac-team__inner-row.four-col .ac-team__item:nth-child(4n + 3) .ac-team__info {
    left: 50%;
    -webkit-transform: translateX(-62%);
        -ms-transform: translateX(-62%);
            transform: translateX(-62%);
  }
  .ac-team__inner-row.four-col .ac-team__item:nth-child(4n + 3) .ac-team__info-inner:before {
    left: 62%;
  }
  .ac-team__inner-row.four-col .ac-team__item:nth-child(4n + 4) .ac-team__info {
    left: 50%;
    -webkit-transform: translateX(-88%);
        -ms-transform: translateX(-88%);
            transform: translateX(-88%);
  }
  .ac-team__inner-row.four-col .ac-team__item:nth-child(4n + 4) .ac-team__info-inner:before {
    left: 88%;
  }
  .ac-team__inner-row.two-col .ac-team__item:nth-child(2n + 1) .ac-team__info {
    left: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .ac-team__inner-row.two-col .ac-team__item:nth-child(2n + 1) .ac-team__info-inner:before {
    left: 12%;
  }
  .ac-team__inner-row.two-col .ac-team__item:nth-child(2n + 2) .ac-team__info {
    left: 50%;
    -webkit-transform: translateX(-75%);
        -ms-transform: translateX(-75%);
            transform: translateX(-75%);
  }
  .ac-team__inner-row.two-col .ac-team__item:nth-child(2n + 2) .ac-team__info-inner:before {
    left: 75%;
  }
}

@media screen and (max-width: 767px) {
  .ac-team__item {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .ac-team__item:nth-last-child(1) {
    margin-bottom: 0;
  }
}

.ac-team-item {
  position: relative;
  max-width: 100%;
  text-align: left;
  padding-bottom: 15px;
  margin: 0 auto;
  pointer-events: all;
}

@media screen and (max-width: 767px) {
  .ac-team-item {
    width: 300px;
  }
}

.ac-team-item__img {
  position: relative;
  padding-bottom: 100%;
  margin-bottom: 20px;
  overflow: hidden;
}

.ac-team-item__img img {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.ac-team-item__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
}

.ac-team-item__position {
  margin-top: 10px;
}

.ac-team-item__btn {
  margin-top: 15px;
}

.ac-team-info {
  display: none;
  position: relative;
  background-color: #ffffff;
  text-align: left;
  color: #545354;
  z-index: 20;
  padding: 0;
  pointer-events: all;
}

.ac-team-info__inner {
  position: relative;
  padding: 40px 15px;
  border-top: 1px solid #cccccc;
  margin-top: 20px;
}

@media screen and (max-width: 991px) {
  .ac-team-info__inner {
    padding: 40px 0;
  }
}

.ac-team-info__inner:before {
  position: absolute;
  top: -5px;
  left: 16.666666%;
  background-color: #ffffff;
  width: 28px;
  height: 28px;
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  -webkit-transform: rotateZ(45deg) translateX(-50%);
      -ms-transform: rotate(45deg) translateX(-50%);
          transform: rotateZ(45deg) translateX(-50%);
  content: "";
}

@media screen and (max-width: 991px) {
  .ac-team-info__inner:before {
    left: 50%;
  }
}

.ac-team-info__close {
  position: absolute;
  top: 5px;
  right: 10px;
  color: #569BBE;
  font-size: 28px;
  cursor: pointer;
}

.ac-team-info__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
}

.ac-team-info__position {
  margin-top: 10px;
  margin-bottom: 0;
  font-weight: 700;
}

.ac-team-info__text {
  margin-top: 10px;
}

/* ------------------------------------------- */
/* MAIN BLOCK */
/* ------------------------------------------- */
.ac-content-block {
  padding: 70px 0;
}

@media screen and (max-width: 767px) {
  .ac-content-block {
    padding: 50px 0;
  }
}

.ac-content-block--right {
  text-align: right;
}

.ac-content-block--center {
  text-align: center;
}

.ac-content-block--light {
  color: #ffffff;
}

.ac-content-block__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}

.ac-content-block__row--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (min-width: 768px) {
  .ac-content-block__row--30 .ac-content-block__left-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33%;
            flex: 0 0 33%;
    max-width: 33%;
  }
  .ac-content-block__row--30 .ac-content-block__right-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 67%;
            flex: 0 0 67%;
    max-width: 67%;
  }
}

@media screen and (min-width: 768px) {
  .ac-content-block__row--100 .ac-content-block__left-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .ac-content-block__row--100 .ac-content-block__right-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.ac-content-block__row--pdf {
  margin-bottom: 10px;
}

.ac-content-block__row--right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.ac-content-block__row--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ac-content-block__left-col, .ac-content-block__right-col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  padding: 0 10px;
}

@media screen and (max-width: 767px) {
  .ac-content-block__left-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .ac-content-block__right-col {
    display: none;
  }
}

.ac-content-block__col {
  padding: 0 10px;
}

.ac-content-block__figure {
  display: none;
}

@media screen and (max-width: 767px) {
  .ac-content-block__figure {
    display: block;
  }
}

.ac-content-block__title {
  margin-top: 0;
  margin-bottom: 25px;
}

.ac-content-block__subtitle {
  margin-top: 0;
  margin-bottom: 25px;
}

.ac-content-block__text {
  margin-bottom: 25px;
  text-align: left;
}

.ac-content-block__text ul {
  list-style: disc;
}

.ac-content-block__shortcode {
  margin-bottom: 25px;
}

.ac-content-block__img {
  position: relative;
  margin-bottom: 25px;
}

.ac-content-block__img--square {
  padding-bottom: 100%;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .ac-content-block__img--square {
    padding-bottom: 56.25%;
  }
}

.ac-content-block__img--square img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.ac-content-block__video {
  position: relative;
  width: 100%;
  margin-bottom: 25px;
  padding-top: 56.25%;
}

.ac-content-block__video iframe {
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  border: 0;
}

.ac-content-block__heritage {
  margin-bottom: 25px;
}

.ac-content-block__heritage iframe {
  border: 0;
  overflow: auto;
}

.ac-content-block__btn {
  margin-bottom: 25px;
}

.ac-content-block__btn-pdf {
  margin-bottom: 15px;
}

/* ------------------------------------------- */
/* ANIMATION */
/* ------------------------------------------- */
/* MAIN BACKGROUND COLORS */
.ac-color-1 {
  background-color: #ffffff;
}

.ac-color-1__ocean, .ac-color-1__ocean:after {
  background-color: #ffffff;
}

.ac-color-1__wave-same, .ac-color-1__wave-alter {
  background-image: url("../images/wave-white-7.svg");
}

@media screen and (max-width: 767px) {
  .ac-color-1__wave-same, .ac-color-1__wave-alter {
    background-image: url("../images/wave-white-8.svg");
  }
}

.ac-color-2 {
  background-color: #545354;
}

.ac-color-2__ocean, .ac-color-2__ocean:after {
  background-color: #545354;
}

.ac-color-2__wave-same, .ac-color-2__wave-alter {
  background-image: url("../images/wave-grey-7.svg");
}

@media screen and (max-width: 767px) {
  .ac-color-2__wave-same, .ac-color-2__wave-alter {
    background-image: url("../images/wave-grey-8.svg");
  }
}

.ac-color-3 {
  background-color: #E58E1A;
}

.ac-color-3__ocean, .ac-color-3__ocean:after {
  background-color: #E58E1A;
}

.ac-color-3__wave-same, .ac-color-3__wave-alter {
  background-image: url("../images/wave-orange-7.svg");
}

@media screen and (max-width: 767px) {
  .ac-color-3__wave-same, .ac-color-3__wave-alter {
    background-image: url("../images/wave-orange-8.svg");
  }
}

.ac-color-4 {
  background-color: #94A545;
}

.ac-color-4__ocean, .ac-color-4__ocean:after {
  background-color: #94A545;
}

.ac-color-4__wave-same, .ac-color-4__wave-alter {
  background-image: url("../images/wave-green-7.svg");
}

@media screen and (max-width: 767px) {
  .ac-color-4__wave-same, .ac-color-4__wave-alter {
    background-image: url("../images/wave-green-8.svg");
  }
}

.ac-color-5 {
  background-color: #569BBE;
}

.ac-color-5__ocean, .ac-color-5__ocean:after {
  background-color: #569BBE;
}

.ac-color-5__wave-same, .ac-color-5__wave-alter {
  background-image: url("../images/wave-blue-7.svg");
}

@media screen and (max-width: 767px) {
  .ac-color-5__wave-same, .ac-color-5__wave-alter {
    background-image: url("../images/wave-blue-8.svg");
  }
}

.ac-color-6 {
  background-color: #f2f2f2;
}

.ac-color-6__ocean, .ac-color-6__ocean:after {
  background-color: #f2f2f2;
}

.ac-color-6__wave-same, .ac-color-6__wave-alter {
  background-image: url("../images/wave-grey-mouse-7.svg");
}

@media screen and (max-width: 767px) {
  .ac-color-6__wave-same, .ac-color-6__wave-alter {
    background-image: url("../images/wave-grey-mouse-8.svg");
  }
}

.ac-ocean {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  z-index: 5;
}

@media screen and (max-width: 767px) {
  .ac-ocean {
    height: 20px;
  }
}

.ac-ocean:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.ac-ocean__wave {
  position: absolute;
  top: -65px;
  width: 6400px;
  height: 100px;
  -webkit-transform: translate3d(-1245px, -5px, 0);
          transform: translate3d(-1245px, -5px, 0);
  background-repeat: repeat-x;
  -webkit-animation: wave 7.125s cubic-bezier(0.36, 0.45, 0.63, 0.53) -0.125s, swell 7s ease -1.25s;
          animation: wave 7.125s cubic-bezier(0.36, 0.45, 0.63, 0.53) -0.125s, swell 7s ease -1.25s;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .ac-ocean__wave {
    top: -38px;
    height: 50px;
    -webkit-transform: translate3d(-380px, -5px, 0);
            transform: translate3d(-380px, -5px, 0);
    -webkit-animation: wave 5.125s cubic-bezier(0.36, 0.45, 0.63, 0.53) -0.125s, swell-mobile 5s ease -1.25s;
            animation: wave 5.125s cubic-bezier(0.36, 0.45, 0.63, 0.53) -0.125s, swell-mobile 5s ease -1.25s;
  }
}

@media screen and (max-width: 991px) {
  .ac-ocean__wave {
    width: 100% !important;
    -webkit-animation: none !important;
            animation: none !important;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
  }
}

.ac-ocean__wave--second {
  display: block;
  top: -60px;
  -webkit-transform: translate3d(-1300px, 0, 0);
          transform: translate3d(-1300px, 0, 0);
  -webkit-animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53);
          animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53);
  z-index: 3;
}

@media screen and (max-width: 767px) {
  .ac-ocean__wave--second {
    top: -33px;
    -webkit-transform: translate3d(-400px, 0, 0);
            transform: translate3d(-400px, 0, 0);
    -webkit-animation: wave 5s cubic-bezier(0.36, 0.45, 0.63, 0.53);
            animation: wave 5s cubic-bezier(0.36, 0.45, 0.63, 0.53);
  }
}

div.vc_row[data-vc-full-width] {
  overflow: visible;
}

.wave:nth-of-type(2) {
  top: -175px;
  opacity: 1;
}

@-webkit-keyframes wave {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: -1600px;
  }
}

@keyframes wave {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: -1600px;
  }
}

@-webkit-keyframes swell {
  0%, 100% {
    -webkit-transform: translate3d(-1245px, -5px, 0);
            transform: translate3d(-1245px, -5px, 0);
  }
  50% {
    -webkit-transform: translate3d(-1245px, 5px, 0);
            transform: translate3d(-1245px, 5px, 0);
  }
}

@keyframes swell {
  0%, 100% {
    -webkit-transform: translate3d(-1245px, -5px, 0);
            transform: translate3d(-1245px, -5px, 0);
  }
  50% {
    -webkit-transform: translate3d(-1245px, 5px, 0);
            transform: translate3d(-1245px, 5px, 0);
  }
}

@-webkit-keyframes swell-mobile {
  0%, 100% {
    -webkit-transform: translate3d(-380px, -5px, 0);
            transform: translate3d(-380px, -5px, 0);
  }
  50% {
    -webkit-transform: translate3d(-380px, 5px, 0);
            transform: translate3d(-380px, 5px, 0);
  }
}

@keyframes swell-mobile {
  0%, 100% {
    -webkit-transform: translate3d(-380px, -5px, 0);
            transform: translate3d(-380px, -5px, 0);
  }
  50% {
    -webkit-transform: translate3d(-380px, 5px, 0);
            transform: translate3d(-380px, 5px, 0);
  }
}

/* ------------------------------------------- */
/* BANNER */
/* ------------------------------------------- */
.ac-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  min-height: 500px;
  height: 100px;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .ac-banner {
    min-height: 420px;
  }
}

@media screen and (max-width: 767px) {
  .ac-banner {
    min-height: 500px;
    height: auto;
  }
}

.ac-banner.ac-banner--video {
  min-height: 80vh;
  margin-top: -25px;
}

@media screen and (max-width: 767px) {
  .ac-banner.ac-banner--video {
    min-height: 500px;
    height: auto;
  }
}

.ac-banner.ac-banner--video .ac-banner__content {
  z-index: 9;
}

.ac-banner--light {
  color: #ffffff;
}

.ac-banner__img-wrapp {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.ac-banner__content {
  position: relative;
  margin: 60px 0 80px 0;
  z-index: 6;
}

.ac-banner__title {
  margin-top: 0;
  margin-bottom: 0;
}

.ac-banner__text {
  margin-top: 25px;
}

.jarallax {
  position: relative;
  z-index: 0;
}

.jarallax > .jarallax-img {
  position: absolute;
  /* support for plugin https://github.com/bfred-it/object-fit-images */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-family: "object-fit: cover;";
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
}

.jarallax-img {
  height: auto !important;
}

/* ADMIN BAR */
.admin-bar .jarallax .jarallax-img {
  top: 32px !important;
}

@media screen and (max-width: 782px) {
  .admin-bar .jarallax .jarallax-img {
    top: 46px !important;
  }
}

@media screen and (max-width: 600px) {
  div[id="wpadminbar"] {
    position: fixed !important;
  }
}

/* ------------------------------------------- */
/* CATEGORY LIST */
/* ------------------------------------------- */
.ac-category {
  position: relative;
  padding: 70px 0;
}

@media screen and (max-width: 991px) {
  .ac-category {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .ac-category {
    padding: 50px 0;
  }
}

.ac-category--light {
  color: #ffffff;
}

.ac-category__top-row {
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .ac-category__top-row {
    margin-bottom: 40px;
  }
}

.ac-category__nav {
  padding: 8px 15px;
  background-color: #f2f2f2;
  text-align: center;
}

.ac-category__nav-item {
  display: inline-block;
  margin: 5px 10px;
  font-size: 24px;
}

@media screen and (max-width: 767px) {
  .ac-category__nav-item {
    font-size: 18px;
  }
}

.ac-category__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .ac-category__item {
    margin-bottom: 40px;
  }
}

.ac-category__item:last-child {
  margin-bottom: 0;
}

.ac-category__left-col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 34%;
          flex: 0 0 34%;
  max-width: 34%;
  padding-right: 15px;
}

@media screen and (max-width: 991px) {
  .ac-category__left-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
  }
}

.ac-category__right-col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66%;
          flex: 0 0 66%;
  max-width: 66%;
  padding-left: 15px;
}

@media screen and (max-width: 991px) {
  .ac-category__right-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
  }
}

.ac-category__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
}

.ac-category__title span {
  text-transform: uppercase;
}

/* ------------------------------------------- */
/* CONTACT INFO */
/* ------------------------------------------- */
.ac-contact {
  position: relative;
  padding: 70px 0;
}

@media screen and (max-width: 767px) {
  .ac-contact {
    padding: 50px 0;
  }
}

.ac-contact--light {
  color: #ffffff;
}

.ac-contact__inner {
  position: relative;
}

.ac-contact__inner-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}

.ac-contact__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  margin-bottom: 40px;
  padding: 0 10px;
}

@media screen and (min-width: 768px) {
  .ac-contact__item--col-2:nth-last-child(-n + 2) {
    margin-bottom: 0;
  }
}

.ac-contact__item--col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333333%;
          flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

@media screen and (max-width: 991px) {
  .ac-contact__item--col-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .ac-contact__item--col-3:first-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .ac-contact__item--col-3:nth-last-child(-n + 2) {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 992px) {
  .ac-contact__item--col-3:nth-last-child(-n + 3) {
    margin-bottom: 0;
  }
}

.ac-contact__item--col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

@media screen and (min-width: 768px) {
  .ac-contact__item--col-4:nth-last-child(-n + 2) {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 992px) {
  .ac-contact__item--col-4:nth-last-child(-n + 4) {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 991px) {
  .ac-contact__item--col-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .ac-contact__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .ac-contact__item:nth-last-child(1) {
    margin-bottom: 0;
  }
}

.ac-contact-item {
  position: relative;
}

.ac-contact-item__text + .ac-contact-item__links {
  margin-top: 10px;
}

.ac-contact-item__link-item {
  display: block;
  margin-bottom: 2px;
  font-size: 18px;
}

.ac-contact-item__link-item i {
  margin-right: 10px;
  color: #94A545;
}

.ac-contact-item__link-item a {
  color: #545354;
}

.gm-bundled-control {
  bottom: 130px !important;
}

/* ------------------------------------------- */
/* CONTACT FORM */
/* ------------------------------------------- */
.ac-contact-form {
  position: relative;
  padding: 70px 0;
}

@media screen and (max-width: 991px) {
  .ac-contact-form {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .ac-contact-form {
    padding: 50px 0;
  }
}

.ac-contact-form--light {
  color: #ffffff;
}

.ac-contact-form__wrapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.ac-contact-form__left-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 31%;
          flex: 0 0 31%;
  max-width: 31%;
  padding-right: 15px;
}

@media screen and (max-width: 991px) {
  .ac-contact-form__left-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
  }
}

.ac-contact-form__right-col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 69%;
          flex: 0 0 69%;
  max-width: 69%;
  padding-left: 15px;
}

@media screen and (max-width: 991px) {
  .ac-contact-form__right-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-top: 60px;
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .ac-contact-form__right-col {
    margin-top: 40px;
  }
}

.ac-contact-form__title {
  margin-top: 0;
  margin-bottom: 0;
}

.ac-contact-form__text {
  margin-top: 30px;
}

@media screen and (max-width: 991px) {
  .ac-contact-form__text {
    margin-top: 10px;
  }
}

.ac-contact-form a {
  color: #ffffff;
}

.ac-contact-form__form iframe {
  margin: 0;
  width: 100% !important;
  overflow: auto !important;
}

.ac-contact-form__tablist {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid #ffffff;
  margin-bottom: 30px;
  padding-top: 10px;
}

.ac-contact-form__tablist-item.active a {
  top: 1px;
  background-color: #569BBE;
}

.ac-contact-form__tablist-item a {
  position: relative;
  display: inline-block;
  height: 100%;
  padding: 10px 15px;
  border: 1px solid #ffffff;
  border-bottom: none;
  -webkit-box-shadow: 3px -3px 6px rgba(51, 51, 51, 0.4);
          box-shadow: 3px -3px 6px rgba(51, 51, 51, 0.4);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #3f81a3;
  text-decoration: none;
}

.ac-contact-form__tabpanel {
  display: none;
  -webkit-animation: fadeEffect 1s;
          animation: fadeEffect 1s;
}

.ac-contact-form__tabpanel.active {
  display: block;
}

@-webkit-keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* ------------------------------------------- */
/* ERROR PAGE */
/* ------------------------------------------- */
.ac-error {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 140px 0;
  background-color: #E58E1A;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .ac-error {
    padding: 100px 0;
  }
}

.ac-error__title, .ac-error__content {
  text-transform: uppercase;
  font-weight: 700;
}

.ac-error__title {
  color: rgba(255, 255, 255, 0.9);
}

.ac-error__content {
  color: #ffffff;
}

.ac-error form label {
  display: block;
  margin-bottom: 20px;
}

.ac-error form input[type="search"] {
  width: 260px;
}

/* ------------------------------------------- */
/* SEARCH RESULT */
/* ------------------------------------------- */
.ac-search {
  padding: 140px 0;
}

@media screen and (max-width: 767px) {
  .ac-search {
    padding: 100px 0;
  }
}

.ac-search__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}

.ac-search__item {
  width: 100%;
  padding: 0 10px;
  margin-bottom: 45px;
}

.ac-search__navigation {
  margin-top: 40px;
}

/* ------------------------------------------- */
/* HERITAGE */
/* ------------------------------------------- */
.ac-heritage {
  position: relative;
  padding: 70px 0;
}

@media screen and (max-width: 767px) {
  .ac-heritage {
    padding: 50px 0;
  }
}

.ac-heritage iframe {
  border: 0;
  overflow: auto;
  min-height: 279px !important;
}

/* ------------------------------------------- */
/* BLOG LIST */
/* ------------------------------------------- */
.ac-blog-list {
  position: relative;
  padding: 70px 0;
}

@media screen and (max-width: 991px) {
  .ac-blog-list {
    padding: 50px 0;
    text-align: center;
  }
}

.ac-blog-list--light {
  color: #ffffff;
}

.ac-blog-list__wrapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.ac-blog-list__left-col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  max-width: 30%;
  padding-right: 15px;
}

@media screen and (max-width: 991px) {
  .ac-blog-list__left-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
  }
}

.ac-blog-list__right-col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70%;
          flex: 0 0 70%;
  max-width: 70%;
  padding-left: 15px;
}

@media screen and (max-width: 991px) {
  .ac-blog-list__right-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-top: 60px;
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .ac-blog-list__right-col {
    margin-top: 40px;
  }
}

.ac-blog-list__title {
  margin-top: 0;
  margin-bottom: 0;
}

.ac-blog-list__btn {
  margin-top: 40px;
}

@media screen and (max-width: 991px) {
  .ac-blog-list__btn--top {
    display: none;
  }
}

.ac-blog-list__btn--bottom {
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 992px) {
  .ac-blog-list__btn--bottom {
    display: none;
  }
}

.ac-blog-list__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
}

.ac-blog-list__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  padding: 0 10px;
}

@media screen and (min-width: 768px) {
  .ac-blog-list__slider-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -10px;
  }
}

.ac-blog-list__slide {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

@media screen and (min-width: 768px) {
  .ac-blog-list__slide {
    padding: 0 10px;
  }
}

@media screen and (max-width: 767px) {
  .ac-blog-list__slide {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.ac-blog-list__nav {
  display: none;
  position: relative;
  margin-top: 40px;
}

.ac-blog-list__pagination.swiper-pagination {
  position: static;
  margin: 0 auto;
  width: calc(100% - 80px);
}

.ac-blog-list__pagination.swiper-pagination .swiper-pagination-bullet {
  margin: 10px 5px;
  outline: none;
}

.ac-blog-list__pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  border: 1px solid #569BBE;
  background-color: transparent;
  opacity: 1;
  vertical-align: middle;
}

.ac-blog-list__pagination .swiper-pagination-bullet-active {
  background-color: #569BBE;
}

.ac-blog-list__slider-btn {
  width: 35px;
  height: 35px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0;
  background-size: contain;
  outline: none;
}

.ac-blog-list__slider-btn--prev {
  left: 0;
  background-image: url("../images/circle-left-blue.svg");
}

.ac-blog-list__slider-btn--next {
  right: 0;
  background-image: url("../images/circle-right-blue.svg");
}

@media screen and (max-width: 767px) {
  .swiper-container.initialized .ac-blog-list__nav {
    display: block;
  }
}

.ac-blog-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
}

.ac-blog-item__img {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 170px;
  margin-bottom: 20px;
}

.ac-blog-item__img--align-left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.ac-blog-item__img img {
  max-height: 100%;
}

.ac-blog-item__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.3;
}

.ac-blog-item__title a {
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
  color: inherit;
  text-decoration: none;
}

.ac-blog-item__title a:hover {
  color: #569BBE;
}

.ac-blog-item__author {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 12px;
}

.ac-blog-item__author a {
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
  color: #E58E1A;
  text-decoration: none;
}

.ac-blog-item__author a:hover {
  color: #569BBE;
}

.ac-blog-item__text {
  margin-top: 20px;
}

.ac-blog-item__btn {
  margin-top: 20px;
  font-size: 21px;
}

/* ------------------------------------------- */
/* MAP */
/* ------------------------------------------- */
.ac-map {
  position: relative;
}

.ac-map--fullwidth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ac-map--fullwidth .ac-map__map {
  width: 100%;
}

.ac-map--fullwidth .ac-map__btn {
  position: absolute;
  top: calc(50% + 20px);
}

.ac-map--column {
  padding: 70px 0;
}

@media screen and (max-width: 991px) {
  .ac-map--column {
    padding: 50px 0;
    text-align: center;
  }
}

.ac-map--light {
  color: #ffffff;
}

.ac-map__wrapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.ac-map__left-col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  max-width: 30%;
  padding-right: 15px;
}

@media screen and (max-width: 991px) {
  .ac-map__left-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
  }
}

.ac-map__right-col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70%;
          flex: 0 0 70%;
  max-width: 70%;
  padding-left: 15px;
}

@media screen and (max-width: 991px) {
  .ac-map__right-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-top: 60px;
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .ac-map__right-col {
    margin-top: 40px;
  }
}

.ac-map__title {
  margin-top: 0;
  margin-bottom: 0;
}

.ac-map__btn {
  margin-top: 40px;
}

@media screen and (max-width: 991px) {
  .ac-map__btn--top {
    display: none;
  }
}

.ac-map__btn--bottom {
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 992px) {
  .ac-map__btn--bottom {
    display: none;
  }
}

/* ------------------------------------------- */
/* NEWSFEED */
/* ------------------------------------------- */
.rss-aggregator {
  position: relative;
}

.rss-aggregator .feed-item a {
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.rss-aggregator .feed-item a:hover, .rss-aggregator .feed-item a:focus {
  color: #E58E1A;
}

/* ------------------------------------------- */
/* NAVIGATION */
/* ------------------------------------------- */
.ac-navigation {
  position: relative;
}

.ac-navigation:before, .ac-navigation:after {
  display: table;
  clear: both;
  content: "";
}

.ac-navigation__item {
  display: inline-block;
  width: 35px;
  height: 35px;
  margin: 0;
  background-size: contain;
  outline: none;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  cursor: pointer;
}

.ac-navigation__item:hover {
  opacity: 0.35;
}

.ac-navigation__item--left {
  background-image: url("../images/circle-left-blue.svg");
}

.ac-navigation__item--right {
  float: right;
  background-image: url("../images/circle-right-blue.svg");
}

.ac-navigation__item a {
  display: block;
  height: 35px;
}

/* ------------------------------------------- */
/* MAP ELEMENTS */
/* ------------------------------------------- */
.ac-map .wpgmza_marker_carousel .item p,
.ac-map .wpgmza_markerbox p {
  padding: 0;
  margin: 10px 0;
}

.ac-map .wpgmza_marker_carousel .item p:first-child,
.ac-map .wpgmza_markerbox p:first-child {
  margin-top: 0;
}

.ac-map .wpgmza_marker_carousel .item p:last-child,
.ac-map .wpgmza_markerbox p:last-child {
  margin-bottom: 0;
}

.ac-map .wpgmza_marker_carousel .item {
  width: calc(100% - 30px);
  margin: 15px;
  padding: 0 !important;
  border-radius: 0;
  border: 1px solid #cccccc;
  background-color: #ffffff;
}

.ac-map .wpgmza_marker_carousel .item .wpgmza_marker_title,
.ac-map .wpgmza_marker_carousel .item .wpgmza_marker_address {
  color: #545354;
}

.ac-map .wpgmza_marker_carousel .item .wpgmza_marker_title {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.1;
}

.ac-map .wpgmza_marker_carousel .item .wpgmza_marker_address {
  font-size: 16px;
  line-height: 1.5;
}

.ac-map .wpgmza_marker_carousel .wpgmza_carousel_image_holder {
  position: relative;
  padding-top: 56.25%;
}

.ac-map .wpgmza_marker_carousel .wpgmza_carousel_image_holder img {
  width: 100% !important;
  height: 100% !important;
  left: 0;
  position: absolute;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.ac-map .wpgmza_marker_carousel .wpgmza_carousel_info_holder {
  margin: 0;
  padding: 20px 10px;
}

.ac-map .wpgmza_marker_carousel .wpgmza_marker_directions_link a {
  color: #569BBE;
  text-transform: uppercase;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
  text-decoration: none;
}

.ac-map .wpgmza_marker_carousel .wpgmza_marker_directions_link a:hover, .ac-map .wpgmza_marker_carousel .wpgmza_marker_directions_link a:focus {
  color: #E58E1A;
}

.ac-map .wpgmza_marker_carousel .owl-nav .owl-prev,
.ac-map .wpgmza_marker_carousel .owl-nav .owl-next {
  width: 35px;
  height: 35px;
  margin: 0 30px;
  background-size: contain;
  background-color: transparent;
  outline: none;
  color: transparent;
}

.ac-map .wpgmza_marker_carousel .owl-nav .owl-prev:hover,
.ac-map .wpgmza_marker_carousel .owl-nav .owl-next:hover {
  background-color: transparent;
  color: transparent;
}

.ac-map .wpgmza_marker_carousel .owl-nav .owl-prev {
  background-image: url("../images/circle-left-blue.svg");
}

.ac-map .wpgmza_marker_carousel .owl-nav .owl-prev:hover {
  background-image: url("../images/circle-left-blue.svg");
}

.ac-map .wpgmza_marker_carousel .owl-nav .owl-next {
  background-image: url("../images/circle-right-blue.svg");
}

.ac-map .wpgmza_marker_carousel .owl-nav .owl-next:hover {
  background-image: url("../images/circle-right-blue.svg");
}

.ac-map .gm-ui-hover-effect {
  color: #569BBE;
  opacity: 1;
}

.ac-map .gm-ui-hover-effect:after {
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  font-family: "FontAwesome";
  font-size: 25px;
  content: "\f00d";
}

.ac-map .gm-ui-hover-effect img {
  visibility: hidden;
}

.ac-map .wpgmza_markerbox {
  position: relative;
  padding: 10px 0;
  font-family: "Montserrat", sans-serif;
}

.ac-map .wpgmza_markerbox img {
  margin: 0 !important;
  float: none !important;
  width: 200px;
  height: auto;
}

.ac-map .wpgmza_markerbox .wpgmza_infowindow_title,
.ac-map .wpgmza_markerbox .wpgmza_infowindow_address {
  color: #545354 !important;
  font-weight: 700;
}

.ac-map .wpgmza_markerbox .wpgmza_infowindow_title {
  font-size: 18px;
  line-height: 1.1;
}

.ac-map .wpgmza_markerbox .wpgmza_infowindow_address {
  font-size: 13px;
  line-height: 1.35;
}

.ac-map .wpgmza_markerbox p:last-child {
  text-align: center;
}

.ac-map .wpgmza_markerbox a.wpgmza_gd {
  color: #ffffff !important;
}

.ac-map__map {
  background-color: #569BBE;
}

.ac-map__map > div {
  background-color: #ffffff;
}

.ac-map__map > p {
  margin-top: 0;
  padding: 20px 0;
  color: #ffffff;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.1;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .ac-map__map > p {
    padding: 20px 15px;
  }
}

.ac-map__map > p select {
  width: 80%;
  max-width: 400px;
  margin-left: 25px;
  padding: 0;
  border-radius: 0;
  font-size: 16px;
  line-height: 1.5;
  background-color: #f5f8fa;
  border: 1px solid #cbd6e2;
}

@media screen and (max-width: 767px) {
  .ac-map__map > p select {
    margin-left: 0;
    margin-top: 15px;
    width: 100%;
    max-width: 100%;
  }
}

/* fix for google map plugin icon */
.fab {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ------------------------------------------- */
/* PADDINGS AND MARGINS */
/* ------------------------------------------- */
.margin-lg-0t {
  margin-top: 0px;
}

.margin-lg-5t {
  margin-top: 5px;
}

.margin-lg-10t {
  margin-top: 10px;
}

.margin-lg-15t {
  margin-top: 15px;
}

.margin-lg-20t {
  margin-top: 20px;
}

.margin-lg-25t {
  margin-top: 25px;
}

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

.margin-lg-35t {
  margin-top: 35px;
}

.margin-lg-40t {
  margin-top: 40px;
}

.margin-lg-45t {
  margin-top: 45px;
}

.margin-lg-50t {
  margin-top: 50px;
}

.margin-lg-55t {
  margin-top: 55px;
}

.margin-lg-60t {
  margin-top: 60px;
}

.margin-lg-65t {
  margin-top: 65px;
}

.margin-lg-70t {
  margin-top: 70px;
}

.margin-lg-75t {
  margin-top: 75px;
}

.margin-lg-80t {
  margin-top: 80px;
}

.margin-lg-85t {
  margin-top: 85px;
}

.margin-lg-90t {
  margin-top: 90px;
}

.margin-lg-95t {
  margin-top: 95px;
}

.margin-lg-100t {
  margin-top: 100px;
}

.margin-lg-105t {
  margin-top: 105px;
}

.margin-lg-110t {
  margin-top: 110px;
}

.margin-lg-115t {
  margin-top: 115px;
}

.margin-lg-120t {
  margin-top: 120px;
}

.margin-lg-125t {
  margin-top: 125px;
}

.margin-lg-130t {
  margin-top: 130px;
}

.margin-lg-135t {
  margin-top: 135px;
}

.margin-lg-140t {
  margin-top: 140px;
}

.margin-lg-145t {
  margin-top: 145px;
}

.margin-lg-150t {
  margin-top: 150px;
}

.margin-lg-155t {
  margin-top: 155px;
}

.margin-lg-160t {
  margin-top: 160px;
}

.margin-lg-165t {
  margin-top: 165px;
}

.margin-lg-170t {
  margin-top: 170px;
}

.margin-lg-175t {
  margin-top: 175px;
}

.margin-lg-180t {
  margin-top: 180px;
}

.margin-lg-185t {
  margin-top: 185px;
}

.margin-lg-190t {
  margin-top: 190px;
}

.margin-lg-195t {
  margin-top: 195px;
}

.margin-lg-200t {
  margin-top: 200px;
}

.margin-lg-0b {
  margin-bottom: 0px;
}

.margin-lg-5b {
  margin-bottom: 5px;
}

.margin-lg-10b {
  margin-bottom: 10px;
}

.margin-lg-15b {
  margin-bottom: 15px;
}

.margin-lg-20b {
  margin-bottom: 20px;
}

.margin-lg-25b {
  margin-bottom: 25px;
}

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

.margin-lg-35b {
  margin-bottom: 35px;
}

.margin-lg-40b {
  margin-bottom: 40px;
}

.margin-lg-45b {
  margin-bottom: 45px;
}

.margin-lg-50b {
  margin-bottom: 50px;
}

.margin-lg-55b {
  margin-bottom: 55px;
}

.margin-lg-60b {
  margin-bottom: 60px;
}

.margin-lg-65b {
  margin-bottom: 65px;
}

.margin-lg-70b {
  margin-bottom: 70px;
}

.margin-lg-75b {
  margin-bottom: 75px;
}

.margin-lg-80b {
  margin-bottom: 80px;
}

.margin-lg-85b {
  margin-bottom: 85px;
}

.margin-lg-90b {
  margin-bottom: 90px;
}

.margin-lg-95b {
  margin-bottom: 95px;
}

.margin-lg-100b {
  margin-bottom: 100px;
}

.margin-lg-105b {
  margin-bottom: 105px;
}

.margin-lg-110b {
  margin-bottom: 110px;
}

.margin-lg-115b {
  margin-bottom: 115px;
}

.margin-lg-120b {
  margin-bottom: 120px;
}

.margin-lg-125b {
  margin-bottom: 125px;
}

.margin-lg-130b {
  margin-bottom: 130px;
}

.margin-lg-135b {
  margin-bottom: 135px;
}

.margin-lg-140b {
  margin-bottom: 140px;
}

.margin-lg-145b {
  margin-bottom: 145px;
}

.margin-lg-150b {
  margin-bottom: 150px;
}

.margin-lg-155b {
  margin-bottom: 155px;
}

.margin-lg-160b {
  margin-bottom: 160px;
}

.margin-lg-165b {
  margin-bottom: 165px;
}

.margin-lg-170b {
  margin-bottom: 170px;
}

.margin-lg-175b {
  margin-bottom: 175px;
}

.margin-lg-180b {
  margin-bottom: 180px;
}

.margin-lg-185b {
  margin-bottom: 185px;
}

.margin-lg-190b {
  margin-bottom: 190px;
}

.margin-lg-195b {
  margin-bottom: 195px;
}

.margin-lg-200b {
  margin-bottom: 200px;
}

.padding-lg-0t {
  padding-top: 0px;
}

.padding-lg-5t {
  padding-top: 5px;
}

.padding-lg-10t {
  padding-top: 10px;
}

.padding-lg-15t {
  padding-top: 15px;
}

.padding-lg-20t {
  padding-top: 20px;
}

.padding-lg-25t {
  padding-top: 25px;
}

.padding-lg-30t {
  padding-top: 30px;
}

.padding-lg-35t {
  padding-top: 35px;
}

.padding-lg-40t {
  padding-top: 40px;
}

.padding-lg-45t {
  padding-top: 45px;
}

.padding-lg-50t {
  padding-top: 50px;
}

.padding-lg-55t {
  padding-top: 55px;
}

.padding-lg-60t {
  padding-top: 60px;
}

.padding-lg-65t {
  padding-top: 65px;
}

.padding-lg-70t {
  padding-top: 70px;
}

.padding-lg-75t {
  padding-top: 75px;
}

.padding-lg-80t {
  padding-top: 80px;
}

.padding-lg-85t {
  padding-top: 85px;
}

.padding-lg-90t {
  padding-top: 90px;
}

.padding-lg-95t {
  padding-top: 95px;
}

.padding-lg-100t {
  padding-top: 100px;
}

.padding-lg-105t {
  padding-top: 105px;
}

.padding-lg-110t {
  padding-top: 110px;
}

.padding-lg-115t {
  padding-top: 115px;
}

.padding-lg-120t {
  padding-top: 120px;
}

.padding-lg-125t {
  padding-top: 125px;
}

.padding-lg-130t {
  padding-top: 130px;
}

.padding-lg-135t {
  padding-top: 135px;
}

.padding-lg-140t {
  padding-top: 140px;
}

.padding-lg-145t {
  padding-top: 145px;
}

.padding-lg-150t {
  padding-top: 150px;
}

.padding-lg-155t {
  padding-top: 155px;
}

.padding-lg-160t {
  padding-top: 160px;
}

.padding-lg-165t {
  padding-top: 165px;
}

.padding-lg-170t {
  padding-top: 170px;
}

.padding-lg-175t {
  padding-top: 175px;
}

.padding-lg-180t {
  padding-top: 180px;
}

.padding-lg-185t {
  padding-top: 185px;
}

.padding-lg-190t {
  padding-top: 190px;
}

.padding-lg-195t {
  padding-top: 195px;
}

.padding-lg-200t {
  padding-top: 200px;
}

.padding-lg-0b {
  padding-bottom: 0px;
}

.padding-lg-5b {
  padding-bottom: 5px;
}

.padding-lg-10b {
  padding-bottom: 10px;
}

.padding-lg-15b {
  padding-bottom: 15px;
}

.padding-lg-20b {
  padding-bottom: 20px;
}

.padding-lg-25b {
  padding-bottom: 25px;
}

.padding-lg-30b {
  padding-bottom: 30px;
}

.padding-lg-35b {
  padding-bottom: 35px;
}

.padding-lg-40b {
  padding-bottom: 40px;
}

.padding-lg-45b {
  padding-bottom: 45px;
}

.padding-lg-50b {
  padding-bottom: 50px;
}

.padding-lg-55b {
  padding-bottom: 55px;
}

.padding-lg-60b {
  padding-bottom: 60px;
}

.padding-lg-65b {
  padding-bottom: 65px;
}

.padding-lg-70b {
  padding-bottom: 70px;
}

.padding-lg-75b {
  padding-bottom: 75px;
}

.padding-lg-80b {
  padding-bottom: 80px;
}

.padding-lg-85b {
  padding-bottom: 85px;
}

.padding-lg-90b {
  padding-bottom: 90px;
}

.padding-lg-95b {
  padding-bottom: 95px;
}

.padding-lg-100b {
  padding-bottom: 100px;
}

.padding-lg-105b {
  padding-bottom: 105px;
}

.padding-lg-110b {
  padding-bottom: 110px;
}

.padding-lg-115b {
  padding-bottom: 115px;
}

.padding-lg-120b {
  padding-bottom: 120px;
}

.padding-lg-125b {
  padding-bottom: 125px;
}

.padding-lg-130b {
  padding-bottom: 130px;
}

.padding-lg-135b {
  padding-bottom: 135px;
}

.padding-lg-140b {
  padding-bottom: 140px;
}

.padding-lg-145b {
  padding-bottom: 145px;
}

.padding-lg-150b {
  padding-bottom: 150px;
}

.padding-lg-155b {
  padding-bottom: 155px;
}

.padding-lg-160b {
  padding-bottom: 160px;
}

.padding-lg-165b {
  padding-bottom: 165px;
}

.padding-lg-170b {
  padding-bottom: 170px;
}

.padding-lg-175b {
  padding-bottom: 175px;
}

.padding-lg-180b {
  padding-bottom: 180px;
}

.padding-lg-185b {
  padding-bottom: 185px;
}

.padding-lg-190b {
  padding-bottom: 190px;
}

.padding-lg-195b {
  padding-bottom: 195px;
}

.padding-lg-200b {
  padding-bottom: 200px;
}

@media screen and (max-width: 1199px) {
  .margin-md-0t {
    margin-top: 0px;
  }
  .margin-md-5t {
    margin-top: 5px;
  }
  .margin-md-10t {
    margin-top: 10px;
  }
  .margin-md-15t {
    margin-top: 15px;
  }
  .margin-md-20t {
    margin-top: 20px;
  }
  .margin-md-25t {
    margin-top: 25px;
  }
  .margin-md-30t {
    margin-top: 30px;
  }
  .margin-md-35t {
    margin-top: 35px;
  }
  .margin-md-40t {
    margin-top: 40px;
  }
  .margin-md-45t {
    margin-top: 45px;
  }
  .margin-md-50t {
    margin-top: 50px;
  }
  .margin-md-55t {
    margin-top: 55px;
  }
  .margin-md-60t {
    margin-top: 60px;
  }
  .margin-md-65t {
    margin-top: 65px;
  }
  .margin-md-70t {
    margin-top: 70px;
  }
  .margin-md-75t {
    margin-top: 75px;
  }
  .margin-md-80t {
    margin-top: 80px;
  }
  .margin-md-85t {
    margin-top: 85px;
  }
  .margin-md-90t {
    margin-top: 90px;
  }
  .margin-md-95t {
    margin-top: 95px;
  }
  .margin-md-100t {
    margin-top: 100px;
  }
  .margin-md-105t {
    margin-top: 105px;
  }
  .margin-md-110t {
    margin-top: 110px;
  }
  .margin-md-115t {
    margin-top: 115px;
  }
  .margin-md-120t {
    margin-top: 120px;
  }
  .margin-md-125t {
    margin-top: 125px;
  }
  .margin-md-130t {
    margin-top: 130px;
  }
  .margin-md-135t {
    margin-top: 135px;
  }
  .margin-md-140t {
    margin-top: 140px;
  }
  .margin-md-145t {
    margin-top: 145px;
  }
  .margin-md-150t {
    margin-top: 150px;
  }
  .margin-md-155t {
    margin-top: 155px;
  }
  .margin-md-160t {
    margin-top: 160px;
  }
  .margin-md-165t {
    margin-top: 165px;
  }
  .margin-md-170t {
    margin-top: 170px;
  }
  .margin-md-175t {
    margin-top: 175px;
  }
  .margin-md-180t {
    margin-top: 180px;
  }
  .margin-md-185t {
    margin-top: 185px;
  }
  .margin-md-190t {
    margin-top: 190px;
  }
  .margin-md-195t {
    margin-top: 195px;
  }
  .margin-md-200t {
    margin-top: 200px;
  }
  .margin-md-0b {
    margin-bottom: 0px;
  }
  .margin-md-5b {
    margin-bottom: 5px;
  }
  .margin-md-10b {
    margin-bottom: 10px;
  }
  .margin-md-15b {
    margin-bottom: 15px;
  }
  .margin-md-20b {
    margin-bottom: 20px;
  }
  .margin-md-25b {
    margin-bottom: 25px;
  }
  .margin-md-30b {
    margin-bottom: 30px;
  }
  .margin-md-35b {
    margin-bottom: 35px;
  }
  .margin-md-40b {
    margin-bottom: 40px;
  }
  .margin-md-45b {
    margin-bottom: 45px;
  }
  .margin-md-50b {
    margin-bottom: 50px;
  }
  .margin-md-55b {
    margin-bottom: 55px;
  }
  .margin-md-60b {
    margin-bottom: 60px;
  }
  .margin-md-65b {
    margin-bottom: 65px;
  }
  .margin-md-70b {
    margin-bottom: 70px;
  }
  .margin-md-75b {
    margin-bottom: 75px;
  }
  .margin-md-80b {
    margin-bottom: 80px;
  }
  .margin-md-85b {
    margin-bottom: 85px;
  }
  .margin-md-90b {
    margin-bottom: 90px;
  }
  .margin-md-95b {
    margin-bottom: 95px;
  }
  .margin-md-100b {
    margin-bottom: 100px;
  }
  .margin-md-105b {
    margin-bottom: 105px;
  }
  .margin-md-110b {
    margin-bottom: 110px;
  }
  .margin-md-115b {
    margin-bottom: 115px;
  }
  .margin-md-120b {
    margin-bottom: 120px;
  }
  .margin-md-125b {
    margin-bottom: 125px;
  }
  .margin-md-130b {
    margin-bottom: 130px;
  }
  .margin-md-135b {
    margin-bottom: 135px;
  }
  .margin-md-140b {
    margin-bottom: 140px;
  }
  .margin-md-145b {
    margin-bottom: 145px;
  }
  .margin-md-150b {
    margin-bottom: 150px;
  }
  .margin-md-155b {
    margin-bottom: 155px;
  }
  .margin-md-160b {
    margin-bottom: 160px;
  }
  .margin-md-165b {
    margin-bottom: 165px;
  }
  .margin-md-170b {
    margin-bottom: 170px;
  }
  .margin-md-175b {
    margin-bottom: 175px;
  }
  .margin-md-180b {
    margin-bottom: 180px;
  }
  .margin-md-185b {
    margin-bottom: 185px;
  }
  .margin-md-190b {
    margin-bottom: 190px;
  }
  .margin-md-195b {
    margin-bottom: 195px;
  }
  .margin-md-200b {
    margin-bottom: 200px;
  }
  .padding-md-0t {
    padding-top: 0px;
  }
  .padding-md-5t {
    padding-top: 5px;
  }
  .padding-md-10t {
    padding-top: 10px;
  }
  .padding-md-15t {
    padding-top: 15px;
  }
  .padding-md-20t {
    padding-top: 20px;
  }
  .padding-md-25t {
    padding-top: 25px;
  }
  .padding-md-30t {
    padding-top: 30px;
  }
  .padding-md-35t {
    padding-top: 35px;
  }
  .padding-md-40t {
    padding-top: 40px;
  }
  .padding-md-45t {
    padding-top: 45px;
  }
  .padding-md-50t {
    padding-top: 50px;
  }
  .padding-md-55t {
    padding-top: 55px;
  }
  .padding-md-60t {
    padding-top: 60px;
  }
  .padding-md-65t {
    padding-top: 65px;
  }
  .padding-md-70t {
    padding-top: 70px;
  }
  .padding-md-75t {
    padding-top: 75px;
  }
  .padding-md-80t {
    padding-top: 80px;
  }
  .padding-md-85t {
    padding-top: 85px;
  }
  .padding-md-90t {
    padding-top: 90px;
  }
  .padding-md-95t {
    padding-top: 95px;
  }
  .padding-md-100t {
    padding-top: 100px;
  }
  .padding-md-105t {
    padding-top: 105px;
  }
  .padding-md-110t {
    padding-top: 110px;
  }
  .padding-md-115t {
    padding-top: 115px;
  }
  .padding-md-120t {
    padding-top: 120px;
  }
  .padding-md-125t {
    padding-top: 125px;
  }
  .padding-md-130t {
    padding-top: 130px;
  }
  .padding-md-135t {
    padding-top: 135px;
  }
  .padding-md-140t {
    padding-top: 140px;
  }
  .padding-md-145t {
    padding-top: 145px;
  }
  .padding-md-150t {
    padding-top: 150px;
  }
  .padding-md-155t {
    padding-top: 155px;
  }
  .padding-md-160t {
    padding-top: 160px;
  }
  .padding-md-165t {
    padding-top: 165px;
  }
  .padding-md-170t {
    padding-top: 170px;
  }
  .padding-md-175t {
    padding-top: 175px;
  }
  .padding-md-180t {
    padding-top: 180px;
  }
  .padding-md-185t {
    padding-top: 185px;
  }
  .padding-md-190t {
    padding-top: 190px;
  }
  .padding-md-195t {
    padding-top: 195px;
  }
  .padding-md-200t {
    padding-top: 200px;
  }
  .padding-md-0b {
    padding-bottom: 0px;
  }
  .padding-md-5b {
    padding-bottom: 5px;
  }
  .padding-md-10b {
    padding-bottom: 10px;
  }
  .padding-md-15b {
    padding-bottom: 15px;
  }
  .padding-md-20b {
    padding-bottom: 20px;
  }
  .padding-md-25b {
    padding-bottom: 25px;
  }
  .padding-md-30b {
    padding-bottom: 30px;
  }
  .padding-md-35b {
    padding-bottom: 35px;
  }
  .padding-md-40b {
    padding-bottom: 40px;
  }
  .padding-md-45b {
    padding-bottom: 45px;
  }
  .padding-md-50b {
    padding-bottom: 50px;
  }
  .padding-md-55b {
    padding-bottom: 55px;
  }
  .padding-md-60b {
    padding-bottom: 60px;
  }
  .padding-md-65b {
    padding-bottom: 65px;
  }
  .padding-md-70b {
    padding-bottom: 70px;
  }
  .padding-md-75b {
    padding-bottom: 75px;
  }
  .padding-md-80b {
    padding-bottom: 80px;
  }
  .padding-md-85b {
    padding-bottom: 85px;
  }
  .padding-md-90b {
    padding-bottom: 90px;
  }
  .padding-md-95b {
    padding-bottom: 95px;
  }
  .padding-md-100b {
    padding-bottom: 100px;
  }
  .padding-md-105b {
    padding-bottom: 105px;
  }
  .padding-md-110b {
    padding-bottom: 110px;
  }
  .padding-md-115b {
    padding-bottom: 115px;
  }
  .padding-md-120b {
    padding-bottom: 120px;
  }
  .padding-md-125b {
    padding-bottom: 125px;
  }
  .padding-md-130b {
    padding-bottom: 130px;
  }
  .padding-md-135b {
    padding-bottom: 135px;
  }
  .padding-md-140b {
    padding-bottom: 140px;
  }
  .padding-md-145b {
    padding-bottom: 145px;
  }
  .padding-md-150b {
    padding-bottom: 150px;
  }
  .padding-md-155b {
    padding-bottom: 155px;
  }
  .padding-md-160b {
    padding-bottom: 160px;
  }
  .padding-md-165b {
    padding-bottom: 165px;
  }
  .padding-md-170b {
    padding-bottom: 170px;
  }
  .padding-md-175b {
    padding-bottom: 175px;
  }
  .padding-md-180b {
    padding-bottom: 180px;
  }
  .padding-md-185b {
    padding-bottom: 185px;
  }
  .padding-md-190b {
    padding-bottom: 190px;
  }
  .padding-md-195b {
    padding-bottom: 195px;
  }
  .padding-md-200b {
    padding-bottom: 200px;
  }
}

@media screen and (max-width: 991px) {
  .margin-sm-0t {
    margin-top: 0px;
  }
  .margin-sm-5t {
    margin-top: 5px;
  }
  .margin-sm-10t {
    margin-top: 10px;
  }
  .margin-sm-15t {
    margin-top: 15px;
  }
  .margin-sm-20t {
    margin-top: 20px;
  }
  .margin-sm-25t {
    margin-top: 25px;
  }
  .margin-sm-30t {
    margin-top: 30px;
  }
  .margin-sm-35t {
    margin-top: 35px;
  }
  .margin-sm-40t {
    margin-top: 40px;
  }
  .margin-sm-45t {
    margin-top: 45px;
  }
  .margin-sm-50t {
    margin-top: 50px;
  }
  .margin-sm-55t {
    margin-top: 55px;
  }
  .margin-sm-60t {
    margin-top: 60px;
  }
  .margin-sm-65t {
    margin-top: 65px;
  }
  .margin-sm-70t {
    margin-top: 70px;
  }
  .margin-sm-75t {
    margin-top: 75px;
  }
  .margin-sm-80t {
    margin-top: 80px;
  }
  .margin-sm-85t {
    margin-top: 85px;
  }
  .margin-sm-90t {
    margin-top: 90px;
  }
  .margin-sm-95t {
    margin-top: 95px;
  }
  .margin-sm-100t {
    margin-top: 100px;
  }
  .margin-sm-105t {
    margin-top: 105px;
  }
  .margin-sm-110t {
    margin-top: 110px;
  }
  .margin-sm-115t {
    margin-top: 115px;
  }
  .margin-sm-120t {
    margin-top: 120px;
  }
  .margin-sm-125t {
    margin-top: 125px;
  }
  .margin-sm-130t {
    margin-top: 130px;
  }
  .margin-sm-135t {
    margin-top: 135px;
  }
  .margin-sm-140t {
    margin-top: 140px;
  }
  .margin-sm-145t {
    margin-top: 145px;
  }
  .margin-sm-150t {
    margin-top: 150px;
  }
  .margin-sm-155t {
    margin-top: 155px;
  }
  .margin-sm-160t {
    margin-top: 160px;
  }
  .margin-sm-165t {
    margin-top: 165px;
  }
  .margin-sm-170t {
    margin-top: 170px;
  }
  .margin-sm-175t {
    margin-top: 175px;
  }
  .margin-sm-180t {
    margin-top: 180px;
  }
  .margin-sm-185t {
    margin-top: 185px;
  }
  .margin-sm-190t {
    margin-top: 190px;
  }
  .margin-sm-195t {
    margin-top: 195px;
  }
  .margin-sm-200t {
    margin-top: 200px;
  }
  .margin-sm-0b {
    margin-bottom: 0px;
  }
  .margin-sm-5b {
    margin-bottom: 5px;
  }
  .margin-sm-10b {
    margin-bottom: 10px;
  }
  .margin-sm-15b {
    margin-bottom: 15px;
  }
  .margin-sm-20b {
    margin-bottom: 20px;
  }
  .margin-sm-25b {
    margin-bottom: 25px;
  }
  .margin-sm-30b {
    margin-bottom: 30px;
  }
  .margin-sm-35b {
    margin-bottom: 35px;
  }
  .margin-sm-40b {
    margin-bottom: 40px;
  }
  .margin-sm-45b {
    margin-bottom: 45px;
  }
  .margin-sm-50b {
    margin-bottom: 50px;
  }
  .margin-sm-55b {
    margin-bottom: 55px;
  }
  .margin-sm-60b {
    margin-bottom: 60px;
  }
  .margin-sm-65b {
    margin-bottom: 65px;
  }
  .margin-sm-70b {
    margin-bottom: 70px;
  }
  .margin-sm-75b {
    margin-bottom: 75px;
  }
  .margin-sm-80b {
    margin-bottom: 80px;
  }
  .margin-sm-85b {
    margin-bottom: 85px;
  }
  .margin-sm-90b {
    margin-bottom: 90px;
  }
  .margin-sm-95b {
    margin-bottom: 95px;
  }
  .margin-sm-100b {
    margin-bottom: 100px;
  }
  .margin-sm-105b {
    margin-bottom: 105px;
  }
  .margin-sm-110b {
    margin-bottom: 110px;
  }
  .margin-sm-115b {
    margin-bottom: 115px;
  }
  .margin-sm-120b {
    margin-bottom: 120px;
  }
  .margin-sm-125b {
    margin-bottom: 125px;
  }
  .margin-sm-130b {
    margin-bottom: 130px;
  }
  .margin-sm-135b {
    margin-bottom: 135px;
  }
  .margin-sm-140b {
    margin-bottom: 140px;
  }
  .margin-sm-145b {
    margin-bottom: 145px;
  }
  .margin-sm-150b {
    margin-bottom: 150px;
  }
  .margin-sm-155b {
    margin-bottom: 155px;
  }
  .margin-sm-160b {
    margin-bottom: 160px;
  }
  .margin-sm-165b {
    margin-bottom: 165px;
  }
  .margin-sm-170b {
    margin-bottom: 170px;
  }
  .margin-sm-175b {
    margin-bottom: 175px;
  }
  .margin-sm-180b {
    margin-bottom: 180px;
  }
  .margin-sm-185b {
    margin-bottom: 185px;
  }
  .margin-sm-190b {
    margin-bottom: 190px;
  }
  .margin-sm-195b {
    margin-bottom: 195px;
  }
  .margin-sm-200b {
    margin-bottom: 200px;
  }
  .padding-sm-0t {
    padding-top: 0px;
  }
  .padding-sm-5t {
    padding-top: 5px;
  }
  .padding-sm-10t {
    padding-top: 10px;
  }
  .padding-sm-15t {
    padding-top: 15px;
  }
  .padding-sm-20t {
    padding-top: 20px;
  }
  .padding-sm-25t {
    padding-top: 25px;
  }
  .padding-sm-30t {
    padding-top: 30px;
  }
  .padding-sm-35t {
    padding-top: 35px;
  }
  .padding-sm-40t {
    padding-top: 40px;
  }
  .padding-sm-45t {
    padding-top: 45px;
  }
  .padding-sm-50t {
    padding-top: 50px;
  }
  .padding-sm-55t {
    padding-top: 55px;
  }
  .padding-sm-60t {
    padding-top: 60px;
  }
  .padding-sm-65t {
    padding-top: 65px;
  }
  .padding-sm-70t {
    padding-top: 70px;
  }
  .padding-sm-75t {
    padding-top: 75px;
  }
  .padding-sm-80t {
    padding-top: 80px;
  }
  .padding-sm-85t {
    padding-top: 85px;
  }
  .padding-sm-90t {
    padding-top: 90px;
  }
  .padding-sm-95t {
    padding-top: 95px;
  }
  .padding-sm-100t {
    padding-top: 100px;
  }
  .padding-sm-105t {
    padding-top: 105px;
  }
  .padding-sm-110t {
    padding-top: 110px;
  }
  .padding-sm-115t {
    padding-top: 115px;
  }
  .padding-sm-120t {
    padding-top: 120px;
  }
  .padding-sm-125t {
    padding-top: 125px;
  }
  .padding-sm-130t {
    padding-top: 130px;
  }
  .padding-sm-135t {
    padding-top: 135px;
  }
  .padding-sm-140t {
    padding-top: 140px;
  }
  .padding-sm-145t {
    padding-top: 145px;
  }
  .padding-sm-150t {
    padding-top: 150px;
  }
  .padding-sm-155t {
    padding-top: 155px;
  }
  .padding-sm-160t {
    padding-top: 160px;
  }
  .padding-sm-165t {
    padding-top: 165px;
  }
  .padding-sm-170t {
    padding-top: 170px;
  }
  .padding-sm-175t {
    padding-top: 175px;
  }
  .padding-sm-180t {
    padding-top: 180px;
  }
  .padding-sm-185t {
    padding-top: 185px;
  }
  .padding-sm-190t {
    padding-top: 190px;
  }
  .padding-sm-195t {
    padding-top: 195px;
  }
  .padding-sm-200t {
    padding-top: 200px;
  }
  .padding-sm-0b {
    padding-bottom: 0px;
  }
  .padding-sm-5b {
    padding-bottom: 5px;
  }
  .padding-sm-10b {
    padding-bottom: 10px;
  }
  .padding-sm-15b {
    padding-bottom: 15px;
  }
  .padding-sm-20b {
    padding-bottom: 20px;
  }
  .padding-sm-25b {
    padding-bottom: 25px;
  }
  .padding-sm-30b {
    padding-bottom: 30px;
  }
  .padding-sm-35b {
    padding-bottom: 35px;
  }
  .padding-sm-40b {
    padding-bottom: 40px;
  }
  .padding-sm-45b {
    padding-bottom: 45px;
  }
  .padding-sm-50b {
    padding-bottom: 50px;
  }
  .padding-sm-55b {
    padding-bottom: 55px;
  }
  .padding-sm-60b {
    padding-bottom: 60px;
  }
  .padding-sm-65b {
    padding-bottom: 65px;
  }
  .padding-sm-70b {
    padding-bottom: 70px;
  }
  .padding-sm-75b {
    padding-bottom: 75px;
  }
  .padding-sm-80b {
    padding-bottom: 80px;
  }
  .padding-sm-85b {
    padding-bottom: 85px;
  }
  .padding-sm-90b {
    padding-bottom: 90px;
  }
  .padding-sm-95b {
    padding-bottom: 95px;
  }
  .padding-sm-100b {
    padding-bottom: 100px;
  }
  .padding-sm-105b {
    padding-bottom: 105px;
  }
  .padding-sm-110b {
    padding-bottom: 110px;
  }
  .padding-sm-115b {
    padding-bottom: 115px;
  }
  .padding-sm-120b {
    padding-bottom: 120px;
  }
  .padding-sm-125b {
    padding-bottom: 125px;
  }
  .padding-sm-130b {
    padding-bottom: 130px;
  }
  .padding-sm-135b {
    padding-bottom: 135px;
  }
  .padding-sm-140b {
    padding-bottom: 140px;
  }
  .padding-sm-145b {
    padding-bottom: 145px;
  }
  .padding-sm-150b {
    padding-bottom: 150px;
  }
  .padding-sm-155b {
    padding-bottom: 155px;
  }
  .padding-sm-160b {
    padding-bottom: 160px;
  }
  .padding-sm-165b {
    padding-bottom: 165px;
  }
  .padding-sm-170b {
    padding-bottom: 170px;
  }
  .padding-sm-175b {
    padding-bottom: 175px;
  }
  .padding-sm-180b {
    padding-bottom: 180px;
  }
  .padding-sm-185b {
    padding-bottom: 185px;
  }
  .padding-sm-190b {
    padding-bottom: 190px;
  }
  .padding-sm-195b {
    padding-bottom: 195px;
  }
  .padding-sm-200b {
    padding-bottom: 200px;
  }
}

@media screen and (max-width: 767px) {
  .margin-xs-0t {
    margin-top: 0px;
  }
  .margin-xs-5t {
    margin-top: 5px;
  }
  .margin-xs-10t {
    margin-top: 10px;
  }
  .margin-xs-15t {
    margin-top: 15px;
  }
  .margin-xs-20t {
    margin-top: 20px;
  }
  .margin-xs-25t {
    margin-top: 25px;
  }
  .margin-xs-30t {
    margin-top: 30px;
  }
  .margin-xs-35t {
    margin-top: 35px;
  }
  .margin-xs-40t {
    margin-top: 40px;
  }
  .margin-xs-45t {
    margin-top: 45px;
  }
  .margin-xs-50t {
    margin-top: 50px;
  }
  .margin-xs-55t {
    margin-top: 55px;
  }
  .margin-xs-60t {
    margin-top: 60px;
  }
  .margin-xs-65t {
    margin-top: 65px;
  }
  .margin-xs-70t {
    margin-top: 70px;
  }
  .margin-xs-75t {
    margin-top: 75px;
  }
  .margin-xs-80t {
    margin-top: 80px;
  }
  .margin-xs-85t {
    margin-top: 85px;
  }
  .margin-xs-90t {
    margin-top: 90px;
  }
  .margin-xs-95t {
    margin-top: 95px;
  }
  .margin-xs-100t {
    margin-top: 100px;
  }
  .margin-xs-105t {
    margin-top: 105px;
  }
  .margin-xs-110t {
    margin-top: 110px;
  }
  .margin-xs-115t {
    margin-top: 115px;
  }
  .margin-xs-120t {
    margin-top: 120px;
  }
  .margin-xs-125t {
    margin-top: 125px;
  }
  .margin-xs-130t {
    margin-top: 130px;
  }
  .margin-xs-135t {
    margin-top: 135px;
  }
  .margin-xs-140t {
    margin-top: 140px;
  }
  .margin-xs-145t {
    margin-top: 145px;
  }
  .margin-xs-150t {
    margin-top: 150px;
  }
  .margin-xs-155t {
    margin-top: 155px;
  }
  .margin-xs-160t {
    margin-top: 160px;
  }
  .margin-xs-165t {
    margin-top: 165px;
  }
  .margin-xs-170t {
    margin-top: 170px;
  }
  .margin-xs-175t {
    margin-top: 175px;
  }
  .margin-xs-180t {
    margin-top: 180px;
  }
  .margin-xs-185t {
    margin-top: 185px;
  }
  .margin-xs-190t {
    margin-top: 190px;
  }
  .margin-xs-195t {
    margin-top: 195px;
  }
  .margin-xs-200t {
    margin-top: 200px;
  }
  .margin-xs-0b {
    margin-bottom: 0px;
  }
  .margin-xs-5b {
    margin-bottom: 5px;
  }
  .margin-xs-10b {
    margin-bottom: 10px;
  }
  .margin-xs-15b {
    margin-bottom: 15px;
  }
  .margin-xs-20b {
    margin-bottom: 20px;
  }
  .margin-xs-25b {
    margin-bottom: 25px;
  }
  .margin-xs-30b {
    margin-bottom: 30px;
  }
  .margin-xs-35b {
    margin-bottom: 35px;
  }
  .margin-xs-40b {
    margin-bottom: 40px;
  }
  .margin-xs-45b {
    margin-bottom: 45px;
  }
  .margin-xs-50b {
    margin-bottom: 50px;
  }
  .margin-xs-55b {
    margin-bottom: 55px;
  }
  .margin-xs-60b {
    margin-bottom: 60px;
  }
  .margin-xs-65b {
    margin-bottom: 65px;
  }
  .margin-xs-70b {
    margin-bottom: 70px;
  }
  .margin-xs-75b {
    margin-bottom: 75px;
  }
  .margin-xs-80b {
    margin-bottom: 80px;
  }
  .margin-xs-85b {
    margin-bottom: 85px;
  }
  .margin-xs-90b {
    margin-bottom: 90px;
  }
  .margin-xs-95b {
    margin-bottom: 95px;
  }
  .margin-xs-100b {
    margin-bottom: 100px;
  }
  .margin-xs-105b {
    margin-bottom: 105px;
  }
  .margin-xs-110b {
    margin-bottom: 110px;
  }
  .margin-xs-115b {
    margin-bottom: 115px;
  }
  .margin-xs-120b {
    margin-bottom: 120px;
  }
  .margin-xs-125b {
    margin-bottom: 125px;
  }
  .margin-xs-130b {
    margin-bottom: 130px;
  }
  .margin-xs-135b {
    margin-bottom: 135px;
  }
  .margin-xs-140b {
    margin-bottom: 140px;
  }
  .margin-xs-145b {
    margin-bottom: 145px;
  }
  .margin-xs-150b {
    margin-bottom: 150px;
  }
  .margin-xs-155b {
    margin-bottom: 155px;
  }
  .margin-xs-160b {
    margin-bottom: 160px;
  }
  .margin-xs-165b {
    margin-bottom: 165px;
  }
  .margin-xs-170b {
    margin-bottom: 170px;
  }
  .margin-xs-175b {
    margin-bottom: 175px;
  }
  .margin-xs-180b {
    margin-bottom: 180px;
  }
  .margin-xs-185b {
    margin-bottom: 185px;
  }
  .margin-xs-190b {
    margin-bottom: 190px;
  }
  .margin-xs-195b {
    margin-bottom: 195px;
  }
  .margin-xs-200b {
    margin-bottom: 200px;
  }
  .padding-xs-0t {
    padding-top: 0px;
  }
  .padding-xs-5t {
    padding-top: 5px;
  }
  .padding-xs-10t {
    padding-top: 10px;
  }
  .padding-xs-15t {
    padding-top: 15px;
  }
  .padding-xs-20t {
    padding-top: 20px;
  }
  .padding-xs-25t {
    padding-top: 25px;
  }
  .padding-xs-30t {
    padding-top: 30px;
  }
  .padding-xs-35t {
    padding-top: 35px;
  }
  .padding-xs-40t {
    padding-top: 40px;
  }
  .padding-xs-45t {
    padding-top: 45px;
  }
  .padding-xs-50t {
    padding-top: 50px;
  }
  .padding-xs-55t {
    padding-top: 55px;
  }
  .padding-xs-60t {
    padding-top: 60px;
  }
  .padding-xs-65t {
    padding-top: 65px;
  }
  .padding-xs-70t {
    padding-top: 70px;
  }
  .padding-xs-75t {
    padding-top: 75px;
  }
  .padding-xs-80t {
    padding-top: 80px;
  }
  .padding-xs-85t {
    padding-top: 85px;
  }
  .padding-xs-90t {
    padding-top: 90px;
  }
  .padding-xs-95t {
    padding-top: 95px;
  }
  .padding-xs-100t {
    padding-top: 100px;
  }
  .padding-xs-105t {
    padding-top: 105px;
  }
  .padding-xs-110t {
    padding-top: 110px;
  }
  .padding-xs-115t {
    padding-top: 115px;
  }
  .padding-xs-120t {
    padding-top: 120px;
  }
  .padding-xs-125t {
    padding-top: 125px;
  }
  .padding-xs-130t {
    padding-top: 130px;
  }
  .padding-xs-135t {
    padding-top: 135px;
  }
  .padding-xs-140t {
    padding-top: 140px;
  }
  .padding-xs-145t {
    padding-top: 145px;
  }
  .padding-xs-150t {
    padding-top: 150px;
  }
  .padding-xs-155t {
    padding-top: 155px;
  }
  .padding-xs-160t {
    padding-top: 160px;
  }
  .padding-xs-165t {
    padding-top: 165px;
  }
  .padding-xs-170t {
    padding-top: 170px;
  }
  .padding-xs-175t {
    padding-top: 175px;
  }
  .padding-xs-180t {
    padding-top: 180px;
  }
  .padding-xs-185t {
    padding-top: 185px;
  }
  .padding-xs-190t {
    padding-top: 190px;
  }
  .padding-xs-195t {
    padding-top: 195px;
  }
  .padding-xs-200t {
    padding-top: 200px;
  }
  .padding-xs-0b {
    padding-bottom: 0px;
  }
  .padding-xs-5b {
    padding-bottom: 5px;
  }
  .padding-xs-10b {
    padding-bottom: 10px;
  }
  .padding-xs-15b {
    padding-bottom: 15px;
  }
  .padding-xs-20b {
    padding-bottom: 20px;
  }
  .padding-xs-25b {
    padding-bottom: 25px;
  }
  .padding-xs-30b {
    padding-bottom: 30px;
  }
  .padding-xs-35b {
    padding-bottom: 35px;
  }
  .padding-xs-40b {
    padding-bottom: 40px;
  }
  .padding-xs-45b {
    padding-bottom: 45px;
  }
  .padding-xs-50b {
    padding-bottom: 50px;
  }
  .padding-xs-55b {
    padding-bottom: 55px;
  }
  .padding-xs-60b {
    padding-bottom: 60px;
  }
  .padding-xs-65b {
    padding-bottom: 65px;
  }
  .padding-xs-70b {
    padding-bottom: 70px;
  }
  .padding-xs-75b {
    padding-bottom: 75px;
  }
  .padding-xs-80b {
    padding-bottom: 80px;
  }
  .padding-xs-85b {
    padding-bottom: 85px;
  }
  .padding-xs-90b {
    padding-bottom: 90px;
  }
  .padding-xs-95b {
    padding-bottom: 95px;
  }
  .padding-xs-100b {
    padding-bottom: 100px;
  }
  .padding-xs-105b {
    padding-bottom: 105px;
  }
  .padding-xs-110b {
    padding-bottom: 110px;
  }
  .padding-xs-115b {
    padding-bottom: 115px;
  }
  .padding-xs-120b {
    padding-bottom: 120px;
  }
  .padding-xs-125b {
    padding-bottom: 125px;
  }
  .padding-xs-130b {
    padding-bottom: 130px;
  }
  .padding-xs-135b {
    padding-bottom: 135px;
  }
  .padding-xs-140b {
    padding-bottom: 140px;
  }
  .padding-xs-145b {
    padding-bottom: 145px;
  }
  .padding-xs-150b {
    padding-bottom: 150px;
  }
  .padding-xs-155b {
    padding-bottom: 155px;
  }
  .padding-xs-160b {
    padding-bottom: 160px;
  }
  .padding-xs-165b {
    padding-bottom: 165px;
  }
  .padding-xs-170b {
    padding-bottom: 170px;
  }
  .padding-xs-175b {
    padding-bottom: 175px;
  }
  .padding-xs-180b {
    padding-bottom: 180px;
  }
  .padding-xs-185b {
    padding-bottom: 185px;
  }
  .padding-xs-190b {
    padding-bottom: 190px;
  }
  .padding-xs-195b {
    padding-bottom: 195px;
  }
  .padding-xs-200b {
    padding-bottom: 200px;
  }
}

.no-padd {
  padding-right: 0;
  padding-left: 0;
}

.padd-only-xs {
  padding-right: 0;
  padding-left: 0;
}

@media screen and (max-width: 767px) {
  .padd-only-xs {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.a-popup {
  background-color: #ffffff;
  padding: 40px 30px;
  max-width: 45%;
  margin: 0 auto;
}

@media screen and (max-width: 991px) {
  .a-popup {
    max-width: 100%;
  }
}

.a-country-popup {
  text-align: center;
  color: #1e1e1e;
}

.a-country-popup__flag {
  width: 105px;
  height: 105px;
  overflow: hidden;
  zoom: 0.7;
  margin: 0 15px;
  border-radius: 50%;
  background-image: url(../images/country-flags.jpg);
  margin: 20px auto;
}

.a-country-popup__flag--nz {
  background-position: -115px 10px;
}

.a-country-popup__flag--us {
  background-position: 0 10px;
}

.a-country-popup__flag--au {
  background-position: -225px 10px;
}

.a-country-popup .ac-btn, .a-country-popup input[type="submit"], .a-country-popup .ac-map .wpgmza_markerbox a.wpgmza_gd, .ac-map .wpgmza_markerbox .a-country-popup a.wpgmza_gd {
  text-transform: none;
  min-width: 45%;
}

.a-country-popup .ac-btn:hover, .a-country-popup input:hover[type="submit"], .a-country-popup .ac-map .wpgmza_markerbox a.wpgmza_gd:hover, .ac-map .wpgmza_markerbox .a-country-popup a.wpgmza_gd:hover {
  color: #ffffff;
}

.a-country-popup .ac-btn--light:hover {
  color: #569BBE;
}

/* ------------------------------------------- */
/* FOOTER */
/* ------------------------------------------- */
.ac-footer {
  position: relative;
  padding: 40px 0 0;
  background-color: rgba(0, 0, 0, 0.7);
}

.ac-footer .container {
  padding: 0 15px;
  margin: 0 auto;
}

.ac-footer__widgets-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /* Change styles for line-height footer items  */
}

.ac-footer__widgets-row .menu-item-has-children > a {
  display: inline-block;
  line-height: 19px;
  margin-bottom: 10px;
}

.ac-footer__widgets-row .menu-item-has-children li {
  line-height: 15px;
  margin-bottom: 10px;
}

.ac-footer__widgets-row:before, .ac-footer__widgets-row:after {
  display: none;
}

.ac-footer__widgets-row .col-md-3 {
  margin-bottom: 35px;
}

.ac-footer__widgets-row .col-md-3:nth-last-child(-n + 2) {
  margin-bottom: 0;
}

@media screen and (min-width: 992px) {
  .ac-footer__widgets-row .col-md-3:nth-last-child(-n + 4) {
    margin-bottom: 0;
  }
}

.ac-footer__site-map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ac-footer__site-map a {
  color: #fff;
  padding: 10px;
}

.ac-footer__bottom-bar {
  background-color: #292929;
  padding: 25px 15px 15px;
  margin-top: 60px;
}

/* ------------------------------------------- */
/* WIDGET */
/* ------------------------------------------- */
.widget__title {
  margin-bottom: 10px;
}

.widget--footer .widget__title {
  color: #ffffff;
}

.widget--footer ul li a {
  color: #ffffff;
}

.widget--footer.widget_nav_menu .menu > li {
  font-size: 18px;
}

.widget--footer.widget_nav_menu .menu > li > a {
  text-transform: uppercase;
}

.widget--footer.widget_nav_menu .sub-menu li {
  font-size: 16px;
}

.ac-youtube-bg {
  background: transparent;
  pointer-events: none;
}

.ytplayer-container {
  position: absolute;
  top: 0;
  z-index: -1;
}

.ac-video-preview {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (max-width: 1199px) {
  .ac-youtube-bg {
    display: none;
  }
}

@media screen and (min-width: 1200px) {
  .ac-video-preview {
    display: none;
  }
}
#cookie-notice .ac-btn--cookie {
    min-width: 100px;
    background: #569BBE!important;
    font-size: 16px;
}
/* ------------------------------------------- */
/* SINGLE POST */
/* ------------------------------------------- */
.ac-single-post {
  padding: 50px 0;
}

.ac-countries {
  margin-top: 10px;
}

.ac-countries__country--item {
  display: inline-block;
  width: 103px;
  height: 103px;
  overflow: hidden;
  zoom: 0.3;
  margin: 0 15px;
  border-radius: 50%;
  background-image: url("https://raydison.com/wp-content/themes/americold/assets/images/Flags2.png");
  background-size: 430%;
  background-repeat: no-repeat;
}

/* Canadian flag */
.ac-countries__country--item.ac-countries__country--item--ca {
  background-image: url("https://raydison.com/wp-content/uploads/2020/06/flag-ca.png");
  background-size: 65%;
  border-radius: 8%;
  background-position: 10px 10px;
}

@-moz-document url-prefix() {
  .ac-countries__country--item {
    transform: scale(0.3);
    margin: -40px -31px;
  }
}

.ac-countries__country--item:hover {
  opacity: .9;
}

.ac-countries__country--item--nz {
  background-position: -82px 10px;
}

.ac-countries__country--item--us {
  background-position: 0 10px;
}

.ac-countries__country--item--au {
  background-position: -170px 10px;
}
.ac-countries__country--item--br {
  background-position: -342px 10px;
}
.ac-countries--large .ac-countries__country--item {
  zoom: 0.4;
}

@-moz-document url-prefix() {
  .ac-countries--large .ac-countries__country--item {
    transform: scale(0.4);
    margin: -40px -28px;
  }
}

.ac-countries--small .ac-countries__country--item {
  zoom: 0.29;
}

@-moz-document url-prefix() {
  .ac-countries--small .ac-countries__country--item {
    transform: scale(0.2);
    margin: -40px -37px;
  }
}

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

.ac-countries__title {
  color: #ffffff;
}

/* asset style */

.grid_view .ac-features-item {
    text-align: center;
}
.asset-download-link,
.asset-content .ac-features-item__link-wr{
    margin-top: 15px;
    display: block;
    color: #569bbe;
    font-size: 18px;
    line-height: 22px;
}

.grid_view .ac-features-item__text{margin-top:0px;}
.grid_view .video_title,
.grid_view h3.ac-category__title,
.ac-features-item__text.asset-doc-des {
    margin-top: 20px;
}
.asset-content{
    margin-top:10px;
    font-size: 18px;
    line-height: 28px;
}

.asset-cagegory-list{text-align:right; border-bottom:1px solid #ccc;}
.ac-asset_cate_list {
    color: black;
    border: 1px solid #ccc;
    padding: 6px 10px;
    margin-bottom: 10px;
    min-height: 30px;
    margin-left: 10px;
}
.asset-content {
    margin-top: 10px;
    font-size: 18px;
    line-height: 28px;
}
.ac-features-item__text.asset-doc-des {
    margin-top: 20px;
}
.ac-category__top-row.asset-cagegory-list.aos-init.aos-animate {
    margin-top: 30px;
    margin-bottom: 0px;
}
.ac-features__item.ac-features__item--col-3.grid_view.aos-init.aos-animate {
    margin-top: 30px;
}

/*list view*/
.list_view .asset-img {
    width: 20%;
    float: left;
    margin-right: 20px;
}
.list_view .ac-features-item {
    display: inline-block;
    position: relative;
    width: 100%;
}
.list_view .asset-content {
    margin-top: 0px;
}
.list_view .asset-content {
    margin-top: 0px;
}
.list_view .ac-features-item__text.asset-doc-des,
.list_view .asset-download-link{
    margin-top: 10px;
}
.list_view .ac-features-item__text iframe {
     width: 20%;
    float: left;
    margin-top: 0;
    margin-right: 20px;
    height: 130px;
}

@media only screen and (max-width: 768px) {
    .list_view .asset-img {
        width: 100%;
        float: none;
        margin-right: auto;
        margin-bottom: 20px;
    }
    .list_view .ac-features-item__text iframe {
        width: 100%;
        float: left;
        margin-top: 0;
        margin-right: auto;
        height: auto;
        margin-bottom: 20px;
    }
}

.owl-item .ac-features__item {
max-width: initial;
}

/* used in executive bios page*/
.white-popup-block {
	background: #FFF;
	padding: 20px 30px;
	text-align: left;
	max-width: 750px;
	margin: 40px auto;
	position: relative;
}
.ac-team-item__img2 { 
	width: 290px;
	height: 270px;
	float: left;
	padding-right: 20px;
	overflow: hidden;
}
.ac-team-item__img2 img { 
	min-height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
}
.ac-team-info__text {
	padding-top: 10px;
	text-align: justify;
}

/* newsroom page video  */
.food-supply-banner .ac-overlay { background-color: #fff; }

/* notification popup banner */
.acn-banner { 
	background-color: #569BBE;
	color: #fff;
}
/* facilities page scroll bar */
.ac-heritage.hypeNoTopPadding { padding-bottom: 0px; }
.ac-heritage.hypeNoTopPadding iframe {
  min-height: 614px !important;
  margin-top: -80px;
}

@media only screen and (max-width: 990px) {
	.ac-heritage.hypeNoTopPadding iframe { 	height: 500px !important; min-height: 500px !important; }
}
@media only screen and (max-width: 767px) {
	.ac-heritage.hypeNoTopPadding iframe { 	height: 480px !important; min-height: 480px !important; }
}
@media only screen and (max-width: 620px) {
	.ac-heritage.hypeNoTopPadding iframe { 	height: 400px !important; min-height: 400px !important; }
	.widget--footer.widget_nav_menu .sub-menu li {   line-height: 24px;  }
	.ac-countries { margin-bottom: 20px }
	.widget--footer.widget_nav_menu .menu > li {   line-height: 48px;  }
}
/*@media only screen and (max-width: 580px) {
	.ac-heritage.hypeNoTopPadding iframe { 	height: 340px !important; min-height: 340px !important; }
}*/
@media only screen and (max-width: 440px) {
	.ac-heritage.hypeNoTopPadding iframe { 	height: 560px !important; min-height: 512px !important; margin-top: -250px;}
}

/* IE 11 compactibility */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
/* IE10+ CSS styles go here */
	.ac-header-links { width: 100%; }
	.ac-header__top { width: 980px; }
	.ac-blockquote__wrapp { margin-left: 0px; } /* applied for who we serve page */
	.ac-cover__img { left: 0px; top: 0px } 
	.ac-cover__wrapp { margin-left: 0px } /* what-we-do/consolidation/ */
	/* what-we-do/supply-chain-solutions/facilities */
	.ac-features-item__text, .ac-features-item__title { display: inline-table; }
	.ac-features-item__img img { left:0px; top: 0px; }
	.feature_link_block_carousel .ac-features__item { max-width: 100%; }
	
	.ac-features__inner-row { display: inline; }
	.ac-features__item { display: inline-block; vertical-align: top; }
	.asset-img { max-width: 190px; height: 100%; }
	.asset-content { width: 100% }
	.ac-assets-list .ac-features__item { width: 200px }
	
	.ac-countries .ac-countries__country--item {
		width: 32px;
		height: 32px; 
		margin: 0;
		Zoom: 0;
	}
	.ac-countries .ac-countries__country--item--nz { background-position: -26px 10px }
	.ac-countries .ac-countries__country--item--au { background-position: -52px 10px }
	.ac-countries .ac-countries__country--item--br { background-position: -106px 10px }
	.multi-navigation { width: 50%; text-align: right; }
	.ac-banner .jarallax-img { min-height: 720px;  }
	.ac-banner.jarallax { min-height: 600px !important; }
	.about-us-aos .ac-features__item { max-width: 24%; }
	.about-us-features .ac-features__item, .technology-features .ac-features__item { max-width: 48%; }
	.gated-form-modal .modal-header .row, .gated-form-modal .modal-footer .privacy { width: 100% }
}
/* Toot tip enhancements -- facility page */
div.wpgmza-modern-marker-open-button:before {
    content: attr(data-tooltip);
    position: absolute;
    padding: 5px 10px;
    margin: -3px 0 0 40px;
    background: orange;
    color: white;
    border-radius: 3px;
	white-space: nowrap;
	font-size: 12px;
}
div.wpgmza-modern-marker-open-button:after {
    content: '';
    position: absolute;
    margin: 6px 0 0 3px;
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-right: 10px solid orange;
	border-bottom: 5px solid transparent;
}

div.wpgmza-modern-marker-open-button {
    z-index: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}