@charset "UTF-8";
/*
Theme Name: Gubbinz
Author: Paul Burnhill
Author URI: https://www.webassemble.net
Description: Custom Wordpress theme.
Version: 3
*/
/* ------- sass elements and setup ------- */
/*! normalize.css v1.0.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3,
 * and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -ms-text-size-adjust: 100%; /* 2 */
}

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/*
 * Addresses margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
}

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

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

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE 6/7.
 * Addresses font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}

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

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

blockquote {
  margin: 1em 40px;
}

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

/*
 * Addresses styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Addresses margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0;
}

/*
 * Corrects font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

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

/*
 * Addresses CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}

/*
 * Addresses `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: "";
  content: none;
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

dd {
  margin: 0 0 0 40px;
}

/*
 * Addresses paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

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

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0; /* 1 */
  -ms-interpolation-mode: bicubic; /* 2 */
}

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

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE 6/7/8/9.
 * 2. Corrects text not wrapping in Firefox 3.
 * 3. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0; /* 1 */
  padding: 0;
  white-space: normal; /* 2 */
  *margin-left: -7px; /* 3 */
}

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
  vertical-align: baseline; /* 3 */
  *vertical-align: middle; /* 3 */
}

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

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
  *overflow: visible; /* 4 */
}

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default;
}

/*
 * 1. Addresses box sizing set to content-box in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 * 3. Removes excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
  *height: 13px; /* 3 */
  *width: 13px; /* 3 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

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

/*
	@include placeholder {
		color: black;
		margin: 0;
		padding: 0;
		font-size: 1.4rem;
		line-height: normal;
		line-height: 1;
		opacity: 1;
		text-align: center;
	}
*/
@font-face {
  font-family: Zoom Pro Normal;
  src: url("../../fonts/zoom-pro-normal-light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Zoom Pro Normal;
  src: url("../../fonts/zoom-pro-normal-medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Zoom Pro Wide;
  src: url("../../fonts/zoom-pro-wide-regular.woff2") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Zoom Pro Wide;
  src: url("../../fonts/zoom-pro-wide-bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Superline;
  src: url("../../fonts/superline-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Superline;
  src: url("../../fonts/superline-regular-italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: Superline Outline;
  src: url("../../fonts/superline-outline.woff2") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Superline Outline;
  src: url("../../fonts/superline-outline-italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
/* ------- utility css classes - shouldn't need to edit these ------- */
.display__flex {
  display: flex;
}

.flex__both--center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex__justify--center {
  justify-content: center;
}

.flex__justify--space-between {
  justify-content: space-between;
}

.flex__justify--space-around {
  justify-content: space-around;
}

.flex__justify--flex-start {
  justify-content: flex-start;
}

.flex__justify--flex-end {
  justify-content: flex-end;
}

.flex__align--center {
  align-items: center;
}

.flex__align--flex-start {
  align-items: flex-start;
}

.flex__align--flex-end {
  align-items: flex-end;
}

.flex__direction--col {
  flex-direction: column;
}

.flex__wrap {
  flex-wrap: wrap;
}

.flex__wrap--xs {
  flex-wrap: wrap;
}
@media screen and (min-width: 0px) {
  .flex__wrap--xs {
    flex-wrap: nowrap;
  }
}

.flex__wrap--sm {
  flex-wrap: wrap;
}
@media screen and (min-width: 767px) {
  .flex__wrap--sm {
    flex-wrap: nowrap;
  }
}

.flex__wrap--md {
  flex-wrap: wrap;
}
@media screen and (min-width: 992px) {
  .flex__wrap--md {
    flex-wrap: nowrap;
  }
}

.flex-item__auto-fixed--md {
  flex: 0 0 100%;
}
@media screen and (min-width: 767px) {
  .flex-item__auto-fixed--md {
    flex: 0 0 auto;
  }
}

.flex-item__auto-shrink--md {
  flex: 0 0 100%;
}
@media screen and (min-width: 767px) {
  .flex-item__auto-shrink--md {
    flex: 0 1 auto;
  }
}

.flex-item__auto-grow--md {
  flex: 0 0 100%;
}
@media screen and (min-width: 767px) {
  .flex-item__auto-grow--md {
    flex: 2 0 auto;
  }
}

.flex-item__auto-both--md {
  flex: 0 0 100%;
}
@media screen and (min-width: 767px) {
  .flex-item__auto-both--md {
    flex: 1 1 auto;
  }
}

ul[class*=gub-grid],
ol[class*=gub-grid] {
  list-style: none;
  padding: 0;
}

.gub-grid--0 {
  width: calc(100% + 0px);
  margin: 0px !important;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.gub-grid--0 > .gub-grid__item--auto {
  flex: 0 1 auto;
  margin: 0px;
}
.gub-grid--0 > .gub-grid__item--1 {
  flex: 0 0 calc(100% - 0px);
  width: calc(100% - 0px);
  margin: 0px;
}
.gub-grid--0 > .gub-grid__item--2 {
  flex: 0 0 calc(50% - 0px);
  width: calc(50% - 0px);
  margin: 0px;
}
.gub-grid--0 > .gub-grid__item--3 {
  flex: 0 0 calc(33.3333333% - 0px);
  width: calc(33.3333333% - 0px);
  margin: 0px;
}
.gub-grid--0 > .gub-grid__item--3x2 {
  flex: 0 0 calc(66.6666666% - 0px);
  width: calc(66.6666666% - 0px);
  margin: 0px;
}
.gub-grid--0 > .gub-grid__item--4 {
  flex: 0 0 calc(25% - 0px);
  width: calc(25% - 0px);
  margin: 0px;
}
.gub-grid--0 > .gub-grid__item--5 {
  flex: 0 0 calc(20% - 0px);
  width: calc(20% - 0px);
  margin: 0px;
}
.gub-grid--0 > .gub-grid__item--6 {
  flex: 0 0 calc(16.6666666% - 0px);
  width: calc(16.6666666% - 0px);
  margin: 0px;
}
@media screen and (min-width: 576px) {
  .gub-grid--0 > .gub-grid__item--1-sm {
    flex: 0 0 calc(100% - 0px);
    width: calc(100% - 0px);
    margin: 0px;
  }
}
@media screen and (min-width: 576px) {
  .gub-grid--0 > .gub-grid__item--2-sm {
    flex: 0 0 calc(50% - 0px);
    width: calc(50% - 0px);
    margin: 0px;
  }
}
@media screen and (min-width: 576px) {
  .gub-grid--0 > .gub-grid__item--3-sm {
    flex: 0 0 calc(33.3333333% - 0px);
    width: calc(33.3333333% - 0px);
    margin: 0px;
  }
}
@media screen and (min-width: 576px) {
  .gub-grid--0 > .gub-grid__item--3x2-sm {
    flex: 0 0 calc(66.6666666% - 0px);
    width: calc(66.6666666% - 0px);
    margin: 0px;
  }
}
@media screen and (min-width: 576px) {
  .gub-grid--0 > .gub-grid__item--4-sm {
    flex: 0 0 calc(25% - 0px);
    width: calc(25% - 0px);
    margin: 0px;
  }
}
@media screen and (min-width: 576px) {
  .gub-grid--0 > .gub-grid__item--5-sm {
    flex: 0 0 calc(20% - 0px);
    width: calc(20% - 0px);
    margin: 0px;
  }
}
@media screen and (min-width: 576px) {
  .gub-grid--0 > .gub-grid__item--6-sm {
    flex: 0 0 calc(16.6666666% - 0px);
    width: calc(16.6666666% - 0px);
    margin: 0px;
  }
}
@media screen and (min-width: 767px) {
  .gub-grid--0 > .gub-grid__item--auto-md {
    flex: 0 1 auto;
    width: auto;
    margin: 0px;
  }
}
@media screen and (min-width: 767px) {
  .gub-grid--0 > .gub-grid__item--1-md {
    flex: 0 0 calc(100% - 0px);
    width: calc(100% - 0px);
    margin: 0px;
  }
}
@media screen and (min-width: 767px) {
  .gub-grid--0 > .gub-grid__item--2-md {
    flex: 0 0 calc(50% - 0px);
    width: calc(50% - 0px);
  }
}
@media screen and (min-width: 767px) {
  .gub-grid--0 > .gub-grid__item--3-md {
    flex: 0 0 calc(33.3333333% - 0px);
    width: calc(33.3333333% - 0px);
    margin: 0px;
  }
}
@media screen and (min-width: 767px) {
  .gub-grid--0 > .gub-grid__item--3x2-md {
    flex: 0 0 calc(66.6666666% - 0px);
    width: calc(66.6666666% - 0px);
    margin: 0px;
  }
}
@media screen and (min-width: 767px) {
  .gub-grid--0 > .gub-grid__item--4-md {
    flex: 0 0 calc(25% - 0px);
    width: calc(25% - 0px);
    margin: 0px;
  }
}
@media screen and (min-width: 767px) {
  .gub-grid--0 > .gub-grid__item--5-md {
    flex: 0 0 calc(20% - 0px);
    width: calc(20% - 0px);
    margin: 0px;
  }
}
@media screen and (min-width: 767px) {
  .gub-grid--0 > .gub-grid__item--6-md {
    flex: 0 0 calc(16.6666666% - 0px);
    width: calc(16.6666666% - 0px);
    margin: 0px;
  }
}
@media screen and (min-width: 992px) {
  .gub-grid--0 > .gub-grid__item--auto-lg {
    flex: 0 1 auto;
    width: auto;
    margin: 0px;
  }
}
@media screen and (min-width: 992px) {
  .gub-grid--0 > .gub-grid__item--1-lg {
    flex: 0 0 calc(100% - 0px);
    width: calc(1000% - 0px);
    margin: 0px;
  }
}
@media screen and (min-width: 992px) {
  .gub-grid--0 > .gub-grid__item--2-lg {
    flex: 0 0 calc(50% - 0px);
    width: calc(50% - 0px);
    margin: 0px;
  }
}
@media screen and (min-width: 992px) {
  .gub-grid--0 > .gub-grid__item--3-lg {
    flex: 0 0 calc(33.3333333% - 0px);
    width: calc(33.3333333% - 0px);
    margin: 0px;
  }
}
@media screen and (min-width: 992px) {
  .gub-grid--0 > .gub-grid__item--3x2-lg {
    flex: 0 0 calc(66.6666666% - 0px);
    width: calc(66.6666666% - 0px);
    margin: 0px;
  }
}
@media screen and (min-width: 992px) {
  .gub-grid--0 > .gub-grid__item--4-lg {
    flex: 0 0 calc(25% - 0px);
    width: calc(25% - 0px);
    margin: 0px;
  }
}
@media screen and (min-width: 992px) {
  .gub-grid--0 > .gub-grid__item--5-lg {
    flex: 0 0 calc(20% - 0px);
    width: calc(20% - 0px);
    margin: 0px;
  }
}
@media screen and (min-width: 992px) {
  .gub-grid--0 > .gub-grid__item--6-lg {
    flex: 0 0 calc(16.6666666% - 0px);
    width: calc(16.6666666% - 0px);
    margin: 0px;
  }
}
@media screen and (min-width: 1200px) {
  .gub-grid--0 > .gub-grid__item--1-xl {
    flex: 0 0 calc(100% - 0px);
    width: calc(100% - 0px);
    margin: 0px;
  }
}
@media screen and (min-width: 1200px) {
  .gub-grid--0 > .gub-grid__item--3-xl {
    flex: 0 0 calc(33.3333333% - 0px);
    width: calc(33.3333333% - 0px);
    margin: 0px;
  }
}
@media screen and (min-width: 1200px) {
  .gub-grid--0 > .gub-grid__item--3x2-xl {
    flex: 0 0 calc(66.6666666% - 0px);
    width: calc(66.6666666% - 0px);
    margin: 0px;
  }
}
@media screen and (min-width: 1200px) {
  .gub-grid--0 > .gub-grid__item--4-xl {
    flex: 0 0 calc(25% - 0px);
    width: calc(25% - 0px);
    margin: 0px;
  }
}
@media screen and (min-width: 1200px) {
  .gub-grid--0 > .gub-grid__item--5-xl {
    flex: 0 0 calc(20% - 0px);
    width: calc(20% - 0px);
    margin: 0px;
  }
}
@media screen and (min-width: 1200px) {
  .gub-grid--0 > .gub-grid__item--6-xl {
    flex: 0 0 calc(16.6666666% - 0px);
    width: calc(16.6666666% - 0px);
    margin: 0px;
  }
}

.gub-grid--5 {
  width: calc(100% + 10px);
  margin: -5px !important;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.gub-grid--5 > .gub-grid__item--auto {
  flex: 0 1 auto;
  margin: 5px;
}
.gub-grid--5 > .gub-grid__item--1 {
  flex: 0 0 calc(100% - 10px);
  width: calc(100% - 10px);
  margin: 5px;
}
.gub-grid--5 > .gub-grid__item--2 {
  flex: 0 0 calc(50% - 10px);
  width: calc(50% - 10px);
  margin: 5px;
}
.gub-grid--5 > .gub-grid__item--3 {
  flex: 0 0 calc(33.3333333% - 10px);
  width: calc(33.3333333% - 10px);
  margin: 5px;
}
.gub-grid--5 > .gub-grid__item--3x2 {
  flex: 0 0 calc(66.6666666% - 10px);
  width: calc(66.6666666% - 10px);
  margin: 5px;
}
.gub-grid--5 > .gub-grid__item--4 {
  flex: 0 0 calc(25% - 10px);
  width: calc(25% - 10px);
  margin: 5px;
}
.gub-grid--5 > .gub-grid__item--5 {
  flex: 0 0 calc(20% - 10px);
  width: calc(20% - 10px);
  margin: 5px;
}
.gub-grid--5 > .gub-grid__item--6 {
  flex: 0 0 calc(16.6666666% - 10px);
  width: calc(16.6666666% - 10px);
  margin: 5px;
}
@media screen and (min-width: 576px) {
  .gub-grid--5 > .gub-grid__item--1-sm {
    flex: 0 0 calc(100% - 10px);
    width: calc(100% - 10px);
    margin: 5px;
  }
}
@media screen and (min-width: 576px) {
  .gub-grid--5 > .gub-grid__item--2-sm {
    flex: 0 0 calc(50% - 10px);
    width: calc(50% - 10px);
    margin: 5px;
  }
}
@media screen and (min-width: 576px) {
  .gub-grid--5 > .gub-grid__item--3-sm {
    flex: 0 0 calc(33.3333333% - 10px);
    width: calc(33.3333333% - 10px);
    margin: 5px;
  }
}
@media screen and (min-width: 576px) {
  .gub-grid--5 > .gub-grid__item--3x2-sm {
    flex: 0 0 calc(66.6666666% - 10px);
    width: calc(66.6666666% - 10px);
    margin: 5px;
  }
}
@media screen and (min-width: 576px) {
  .gub-grid--5 > .gub-grid__item--4-sm {
    flex: 0 0 calc(25% - 10px);
    width: calc(25% - 10px);
    margin: 5px;
  }
}
@media screen and (min-width: 576px) {
  .gub-grid--5 > .gub-grid__item--5-sm {
    flex: 0 0 calc(20% - 10px);
    width: calc(20% - 10px);
    margin: 5px;
  }
}
@media screen and (min-width: 576px) {
  .gub-grid--5 > .gub-grid__item--6-sm {
    flex: 0 0 calc(16.6666666% - 10px);
    width: calc(16.6666666% - 10px);
    margin: 5px;
  }
}
@media screen and (min-width: 767px) {
  .gub-grid--5 > .gub-grid__item--auto-md {
    flex: 0 1 auto;
    width: auto;
    margin: 5px;
  }
}
@media screen and (min-width: 767px) {
  .gub-grid--5 > .gub-grid__item--1-md {
    flex: 0 0 calc(100% - 10px);
    width: calc(100% - 10px);
    margin: 5px;
  }
}
@media screen and (min-width: 767px) {
  .gub-grid--5 > .gub-grid__item--2-md {
    flex: 0 0 calc(50% - 10px);
    width: calc(50% - 10px);
  }
}
@media screen and (min-width: 767px) {
  .gub-grid--5 > .gub-grid__item--3-md {
    flex: 0 0 calc(33.3333333% - 10px);
    width: calc(33.3333333% - 10px);
    margin: 5px;
  }
}
@media screen and (min-width: 767px) {
  .gub-grid--5 > .gub-grid__item--3x2-md {
    flex: 0 0 calc(66.6666666% - 10px);
    width: calc(66.6666666% - 10px);
    margin: 5px;
  }
}
@media screen and (min-width: 767px) {
  .gub-grid--5 > .gub-grid__item--4-md {
    flex: 0 0 calc(25% - 10px);
    width: calc(25% - 10px);
    margin: 5px;
  }
}
@media screen and (min-width: 767px) {
  .gub-grid--5 > .gub-grid__item--5-md {
    flex: 0 0 calc(20% - 10px);
    width: calc(20% - 10px);
    margin: 5px;
  }
}
@media screen and (min-width: 767px) {
  .gub-grid--5 > .gub-grid__item--6-md {
    flex: 0 0 calc(16.6666666% - 10px);
    width: calc(16.6666666% - 10px);
    margin: 5px;
  }
}
@media screen and (min-width: 992px) {
  .gub-grid--5 > .gub-grid__item--auto-lg {
    flex: 0 1 auto;
    width: auto;
    margin: 5px;
  }
}
@media screen and (min-width: 992px) {
  .gub-grid--5 > .gub-grid__item--1-lg {
    flex: 0 0 calc(100% - 10px);
    width: calc(1000% - 10px);
    margin: 5px;
  }
}
@media screen and (min-width: 992px) {
  .gub-grid--5 > .gub-grid__item--2-lg {
    flex: 0 0 calc(50% - 10px);
    width: calc(50% - 10px);
    margin: 5px;
  }
}
@media screen and (min-width: 992px) {
  .gub-grid--5 > .gub-grid__item--3-lg {
    flex: 0 0 calc(33.3333333% - 10px);
    width: calc(33.3333333% - 10px);
    margin: 5px;
  }
}
@media screen and (min-width: 992px) {
  .gub-grid--5 > .gub-grid__item--3x2-lg {
    flex: 0 0 calc(66.6666666% - 10px);
    width: calc(66.6666666% - 10px);
    margin: 5px;
  }
}
@media screen and (min-width: 992px) {
  .gub-grid--5 > .gub-grid__item--4-lg {
    flex: 0 0 calc(25% - 10px);
    width: calc(25% - 10px);
    margin: 5px;
  }
}
@media screen and (min-width: 992px) {
  .gub-grid--5 > .gub-grid__item--5-lg {
    flex: 0 0 calc(20% - 10px);
    width: calc(20% - 10px);
    margin: 5px;
  }
}
@media screen and (min-width: 992px) {
  .gub-grid--5 > .gub-grid__item--6-lg {
    flex: 0 0 calc(16.6666666% - 10px);
    width: calc(16.6666666% - 10px);
    margin: 5px;
  }
}
@media screen and (min-width: 1200px) {
  .gub-grid--5 > .gub-grid__item--1-xl {
    flex: 0 0 calc(100% - 10px);
    width: calc(100% - 10px);
    margin: 5px;
  }
}
@media screen and (min-width: 1200px) {
  .gub-grid--5 > .gub-grid__item--3-xl {
    flex: 0 0 calc(33.3333333% - 10px);
    width: calc(33.3333333% - 10px);
    margin: 5px;
  }
}
@media screen and (min-width: 1200px) {
  .gub-grid--5 > .gub-grid__item--3x2-xl {
    flex: 0 0 calc(66.6666666% - 10px);
    width: calc(66.6666666% - 10px);
    margin: 5px;
  }
}
@media screen and (min-width: 1200px) {
  .gub-grid--5 > .gub-grid__item--4-xl {
    flex: 0 0 calc(25% - 10px);
    width: calc(25% - 10px);
    margin: 5px;
  }
}
@media screen and (min-width: 1200px) {
  .gub-grid--5 > .gub-grid__item--5-xl {
    flex: 0 0 calc(20% - 10px);
    width: calc(20% - 10px);
    margin: 5px;
  }
}
@media screen and (min-width: 1200px) {
  .gub-grid--5 > .gub-grid__item--6-xl {
    flex: 0 0 calc(16.6666666% - 10px);
    width: calc(16.6666666% - 10px);
    margin: 5px;
  }
}

.gub-grid--10 {
  width: calc(100% + 20px);
  margin: -10px !important;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.gub-grid--10 > .gub-grid__item--auto {
  flex: 0 1 auto;
  margin: 10px;
}
.gub-grid--10 > .gub-grid__item--1 {
  flex: 0 0 calc(100% - 20px);
  width: calc(100% - 20px);
  margin: 10px;
}
.gub-grid--10 > .gub-grid__item--2 {
  flex: 0 0 calc(50% - 20px);
  width: calc(50% - 20px);
  margin: 10px;
}
.gub-grid--10 > .gub-grid__item--3 {
  flex: 0 0 calc(33.3333333% - 20px);
  width: calc(33.3333333% - 20px);
  margin: 10px;
}
.gub-grid--10 > .gub-grid__item--3x2 {
  flex: 0 0 calc(66.6666666% - 20px);
  width: calc(66.6666666% - 20px);
  margin: 10px;
}
.gub-grid--10 > .gub-grid__item--4 {
  flex: 0 0 calc(25% - 20px);
  width: calc(25% - 20px);
  margin: 10px;
}
.gub-grid--10 > .gub-grid__item--5 {
  flex: 0 0 calc(20% - 20px);
  width: calc(20% - 20px);
  margin: 10px;
}
.gub-grid--10 > .gub-grid__item--6 {
  flex: 0 0 calc(16.6666666% - 20px);
  width: calc(16.6666666% - 20px);
  margin: 10px;
}
@media screen and (min-width: 576px) {
  .gub-grid--10 > .gub-grid__item--1-sm {
    flex: 0 0 calc(100% - 20px);
    width: calc(100% - 20px);
    margin: 10px;
  }
}
@media screen and (min-width: 576px) {
  .gub-grid--10 > .gub-grid__item--2-sm {
    flex: 0 0 calc(50% - 20px);
    width: calc(50% - 20px);
    margin: 10px;
  }
}
@media screen and (min-width: 576px) {
  .gub-grid--10 > .gub-grid__item--3-sm {
    flex: 0 0 calc(33.3333333% - 20px);
    width: calc(33.3333333% - 20px);
    margin: 10px;
  }
}
@media screen and (min-width: 576px) {
  .gub-grid--10 > .gub-grid__item--3x2-sm {
    flex: 0 0 calc(66.6666666% - 20px);
    width: calc(66.6666666% - 20px);
    margin: 10px;
  }
}
@media screen and (min-width: 576px) {
  .gub-grid--10 > .gub-grid__item--4-sm {
    flex: 0 0 calc(25% - 20px);
    width: calc(25% - 20px);
    margin: 10px;
  }
}
@media screen and (min-width: 576px) {
  .gub-grid--10 > .gub-grid__item--5-sm {
    flex: 0 0 calc(20% - 20px);
    width: calc(20% - 20px);
    margin: 10px;
  }
}
@media screen and (min-width: 576px) {
  .gub-grid--10 > .gub-grid__item--6-sm {
    flex: 0 0 calc(16.6666666% - 20px);
    width: calc(16.6666666% - 20px);
    margin: 10px;
  }
}
@media screen and (min-width: 767px) {
  .gub-grid--10 > .gub-grid__item--auto-md {
    flex: 0 1 auto;
    width: auto;
    margin: 10px;
  }
}
@media screen and (min-width: 767px) {
  .gub-grid--10 > .gub-grid__item--1-md {
    flex: 0 0 calc(100% - 20px);
    width: calc(100% - 20px);
    margin: 10px;
  }
}
@media screen and (min-width: 767px) {
  .gub-grid--10 > .gub-grid__item--2-md {
    flex: 0 0 calc(50% - 20px);
    width: calc(50% - 20px);
  }
}
@media screen and (min-width: 767px) {
  .gub-grid--10 > .gub-grid__item--3-md {
    flex: 0 0 calc(33.3333333% - 20px);
    width: calc(33.3333333% - 20px);
    margin: 10px;
  }
}
@media screen and (min-width: 767px) {
  .gub-grid--10 > .gub-grid__item--3x2-md {
    flex: 0 0 calc(66.6666666% - 20px);
    width: calc(66.6666666% - 20px);
    margin: 10px;
  }
}
@media screen and (min-width: 767px) {
  .gub-grid--10 > .gub-grid__item--4-md {
    flex: 0 0 calc(25% - 20px);
    width: calc(25% - 20px);
    margin: 10px;
  }
}
@media screen and (min-width: 767px) {
  .gub-grid--10 > .gub-grid__item--5-md {
    flex: 0 0 calc(20% - 20px);
    width: calc(20% - 20px);
    margin: 10px;
  }
}
@media screen and (min-width: 767px) {
  .gub-grid--10 > .gub-grid__item--6-md {
    flex: 0 0 calc(16.6666666% - 20px);
    width: calc(16.6666666% - 20px);
    margin: 10px;
  }
}
@media screen and (min-width: 992px) {
  .gub-grid--10 > .gub-grid__item--auto-lg {
    flex: 0 1 auto;
    width: auto;
    margin: 10px;
  }
}
@media screen and (min-width: 992px) {
  .gub-grid--10 > .gub-grid__item--1-lg {
    flex: 0 0 calc(100% - 20px);
    width: calc(1000% - 20px);
    margin: 10px;
  }
}
@media screen and (min-width: 992px) {
  .gub-grid--10 > .gub-grid__item--2-lg {
    flex: 0 0 calc(50% - 20px);
    width: calc(50% - 20px);
    margin: 10px;
  }
}
@media screen and (min-width: 992px) {
  .gub-grid--10 > .gub-grid__item--3-lg {
    flex: 0 0 calc(33.3333333% - 20px);
    width: calc(33.3333333% - 20px);
    margin: 10px;
  }
}
@media screen and (min-width: 992px) {
  .gub-grid--10 > .gub-grid__item--3x2-lg {
    flex: 0 0 calc(66.6666666% - 20px);
    width: calc(66.6666666% - 20px);
    margin: 10px;
  }
}
@media screen and (min-width: 992px) {
  .gub-grid--10 > .gub-grid__item--4-lg {
    flex: 0 0 calc(25% - 20px);
    width: calc(25% - 20px);
    margin: 10px;
  }
}
@media screen and (min-width: 992px) {
  .gub-grid--10 > .gub-grid__item--5-lg {
    flex: 0 0 calc(20% - 20px);
    width: calc(20% - 20px);
    margin: 10px;
  }
}
@media screen and (min-width: 992px) {
  .gub-grid--10 > .gub-grid__item--6-lg {
    flex: 0 0 calc(16.6666666% - 20px);
    width: calc(16.6666666% - 20px);
    margin: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .gub-grid--10 > .gub-grid__item--1-xl {
    flex: 0 0 calc(100% - 20px);
    width: calc(100% - 20px);
    margin: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .gub-grid--10 > .gub-grid__item--3-xl {
    flex: 0 0 calc(33.3333333% - 20px);
    width: calc(33.3333333% - 20px);
    margin: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .gub-grid--10 > .gub-grid__item--3x2-xl {
    flex: 0 0 calc(66.6666666% - 20px);
    width: calc(66.6666666% - 20px);
    margin: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .gub-grid--10 > .gub-grid__item--4-xl {
    flex: 0 0 calc(25% - 20px);
    width: calc(25% - 20px);
    margin: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .gub-grid--10 > .gub-grid__item--5-xl {
    flex: 0 0 calc(20% - 20px);
    width: calc(20% - 20px);
    margin: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .gub-grid--10 > .gub-grid__item--6-xl {
    flex: 0 0 calc(16.6666666% - 20px);
    width: calc(16.6666666% - 20px);
    margin: 10px;
  }
}

.gub-grid--15 {
  width: calc(100% + 30px);
  margin: -15px !important;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.gub-grid--15 > .gub-grid__item--auto {
  flex: 0 1 auto;
  margin: 15px;
}
.gub-grid--15 > .gub-grid__item--1 {
  flex: 0 0 calc(100% - 30px);
  width: calc(100% - 30px);
  margin: 15px;
}
.gub-grid--15 > .gub-grid__item--2 {
  flex: 0 0 calc(50% - 30px);
  width: calc(50% - 30px);
  margin: 15px;
}
.gub-grid--15 > .gub-grid__item--3 {
  flex: 0 0 calc(33.3333333% - 30px);
  width: calc(33.3333333% - 30px);
  margin: 15px;
}
.gub-grid--15 > .gub-grid__item--3x2 {
  flex: 0 0 calc(66.6666666% - 30px);
  width: calc(66.6666666% - 30px);
  margin: 15px;
}
.gub-grid--15 > .gub-grid__item--4 {
  flex: 0 0 calc(25% - 30px);
  width: calc(25% - 30px);
  margin: 15px;
}
.gub-grid--15 > .gub-grid__item--5 {
  flex: 0 0 calc(20% - 30px);
  width: calc(20% - 30px);
  margin: 15px;
}
.gub-grid--15 > .gub-grid__item--6 {
  flex: 0 0 calc(16.6666666% - 30px);
  width: calc(16.6666666% - 30px);
  margin: 15px;
}
@media screen and (min-width: 576px) {
  .gub-grid--15 > .gub-grid__item--1-sm {
    flex: 0 0 calc(100% - 30px);
    width: calc(100% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 576px) {
  .gub-grid--15 > .gub-grid__item--2-sm {
    flex: 0 0 calc(50% - 30px);
    width: calc(50% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 576px) {
  .gub-grid--15 > .gub-grid__item--3-sm {
    flex: 0 0 calc(33.3333333% - 30px);
    width: calc(33.3333333% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 576px) {
  .gub-grid--15 > .gub-grid__item--3x2-sm {
    flex: 0 0 calc(66.6666666% - 30px);
    width: calc(66.6666666% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 576px) {
  .gub-grid--15 > .gub-grid__item--4-sm {
    flex: 0 0 calc(25% - 30px);
    width: calc(25% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 576px) {
  .gub-grid--15 > .gub-grid__item--5-sm {
    flex: 0 0 calc(20% - 30px);
    width: calc(20% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 576px) {
  .gub-grid--15 > .gub-grid__item--6-sm {
    flex: 0 0 calc(16.6666666% - 30px);
    width: calc(16.6666666% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 767px) {
  .gub-grid--15 > .gub-grid__item--auto-md {
    flex: 0 1 auto;
    width: auto;
    margin: 15px;
  }
}
@media screen and (min-width: 767px) {
  .gub-grid--15 > .gub-grid__item--1-md {
    flex: 0 0 calc(100% - 30px);
    width: calc(100% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 767px) {
  .gub-grid--15 > .gub-grid__item--2-md {
    flex: 0 0 calc(50% - 30px);
    width: calc(50% - 30px);
  }
}
@media screen and (min-width: 767px) {
  .gub-grid--15 > .gub-grid__item--3-md {
    flex: 0 0 calc(33.3333333% - 30px);
    width: calc(33.3333333% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 767px) {
  .gub-grid--15 > .gub-grid__item--3x2-md {
    flex: 0 0 calc(66.6666666% - 30px);
    width: calc(66.6666666% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 767px) {
  .gub-grid--15 > .gub-grid__item--4-md {
    flex: 0 0 calc(25% - 30px);
    width: calc(25% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 767px) {
  .gub-grid--15 > .gub-grid__item--5-md {
    flex: 0 0 calc(20% - 30px);
    width: calc(20% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 767px) {
  .gub-grid--15 > .gub-grid__item--6-md {
    flex: 0 0 calc(16.6666666% - 30px);
    width: calc(16.6666666% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 992px) {
  .gub-grid--15 > .gub-grid__item--auto-lg {
    flex: 0 1 auto;
    width: auto;
    margin: 15px;
  }
}
@media screen and (min-width: 992px) {
  .gub-grid--15 > .gub-grid__item--1-lg {
    flex: 0 0 calc(100% - 30px);
    width: calc(1000% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 992px) {
  .gub-grid--15 > .gub-grid__item--2-lg {
    flex: 0 0 calc(50% - 30px);
    width: calc(50% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 992px) {
  .gub-grid--15 > .gub-grid__item--3-lg {
    flex: 0 0 calc(33.3333333% - 30px);
    width: calc(33.3333333% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 992px) {
  .gub-grid--15 > .gub-grid__item--3x2-lg {
    flex: 0 0 calc(66.6666666% - 30px);
    width: calc(66.6666666% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 992px) {
  .gub-grid--15 > .gub-grid__item--4-lg {
    flex: 0 0 calc(25% - 30px);
    width: calc(25% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 992px) {
  .gub-grid--15 > .gub-grid__item--5-lg {
    flex: 0 0 calc(20% - 30px);
    width: calc(20% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 992px) {
  .gub-grid--15 > .gub-grid__item--6-lg {
    flex: 0 0 calc(16.6666666% - 30px);
    width: calc(16.6666666% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .gub-grid--15 > .gub-grid__item--1-xl {
    flex: 0 0 calc(100% - 30px);
    width: calc(100% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .gub-grid--15 > .gub-grid__item--3-xl {
    flex: 0 0 calc(33.3333333% - 30px);
    width: calc(33.3333333% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .gub-grid--15 > .gub-grid__item--3x2-xl {
    flex: 0 0 calc(66.6666666% - 30px);
    width: calc(66.6666666% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .gub-grid--15 > .gub-grid__item--4-xl {
    flex: 0 0 calc(25% - 30px);
    width: calc(25% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .gub-grid--15 > .gub-grid__item--5-xl {
    flex: 0 0 calc(20% - 30px);
    width: calc(20% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .gub-grid--15 > .gub-grid__item--6-xl {
    flex: 0 0 calc(16.6666666% - 30px);
    width: calc(16.6666666% - 30px);
    margin: 15px;
  }
}

.gub-grid--30 {
  width: calc(100% + 60px);
  margin: -30px !important;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.gub-grid--30 > .gub-grid__item--auto {
  flex: 0 1 auto;
  margin: 30px;
}
.gub-grid--30 > .gub-grid__item--1 {
  flex: 0 0 calc(100% - 60px);
  width: calc(100% - 60px);
  margin: 30px;
}
.gub-grid--30 > .gub-grid__item--2 {
  flex: 0 0 calc(50% - 60px);
  width: calc(50% - 60px);
  margin: 30px;
}
.gub-grid--30 > .gub-grid__item--3 {
  flex: 0 0 calc(33.3333333% - 60px);
  width: calc(33.3333333% - 60px);
  margin: 30px;
}
.gub-grid--30 > .gub-grid__item--3x2 {
  flex: 0 0 calc(66.6666666% - 60px);
  width: calc(66.6666666% - 60px);
  margin: 30px;
}
.gub-grid--30 > .gub-grid__item--4 {
  flex: 0 0 calc(25% - 60px);
  width: calc(25% - 60px);
  margin: 30px;
}
.gub-grid--30 > .gub-grid__item--5 {
  flex: 0 0 calc(20% - 60px);
  width: calc(20% - 60px);
  margin: 30px;
}
.gub-grid--30 > .gub-grid__item--6 {
  flex: 0 0 calc(16.6666666% - 60px);
  width: calc(16.6666666% - 60px);
  margin: 30px;
}
@media screen and (min-width: 576px) {
  .gub-grid--30 > .gub-grid__item--1-sm {
    flex: 0 0 calc(100% - 60px);
    width: calc(100% - 60px);
    margin: 30px;
  }
}
@media screen and (min-width: 576px) {
  .gub-grid--30 > .gub-grid__item--2-sm {
    flex: 0 0 calc(50% - 60px);
    width: calc(50% - 60px);
    margin: 30px;
  }
}
@media screen and (min-width: 576px) {
  .gub-grid--30 > .gub-grid__item--3-sm {
    flex: 0 0 calc(33.3333333% - 60px);
    width: calc(33.3333333% - 60px);
    margin: 30px;
  }
}
@media screen and (min-width: 576px) {
  .gub-grid--30 > .gub-grid__item--3x2-sm {
    flex: 0 0 calc(66.6666666% - 60px);
    width: calc(66.6666666% - 60px);
    margin: 30px;
  }
}
@media screen and (min-width: 576px) {
  .gub-grid--30 > .gub-grid__item--4-sm {
    flex: 0 0 calc(25% - 60px);
    width: calc(25% - 60px);
    margin: 30px;
  }
}
@media screen and (min-width: 576px) {
  .gub-grid--30 > .gub-grid__item--5-sm {
    flex: 0 0 calc(20% - 60px);
    width: calc(20% - 60px);
    margin: 30px;
  }
}
@media screen and (min-width: 576px) {
  .gub-grid--30 > .gub-grid__item--6-sm {
    flex: 0 0 calc(16.6666666% - 60px);
    width: calc(16.6666666% - 60px);
    margin: 30px;
  }
}
@media screen and (min-width: 767px) {
  .gub-grid--30 > .gub-grid__item--auto-md {
    flex: 0 1 auto;
    width: auto;
    margin: 30px;
  }
}
@media screen and (min-width: 767px) {
  .gub-grid--30 > .gub-grid__item--1-md {
    flex: 0 0 calc(100% - 60px);
    width: calc(100% - 60px);
    margin: 30px;
  }
}
@media screen and (min-width: 767px) {
  .gub-grid--30 > .gub-grid__item--2-md {
    flex: 0 0 calc(50% - 60px);
    width: calc(50% - 60px);
  }
}
@media screen and (min-width: 767px) {
  .gub-grid--30 > .gub-grid__item--3-md {
    flex: 0 0 calc(33.3333333% - 60px);
    width: calc(33.3333333% - 60px);
    margin: 30px;
  }
}
@media screen and (min-width: 767px) {
  .gub-grid--30 > .gub-grid__item--3x2-md {
    flex: 0 0 calc(66.6666666% - 60px);
    width: calc(66.6666666% - 60px);
    margin: 30px;
  }
}
@media screen and (min-width: 767px) {
  .gub-grid--30 > .gub-grid__item--4-md {
    flex: 0 0 calc(25% - 60px);
    width: calc(25% - 60px);
    margin: 30px;
  }
}
@media screen and (min-width: 767px) {
  .gub-grid--30 > .gub-grid__item--5-md {
    flex: 0 0 calc(20% - 60px);
    width: calc(20% - 60px);
    margin: 30px;
  }
}
@media screen and (min-width: 767px) {
  .gub-grid--30 > .gub-grid__item--6-md {
    flex: 0 0 calc(16.6666666% - 60px);
    width: calc(16.6666666% - 60px);
    margin: 30px;
  }
}
@media screen and (min-width: 992px) {
  .gub-grid--30 > .gub-grid__item--auto-lg {
    flex: 0 1 auto;
    width: auto;
    margin: 30px;
  }
}
@media screen and (min-width: 992px) {
  .gub-grid--30 > .gub-grid__item--1-lg {
    flex: 0 0 calc(100% - 60px);
    width: calc(1000% - 60px);
    margin: 30px;
  }
}
@media screen and (min-width: 992px) {
  .gub-grid--30 > .gub-grid__item--2-lg {
    flex: 0 0 calc(50% - 60px);
    width: calc(50% - 60px);
    margin: 30px;
  }
}
@media screen and (min-width: 992px) {
  .gub-grid--30 > .gub-grid__item--3-lg {
    flex: 0 0 calc(33.3333333% - 60px);
    width: calc(33.3333333% - 60px);
    margin: 30px;
  }
}
@media screen and (min-width: 992px) {
  .gub-grid--30 > .gub-grid__item--3x2-lg {
    flex: 0 0 calc(66.6666666% - 60px);
    width: calc(66.6666666% - 60px);
    margin: 30px;
  }
}
@media screen and (min-width: 992px) {
  .gub-grid--30 > .gub-grid__item--4-lg {
    flex: 0 0 calc(25% - 60px);
    width: calc(25% - 60px);
    margin: 30px;
  }
}
@media screen and (min-width: 992px) {
  .gub-grid--30 > .gub-grid__item--5-lg {
    flex: 0 0 calc(20% - 60px);
    width: calc(20% - 60px);
    margin: 30px;
  }
}
@media screen and (min-width: 992px) {
  .gub-grid--30 > .gub-grid__item--6-lg {
    flex: 0 0 calc(16.6666666% - 60px);
    width: calc(16.6666666% - 60px);
    margin: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .gub-grid--30 > .gub-grid__item--1-xl {
    flex: 0 0 calc(100% - 60px);
    width: calc(100% - 60px);
    margin: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .gub-grid--30 > .gub-grid__item--3-xl {
    flex: 0 0 calc(33.3333333% - 60px);
    width: calc(33.3333333% - 60px);
    margin: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .gub-grid--30 > .gub-grid__item--3x2-xl {
    flex: 0 0 calc(66.6666666% - 60px);
    width: calc(66.6666666% - 60px);
    margin: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .gub-grid--30 > .gub-grid__item--4-xl {
    flex: 0 0 calc(25% - 60px);
    width: calc(25% - 60px);
    margin: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .gub-grid--30 > .gub-grid__item--5-xl {
    flex: 0 0 calc(20% - 60px);
    width: calc(20% - 60px);
    margin: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .gub-grid--30 > .gub-grid__item--6-xl {
    flex: 0 0 calc(16.6666666% - 60px);
    width: calc(16.6666666% - 60px);
    margin: 30px;
  }
}

.gub-grid--sm {
  width: calc(100% + 15px);
  margin: -7.5px !important;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.gub-grid--sm > .gub-grid__item--auto {
  flex: 0 1 auto;
  margin: 7.5px;
}
.gub-grid--sm > .gub-grid__item--1 {
  flex: 0 0 calc(100% - 15px);
  width: calc(100% - 15px);
  margin: 7.5px;
}
.gub-grid--sm > .gub-grid__item--2 {
  flex: 0 0 calc(50% - 15px);
  width: calc(50% - 15px);
  margin: 7.5px;
}
.gub-grid--sm > .gub-grid__item--3 {
  flex: 0 0 calc(33.3333333% - 15px);
  width: calc(33.3333333% - 15px);
  margin: 7.5px;
}
.gub-grid--sm > .gub-grid__item--3x2 {
  flex: 0 0 calc(66.6666666% - 15px);
  width: calc(66.6666666% - 15px);
  margin: 7.5px;
}
.gub-grid--sm > .gub-grid__item--4 {
  flex: 0 0 calc(25% - 15px);
  width: calc(25% - 15px);
  margin: 7.5px;
}
.gub-grid--sm > .gub-grid__item--5 {
  flex: 0 0 calc(20% - 15px);
  width: calc(20% - 15px);
  margin: 7.5px;
}
.gub-grid--sm > .gub-grid__item--6 {
  flex: 0 0 calc(16.6666666% - 15px);
  width: calc(16.6666666% - 15px);
  margin: 7.5px;
}
@media screen and (min-width: 576px) {
  .gub-grid--sm > .gub-grid__item--1-sm {
    flex: 0 0 calc(100% - 15px);
    width: calc(100% - 15px);
    margin: 7.5px;
  }
}
@media screen and (min-width: 576px) {
  .gub-grid--sm > .gub-grid__item--2-sm {
    flex: 0 0 calc(50% - 15px);
    width: calc(50% - 15px);
    margin: 7.5px;
  }
}
@media screen and (min-width: 576px) {
  .gub-grid--sm > .gub-grid__item--3-sm {
    flex: 0 0 calc(33.3333333% - 15px);
    width: calc(33.3333333% - 15px);
    margin: 7.5px;
  }
}
@media screen and (min-width: 576px) {
  .gub-grid--sm > .gub-grid__item--3x2-sm {
    flex: 0 0 calc(66.6666666% - 15px);
    width: calc(66.6666666% - 15px);
    margin: 7.5px;
  }
}
@media screen and (min-width: 576px) {
  .gub-grid--sm > .gub-grid__item--4-sm {
    flex: 0 0 calc(25% - 15px);
    width: calc(25% - 15px);
    margin: 7.5px;
  }
}
@media screen and (min-width: 576px) {
  .gub-grid--sm > .gub-grid__item--5-sm {
    flex: 0 0 calc(20% - 15px);
    width: calc(20% - 15px);
    margin: 7.5px;
  }
}
@media screen and (min-width: 576px) {
  .gub-grid--sm > .gub-grid__item--6-sm {
    flex: 0 0 calc(16.6666666% - 15px);
    width: calc(16.6666666% - 15px);
    margin: 7.5px;
  }
}
@media screen and (min-width: 767px) {
  .gub-grid--sm > .gub-grid__item--auto-md {
    flex: 0 1 auto;
    width: auto;
    margin: 7.5px;
  }
}
@media screen and (min-width: 767px) {
  .gub-grid--sm > .gub-grid__item--1-md {
    flex: 0 0 calc(100% - 15px);
    width: calc(100% - 15px);
    margin: 7.5px;
  }
}
@media screen and (min-width: 767px) {
  .gub-grid--sm > .gub-grid__item--2-md {
    flex: 0 0 calc(50% - 15px);
    width: calc(50% - 15px);
  }
}
@media screen and (min-width: 767px) {
  .gub-grid--sm > .gub-grid__item--3-md {
    flex: 0 0 calc(33.3333333% - 15px);
    width: calc(33.3333333% - 15px);
    margin: 7.5px;
  }
}
@media screen and (min-width: 767px) {
  .gub-grid--sm > .gub-grid__item--3x2-md {
    flex: 0 0 calc(66.6666666% - 15px);
    width: calc(66.6666666% - 15px);
    margin: 7.5px;
  }
}
@media screen and (min-width: 767px) {
  .gub-grid--sm > .gub-grid__item--4-md {
    flex: 0 0 calc(25% - 15px);
    width: calc(25% - 15px);
    margin: 7.5px;
  }
}
@media screen and (min-width: 767px) {
  .gub-grid--sm > .gub-grid__item--5-md {
    flex: 0 0 calc(20% - 15px);
    width: calc(20% - 15px);
    margin: 7.5px;
  }
}
@media screen and (min-width: 767px) {
  .gub-grid--sm > .gub-grid__item--6-md {
    flex: 0 0 calc(16.6666666% - 15px);
    width: calc(16.6666666% - 15px);
    margin: 7.5px;
  }
}
@media screen and (min-width: 992px) {
  .gub-grid--sm > .gub-grid__item--auto-lg {
    flex: 0 1 auto;
    width: auto;
    margin: 7.5px;
  }
}
@media screen and (min-width: 992px) {
  .gub-grid--sm > .gub-grid__item--1-lg {
    flex: 0 0 calc(100% - 15px);
    width: calc(1000% - 15px);
    margin: 7.5px;
  }
}
@media screen and (min-width: 992px) {
  .gub-grid--sm > .gub-grid__item--2-lg {
    flex: 0 0 calc(50% - 15px);
    width: calc(50% - 15px);
    margin: 7.5px;
  }
}
@media screen and (min-width: 992px) {
  .gub-grid--sm > .gub-grid__item--3-lg {
    flex: 0 0 calc(33.3333333% - 15px);
    width: calc(33.3333333% - 15px);
    margin: 7.5px;
  }
}
@media screen and (min-width: 992px) {
  .gub-grid--sm > .gub-grid__item--3x2-lg {
    flex: 0 0 calc(66.6666666% - 15px);
    width: calc(66.6666666% - 15px);
    margin: 7.5px;
  }
}
@media screen and (min-width: 992px) {
  .gub-grid--sm > .gub-grid__item--4-lg {
    flex: 0 0 calc(25% - 15px);
    width: calc(25% - 15px);
    margin: 7.5px;
  }
}
@media screen and (min-width: 992px) {
  .gub-grid--sm > .gub-grid__item--5-lg {
    flex: 0 0 calc(20% - 15px);
    width: calc(20% - 15px);
    margin: 7.5px;
  }
}
@media screen and (min-width: 992px) {
  .gub-grid--sm > .gub-grid__item--6-lg {
    flex: 0 0 calc(16.6666666% - 15px);
    width: calc(16.6666666% - 15px);
    margin: 7.5px;
  }
}
@media screen and (min-width: 1200px) {
  .gub-grid--sm > .gub-grid__item--1-xl {
    flex: 0 0 calc(100% - 15px);
    width: calc(100% - 15px);
    margin: 7.5px;
  }
}
@media screen and (min-width: 1200px) {
  .gub-grid--sm > .gub-grid__item--3-xl {
    flex: 0 0 calc(33.3333333% - 15px);
    width: calc(33.3333333% - 15px);
    margin: 7.5px;
  }
}
@media screen and (min-width: 1200px) {
  .gub-grid--sm > .gub-grid__item--3x2-xl {
    flex: 0 0 calc(66.6666666% - 15px);
    width: calc(66.6666666% - 15px);
    margin: 7.5px;
  }
}
@media screen and (min-width: 1200px) {
  .gub-grid--sm > .gub-grid__item--4-xl {
    flex: 0 0 calc(25% - 15px);
    width: calc(25% - 15px);
    margin: 7.5px;
  }
}
@media screen and (min-width: 1200px) {
  .gub-grid--sm > .gub-grid__item--5-xl {
    flex: 0 0 calc(20% - 15px);
    width: calc(20% - 15px);
    margin: 7.5px;
  }
}
@media screen and (min-width: 1200px) {
  .gub-grid--sm > .gub-grid__item--6-xl {
    flex: 0 0 calc(16.6666666% - 15px);
    width: calc(16.6666666% - 15px);
    margin: 7.5px;
  }
}
@media screen and (min-width: 767px) {
  .gub-grid--sm {
    width: calc(100% + 30px);
    margin: -15px !important;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
  }
  .gub-grid--sm > .gub-grid__item--auto {
    flex: 0 1 auto;
    margin: 15px;
  }
  .gub-grid--sm > .gub-grid__item--1 {
    flex: 0 0 calc(100% - 30px);
    width: calc(100% - 30px);
    margin: 15px;
  }
  .gub-grid--sm > .gub-grid__item--2 {
    flex: 0 0 calc(50% - 30px);
    width: calc(50% - 30px);
    margin: 15px;
  }
  .gub-grid--sm > .gub-grid__item--3 {
    flex: 0 0 calc(33.3333333% - 30px);
    width: calc(33.3333333% - 30px);
    margin: 15px;
  }
  .gub-grid--sm > .gub-grid__item--3x2 {
    flex: 0 0 calc(66.6666666% - 30px);
    width: calc(66.6666666% - 30px);
    margin: 15px;
  }
  .gub-grid--sm > .gub-grid__item--4 {
    flex: 0 0 calc(25% - 30px);
    width: calc(25% - 30px);
    margin: 15px;
  }
  .gub-grid--sm > .gub-grid__item--5 {
    flex: 0 0 calc(20% - 30px);
    width: calc(20% - 30px);
    margin: 15px;
  }
  .gub-grid--sm > .gub-grid__item--6 {
    flex: 0 0 calc(16.6666666% - 30px);
    width: calc(16.6666666% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 767px) and (min-width: 576px) {
  .gub-grid--sm > .gub-grid__item--1-sm {
    flex: 0 0 calc(100% - 30px);
    width: calc(100% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 767px) and (min-width: 576px) {
  .gub-grid--sm > .gub-grid__item--2-sm {
    flex: 0 0 calc(50% - 30px);
    width: calc(50% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 767px) and (min-width: 576px) {
  .gub-grid--sm > .gub-grid__item--3-sm {
    flex: 0 0 calc(33.3333333% - 30px);
    width: calc(33.3333333% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 767px) and (min-width: 576px) {
  .gub-grid--sm > .gub-grid__item--3x2-sm {
    flex: 0 0 calc(66.6666666% - 30px);
    width: calc(66.6666666% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 767px) and (min-width: 576px) {
  .gub-grid--sm > .gub-grid__item--4-sm {
    flex: 0 0 calc(25% - 30px);
    width: calc(25% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 767px) and (min-width: 576px) {
  .gub-grid--sm > .gub-grid__item--5-sm {
    flex: 0 0 calc(20% - 30px);
    width: calc(20% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 767px) and (min-width: 576px) {
  .gub-grid--sm > .gub-grid__item--6-sm {
    flex: 0 0 calc(16.6666666% - 30px);
    width: calc(16.6666666% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 767px) and (min-width: 767px) {
  .gub-grid--sm > .gub-grid__item--auto-md {
    flex: 0 1 auto;
    width: auto;
    margin: 15px;
  }
}
@media screen and (min-width: 767px) and (min-width: 767px) {
  .gub-grid--sm > .gub-grid__item--1-md {
    flex: 0 0 calc(100% - 30px);
    width: calc(100% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 767px) and (min-width: 767px) {
  .gub-grid--sm > .gub-grid__item--2-md {
    flex: 0 0 calc(50% - 30px);
    width: calc(50% - 30px);
  }
}
@media screen and (min-width: 767px) and (min-width: 767px) {
  .gub-grid--sm > .gub-grid__item--3-md {
    flex: 0 0 calc(33.3333333% - 30px);
    width: calc(33.3333333% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 767px) and (min-width: 767px) {
  .gub-grid--sm > .gub-grid__item--3x2-md {
    flex: 0 0 calc(66.6666666% - 30px);
    width: calc(66.6666666% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 767px) and (min-width: 767px) {
  .gub-grid--sm > .gub-grid__item--4-md {
    flex: 0 0 calc(25% - 30px);
    width: calc(25% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 767px) and (min-width: 767px) {
  .gub-grid--sm > .gub-grid__item--5-md {
    flex: 0 0 calc(20% - 30px);
    width: calc(20% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 767px) and (min-width: 767px) {
  .gub-grid--sm > .gub-grid__item--6-md {
    flex: 0 0 calc(16.6666666% - 30px);
    width: calc(16.6666666% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 767px) and (min-width: 992px) {
  .gub-grid--sm > .gub-grid__item--auto-lg {
    flex: 0 1 auto;
    width: auto;
    margin: 15px;
  }
}
@media screen and (min-width: 767px) and (min-width: 992px) {
  .gub-grid--sm > .gub-grid__item--1-lg {
    flex: 0 0 calc(100% - 30px);
    width: calc(1000% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 767px) and (min-width: 992px) {
  .gub-grid--sm > .gub-grid__item--2-lg {
    flex: 0 0 calc(50% - 30px);
    width: calc(50% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 767px) and (min-width: 992px) {
  .gub-grid--sm > .gub-grid__item--3-lg {
    flex: 0 0 calc(33.3333333% - 30px);
    width: calc(33.3333333% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 767px) and (min-width: 992px) {
  .gub-grid--sm > .gub-grid__item--3x2-lg {
    flex: 0 0 calc(66.6666666% - 30px);
    width: calc(66.6666666% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 767px) and (min-width: 992px) {
  .gub-grid--sm > .gub-grid__item--4-lg {
    flex: 0 0 calc(25% - 30px);
    width: calc(25% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 767px) and (min-width: 992px) {
  .gub-grid--sm > .gub-grid__item--5-lg {
    flex: 0 0 calc(20% - 30px);
    width: calc(20% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 767px) and (min-width: 992px) {
  .gub-grid--sm > .gub-grid__item--6-lg {
    flex: 0 0 calc(16.6666666% - 30px);
    width: calc(16.6666666% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 767px) and (min-width: 1200px) {
  .gub-grid--sm > .gub-grid__item--1-xl {
    flex: 0 0 calc(100% - 30px);
    width: calc(100% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 767px) and (min-width: 1200px) {
  .gub-grid--sm > .gub-grid__item--3-xl {
    flex: 0 0 calc(33.3333333% - 30px);
    width: calc(33.3333333% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 767px) and (min-width: 1200px) {
  .gub-grid--sm > .gub-grid__item--3x2-xl {
    flex: 0 0 calc(66.6666666% - 30px);
    width: calc(66.6666666% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 767px) and (min-width: 1200px) {
  .gub-grid--sm > .gub-grid__item--4-xl {
    flex: 0 0 calc(25% - 30px);
    width: calc(25% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 767px) and (min-width: 1200px) {
  .gub-grid--sm > .gub-grid__item--5-xl {
    flex: 0 0 calc(20% - 30px);
    width: calc(20% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 767px) and (min-width: 1200px) {
  .gub-grid--sm > .gub-grid__item--6-xl {
    flex: 0 0 calc(16.6666666% - 30px);
    width: calc(16.6666666% - 30px);
    margin: 15px;
  }
}

.gub-grid--md {
  width: calc(100% + 30px);
  margin: -15px !important;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.gub-grid--md > .gub-grid__item--auto {
  flex: 0 1 auto;
  margin: 15px;
}
.gub-grid--md > .gub-grid__item--1 {
  flex: 0 0 calc(100% - 30px);
  width: calc(100% - 30px);
  margin: 15px;
}
.gub-grid--md > .gub-grid__item--2 {
  flex: 0 0 calc(50% - 30px);
  width: calc(50% - 30px);
  margin: 15px;
}
.gub-grid--md > .gub-grid__item--3 {
  flex: 0 0 calc(33.3333333% - 30px);
  width: calc(33.3333333% - 30px);
  margin: 15px;
}
.gub-grid--md > .gub-grid__item--3x2 {
  flex: 0 0 calc(66.6666666% - 30px);
  width: calc(66.6666666% - 30px);
  margin: 15px;
}
.gub-grid--md > .gub-grid__item--4 {
  flex: 0 0 calc(25% - 30px);
  width: calc(25% - 30px);
  margin: 15px;
}
.gub-grid--md > .gub-grid__item--5 {
  flex: 0 0 calc(20% - 30px);
  width: calc(20% - 30px);
  margin: 15px;
}
.gub-grid--md > .gub-grid__item--6 {
  flex: 0 0 calc(16.6666666% - 30px);
  width: calc(16.6666666% - 30px);
  margin: 15px;
}
@media screen and (min-width: 576px) {
  .gub-grid--md > .gub-grid__item--1-sm {
    flex: 0 0 calc(100% - 30px);
    width: calc(100% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 576px) {
  .gub-grid--md > .gub-grid__item--2-sm {
    flex: 0 0 calc(50% - 30px);
    width: calc(50% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 576px) {
  .gub-grid--md > .gub-grid__item--3-sm {
    flex: 0 0 calc(33.3333333% - 30px);
    width: calc(33.3333333% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 576px) {
  .gub-grid--md > .gub-grid__item--3x2-sm {
    flex: 0 0 calc(66.6666666% - 30px);
    width: calc(66.6666666% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 576px) {
  .gub-grid--md > .gub-grid__item--4-sm {
    flex: 0 0 calc(25% - 30px);
    width: calc(25% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 576px) {
  .gub-grid--md > .gub-grid__item--5-sm {
    flex: 0 0 calc(20% - 30px);
    width: calc(20% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 576px) {
  .gub-grid--md > .gub-grid__item--6-sm {
    flex: 0 0 calc(16.6666666% - 30px);
    width: calc(16.6666666% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 767px) {
  .gub-grid--md > .gub-grid__item--auto-md {
    flex: 0 1 auto;
    width: auto;
    margin: 15px;
  }
}
@media screen and (min-width: 767px) {
  .gub-grid--md > .gub-grid__item--1-md {
    flex: 0 0 calc(100% - 30px);
    width: calc(100% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 767px) {
  .gub-grid--md > .gub-grid__item--2-md {
    flex: 0 0 calc(50% - 30px);
    width: calc(50% - 30px);
  }
}
@media screen and (min-width: 767px) {
  .gub-grid--md > .gub-grid__item--3-md {
    flex: 0 0 calc(33.3333333% - 30px);
    width: calc(33.3333333% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 767px) {
  .gub-grid--md > .gub-grid__item--3x2-md {
    flex: 0 0 calc(66.6666666% - 30px);
    width: calc(66.6666666% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 767px) {
  .gub-grid--md > .gub-grid__item--4-md {
    flex: 0 0 calc(25% - 30px);
    width: calc(25% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 767px) {
  .gub-grid--md > .gub-grid__item--5-md {
    flex: 0 0 calc(20% - 30px);
    width: calc(20% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 767px) {
  .gub-grid--md > .gub-grid__item--6-md {
    flex: 0 0 calc(16.6666666% - 30px);
    width: calc(16.6666666% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 992px) {
  .gub-grid--md > .gub-grid__item--auto-lg {
    flex: 0 1 auto;
    width: auto;
    margin: 15px;
  }
}
@media screen and (min-width: 992px) {
  .gub-grid--md > .gub-grid__item--1-lg {
    flex: 0 0 calc(100% - 30px);
    width: calc(1000% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 992px) {
  .gub-grid--md > .gub-grid__item--2-lg {
    flex: 0 0 calc(50% - 30px);
    width: calc(50% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 992px) {
  .gub-grid--md > .gub-grid__item--3-lg {
    flex: 0 0 calc(33.3333333% - 30px);
    width: calc(33.3333333% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 992px) {
  .gub-grid--md > .gub-grid__item--3x2-lg {
    flex: 0 0 calc(66.6666666% - 30px);
    width: calc(66.6666666% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 992px) {
  .gub-grid--md > .gub-grid__item--4-lg {
    flex: 0 0 calc(25% - 30px);
    width: calc(25% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 992px) {
  .gub-grid--md > .gub-grid__item--5-lg {
    flex: 0 0 calc(20% - 30px);
    width: calc(20% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 992px) {
  .gub-grid--md > .gub-grid__item--6-lg {
    flex: 0 0 calc(16.6666666% - 30px);
    width: calc(16.6666666% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .gub-grid--md > .gub-grid__item--1-xl {
    flex: 0 0 calc(100% - 30px);
    width: calc(100% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .gub-grid--md > .gub-grid__item--3-xl {
    flex: 0 0 calc(33.3333333% - 30px);
    width: calc(33.3333333% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .gub-grid--md > .gub-grid__item--3x2-xl {
    flex: 0 0 calc(66.6666666% - 30px);
    width: calc(66.6666666% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .gub-grid--md > .gub-grid__item--4-xl {
    flex: 0 0 calc(25% - 30px);
    width: calc(25% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .gub-grid--md > .gub-grid__item--5-xl {
    flex: 0 0 calc(20% - 30px);
    width: calc(20% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .gub-grid--md > .gub-grid__item--6-xl {
    flex: 0 0 calc(16.6666666% - 30px);
    width: calc(16.6666666% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 767px) {
  .gub-grid--md {
    width: calc(100% + 60px);
    margin: -30px !important;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
  }
  .gub-grid--md > .gub-grid__item--auto {
    flex: 0 1 auto;
    margin: 30px;
  }
  .gub-grid--md > .gub-grid__item--1 {
    flex: 0 0 calc(100% - 60px);
    width: calc(100% - 60px);
    margin: 30px;
  }
  .gub-grid--md > .gub-grid__item--2 {
    flex: 0 0 calc(50% - 60px);
    width: calc(50% - 60px);
    margin: 30px;
  }
  .gub-grid--md > .gub-grid__item--3 {
    flex: 0 0 calc(33.3333333% - 60px);
    width: calc(33.3333333% - 60px);
    margin: 30px;
  }
  .gub-grid--md > .gub-grid__item--3x2 {
    flex: 0 0 calc(66.6666666% - 60px);
    width: calc(66.6666666% - 60px);
    margin: 30px;
  }
  .gub-grid--md > .gub-grid__item--4 {
    flex: 0 0 calc(25% - 60px);
    width: calc(25% - 60px);
    margin: 30px;
  }
  .gub-grid--md > .gub-grid__item--5 {
    flex: 0 0 calc(20% - 60px);
    width: calc(20% - 60px);
    margin: 30px;
  }
  .gub-grid--md > .gub-grid__item--6 {
    flex: 0 0 calc(16.6666666% - 60px);
    width: calc(16.6666666% - 60px);
    margin: 30px;
  }
}
@media screen and (min-width: 767px) and (min-width: 576px) {
  .gub-grid--md > .gub-grid__item--1-sm {
    flex: 0 0 calc(100% - 60px);
    width: calc(100% - 60px);
    margin: 30px;
  }
}
@media screen and (min-width: 767px) and (min-width: 576px) {
  .gub-grid--md > .gub-grid__item--2-sm {
    flex: 0 0 calc(50% - 60px);
    width: calc(50% - 60px);
    margin: 30px;
  }
}
@media screen and (min-width: 767px) and (min-width: 576px) {
  .gub-grid--md > .gub-grid__item--3-sm {
    flex: 0 0 calc(33.3333333% - 60px);
    width: calc(33.3333333% - 60px);
    margin: 30px;
  }
}
@media screen and (min-width: 767px) and (min-width: 576px) {
  .gub-grid--md > .gub-grid__item--3x2-sm {
    flex: 0 0 calc(66.6666666% - 60px);
    width: calc(66.6666666% - 60px);
    margin: 30px;
  }
}
@media screen and (min-width: 767px) and (min-width: 576px) {
  .gub-grid--md > .gub-grid__item--4-sm {
    flex: 0 0 calc(25% - 60px);
    width: calc(25% - 60px);
    margin: 30px;
  }
}
@media screen and (min-width: 767px) and (min-width: 576px) {
  .gub-grid--md > .gub-grid__item--5-sm {
    flex: 0 0 calc(20% - 60px);
    width: calc(20% - 60px);
    margin: 30px;
  }
}
@media screen and (min-width: 767px) and (min-width: 576px) {
  .gub-grid--md > .gub-grid__item--6-sm {
    flex: 0 0 calc(16.6666666% - 60px);
    width: calc(16.6666666% - 60px);
    margin: 30px;
  }
}
@media screen and (min-width: 767px) and (min-width: 767px) {
  .gub-grid--md > .gub-grid__item--auto-md {
    flex: 0 1 auto;
    width: auto;
    margin: 30px;
  }
}
@media screen and (min-width: 767px) and (min-width: 767px) {
  .gub-grid--md > .gub-grid__item--1-md {
    flex: 0 0 calc(100% - 60px);
    width: calc(100% - 60px);
    margin: 30px;
  }
}
@media screen and (min-width: 767px) and (min-width: 767px) {
  .gub-grid--md > .gub-grid__item--2-md {
    flex: 0 0 calc(50% - 60px);
    width: calc(50% - 60px);
  }
}
@media screen and (min-width: 767px) and (min-width: 767px) {
  .gub-grid--md > .gub-grid__item--3-md {
    flex: 0 0 calc(33.3333333% - 60px);
    width: calc(33.3333333% - 60px);
    margin: 30px;
  }
}
@media screen and (min-width: 767px) and (min-width: 767px) {
  .gub-grid--md > .gub-grid__item--3x2-md {
    flex: 0 0 calc(66.6666666% - 60px);
    width: calc(66.6666666% - 60px);
    margin: 30px;
  }
}
@media screen and (min-width: 767px) and (min-width: 767px) {
  .gub-grid--md > .gub-grid__item--4-md {
    flex: 0 0 calc(25% - 60px);
    width: calc(25% - 60px);
    margin: 30px;
  }
}
@media screen and (min-width: 767px) and (min-width: 767px) {
  .gub-grid--md > .gub-grid__item--5-md {
    flex: 0 0 calc(20% - 60px);
    width: calc(20% - 60px);
    margin: 30px;
  }
}
@media screen and (min-width: 767px) and (min-width: 767px) {
  .gub-grid--md > .gub-grid__item--6-md {
    flex: 0 0 calc(16.6666666% - 60px);
    width: calc(16.6666666% - 60px);
    margin: 30px;
  }
}
@media screen and (min-width: 767px) and (min-width: 992px) {
  .gub-grid--md > .gub-grid__item--auto-lg {
    flex: 0 1 auto;
    width: auto;
    margin: 30px;
  }
}
@media screen and (min-width: 767px) and (min-width: 992px) {
  .gub-grid--md > .gub-grid__item--1-lg {
    flex: 0 0 calc(100% - 60px);
    width: calc(1000% - 60px);
    margin: 30px;
  }
}
@media screen and (min-width: 767px) and (min-width: 992px) {
  .gub-grid--md > .gub-grid__item--2-lg {
    flex: 0 0 calc(50% - 60px);
    width: calc(50% - 60px);
    margin: 30px;
  }
}
@media screen and (min-width: 767px) and (min-width: 992px) {
  .gub-grid--md > .gub-grid__item--3-lg {
    flex: 0 0 calc(33.3333333% - 60px);
    width: calc(33.3333333% - 60px);
    margin: 30px;
  }
}
@media screen and (min-width: 767px) and (min-width: 992px) {
  .gub-grid--md > .gub-grid__item--3x2-lg {
    flex: 0 0 calc(66.6666666% - 60px);
    width: calc(66.6666666% - 60px);
    margin: 30px;
  }
}
@media screen and (min-width: 767px) and (min-width: 992px) {
  .gub-grid--md > .gub-grid__item--4-lg {
    flex: 0 0 calc(25% - 60px);
    width: calc(25% - 60px);
    margin: 30px;
  }
}
@media screen and (min-width: 767px) and (min-width: 992px) {
  .gub-grid--md > .gub-grid__item--5-lg {
    flex: 0 0 calc(20% - 60px);
    width: calc(20% - 60px);
    margin: 30px;
  }
}
@media screen and (min-width: 767px) and (min-width: 992px) {
  .gub-grid--md > .gub-grid__item--6-lg {
    flex: 0 0 calc(16.6666666% - 60px);
    width: calc(16.6666666% - 60px);
    margin: 30px;
  }
}
@media screen and (min-width: 767px) and (min-width: 1200px) {
  .gub-grid--md > .gub-grid__item--1-xl {
    flex: 0 0 calc(100% - 60px);
    width: calc(100% - 60px);
    margin: 30px;
  }
}
@media screen and (min-width: 767px) and (min-width: 1200px) {
  .gub-grid--md > .gub-grid__item--3-xl {
    flex: 0 0 calc(33.3333333% - 60px);
    width: calc(33.3333333% - 60px);
    margin: 30px;
  }
}
@media screen and (min-width: 767px) and (min-width: 1200px) {
  .gub-grid--md > .gub-grid__item--3x2-xl {
    flex: 0 0 calc(66.6666666% - 60px);
    width: calc(66.6666666% - 60px);
    margin: 30px;
  }
}
@media screen and (min-width: 767px) and (min-width: 1200px) {
  .gub-grid--md > .gub-grid__item--4-xl {
    flex: 0 0 calc(25% - 60px);
    width: calc(25% - 60px);
    margin: 30px;
  }
}
@media screen and (min-width: 767px) and (min-width: 1200px) {
  .gub-grid--md > .gub-grid__item--5-xl {
    flex: 0 0 calc(20% - 60px);
    width: calc(20% - 60px);
    margin: 30px;
  }
}
@media screen and (min-width: 767px) and (min-width: 1200px) {
  .gub-grid--md > .gub-grid__item--6-xl {
    flex: 0 0 calc(16.6666666% - 60px);
    width: calc(16.6666666% - 60px);
    margin: 30px;
  }
}

.gub-grid--lg {
  width: calc(100% + 30px);
  margin: -15px !important;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.gub-grid--lg > .gub-grid__item--auto {
  flex: 0 1 auto;
  margin: 15px;
}
.gub-grid--lg > .gub-grid__item--1 {
  flex: 0 0 calc(100% - 30px);
  width: calc(100% - 30px);
  margin: 15px;
}
.gub-grid--lg > .gub-grid__item--2 {
  flex: 0 0 calc(50% - 30px);
  width: calc(50% - 30px);
  margin: 15px;
}
.gub-grid--lg > .gub-grid__item--3 {
  flex: 0 0 calc(33.3333333% - 30px);
  width: calc(33.3333333% - 30px);
  margin: 15px;
}
.gub-grid--lg > .gub-grid__item--3x2 {
  flex: 0 0 calc(66.6666666% - 30px);
  width: calc(66.6666666% - 30px);
  margin: 15px;
}
.gub-grid--lg > .gub-grid__item--4 {
  flex: 0 0 calc(25% - 30px);
  width: calc(25% - 30px);
  margin: 15px;
}
.gub-grid--lg > .gub-grid__item--5 {
  flex: 0 0 calc(20% - 30px);
  width: calc(20% - 30px);
  margin: 15px;
}
.gub-grid--lg > .gub-grid__item--6 {
  flex: 0 0 calc(16.6666666% - 30px);
  width: calc(16.6666666% - 30px);
  margin: 15px;
}
@media screen and (min-width: 576px) {
  .gub-grid--lg > .gub-grid__item--1-sm {
    flex: 0 0 calc(100% - 30px);
    width: calc(100% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 576px) {
  .gub-grid--lg > .gub-grid__item--2-sm {
    flex: 0 0 calc(50% - 30px);
    width: calc(50% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 576px) {
  .gub-grid--lg > .gub-grid__item--3-sm {
    flex: 0 0 calc(33.3333333% - 30px);
    width: calc(33.3333333% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 576px) {
  .gub-grid--lg > .gub-grid__item--3x2-sm {
    flex: 0 0 calc(66.6666666% - 30px);
    width: calc(66.6666666% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 576px) {
  .gub-grid--lg > .gub-grid__item--4-sm {
    flex: 0 0 calc(25% - 30px);
    width: calc(25% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 576px) {
  .gub-grid--lg > .gub-grid__item--5-sm {
    flex: 0 0 calc(20% - 30px);
    width: calc(20% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 576px) {
  .gub-grid--lg > .gub-grid__item--6-sm {
    flex: 0 0 calc(16.6666666% - 30px);
    width: calc(16.6666666% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 767px) {
  .gub-grid--lg > .gub-grid__item--auto-md {
    flex: 0 1 auto;
    width: auto;
    margin: 15px;
  }
}
@media screen and (min-width: 767px) {
  .gub-grid--lg > .gub-grid__item--1-md {
    flex: 0 0 calc(100% - 30px);
    width: calc(100% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 767px) {
  .gub-grid--lg > .gub-grid__item--2-md {
    flex: 0 0 calc(50% - 30px);
    width: calc(50% - 30px);
  }
}
@media screen and (min-width: 767px) {
  .gub-grid--lg > .gub-grid__item--3-md {
    flex: 0 0 calc(33.3333333% - 30px);
    width: calc(33.3333333% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 767px) {
  .gub-grid--lg > .gub-grid__item--3x2-md {
    flex: 0 0 calc(66.6666666% - 30px);
    width: calc(66.6666666% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 767px) {
  .gub-grid--lg > .gub-grid__item--4-md {
    flex: 0 0 calc(25% - 30px);
    width: calc(25% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 767px) {
  .gub-grid--lg > .gub-grid__item--5-md {
    flex: 0 0 calc(20% - 30px);
    width: calc(20% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 767px) {
  .gub-grid--lg > .gub-grid__item--6-md {
    flex: 0 0 calc(16.6666666% - 30px);
    width: calc(16.6666666% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 992px) {
  .gub-grid--lg > .gub-grid__item--auto-lg {
    flex: 0 1 auto;
    width: auto;
    margin: 15px;
  }
}
@media screen and (min-width: 992px) {
  .gub-grid--lg > .gub-grid__item--1-lg {
    flex: 0 0 calc(100% - 30px);
    width: calc(1000% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 992px) {
  .gub-grid--lg > .gub-grid__item--2-lg {
    flex: 0 0 calc(50% - 30px);
    width: calc(50% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 992px) {
  .gub-grid--lg > .gub-grid__item--3-lg {
    flex: 0 0 calc(33.3333333% - 30px);
    width: calc(33.3333333% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 992px) {
  .gub-grid--lg > .gub-grid__item--3x2-lg {
    flex: 0 0 calc(66.6666666% - 30px);
    width: calc(66.6666666% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 992px) {
  .gub-grid--lg > .gub-grid__item--4-lg {
    flex: 0 0 calc(25% - 30px);
    width: calc(25% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 992px) {
  .gub-grid--lg > .gub-grid__item--5-lg {
    flex: 0 0 calc(20% - 30px);
    width: calc(20% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 992px) {
  .gub-grid--lg > .gub-grid__item--6-lg {
    flex: 0 0 calc(16.6666666% - 30px);
    width: calc(16.6666666% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .gub-grid--lg > .gub-grid__item--1-xl {
    flex: 0 0 calc(100% - 30px);
    width: calc(100% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .gub-grid--lg > .gub-grid__item--3-xl {
    flex: 0 0 calc(33.3333333% - 30px);
    width: calc(33.3333333% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .gub-grid--lg > .gub-grid__item--3x2-xl {
    flex: 0 0 calc(66.6666666% - 30px);
    width: calc(66.6666666% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .gub-grid--lg > .gub-grid__item--4-xl {
    flex: 0 0 calc(25% - 30px);
    width: calc(25% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .gub-grid--lg > .gub-grid__item--5-xl {
    flex: 0 0 calc(20% - 30px);
    width: calc(20% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .gub-grid--lg > .gub-grid__item--6-xl {
    flex: 0 0 calc(16.6666666% - 30px);
    width: calc(16.6666666% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 767px) {
  .gub-grid--lg {
    width: calc(100% + 90px);
    margin: -45px !important;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
  }
  .gub-grid--lg > .gub-grid__item--auto {
    flex: 0 1 auto;
    margin: 45px;
  }
  .gub-grid--lg > .gub-grid__item--1 {
    flex: 0 0 calc(100% - 90px);
    width: calc(100% - 90px);
    margin: 45px;
  }
  .gub-grid--lg > .gub-grid__item--2 {
    flex: 0 0 calc(50% - 90px);
    width: calc(50% - 90px);
    margin: 45px;
  }
  .gub-grid--lg > .gub-grid__item--3 {
    flex: 0 0 calc(33.3333333% - 90px);
    width: calc(33.3333333% - 90px);
    margin: 45px;
  }
  .gub-grid--lg > .gub-grid__item--3x2 {
    flex: 0 0 calc(66.6666666% - 90px);
    width: calc(66.6666666% - 90px);
    margin: 45px;
  }
  .gub-grid--lg > .gub-grid__item--4 {
    flex: 0 0 calc(25% - 90px);
    width: calc(25% - 90px);
    margin: 45px;
  }
  .gub-grid--lg > .gub-grid__item--5 {
    flex: 0 0 calc(20% - 90px);
    width: calc(20% - 90px);
    margin: 45px;
  }
  .gub-grid--lg > .gub-grid__item--6 {
    flex: 0 0 calc(16.6666666% - 90px);
    width: calc(16.6666666% - 90px);
    margin: 45px;
  }
}
@media screen and (min-width: 767px) and (min-width: 576px) {
  .gub-grid--lg > .gub-grid__item--1-sm {
    flex: 0 0 calc(100% - 90px);
    width: calc(100% - 90px);
    margin: 45px;
  }
}
@media screen and (min-width: 767px) and (min-width: 576px) {
  .gub-grid--lg > .gub-grid__item--2-sm {
    flex: 0 0 calc(50% - 90px);
    width: calc(50% - 90px);
    margin: 45px;
  }
}
@media screen and (min-width: 767px) and (min-width: 576px) {
  .gub-grid--lg > .gub-grid__item--3-sm {
    flex: 0 0 calc(33.3333333% - 90px);
    width: calc(33.3333333% - 90px);
    margin: 45px;
  }
}
@media screen and (min-width: 767px) and (min-width: 576px) {
  .gub-grid--lg > .gub-grid__item--3x2-sm {
    flex: 0 0 calc(66.6666666% - 90px);
    width: calc(66.6666666% - 90px);
    margin: 45px;
  }
}
@media screen and (min-width: 767px) and (min-width: 576px) {
  .gub-grid--lg > .gub-grid__item--4-sm {
    flex: 0 0 calc(25% - 90px);
    width: calc(25% - 90px);
    margin: 45px;
  }
}
@media screen and (min-width: 767px) and (min-width: 576px) {
  .gub-grid--lg > .gub-grid__item--5-sm {
    flex: 0 0 calc(20% - 90px);
    width: calc(20% - 90px);
    margin: 45px;
  }
}
@media screen and (min-width: 767px) and (min-width: 576px) {
  .gub-grid--lg > .gub-grid__item--6-sm {
    flex: 0 0 calc(16.6666666% - 90px);
    width: calc(16.6666666% - 90px);
    margin: 45px;
  }
}
@media screen and (min-width: 767px) and (min-width: 767px) {
  .gub-grid--lg > .gub-grid__item--auto-md {
    flex: 0 1 auto;
    width: auto;
    margin: 45px;
  }
}
@media screen and (min-width: 767px) and (min-width: 767px) {
  .gub-grid--lg > .gub-grid__item--1-md {
    flex: 0 0 calc(100% - 90px);
    width: calc(100% - 90px);
    margin: 45px;
  }
}
@media screen and (min-width: 767px) and (min-width: 767px) {
  .gub-grid--lg > .gub-grid__item--2-md {
    flex: 0 0 calc(50% - 90px);
    width: calc(50% - 90px);
  }
}
@media screen and (min-width: 767px) and (min-width: 767px) {
  .gub-grid--lg > .gub-grid__item--3-md {
    flex: 0 0 calc(33.3333333% - 90px);
    width: calc(33.3333333% - 90px);
    margin: 45px;
  }
}
@media screen and (min-width: 767px) and (min-width: 767px) {
  .gub-grid--lg > .gub-grid__item--3x2-md {
    flex: 0 0 calc(66.6666666% - 90px);
    width: calc(66.6666666% - 90px);
    margin: 45px;
  }
}
@media screen and (min-width: 767px) and (min-width: 767px) {
  .gub-grid--lg > .gub-grid__item--4-md {
    flex: 0 0 calc(25% - 90px);
    width: calc(25% - 90px);
    margin: 45px;
  }
}
@media screen and (min-width: 767px) and (min-width: 767px) {
  .gub-grid--lg > .gub-grid__item--5-md {
    flex: 0 0 calc(20% - 90px);
    width: calc(20% - 90px);
    margin: 45px;
  }
}
@media screen and (min-width: 767px) and (min-width: 767px) {
  .gub-grid--lg > .gub-grid__item--6-md {
    flex: 0 0 calc(16.6666666% - 90px);
    width: calc(16.6666666% - 90px);
    margin: 45px;
  }
}
@media screen and (min-width: 767px) and (min-width: 992px) {
  .gub-grid--lg > .gub-grid__item--auto-lg {
    flex: 0 1 auto;
    width: auto;
    margin: 45px;
  }
}
@media screen and (min-width: 767px) and (min-width: 992px) {
  .gub-grid--lg > .gub-grid__item--1-lg {
    flex: 0 0 calc(100% - 90px);
    width: calc(1000% - 90px);
    margin: 45px;
  }
}
@media screen and (min-width: 767px) and (min-width: 992px) {
  .gub-grid--lg > .gub-grid__item--2-lg {
    flex: 0 0 calc(50% - 90px);
    width: calc(50% - 90px);
    margin: 45px;
  }
}
@media screen and (min-width: 767px) and (min-width: 992px) {
  .gub-grid--lg > .gub-grid__item--3-lg {
    flex: 0 0 calc(33.3333333% - 90px);
    width: calc(33.3333333% - 90px);
    margin: 45px;
  }
}
@media screen and (min-width: 767px) and (min-width: 992px) {
  .gub-grid--lg > .gub-grid__item--3x2-lg {
    flex: 0 0 calc(66.6666666% - 90px);
    width: calc(66.6666666% - 90px);
    margin: 45px;
  }
}
@media screen and (min-width: 767px) and (min-width: 992px) {
  .gub-grid--lg > .gub-grid__item--4-lg {
    flex: 0 0 calc(25% - 90px);
    width: calc(25% - 90px);
    margin: 45px;
  }
}
@media screen and (min-width: 767px) and (min-width: 992px) {
  .gub-grid--lg > .gub-grid__item--5-lg {
    flex: 0 0 calc(20% - 90px);
    width: calc(20% - 90px);
    margin: 45px;
  }
}
@media screen and (min-width: 767px) and (min-width: 992px) {
  .gub-grid--lg > .gub-grid__item--6-lg {
    flex: 0 0 calc(16.6666666% - 90px);
    width: calc(16.6666666% - 90px);
    margin: 45px;
  }
}
@media screen and (min-width: 767px) and (min-width: 1200px) {
  .gub-grid--lg > .gub-grid__item--1-xl {
    flex: 0 0 calc(100% - 90px);
    width: calc(100% - 90px);
    margin: 45px;
  }
}
@media screen and (min-width: 767px) and (min-width: 1200px) {
  .gub-grid--lg > .gub-grid__item--3-xl {
    flex: 0 0 calc(33.3333333% - 90px);
    width: calc(33.3333333% - 90px);
    margin: 45px;
  }
}
@media screen and (min-width: 767px) and (min-width: 1200px) {
  .gub-grid--lg > .gub-grid__item--3x2-xl {
    flex: 0 0 calc(66.6666666% - 90px);
    width: calc(66.6666666% - 90px);
    margin: 45px;
  }
}
@media screen and (min-width: 767px) and (min-width: 1200px) {
  .gub-grid--lg > .gub-grid__item--4-xl {
    flex: 0 0 calc(25% - 90px);
    width: calc(25% - 90px);
    margin: 45px;
  }
}
@media screen and (min-width: 767px) and (min-width: 1200px) {
  .gub-grid--lg > .gub-grid__item--5-xl {
    flex: 0 0 calc(20% - 90px);
    width: calc(20% - 90px);
    margin: 45px;
  }
}
@media screen and (min-width: 767px) and (min-width: 1200px) {
  .gub-grid--lg > .gub-grid__item--6-xl {
    flex: 0 0 calc(16.6666666% - 90px);
    width: calc(16.6666666% - 90px);
    margin: 45px;
  }
}

.gub-grid--1p5rem {
  width: calc(100% + 1.5rem);
  margin: -0.75rem !important;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.gub-grid--1p5rem > .gub-grid__item--auto {
  flex: 0 1 auto;
  margin: 0.75rem;
}
.gub-grid--1p5rem > .gub-grid__item--1 {
  flex: 0 0 calc(100% - 1.5rem);
  width: calc(100% - 1.5rem);
  margin: 0.75rem;
}
.gub-grid--1p5rem > .gub-grid__item--2 {
  flex: 0 0 calc(50% - 1.5rem);
  width: calc(50% - 1.5rem);
  margin: 0.75rem;
}
.gub-grid--1p5rem > .gub-grid__item--3 {
  flex: 0 0 calc(33.3333333% - 1.5rem);
  width: calc(33.3333333% - 1.5rem);
  margin: 0.75rem;
}
.gub-grid--1p5rem > .gub-grid__item--3x2 {
  flex: 0 0 calc(66.6666666% - 1.5rem);
  width: calc(66.6666666% - 1.5rem);
  margin: 0.75rem;
}
.gub-grid--1p5rem > .gub-grid__item--4 {
  flex: 0 0 calc(25% - 1.5rem);
  width: calc(25% - 1.5rem);
  margin: 0.75rem;
}
.gub-grid--1p5rem > .gub-grid__item--5 {
  flex: 0 0 calc(20% - 1.5rem);
  width: calc(20% - 1.5rem);
  margin: 0.75rem;
}
.gub-grid--1p5rem > .gub-grid__item--6 {
  flex: 0 0 calc(16.6666666% - 1.5rem);
  width: calc(16.6666666% - 1.5rem);
  margin: 0.75rem;
}
@media screen and (min-width: 576px) {
  .gub-grid--1p5rem > .gub-grid__item--1-sm {
    flex: 0 0 calc(100% - 1.5rem);
    width: calc(100% - 1.5rem);
    margin: 0.75rem;
  }
}
@media screen and (min-width: 576px) {
  .gub-grid--1p5rem > .gub-grid__item--2-sm {
    flex: 0 0 calc(50% - 1.5rem);
    width: calc(50% - 1.5rem);
    margin: 0.75rem;
  }
}
@media screen and (min-width: 576px) {
  .gub-grid--1p5rem > .gub-grid__item--3-sm {
    flex: 0 0 calc(33.3333333% - 1.5rem);
    width: calc(33.3333333% - 1.5rem);
    margin: 0.75rem;
  }
}
@media screen and (min-width: 576px) {
  .gub-grid--1p5rem > .gub-grid__item--3x2-sm {
    flex: 0 0 calc(66.6666666% - 1.5rem);
    width: calc(66.6666666% - 1.5rem);
    margin: 0.75rem;
  }
}
@media screen and (min-width: 576px) {
  .gub-grid--1p5rem > .gub-grid__item--4-sm {
    flex: 0 0 calc(25% - 1.5rem);
    width: calc(25% - 1.5rem);
    margin: 0.75rem;
  }
}
@media screen and (min-width: 576px) {
  .gub-grid--1p5rem > .gub-grid__item--5-sm {
    flex: 0 0 calc(20% - 1.5rem);
    width: calc(20% - 1.5rem);
    margin: 0.75rem;
  }
}
@media screen and (min-width: 576px) {
  .gub-grid--1p5rem > .gub-grid__item--6-sm {
    flex: 0 0 calc(16.6666666% - 1.5rem);
    width: calc(16.6666666% - 1.5rem);
    margin: 0.75rem;
  }
}
@media screen and (min-width: 767px) {
  .gub-grid--1p5rem > .gub-grid__item--auto-md {
    flex: 0 1 auto;
    width: auto;
    margin: 0.75rem;
  }
}
@media screen and (min-width: 767px) {
  .gub-grid--1p5rem > .gub-grid__item--1-md {
    flex: 0 0 calc(100% - 1.5rem);
    width: calc(100% - 1.5rem);
    margin: 0.75rem;
  }
}
@media screen and (min-width: 767px) {
  .gub-grid--1p5rem > .gub-grid__item--2-md {
    flex: 0 0 calc(50% - 1.5rem);
    width: calc(50% - 1.5rem);
  }
}
@media screen and (min-width: 767px) {
  .gub-grid--1p5rem > .gub-grid__item--3-md {
    flex: 0 0 calc(33.3333333% - 1.5rem);
    width: calc(33.3333333% - 1.5rem);
    margin: 0.75rem;
  }
}
@media screen and (min-width: 767px) {
  .gub-grid--1p5rem > .gub-grid__item--3x2-md {
    flex: 0 0 calc(66.6666666% - 1.5rem);
    width: calc(66.6666666% - 1.5rem);
    margin: 0.75rem;
  }
}
@media screen and (min-width: 767px) {
  .gub-grid--1p5rem > .gub-grid__item--4-md {
    flex: 0 0 calc(25% - 1.5rem);
    width: calc(25% - 1.5rem);
    margin: 0.75rem;
  }
}
@media screen and (min-width: 767px) {
  .gub-grid--1p5rem > .gub-grid__item--5-md {
    flex: 0 0 calc(20% - 1.5rem);
    width: calc(20% - 1.5rem);
    margin: 0.75rem;
  }
}
@media screen and (min-width: 767px) {
  .gub-grid--1p5rem > .gub-grid__item--6-md {
    flex: 0 0 calc(16.6666666% - 1.5rem);
    width: calc(16.6666666% - 1.5rem);
    margin: 0.75rem;
  }
}
@media screen and (min-width: 992px) {
  .gub-grid--1p5rem > .gub-grid__item--auto-lg {
    flex: 0 1 auto;
    width: auto;
    margin: 0.75rem;
  }
}
@media screen and (min-width: 992px) {
  .gub-grid--1p5rem > .gub-grid__item--1-lg {
    flex: 0 0 calc(100% - 1.5rem);
    width: calc(1000% - 1.5rem);
    margin: 0.75rem;
  }
}
@media screen and (min-width: 992px) {
  .gub-grid--1p5rem > .gub-grid__item--2-lg {
    flex: 0 0 calc(50% - 1.5rem);
    width: calc(50% - 1.5rem);
    margin: 0.75rem;
  }
}
@media screen and (min-width: 992px) {
  .gub-grid--1p5rem > .gub-grid__item--3-lg {
    flex: 0 0 calc(33.3333333% - 1.5rem);
    width: calc(33.3333333% - 1.5rem);
    margin: 0.75rem;
  }
}
@media screen and (min-width: 992px) {
  .gub-grid--1p5rem > .gub-grid__item--3x2-lg {
    flex: 0 0 calc(66.6666666% - 1.5rem);
    width: calc(66.6666666% - 1.5rem);
    margin: 0.75rem;
  }
}
@media screen and (min-width: 992px) {
  .gub-grid--1p5rem > .gub-grid__item--4-lg {
    flex: 0 0 calc(25% - 1.5rem);
    width: calc(25% - 1.5rem);
    margin: 0.75rem;
  }
}
@media screen and (min-width: 992px) {
  .gub-grid--1p5rem > .gub-grid__item--5-lg {
    flex: 0 0 calc(20% - 1.5rem);
    width: calc(20% - 1.5rem);
    margin: 0.75rem;
  }
}
@media screen and (min-width: 992px) {
  .gub-grid--1p5rem > .gub-grid__item--6-lg {
    flex: 0 0 calc(16.6666666% - 1.5rem);
    width: calc(16.6666666% - 1.5rem);
    margin: 0.75rem;
  }
}
@media screen and (min-width: 1200px) {
  .gub-grid--1p5rem > .gub-grid__item--1-xl {
    flex: 0 0 calc(100% - 1.5rem);
    width: calc(100% - 1.5rem);
    margin: 0.75rem;
  }
}
@media screen and (min-width: 1200px) {
  .gub-grid--1p5rem > .gub-grid__item--3-xl {
    flex: 0 0 calc(33.3333333% - 1.5rem);
    width: calc(33.3333333% - 1.5rem);
    margin: 0.75rem;
  }
}
@media screen and (min-width: 1200px) {
  .gub-grid--1p5rem > .gub-grid__item--3x2-xl {
    flex: 0 0 calc(66.6666666% - 1.5rem);
    width: calc(66.6666666% - 1.5rem);
    margin: 0.75rem;
  }
}
@media screen and (min-width: 1200px) {
  .gub-grid--1p5rem > .gub-grid__item--4-xl {
    flex: 0 0 calc(25% - 1.5rem);
    width: calc(25% - 1.5rem);
    margin: 0.75rem;
  }
}
@media screen and (min-width: 1200px) {
  .gub-grid--1p5rem > .gub-grid__item--5-xl {
    flex: 0 0 calc(20% - 1.5rem);
    width: calc(20% - 1.5rem);
    margin: 0.75rem;
  }
}
@media screen and (min-width: 1200px) {
  .gub-grid--1p5rem > .gub-grid__item--6-xl {
    flex: 0 0 calc(16.6666666% - 1.5rem);
    width: calc(16.6666666% - 1.5rem);
    margin: 0.75rem;
  }
}

.gub-grid--playbook {
  width: calc(100% + 0px);
  margin: 0px !important;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.gub-grid--playbook > .gub-grid__item--auto {
  flex: 0 1 auto;
  margin: 0px;
}
.gub-grid--playbook > .gub-grid__item--1 {
  flex: 0 0 calc(100% - 0px);
  width: calc(100% - 0px);
  margin: 0px;
}
.gub-grid--playbook > .gub-grid__item--2 {
  flex: 0 0 calc(50% - 0px);
  width: calc(50% - 0px);
  margin: 0px;
}
.gub-grid--playbook > .gub-grid__item--3 {
  flex: 0 0 calc(33.3333333% - 0px);
  width: calc(33.3333333% - 0px);
  margin: 0px;
}
.gub-grid--playbook > .gub-grid__item--3x2 {
  flex: 0 0 calc(66.6666666% - 0px);
  width: calc(66.6666666% - 0px);
  margin: 0px;
}
.gub-grid--playbook > .gub-grid__item--4 {
  flex: 0 0 calc(25% - 0px);
  width: calc(25% - 0px);
  margin: 0px;
}
.gub-grid--playbook > .gub-grid__item--5 {
  flex: 0 0 calc(20% - 0px);
  width: calc(20% - 0px);
  margin: 0px;
}
.gub-grid--playbook > .gub-grid__item--6 {
  flex: 0 0 calc(16.6666666% - 0px);
  width: calc(16.6666666% - 0px);
  margin: 0px;
}
@media screen and (min-width: 576px) {
  .gub-grid--playbook > .gub-grid__item--1-sm {
    flex: 0 0 calc(100% - 0px);
    width: calc(100% - 0px);
    margin: 0px;
  }
}
@media screen and (min-width: 576px) {
  .gub-grid--playbook > .gub-grid__item--2-sm {
    flex: 0 0 calc(50% - 0px);
    width: calc(50% - 0px);
    margin: 0px;
  }
}
@media screen and (min-width: 576px) {
  .gub-grid--playbook > .gub-grid__item--3-sm {
    flex: 0 0 calc(33.3333333% - 0px);
    width: calc(33.3333333% - 0px);
    margin: 0px;
  }
}
@media screen and (min-width: 576px) {
  .gub-grid--playbook > .gub-grid__item--3x2-sm {
    flex: 0 0 calc(66.6666666% - 0px);
    width: calc(66.6666666% - 0px);
    margin: 0px;
  }
}
@media screen and (min-width: 576px) {
  .gub-grid--playbook > .gub-grid__item--4-sm {
    flex: 0 0 calc(25% - 0px);
    width: calc(25% - 0px);
    margin: 0px;
  }
}
@media screen and (min-width: 576px) {
  .gub-grid--playbook > .gub-grid__item--5-sm {
    flex: 0 0 calc(20% - 0px);
    width: calc(20% - 0px);
    margin: 0px;
  }
}
@media screen and (min-width: 576px) {
  .gub-grid--playbook > .gub-grid__item--6-sm {
    flex: 0 0 calc(16.6666666% - 0px);
    width: calc(16.6666666% - 0px);
    margin: 0px;
  }
}
@media screen and (min-width: 767px) {
  .gub-grid--playbook > .gub-grid__item--auto-md {
    flex: 0 1 auto;
    width: auto;
    margin: 0px;
  }
}
@media screen and (min-width: 767px) {
  .gub-grid--playbook > .gub-grid__item--1-md {
    flex: 0 0 calc(100% - 0px);
    width: calc(100% - 0px);
    margin: 0px;
  }
}
@media screen and (min-width: 767px) {
  .gub-grid--playbook > .gub-grid__item--2-md {
    flex: 0 0 calc(50% - 0px);
    width: calc(50% - 0px);
  }
}
@media screen and (min-width: 767px) {
  .gub-grid--playbook > .gub-grid__item--3-md {
    flex: 0 0 calc(33.3333333% - 0px);
    width: calc(33.3333333% - 0px);
    margin: 0px;
  }
}
@media screen and (min-width: 767px) {
  .gub-grid--playbook > .gub-grid__item--3x2-md {
    flex: 0 0 calc(66.6666666% - 0px);
    width: calc(66.6666666% - 0px);
    margin: 0px;
  }
}
@media screen and (min-width: 767px) {
  .gub-grid--playbook > .gub-grid__item--4-md {
    flex: 0 0 calc(25% - 0px);
    width: calc(25% - 0px);
    margin: 0px;
  }
}
@media screen and (min-width: 767px) {
  .gub-grid--playbook > .gub-grid__item--5-md {
    flex: 0 0 calc(20% - 0px);
    width: calc(20% - 0px);
    margin: 0px;
  }
}
@media screen and (min-width: 767px) {
  .gub-grid--playbook > .gub-grid__item--6-md {
    flex: 0 0 calc(16.6666666% - 0px);
    width: calc(16.6666666% - 0px);
    margin: 0px;
  }
}
@media screen and (min-width: 992px) {
  .gub-grid--playbook > .gub-grid__item--auto-lg {
    flex: 0 1 auto;
    width: auto;
    margin: 0px;
  }
}
@media screen and (min-width: 992px) {
  .gub-grid--playbook > .gub-grid__item--1-lg {
    flex: 0 0 calc(100% - 0px);
    width: calc(1000% - 0px);
    margin: 0px;
  }
}
@media screen and (min-width: 992px) {
  .gub-grid--playbook > .gub-grid__item--2-lg {
    flex: 0 0 calc(50% - 0px);
    width: calc(50% - 0px);
    margin: 0px;
  }
}
@media screen and (min-width: 992px) {
  .gub-grid--playbook > .gub-grid__item--3-lg {
    flex: 0 0 calc(33.3333333% - 0px);
    width: calc(33.3333333% - 0px);
    margin: 0px;
  }
}
@media screen and (min-width: 992px) {
  .gub-grid--playbook > .gub-grid__item--3x2-lg {
    flex: 0 0 calc(66.6666666% - 0px);
    width: calc(66.6666666% - 0px);
    margin: 0px;
  }
}
@media screen and (min-width: 992px) {
  .gub-grid--playbook > .gub-grid__item--4-lg {
    flex: 0 0 calc(25% - 0px);
    width: calc(25% - 0px);
    margin: 0px;
  }
}
@media screen and (min-width: 992px) {
  .gub-grid--playbook > .gub-grid__item--5-lg {
    flex: 0 0 calc(20% - 0px);
    width: calc(20% - 0px);
    margin: 0px;
  }
}
@media screen and (min-width: 992px) {
  .gub-grid--playbook > .gub-grid__item--6-lg {
    flex: 0 0 calc(16.6666666% - 0px);
    width: calc(16.6666666% - 0px);
    margin: 0px;
  }
}
@media screen and (min-width: 1200px) {
  .gub-grid--playbook > .gub-grid__item--1-xl {
    flex: 0 0 calc(100% - 0px);
    width: calc(100% - 0px);
    margin: 0px;
  }
}
@media screen and (min-width: 1200px) {
  .gub-grid--playbook > .gub-grid__item--3-xl {
    flex: 0 0 calc(33.3333333% - 0px);
    width: calc(33.3333333% - 0px);
    margin: 0px;
  }
}
@media screen and (min-width: 1200px) {
  .gub-grid--playbook > .gub-grid__item--3x2-xl {
    flex: 0 0 calc(66.6666666% - 0px);
    width: calc(66.6666666% - 0px);
    margin: 0px;
  }
}
@media screen and (min-width: 1200px) {
  .gub-grid--playbook > .gub-grid__item--4-xl {
    flex: 0 0 calc(25% - 0px);
    width: calc(25% - 0px);
    margin: 0px;
  }
}
@media screen and (min-width: 1200px) {
  .gub-grid--playbook > .gub-grid__item--5-xl {
    flex: 0 0 calc(20% - 0px);
    width: calc(20% - 0px);
    margin: 0px;
  }
}
@media screen and (min-width: 1200px) {
  .gub-grid--playbook > .gub-grid__item--6-xl {
    flex: 0 0 calc(16.6666666% - 0px);
    width: calc(16.6666666% - 0px);
    margin: 0px;
  }
}
.gub-grid--playbook .case-study-card-item {
  margin: 0 auto;
}

.gub-grid-container {
  width: 100%;
  overflow: hidden;
}

a {
  text-decoration: none;
}

a.link--theme:link, a.link--theme:visited {
  color: #00d896;
  text-decoration-color: rgb(114, 255, 211.9166666667);
  transition: all 0.3s ease;
}
a.link--theme:link:hover, a.link--theme:link:active, a.link--theme:visited:hover, a.link--theme:visited:active {
  color: #006c4b;
  text-decoration-color: #006c4b;
}

a.fitted {
  display: block;
  outline: none;
}

button.btn--clear, #values-carousel .owl-dots button.owl-dot, #strategy-carousel .owl-dots button.owl-dot, .theme-carousel .owl-dots button.owl-dot, .theme-carousel .owl-nav button.owl-prev,
.theme-carousel .owl-nav button.owl-next {
  margin: 0;
  border: none;
  background: none;
  color: inherit;
  padding: 0;
  line-height: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: inline;
  font-family: inherit;
  border-radius: 0;
}
button.btn--clear:focus, #values-carousel .owl-dots button.owl-dot:focus, #strategy-carousel .owl-dots button.owl-dot:focus, .theme-carousel .owl-dots button.owl-dot:focus, .theme-carousel .owl-nav button.owl-prev:focus,
.theme-carousel .owl-nav button.owl-next:focus {
  outline: none;
}

.btn--std,
a:link.btn--std,
a:visited.btn--std,
button.btn--std {
  text-decoration: none;
  box-sizing: border-box;
  box-shadow: none;
  -webkit-appearance: none;
  border-radius: 0;
  line-height: normal;
  line-height: 1;
  margin: 0;
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #000000;
  color: #fff;
  background-color: #000000;
  font-size: 18;
  line-height: 1;
  transition: all 0.3s ease;
}
.btn--std:hover, .btn--std:active,
a:link.btn--std:hover,
a:link.btn--std:active,
a:visited.btn--std:hover,
a:visited.btn--std:active,
button.btn--std:hover,
button.btn--std:active {
  background-color: #333333;
}

nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

p,
ul,
ol,
table {
  margin-top: 0;
  margin-bottom: 1rem;
  color: inherit;
}
p:last-child,
ul:last-child,
ol:last-child,
table:last-child {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.5em;
}

h3 {
  font-size: 1.17em;
}

h4 {
  font-size: 1em;
}

h5 {
  font-size: 0.83em;
}

h6 {
  font-size: 0.67em;
}

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

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

ol ol {
  list-style: upper-alpha;
}

ol ol ol {
  list-style: lower-roman;
}

ol ol ol ol {
  list-style: lower-alpha;
}

ul,
ul ul,
ul ul ul {
  list-style-position: inside;
  padding-left: 1.4em;
}
ul li:not(:last-child),
ul ul li:not(:last-child),
ul ul ul li:not(:last-child) {
  margin-bottom: 0.25rem;
}

ol,
ol ol,
ol ol ol {
  list-style-position: outside;
  padding-left: 1.8em;
}
ol li:not(:last-child),
ol ol li:not(:last-child),
ol ol ol li:not(:last-child) {
  margin-bottom: 0.25rem;
}

.text--centred ul,
.text--centred ol {
  list-style: none;
  padding-left: 0;
}
.text--centred blockquote {
  padding-left: 0;
}

li {
  list-style-position: outside;
}

table {
  margin: 0;
  border: 1px solid #ffffff;
}
table th,
table td {
  border: 1px solid #ffffff;
  padding: 5px;
}
.table__container {
  max-width: 100%;
  overflow: scroll;
  margin: 2rem 0;
}

a {
  color: inherit;
}

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

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

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

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

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

.text--uppercase {
  text-transform: uppercase;
}

.line-height--1 {
  line-height: 1;
}

hr {
  border: none;
  border-bottom: 1px solid #ffffff;
}

.text--hide {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
}

code {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

blockquote {
  margin: 2rem 0;
  padding: 0 0 0 1rem;
  color: #ffffff;
}

dl {
  margin: 1rem 0;
}

dt {
  margin-top: 0.5rem;
}

.float--left {
  float: left;
}

.float--right {
  float: right;
}

address {
  font-style: normal;
}

.line-height--1 {
  line-height: 1;
}

.line-height--1p1 {
  line-height: 1.1;
}

.line-height--1p2 {
  line-height: 1.2;
}

.line-height--1p3 {
  line-height: 1.3;
}

.line-height--1p4 {
  line-height: 1.4;
}

.line-height--1p5 {
  line-height: 1.5;
}

.line-height--2 {
  line-height: 2;
}

.overflow-hidden {
  overflow: hidden;
}

.font--light,
.font--300 {
  font-weight: 300;
  font-style: normal;
}

.font--light-italic,
.font--300-italic {
  font-weight: 300;
  font-style: italic;
}

.font--regular,
.font--400 {
  font-weight: 400;
  font-style: normal;
}

.font--regular-italic, em, blockquote,
.font--400-italic {
  font-weight: 400;
  font-style: italic;
}

.font--medium,
.font--500 {
  font-weight: 500;
  font-style: normal;
}

.font--medium-italic,
.font--500-italic {
  font-weight: 500;
  font-style: italic;
}

.font--semibold,
.font--600 {
  font-weight: 600;
  font-style: normal;
}

.font--semibold-italic,
.font--600-italic {
  font-weight: 600;
  font-style: italic;
}

.font--bold, .bold,
strong,
.font--700 {
  font-weight: 700;
  font-style: normal;
}

.font--bold-italic,
.font--700-italic {
  font-weight: 700;
  font-style: italic;
}

.font--black,
.font--900 {
  font-weight: 900;
  font-style: normal;
}

.font--black-italic,
.font--900-italic {
  font-weight: 900;
  font-style: italic;
}

ul.list--clear,
ol.list--clear {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.list--clear > li,
ol.list--clear > li {
  padding: 0;
}

ul.list--simple {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.list--simple li:not(:last-child) {
  margin-bottom: 0.5em;
}

ul.list--inline-block {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
}
ul.list--inline-block li {
  display: inline-block;
}

ul.flex-list--centre-centre {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.flex-list--centre-centre > li {
  flex: 0 0 auto;
  margin: 0;
}

ul.flex-list--center-stretch {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.flex-list--center-stretch > li {
  flex: 0 0 auto;
  margin: 0;
}

ul.flex-list--between-centre {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.flex-list--between-centre > li {
  flex: 0 0 auto;
  margin: 0;
}

ul.flex-list--between-stretch {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.flex-list--between-stretch > li {
  flex: 0 0 auto;
  margin: 0;
}

ul.flex-list--start-centre {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.flex-list--start-centre > li {
  flex: 0 0 auto;
  margin: 0;
}

ul.flex-list--end-centre {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.flex-list--end-centre > li {
  flex: 0 0 auto;
  margin: 0;
}

ul.flex-list--text > li:not(:last-child) {
  margin-right: 1rem;
}

ul.flex-list--fa-icons {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
  margin: -0.25em;
  padding: 0;
}
ul.flex-list--fa-icons > li {
  flex: 0 0 auto;
  margin: 0.25em;
  font-size: 1.4em;
  line-height: 1;
}

ul.flex-list--fa-icons-spaced, ul.share-buttons__list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
  margin: -0.25em -0.75em;
  padding: 0;
}
ul.flex-list--fa-icons-spaced > li, ul.share-buttons__list > li {
  flex: 0 0 auto;
  margin: 0.25em 0.75em;
  font-size: 1.4em;
  line-height: 1;
}

ul.list--buttons {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: -0.5em -0.75em;
  padding: 0;
}
ul.list--buttons > li {
  flex: 0 0 auto;
  margin: 0.5em 0.75em;
}

ul.list--tag-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  margin: -0.5em;
}
ul.list--tag-list li {
  flex: 0 0 auto;
  margin: 0.5em;
  line-height: 1;
}
ul.list--tag-list li a {
  padding: 0.5em 0.75em;
  border-radius: 0;
  display: block;
}
ul.list--tag-list.tag-list--small {
  margin: -0.3em;
}
ul.list--tag-list.tag-list--small li {
  margin: 0.3em;
}
ul.list--tag-list.tag-list--small li a {
  padding: 0.3em 0.5em;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  font-family: "Zoom Pro Normal", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 18px;
  line-height: 1.5;
  color: #ffffff;
}

body {
  background-color: #000000;
  position: relative;
}
body.menu-open {
  overflow: hidden;
  width: 100%;
}

div,
header,
nav,
main,
aside,
footer,
section {
  box-sizing: border-box;
}

.inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1440px;
  box-sizing: border-box;
  padding: 0 15px;
}
@media screen and (min-width: 767px) {
  .inner {
    padding: 0 30px;
  }
}

.inner--full-width {
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
  padding: 0 15px;
}
@media screen and (min-width: 767px) {
  .inner--full-width {
    padding: 0 30px;
  }
}

.inner--no-padding {
  margin: 0 auto;
  width: 100%;
  max-width: 1440px;
  box-sizing: border-box;
  padding: 0;
}

.inner--wide {
  margin: 0 auto;
  width: 100%;
  max-width: 1440px;
  box-sizing: border-box;
  padding: 0 15px;
}
@media screen and (min-width: 767px) {
  .inner--wide {
    padding: 0 30px;
  }
}

.inner--wide-no-padding {
  margin: 0 auto;
  width: 100%;
  max-width: 1440px;
  box-sizing: border-box;
  padding: 0;
}

.inner-half {
  width: 100%;
  max-width: 720px;
  box-sizing: border-box;
  padding: 0 15px;
}
@media screen and (min-width: 767px) {
  .inner-half {
    padding: 0 30px;
  }
}
.inner-half.inner-half--lh {
  margin-left: auto;
  margin-right: 0;
}
.inner-half.inner-half--rh {
  margin-left: 0;
  margin-right: auto;
}

.block {
  display: block;
}

.display-none {
  display: none;
}

.block--above-md {
  display: none !important;
}
@media screen and (min-width: 767px) {
  .block--above-md {
    display: block !important;
  }
}

.above-md {
  display: none !important;
}
@media screen and (min-width: 767px) {
  .above-md {
    display: initial !important;
  }
}

.below-md {
  display: initial !important;
}
@media screen and (min-width: 767px) {
  .below-md {
    display: none !important;
  }
}

.above-sm {
  display: none !important;
}
@media screen and (min-width: 576px) {
  .above-sm {
    display: initial !important;
  }
}

.columns__2--md {
  column-count: 1;
}
@media screen and (min-width: 767px) {
  .columns__2--md {
    column-count: 2;
    column-gap: 30px;
  }
}

.width--centred {
  margin-left: auto;
  margin-right: auto;
}

.width--400 {
  max-width: 400px;
}

.width--500 {
  max-width: 500px;
}

.width--600 {
  max-width: 600px;
}

.width--700 {
  max-width: 700px;
}

.width--800 {
  max-width: 800px;
}

.width--900 {
  max-width: 900px;
}

.width--1000 {
  max-width: 1000px;
}

.width--1100 {
  max-width: 1100px;
}

.width--1200 {
  max-width: 1200px;
}

picture.fitted,
figure.fitted {
  display: block;
  width: 100%;
}
picture.fitted img,
figure.fitted img {
  display: block;
  width: 100%;
  height: auto;
}

img.fitted {
  display: block;
  width: 100%;
  height: auto;
}

img.no-pointer,
.no-pointer {
  pointer-events: none;
}

.video-wrapper {
  width: 100%;
  max-width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.video-wrapper iframe {
  position: absolute;
  left: -0.25%;
  top: -0.25%;
  width: 100.5%;
  height: 100.5%;
}

.video-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

.has-overlay-caption {
  position: relative;
}
.has-overlay-caption .overlay-caption {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 6px 10px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  font-size: 0.6666666667rem;
  line-height: 1.2;
}
.has-overlay-caption .overlay-caption.overlay-caption--lh {
  right: unset;
  left: 0;
}

.padding--5 {
  padding: 5px;
}

.padding__vertical--5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.padding__horizontal--5 {
  padding-left: 5px;
  padding-right: 5px;
}

.padding__top--5 {
  padding-top: 5px;
}

.padding__bottom--5 {
  padding-bottom: 5px;
}

.padding--10 {
  padding: 10px;
}

.padding__vertical--10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.padding__horizontal--10 {
  padding-left: 10px;
  padding-right: 10px;
}

.padding__top--10 {
  padding-top: 10px;
}

.padding__bottom--10 {
  padding-bottom: 10px;
}

.padding--15 {
  padding: 15px;
}

.padding__vertical--15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.padding__horizontal--15 {
  padding-left: 15px;
  padding-right: 15px;
}

.padding__top--15 {
  padding-top: 15px;
}

.padding__bottom--15 {
  padding-bottom: 15px;
}

.padding--20 {
  padding: 20px;
}

.padding__vertical--20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.padding__horizontal--20 {
  padding-left: 20px;
  padding-right: 20px;
}

.padding__top--20 {
  padding-top: 20px;
}

.padding__bottom--20 {
  padding-bottom: 20px;
}

.padding--30 {
  padding: 30px;
}

.padding__vertical--30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.padding__horizontal--30 {
  padding-left: 30px;
  padding-right: 30px;
}

.padding__top--30 {
  padding-top: 30px;
}

.padding__bottom--30 {
  padding-bottom: 30px;
}

.padding--45 {
  padding: 45px;
}

.padding__vertical--45 {
  padding-top: 45px;
  padding-bottom: 45px;
}

.padding__horizontal--45 {
  padding-left: 45px;
  padding-right: 45px;
}

.padding--60 {
  padding: 60px;
}

.padding__vertical--60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.padding__horizontal--60 {
  padding-left: 60px;
  padding-right: 60px;
}

.padding__top--60 {
  padding-top: 60px;
}

.padding__bottom--60 {
  padding-bottom: 60px;
}

.padding--xs {
  padding: 5px;
}
@media screen and (min-width: 767px) {
  .padding--xs {
    padding: 10px;
  }
}

.padding--sm {
  padding: 15px;
}
@media screen and (min-width: 767px) {
  .padding--sm {
    padding: 30px;
  }
}

.padding--md {
  padding: 30px;
}
@media screen and (min-width: 767px) {
  .padding--md {
    padding: 60px;
  }
}

.padding--lg {
  padding: 45px;
}
@media screen and (min-width: 767px) {
  .padding--lg {
    padding: 90px;
  }
}

.padding--xl {
  padding: 60px;
}
@media screen and (min-width: 767px) {
  .padding--xl {
    padding: 120px;
  }
}

.padding--xxl {
  padding: 75px;
}
@media screen and (min-width: 767px) {
  .padding--xxl {
    padding: 150px;
  }
}

.padding__horizontal--sm {
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 767px) {
  .padding__horizontal--sm {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.padding__horizontal--md {
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (min-width: 767px) {
  .padding__horizontal--md {
    padding-left: 60px;
    padding-right: 60px;
  }
}

.padding__horizontal--lg {
  padding-left: 45px;
  padding-right: 45px;
}
@media screen and (min-width: 767px) {
  .padding__horizontal--lg {
    padding-left: 90px;
    padding-right: 90px;
  }
}

.padding__horizontal--xl {
  padding-left: 60px;
  padding-right: 60px;
}
@media screen and (min-width: 767px) {
  .padding__horizontal--xl {
    padding-left: 120px;
    padding-right: 120px;
  }
}

.padding__horizontal--xxl {
  padding-left: 75px;
  padding-right: 75px;
}
@media screen and (min-width: 767px) {
  .padding__horizontal--xxl {
    padding-left: 150px;
    padding-right: 150px;
  }
}

.padding__vertical--xs {
  padding-top: 7.5px;
  padding-bottom: 7.5px;
}
@media screen and (min-width: 767px) {
  .padding__vertical--xs {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.padding__vertical--sm {
  padding-top: 15px;
  padding-bottom: 15px;
}
@media screen and (min-width: 767px) {
  .padding__vertical--sm {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.padding__vertical--md {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (min-width: 767px) {
  .padding__vertical--md {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.padding__vertical--lg {
  padding-top: 45px;
  padding-bottom: 45px;
}
@media screen and (min-width: 767px) {
  .padding__vertical--lg {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}

.padding__vertical--xl {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (min-width: 767px) {
  .padding__vertical--xl {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.padding__vertical--xxl {
  padding-top: 75px;
  padding-bottom: 75px;
}
@media screen and (min-width: 767px) {
  .padding__vertical--xxl {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}

.padding__top--sm {
  padding-top: 15px;
}
@media screen and (min-width: 767px) {
  .padding__top--sm {
    padding-top: 30px;
  }
}

.padding__top--md {
  padding-top: 30px;
}
@media screen and (min-width: 767px) {
  .padding__top--md {
    padding-top: 60px;
  }
}

.padding__top--lg {
  padding-top: 45px;
}
@media screen and (min-width: 767px) {
  .padding__top--lg {
    padding-top: 90px;
  }
}

.padding__top--xl {
  padding-top: 60px;
}
@media screen and (min-width: 767px) {
  .padding__top--xl {
    padding-top: 120px;
  }
}

.padding__top--xxl {
  padding-top: 75px;
}
@media screen and (min-width: 767px) {
  .padding__top--xxl {
    padding-top: 150px;
  }
}

.padding__bottom--sm {
  padding-bottom: 15px;
}
@media screen and (min-width: 767px) {
  .padding__bottom--sm {
    padding-bottom: 30px;
  }
}

.padding__bottom--md {
  padding-bottom: 30px;
}
@media screen and (min-width: 767px) {
  .padding__bottom--md {
    padding-bottom: 60px;
  }
}

.padding__bottom--lg {
  padding-bottom: 45px;
}
@media screen and (min-width: 767px) {
  .padding__bottom--lg {
    padding-bottom: 90px;
  }
}

.padding__bottom--xl {
  padding-bottom: 60px;
}
@media screen and (min-width: 767px) {
  .padding__bottom--xl {
    padding-bottom: 120px;
  }
}

.padding__bottom--xxl {
  padding-bottom: 75px;
}
@media screen and (min-width: 767px) {
  .padding__bottom--xxl {
    padding-bottom: 150px;
  }
}

.padding__top--0p5rem {
  padding-top: 0.5rem;
}

.padding__bottom--0p5rem {
  padding-bottom: 0.5rem;
}

.padding__top--1rem {
  padding-top: 1rem;
}

.padding__bottom--1rem {
  padding-bottom: 1rem;
}

.padding__top--1p5rem {
  padding-top: 1.5rem;
}

.padding__bottom--1p5rem {
  padding-bottom: 1.5rem;
}

.padding__top--2rem {
  padding-top: 2rem;
}

.padding__bottom--2rem {
  padding-bottom: 2rem;
}

.margin--0 {
  margin: 0;
}

.margin__top--0 {
  margin-top: 0;
}

.margin__bottom--0 {
  margin-bottom: 0;
}

.margin__top--5 {
  margin-top: 5px;
}

.margin__bottom--5 {
  margin-bottom: 5px;
}

.margin__top--10 {
  margin-top: 10px;
}

.margin__bottom--10 {
  margin-bottom: 10px;
}

.margin--15 {
  margin: 15px;
}

.margin__vertical--15 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.margin__horizontal--15 {
  margin-left: 15px;
  margin-right: 15px;
}

.margin__top--15 {
  margin-top: 15px;
}

.margin__bottom--15 {
  margin-bottom: 15px;
}

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

.margin__vertical--20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.margin__horizontal--20 {
  margin-left: 20px;
  margin-right: 20px;
}

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

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

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

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

.margin__horizontal--30 {
  margin-left: 30px;
  margin-right: 30px;
}

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

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

.margin--60 {
  margin: 60px;
}

.margin__vertical--60 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.margin__horizontal--60 {
  margin-left: 60px;
  margin-right: 60px;
}

.margin__top--60 {
  margin-top: 60px;
}

.margin__bottom--60 {
  margin-bottom: 60px;
}

.margin__top--1rem {
  margin-top: 1rem;
}

.margin__bottom--1rem {
  margin-bottom: 1rem;
}

.margin__vertical--1rem {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.margin__top--2rem {
  margin-top: 2rem;
}

.margin__bottom--2rem {
  margin-bottom: 2rem;
}

.margin__vertical--2rem {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.margin__top--3rem {
  margin-top: 3rem;
}

.margin__bottom--3rem {
  margin-bottom: 3rem;
}

.margin__vertical--3rem {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.margin__vertical--sm {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media screen and (min-width: 767px) {
  .margin__vertical--sm {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.margin__vertical--md {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (min-width: 767px) {
  .margin__vertical--md {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

.margin__vertical--lg {
  margin-top: 45px;
  margin-bottom: 45px;
}
@media screen and (min-width: 767px) {
  .margin__vertical--lg {
    margin-top: 90px;
    margin-bottom: 90px;
  }
}

.margin__vertical--xl {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media screen and (min-width: 767px) {
  .margin__vertical--xl {
    margin-top: 120px;
    margin-bottom: 120px;
  }
}

.margin__top--xs {
  margin-top: 7.5px;
}
@media screen and (min-width: 767px) {
  .margin__top--xs {
    margin-top: 15px;
  }
}

.margin__top--sm {
  margin-top: 15px;
}
@media screen and (min-width: 767px) {
  .margin__top--sm {
    margin-top: 30px;
  }
}

.margin__top--md {
  margin-top: 30px;
}
@media screen and (min-width: 767px) {
  .margin__top--md {
    margin-top: 60px;
  }
}

.margin__top--lg {
  margin-top: 45px;
}
@media screen and (min-width: 767px) {
  .margin__top--lg {
    margin-top: 90px;
  }
}

.margin__top--xl {
  margin-top: 60px;
}
@media screen and (min-width: 767px) {
  .margin__top--xl {
    margin-top: 120px;
  }
}

.margin__top--xxl {
  margin-top: 75px;
}
@media screen and (min-width: 767px) {
  .margin__top--xxl {
    margin-top: 150px;
  }
}

.margin__bottom--xs {
  margin-bottom: 7.5px;
}
@media screen and (min-width: 767px) {
  .margin__bottom--xs {
    margin-bottom: 15px;
  }
}

.margin__bottom--sm {
  margin-bottom: 15px;
}
@media screen and (min-width: 767px) {
  .margin__bottom--sm {
    margin-bottom: 30px;
  }
}

.margin__bottom--md {
  margin-bottom: 30px;
}
@media screen and (min-width: 767px) {
  .margin__bottom--md {
    margin-bottom: 60px;
  }
}

.margin__bottom--lg {
  margin-bottom: 45px;
}
@media screen and (min-width: 767px) {
  .margin__bottom--lg {
    margin-bottom: 90px;
  }
}

.margin__bottom--xl {
  margin-bottom: 60px;
}
@media screen and (min-width: 767px) {
  .margin__bottom--xl {
    margin-bottom: 120px;
  }
}

.margin__top--0p5rem {
  margin-top: 0.5rem;
}

.margin__bottom--0p5rem {
  margin-bottom: 0.5rem;
}

.margin__top--1rem {
  margin-top: 1rem;
}

.margin__bottom--1rem {
  margin-bottom: 1rem;
}

.margin__right--1rem {
  margin-right: 1rem;
}

.margin__top--1p5rem {
  margin-top: 1.5rem;
}

.margin__bottom--1p5rem {
  margin-bottom: 1.5rem;
}

.margin__right--1p5rem {
  margin-right: 1.5rem;
}

.margin__top--2rem {
  margin-top: 2rem;
}

.margin__bottom--2rem {
  margin-bottom: 2rem;
}

.border--1 {
  border-width: 1px;
  border-style: solid;
}

.border__bottom--1 {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.border__top--1 {
  border-top-width: 1px;
  border-top-style: solid;
}

.border--2 {
  border-width: 2px;
  border-style: solid;
}

.border__bottom--2 {
  border-bottom-width: 2px;
  border-bottom-style: solid;
}

.border__top--2 {
  border-top-width: 2px;
  border-top-style: solid;
}

.border--3 {
  border-width: 3px;
  border-style: solid;
}

.border__bottom--3 {
  border-bottom-width: 3px;
  border-bottom-style: solid;
}

.border__top--3 {
  border-top-width: 3px;
  border-top-style: solid;
}

.border--5 {
  border-width: 5px;
  border-style: solid;
}

.border__bottom--5 {
  border-bottom-width: 5px;
  border-bottom-style: solid;
}

.border__top--5 {
  border-top-width: 5px;
  border-top-style: solid;
}

/* ------- vendor css ------- */
.fancybox-enabled {
  overflow: hidden;
}

.fancybox-enabled body {
  overflow: visible;
  height: 100%;
}

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fancybox-container ~ .fancybox-container {
  z-index: 99992;
}

.fancybox-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #0f0f11;
  opacity: 0;
  transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fancybox-container--ready .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-controls {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0;
  z-index: 99994;
  transition: opacity 0.2s;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  direction: ltr;
}

.fancybox-show-controls .fancybox-controls {
  opacity: 1;
}

.fancybox-infobar {
  display: none;
}

.fancybox-show-infobar .fancybox-infobar {
  display: inline-block;
  pointer-events: all;
}

.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, 0.7);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
}

.fancybox-buttons {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  pointer-events: all;
}

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

.fancybox-slider-wrap {
  overflow: hidden;
  direction: ltr;
}

.fancybox-slider, .fancybox-slider-wrap {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  z-index: 99993;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
}

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
}

.fancybox-slide:before {
  content: "";
  height: 100%;
  width: 0;
}

.fancybox-slide:before, .fancybox-slide > * {
  display: inline-block;
  vertical-align: middle;
}

.fancybox-slide > * {
  position: relative;
  padding: 24px;
  margin: 44px 0;
  border-width: 0;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box;
}

.fancybox-slide--image {
  overflow: hidden;
}

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

.fancybox-content {
  display: inline-block;
  position: relative;
  margin: 44px auto;
  padding: 0;
  border: 0;
  width: 80%;
  height: calc(100% - 88px);
  vertical-align: middle;
  line-height: normal;
  text-align: left;
  white-space: normal;
  outline: none;
  font-size: 16px;
  font-family: Arial, sans-serif;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
}

.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

.fancybox-slide--video .fancybox-content, .fancybox-slide--video .fancybox-iframe {
  background: transparent;
}

.fancybox-placeholder {
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fancybox-image, .fancybox-placeholder, .fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.fancybox-image, .fancybox-spaceball {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  background: transparent;
  background-size: 100% 100%;
}

.fancybox-controls--canzoomOut .fancybox-placeholder {
  cursor: zoom-out;
}

.fancybox-controls--canzoomIn .fancybox-placeholder {
  cursor: zoom-in;
}

.fancybox-controls--canGrab .fancybox-placeholder {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-controls--isGrabbing .fancybox-placeholder {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

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

.fancybox-tmp {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
}

.fancybox-error {
  position: absolute;
  margin: 0;
  padding: 40px;
  top: 50%;
  left: 50%;
  width: 380px;
  max-width: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  cursor: default;
}

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px Helvetica Neue, Helvetica, Arial, sans-serif;
}

.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background: transparent;
  z-index: 10;
  cursor: pointer;
}

.fancybox-close-small:after {
  content: "×";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial, Helvetica Neue, Helvetica, sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background: #fff;
  transition: background 0.2s;
  box-sizing: border-box;
  z-index: 2;
}

.fancybox-close-small:focus:after {
  outline: 1px dotted #888;
}

.fancybox-slide--video .fancybox-close-small {
  top: -36px;
  right: -36px;
  background: transparent;
}

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee;
}

.fancybox-caption-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0;
  z-index: 99998;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
  background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8));
  opacity: 0;
  transition: opacity 0.2s;
  pointer-events: none;
}

.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1;
}

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid hsla(0, 0%, 100%, 0.4);
  font-size: 14px;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none;
}

.fancybox-caption a, .fancybox-caption button {
  pointer-events: all;
}

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

.fancybox-button {
  display: inline-block;
  position: relative;
  width: 44px;
  height: 44px;
  line-height: 44px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  background: transparent;
  color: #fff;
  box-sizing: border-box;
  vertical-align: top;
  outline: none;
}

.fancybox-button--disabled {
  cursor: default;
  pointer-events: none;
}

.fancybox-button, .fancybox-infobar__body {
  background: rgba(30, 30, 30, 0.6);
}

.fancybox-button:hover {
  background: rgba(0, 0, 0, 0.8);
}

.fancybox-button:after, .fancybox-button:before {
  content: "";
  pointer-events: none;
  position: absolute;
  border-color: #fff;
  background-color: currentColor;
  color: currentColor;
  opacity: 0.9;
  box-sizing: border-box;
  display: inline-block;
}

.fancybox-button--disabled:after, .fancybox-button--disabled:before {
  opacity: 0.5;
}

.fancybox-button--left:after {
  left: 20px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.fancybox-button--left:after, .fancybox-button--right:after {
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
}

.fancybox-button--right:after {
  right: 20px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.fancybox-button--left {
  border-bottom-left-radius: 5px;
}

.fancybox-button--right {
  border-bottom-right-radius: 5px;
}

.fancybox-button--close {
  float: right;
}

.fancybox-button--close:after, .fancybox-button--close:before {
  content: "";
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(50% - 1px);
  left: calc(50% - 8px);
}

.fancybox-button--close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.fancybox-button--close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.fancybox-loading {
  border: 6px solid hsla(0, 0%, 39%, 0.4);
  border-top: 6px solid hsla(0, 0%, 100%, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: a 0.8s infinite linear;
  animation: a 0.8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999;
}

@-webkit-keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@media (max-width: 800px) {
  .fancybox-controls {
    text-align: left;
  }
  .fancybox-button--left, .fancybox-button--right, .fancybox-buttons button:not(.fancybox-button--close) {
    display: none !important;
  }
  .fancybox-caption {
    padding: 20px 0;
    margin: 0;
  }
}
.fancybox-button--fullscreen:before {
  width: 15px;
  height: 11px;
  left: 15px;
  top: 16px;
  border: 2px solid;
  background: none;
}

.fancybox-button--play:before {
  top: 16px;
  left: 18px;
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px;
  background: transparent;
}

.fancybox-button--pause:before {
  top: 16px;
  left: 18px;
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px;
  background: transparent;
}

.fancybox-button--thumbs span {
  font-size: 23px;
}

.fancybox-button--thumbs:before {
  top: 20px;
  left: 21px;
  width: 3px;
  height: 3px;
  box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, inset 0 0 0 32px, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
}

.fancybox-container--thumbs .fancybox-caption-wrap, .fancybox-container--thumbs .fancybox-controls, .fancybox-container--thumbs .fancybox-slider-wrap {
  right: 220px;
}

.fancybox-thumbs {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  width: 220px;
  margin: 0;
  padding: 5px 5px 0 0;
  background: #fff;
  z-index: 99993;
  word-break: normal;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
}

.fancybox-thumbs > ul {
  list-style: none;
  position: absolute;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0;
}

.fancybox-thumbs > ul > li {
  float: left;
  overflow: hidden;
  max-width: 50%;
  padding: 0;
  margin: 0;
  width: 105px;
  height: 75px;
  position: relative;
  cursor: pointer;
  outline: none;
  border: 5px solid #fff;
  border-top-width: 0;
  border-right-width: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
}

li.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1);
}

.fancybox-thumbs > ul > li > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  max-height: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-thumbs > ul > li:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 2px;
  border: 4px solid #4ea7f9;
  z-index: 99991;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
  opacity: 1;
}

@media (max-width: 800px) {
  .fancybox-thumbs {
    display: none !important;
  }
  .fancybox-container--thumbs .fancybox-caption-wrap, .fancybox-container--thumbs .fancybox-controls, .fancybox-container--thumbs .fancybox-slider-wrap {
    right: 0;
  }
}
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/* ------- wordpress specific css ------- */
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}

.alignnone,
img.alignnone,
a img.alignnone {
  display: block;
}

.alignright,
img.alignright,
a img.alignright {
  float: right;
  margin: 2rem 0 2rem 2rem;
}

.alignleft,
img.alignleft,
a img.alignleft {
  float: left;
  margin: 2rem 2rem 2em 0;
}

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

.wp-caption {
  border: none;
  max-width: 100% !important;
  width: 100% !important; /* Image does not overflow the content area */
  padding: 0;
  text-align: left;
  position: relative;
}

.wp-caption.alignnone,
.wp-video {
  margin: 2rem 0;
  width: 100% !important;
}
.wp-caption.alignnone:first-child,
.wp-video:first-child {
  margin-top: 0;
}

.wp-caption.alignleft {
  margin: 2rem 2rem 2rem 0;
}

.wp-caption.alignright {
  margin: 2rem 0 2rem 2rem;
}

.wp-caption a {
  display: block;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: 100%;
  display: block;
}

.wp-caption p.wp-caption-text {
  font-size: 0.9em;
  line-height: 1.1;
  margin: 0;
  background: none;
  color: #ffffff;
  padding: 0;
  width: 100%;
  box-sizing: border-box;
  opacity: 1;
  margin-top: 1rem;
  transition: all 0.3s ease;
}
.gallery {
  margin: 35px auto !important;
}
.gallery dl.gallery-item {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  float: none !important;
  display: inline-block !important;
}
.gallery dl.gallery-item dt.gallery-icon {
  margin: 0;
}
.gallery dl.gallery-item dt.gallery-icon a {
  display: block;
}
.gallery dl.gallery-item dt.gallery-icon a img {
  display: block;
  border: none !important;
  margin: 0;
}
.gallery dl.gallery-item .wp-caption-text {
  font-size: 1.3rem;
  line-height: 1.1;
  margin: 0;
  color: #000;
  padding: 8px 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  opacity: 1;
  transition: all 0.3s ease;
}
.gallery.gallery-columns-1 dl.gallery-item {
  width: 100% !important;
}
.gallery.gallery-columns-2 dl.gallery-item {
  width: 100% !important;
}
@media screen and (max-width: 767px) {
  .gallery.gallery-columns-2 dl.gallery-item {
    width: 50% !important;
  }
}
.gallery.gallery-columns-3 dl.gallery-item {
  width: 100% !important;
}
@media screen and (max-width: 767px) {
  .gallery.gallery-columns-3 dl.gallery-item {
    width: 33.3333333% !important;
  }
}
.gallery.gallery-columns-4 dl.gallery-item {
  width: 100% !important;
}
@media screen and (max-width: 767px) {
  .gallery.gallery-columns-4 dl.gallery-item {
    width: 25% !important;
  }
}
.gallery.gallery-columns-5 dl.gallery-item {
  width: 100% !important;
}
@media screen and (max-width: 767px) {
  .gallery.gallery-columns-5 dl.gallery-item {
    width: 20% !important;
  }
}
.gallery.gallery-columns-6 dl.gallery-item {
  width: 100% !important;
}
@media screen and (max-width: 767px) {
  .gallery.gallery-columns-6 dl.gallery-item {
    width: 16.6666666% !important;
  }
}

/* ------- site specific css ------- */
.bg--body {
  background-color: #000000;
}

.bg--transparent {
  background-color: transparent;
}

.bg--white {
  background-color: #ffffff;
}

.text--white {
  color: #ffffff;
}
.text--white.theme-body blockquote {
  border-left-color: #ffffff;
}

.accent--white.theme-body h1,
.accent--white.theme-body h2,
.accent--white.theme-body h3,
.accent--white.theme-body h4,
.accent--white.theme-body h5,
.accent--white.theme-body h6,
.accent--white.theme-body strong {
  color: #ffffff;
}
.accent--white.theme-body blockquote {
  border-left-color: #ffffff;
}

.bg--black {
  background-color: #000000;
}

.text--black {
  color: #000000;
}

.bg--light-grey {
  background-color: #999999;
}

.text--light-grey {
  color: #999999;
}

.border--light-grey {
  border-color: #999999;
}

.bg--grey {
  background-color: #666666;
}

.text--grey {
  color: #666666;
}

.border--grey {
  border-color: #666666;
}

.bg--dark-grey {
  background-color: #333333;
}

.text--dark-grey {
  color: #333333;
}

.bg--theme {
  background-color: #000000;
}

.text--theme-text-colour {
  color: #ffffff;
}
.text--theme-text-colour.theme-body h1,
.text--theme-text-colour.theme-body h2,
.text--theme-text-colour.theme-body h3,
.text--theme-text-colour.theme-body h4,
.text--theme-text-colour.theme-body h5,
.text--theme-text-colour.theme-body h6,
.text--theme-text-colour.theme-body strong {
  color: #00d896;
}
.text--theme-text-colour.theme-body blockquote {
  border-left-color: #00d896;
}

.bg--theme-colour-1 {
  background-color: #00d896;
}

.text--theme-colour-1 {
  color: #00d896;
}

.accent--theme-colour-1.theme-body h1,
.accent--theme-colour-1.theme-body h2,
.accent--theme-colour-1.theme-body h3,
.accent--theme-colour-1.theme-body h4,
.accent--theme-colour-1.theme-body h5,
.accent--theme-colour-1.theme-body h6,
.accent--theme-colour-1.theme-body strong {
  color: #00d896;
}
.accent--theme-colour-1.theme-body blockquote {
  border-left-color: #00d896;
}

.border--theme-colour-1 {
  border-color: #00d896;
}

.bg--theme-colour-2 {
  background-color: #006c4b;
}

.text--theme-colour-2 {
  color: #006c4b;
}

.bg--theme-colour-3 {
  background-color: #99efd5;
}

.text--theme-colour-3 {
  color: #99efd5;
}

body.admin-bar #company-header {
  margin-top: 32px;
}
@media screen and (max-width: 782px) {
  body.admin-bar #company-header {
    margin-top: 46px;
  }
}
body.admin-bar .fancybox-container {
  top: 32px;
  height: calc(100% - 32px);
}
@media screen and (max-width: 782px) {
  body.admin-bar .fancybox-container {
    top: 46px;
    height: calc(100% - 46px);
  }
}

.font--bold,
.bold,
strong {
  font-weight: 500;
}

.font--italic,
em {
  font-weight: 300;
  font-style: italic;
}

.font--bold-italic,
strong em,
em strong {
  font-weight: 500;
  font-style: italic;
}

.font--regular {
  font-weight: 300;
}

.text--theme {
  font-family: "Zoom Pro Normal", sans-serif;
}

.text--title {
  font-family: "Zoom Pro Wide", sans-serif;
  font-weight: 400;
}

.text--title-bold {
  font-family: "Zoom Pro Wide", sans-serif;
  font-weight: 700;
}

.theme-letterspacing {
  letter-spacing: 0.2em;
}

.text--superline-outline, #frontpage-services ul#frontpage-services__list li {
  font-family: "Superline Outline", sans-serif;
  font-weight: 400;
}

.text--superline-outline-italic {
  font-family: "Superline Outline", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.text--superline, #frontpage-services ul#frontpage-services__list li.active {
  font-family: "Superline", sans-serif;
  font-weight: 400;
}

.text--superline-italic {
  font-family: "Superline", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.theme-body h1 {
  font-size: 2em;
  line-height: 1.1;
}
.theme-body h2 {
  font-size: 1.5em;
  line-height: 1.2;
}
.theme-body h3 {
  font-size: 1.17em;
  line-height: 1.3;
}
.theme-body h4 {
  font-size: 1em;
  line-height: 1.5;
}
.theme-body h5 {
  font-size: 0.83em;
  line-height: 1.5;
}
.theme-body h6 {
  font-size: 0.67em;
  line-height: 1.5;
}
.theme-body h1,
.theme-body h2,
.theme-body h3,
.theme-body h4,
.theme-body h5,
.theme-body h6 {
  font-family: "Zoom Pro Wide", sans-serif;
  font-weight: 300;
}
.theme-body h1:not(:first-child),
.theme-body h2:not(:first-child),
.theme-body h3:not(:first-child),
.theme-body h4:not(:first-child),
.theme-body h5:not(:first-child),
.theme-body h6:not(:first-child) {
  margin-top: 1.5rem;
}
.theme-body h1:not(:last-child),
.theme-body h2:not(:last-child),
.theme-body h3:not(:last-child),
.theme-body h4:not(:last-child),
.theme-body h5:not(:last-child),
.theme-body h6:not(:last-child) {
  margin-bottom: 1.5rem;
}
.theme-body p a,
.theme-body ul a,
.theme-body ol a,
.theme-body table a {
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
  transition: all ease 0.3s;
}
.theme-body p:not(:first-child),
.theme-body ul:not(:first-child),
.theme-body ol:not(:first-child) {
  margin-top: 1.5rem;
}
.theme-body p:not(:last-child),
.theme-body ul:not(:last-child),
.theme-body ol:not(:last-child) {
  margin-bottom: 1.5rem;
}
.theme-body blockquote {
  font-style: normal;
  font-weight: 500;
  color: inherit;
  padding: 0 0 0 1rem;
  border-left-width: 2px;
  border-left-style: solid;
}
.theme-body blockquote:not(:first-child) {
  margin-top: 1.5rem;
}
.theme-body blockquote:not(:last-child) {
  margin-bottom: 1.5rem;
}
.theme-body table {
  border: none;
  width: 100%;
}
@media screen and (min-width: 767px) {
  .theme-body table {
    border: 1px solid #999999;
  }
}
.theme-body table thead {
  display: none;
}
@media screen and (min-width: 767px) {
  .theme-body table thead {
    display: table-header-group;
    background: #999999;
  }
}
.theme-body table tr {
  display: block;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid #999999;
  padding-bottom: 0.5rem;
}
.theme-body table tr:first-child {
  border-top: 1px solid #999999;
  padding-top: 0.5rem;
}
.theme-body table tr:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 767px) {
  .theme-body table tr {
    display: table-row;
    margin: 0;
    padding: 0;
    border: none;
  }
  .theme-body table tr:first-child {
    border: none;
    padding: 0;
  }
}
.theme-body table tr td,
.theme-body table tr th {
  vertical-align: top;
  display: block;
  text-align: left;
  border: none;
  padding: 0;
}
@media screen and (min-width: 767px) {
  .theme-body table tr td,
  .theme-body table tr th {
    padding: 5px;
    display: table-cell;
    border: 1px solid #999999;
    text-align: center;
  }
  .theme-body table tr td:first-child,
  .theme-body table tr th:first-child {
    text-align: left;
  }
}

.theme-body--less-space h1:not(:first-child),
.theme-body--less-space h2:not(:first-child),
.theme-body--less-space h3:not(:first-child),
.theme-body--less-space h4:not(:first-child),
.theme-body--less-space h5:not(:first-child),
.theme-body--less-space h6:not(:first-child) {
  margin-top: 0.5rem;
}
.theme-body--less-space h1:not(:last-child),
.theme-body--less-space h2:not(:last-child),
.theme-body--less-space h3:not(:last-child),
.theme-body--less-space h4:not(:last-child),
.theme-body--less-space h5:not(:last-child),
.theme-body--less-space h6:not(:last-child) {
  margin-bottom: 0.5rem;
}
.theme-body--less-space p:not(:first-child),
.theme-body--less-space ul:not(:first-child),
.theme-body--less-space ol:not(:first-child) {
  margin-top: 0.5rem;
}
.theme-body--less-space p:not(:last-child),
.theme-body--less-space ul:not(:last-child),
.theme-body--less-space ol:not(:last-child) {
  margin-bottom: 0.5rem;
}
.theme-body--less-space blockquote {
  padding: 0 0 0 0.5rem;
}
.theme-body--less-space blockquote:not(:first-child) {
  margin-top: 0.5rem;
}
.theme-body--less-space blockquote:not(:last-child) {
  margin-bottom: 0.5rem;
}

.theme-title--lg {
  font-size: 1.7777777778rem;
}
@media screen and (min-width: 767px) {
  .theme-title--lg {
    font-size: 2.6666666667rem;
  }
}

.theme-title--md {
  font-size: 1.4444444444rem;
}
@media screen and (min-width: 767px) {
  .theme-title--md {
    font-size: 2rem;
  }
}

.theme-title--sm {
  font-size: 1.2222222222rem;
}
@media screen and (min-width: 767px) {
  .theme-title--sm {
    font-size: 1.5555555556rem;
  }
}

.theme-text--lg {
  font-size: 1.1111111111rem;
}
@media screen and (min-width: 767px) {
  .theme-text--lg {
    font-size: 1.2222222222rem;
  }
}

.theme-text--md {
  font-size: 0.8888888889rem;
}
@media screen and (min-width: 767px) {
  .theme-text--md {
    font-size: 1rem;
  }
}

.theme-text--sm {
  font-size: 0.7777777778rem;
}
@media screen and (min-width: 767px) {
  .theme-text--sm {
    font-size: 0.8888888889rem;
  }
}

.theme-text--xs {
  font-size: 0.6666666667rem;
}
@media screen and (min-width: 767px) {
  .theme-text--xs {
    font-size: 0.7777777778rem;
  }
}

.theme-vw-text--lg, #frontpage-services ul#frontpage-services__list li {
  font-size: 15vw;
}
@media screen and (min-width: 1440px) {
  .theme-vw-text--lg, #frontpage-services ul#frontpage-services__list li {
    font-size: 12rem;
  }
}

.theme-vw-title--md {
  font-size: 1.7777777778rem;
}
@media screen and (min-width: 576px) {
  .theme-vw-title--md {
    font-size: 5.575vw;
  }
}
@media screen and (min-width: 1440px) {
  .theme-vw-title--md {
    font-size: 4.4444444444rem;
  }
}

.theme-vw-title--sm {
  font-size: 0.8888888889rem;
}
@media screen and (min-width: 576px) {
  .theme-vw-title--sm {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1200px) {
  .theme-vw-title--sm {
    font-size: 1.525vw;
  }
}
@media screen and (min-width: 1440px) {
  .theme-vw-title--sm {
    font-size: 1.2222222222rem;
  }
}

a.link--theme-text-to-theme-1:link, a.link--theme-text-to-theme-1:visited {
  color: #ffffff;
  text-decoration-color: white;
  transition: all 0.3s ease;
}
a.link--theme-text-to-theme-1:link:hover, a.link--theme-text-to-theme-1:link:active, a.link--theme-text-to-theme-1:visited:hover, a.link--theme-text-to-theme-1:visited:active {
  color: #00d896;
  text-decoration-color: #00d896;
}

.has-links--theme-text-to-theme-1 a:link,
.has-links--theme-text-to-theme-1 a:visited {
  color: #ffffff;
  text-decoration-color: rgba(0, 216, 150, 0.5);
  transition: all 0.3s ease;
}
.has-links--theme-text-to-theme-1 a:link:hover, .has-links--theme-text-to-theme-1 a:link:active,
.has-links--theme-text-to-theme-1 a:visited:hover,
.has-links--theme-text-to-theme-1 a:visited:active {
  color: #00d896;
  text-decoration-color: #00d896;
}

a.link--theme-text-to-theme-2:link, a.link--theme-text-to-theme-2:visited {
  color: #ffffff;
  text-decoration-color: white;
  transition: all 0.3s ease;
}
a.link--theme-text-to-theme-2:link:hover, a.link--theme-text-to-theme-2:link:active, a.link--theme-text-to-theme-2:visited:hover, a.link--theme-text-to-theme-2:visited:active {
  color: #006c4b;
  text-decoration-color: #006c4b;
}

.has-links--theme-text-to-theme-2 a:link,
.has-links--theme-text-to-theme-2 a:visited {
  color: #ffffff;
  text-decoration-color: rgba(0, 108, 75, 0.5);
  transition: all 0.3s ease;
}
.has-links--theme-text-to-theme-2 a:link:hover, .has-links--theme-text-to-theme-2 a:link:active,
.has-links--theme-text-to-theme-2 a:visited:hover,
.has-links--theme-text-to-theme-2 a:visited:active {
  color: #006c4b;
  text-decoration-color: #006c4b;
}

a.link--theme-text-to-theme-3:link, a.link--theme-text-to-theme-3:visited {
  color: #ffffff;
  text-decoration-color: white;
  transition: all 0.3s ease;
}
a.link--theme-text-to-theme-3:link:hover, a.link--theme-text-to-theme-3:link:active, a.link--theme-text-to-theme-3:visited:hover, a.link--theme-text-to-theme-3:visited:active {
  color: #99efd5;
  text-decoration-color: #99efd5;
}

.has-links--theme-text-to-theme-3 a:link,
.has-links--theme-text-to-theme-3 a:visited {
  color: #ffffff;
  text-decoration-color: rgba(153, 239, 213, 0.5);
  transition: all 0.3s ease;
}
.has-links--theme-text-to-theme-3 a:link:hover, .has-links--theme-text-to-theme-3 a:link:active,
.has-links--theme-text-to-theme-3 a:visited:hover,
.has-links--theme-text-to-theme-3 a:visited:active {
  color: #99efd5;
  text-decoration-color: #99efd5;
}

a.link--white-to-black:link, a.link--white-to-black:visited {
  color: #ffffff;
  text-decoration-color: white;
  transition: all 0.3s ease;
}
a.link--white-to-black:link:hover, a.link--white-to-black:link:active, a.link--white-to-black:visited:hover, a.link--white-to-black:visited:active {
  color: #000000;
  text-decoration-color: #000000;
}

.has-links--white-to-black a:link,
.has-links--white-to-black a:visited {
  color: #ffffff;
  text-decoration-color: rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease;
}
.has-links--white-to-black a:link:hover, .has-links--white-to-black a:link:active,
.has-links--white-to-black a:visited:hover,
.has-links--white-to-black a:visited:active {
  color: #000000;
  text-decoration-color: #000000;
}

a.link--white-to-theme-1:link, a.link--white-to-theme-1:visited {
  color: #ffffff;
  text-decoration-color: white;
  transition: all 0.3s ease;
}
a.link--white-to-theme-1:link:hover, a.link--white-to-theme-1:link:active, a.link--white-to-theme-1:visited:hover, a.link--white-to-theme-1:visited:active {
  color: #00d896;
  text-decoration-color: #00d896;
}

.has-links--white-to-theme-1 a:link,
.has-links--white-to-theme-1 a:visited {
  color: #ffffff;
  text-decoration-color: rgba(0, 216, 150, 0.5);
  transition: all 0.3s ease;
}
.has-links--white-to-theme-1 a:link:hover, .has-links--white-to-theme-1 a:link:active,
.has-links--white-to-theme-1 a:visited:hover,
.has-links--white-to-theme-1 a:visited:active {
  color: #00d896;
  text-decoration-color: #00d896;
}

a.link--white-to-theme-2:link, a.link--white-to-theme-2:visited {
  color: #ffffff;
  text-decoration-color: white;
  transition: all 0.3s ease;
}
a.link--white-to-theme-2:link:hover, a.link--white-to-theme-2:link:active, a.link--white-to-theme-2:visited:hover, a.link--white-to-theme-2:visited:active {
  color: #006c4b;
  text-decoration-color: #006c4b;
}

.has-links--white-to-theme-2 a:link,
.has-links--white-to-theme-2 a:visited {
  color: #ffffff;
  text-decoration-color: rgba(0, 108, 75, 0.5);
  transition: all 0.3s ease;
}
.has-links--white-to-theme-2 a:link:hover, .has-links--white-to-theme-2 a:link:active,
.has-links--white-to-theme-2 a:visited:hover,
.has-links--white-to-theme-2 a:visited:active {
  color: #006c4b;
  text-decoration-color: #006c4b;
}

a.link--white-to-theme-3:link, a.link--white-to-theme-3:visited {
  color: #ffffff;
  text-decoration-color: white;
  transition: all 0.3s ease;
}
a.link--white-to-theme-3:link:hover, a.link--white-to-theme-3:link:active, a.link--white-to-theme-3:visited:hover, a.link--white-to-theme-3:visited:active {
  color: #99efd5;
  text-decoration-color: #99efd5;
}

.has-links--white-to-theme-3 a:link,
.has-links--white-to-theme-3 a:visited {
  color: #ffffff;
  text-decoration-color: rgba(153, 239, 213, 0.5);
  transition: all 0.3s ease;
}
.has-links--white-to-theme-3 a:link:hover, .has-links--white-to-theme-3 a:link:active,
.has-links--white-to-theme-3 a:visited:hover,
.has-links--white-to-theme-3 a:visited:active {
  color: #99efd5;
  text-decoration-color: #99efd5;
}

a.link--black-to-white:link, a.link--black-to-white:visited {
  color: #000000;
  text-decoration-color: rgb(76.5, 76.5, 76.5);
  transition: all 0.3s ease;
}
a.link--black-to-white:link:hover, a.link--black-to-white:link:active, a.link--black-to-white:visited:hover, a.link--black-to-white:visited:active {
  color: #ffffff;
  text-decoration-color: #ffffff;
}

.has-links--black-to-white a:link,
.has-links--black-to-white a:visited {
  color: #000000;
  text-decoration-color: rgba(255, 255, 255, 0.5);
  transition: all 0.3s ease;
}
.has-links--black-to-white a:link:hover, .has-links--black-to-white a:link:active,
.has-links--black-to-white a:visited:hover,
.has-links--black-to-white a:visited:active {
  color: #ffffff;
  text-decoration-color: #ffffff;
}

a.link--black-to-theme-1:link, a.link--black-to-theme-1:visited {
  color: #000000;
  text-decoration-color: rgb(76.5, 76.5, 76.5);
  transition: all 0.3s ease;
}
a.link--black-to-theme-1:link:hover, a.link--black-to-theme-1:link:active, a.link--black-to-theme-1:visited:hover, a.link--black-to-theme-1:visited:active {
  color: #00d896;
  text-decoration-color: #00d896;
}

.has-links--black-to-theme-1 a:link, ul.share-buttons__list a:link,
.has-links--black-to-theme-1 a:visited,
ul.share-buttons__list a:visited {
  color: #000000;
  text-decoration-color: rgba(0, 216, 150, 0.5);
  transition: all 0.3s ease;
}
.has-links--black-to-theme-1 a:link:hover, ul.share-buttons__list a:link:hover, .has-links--black-to-theme-1 a:link:active, ul.share-buttons__list a:link:active,
.has-links--black-to-theme-1 a:visited:hover,
ul.share-buttons__list a:visited:hover,
.has-links--black-to-theme-1 a:visited:active,
ul.share-buttons__list a:visited:active {
  color: #00d896;
  text-decoration-color: #00d896;
}

a.link--black-to-theme-2:link, a.link--black-to-theme-2:visited {
  color: #000000;
  text-decoration-color: rgb(76.5, 76.5, 76.5);
  transition: all 0.3s ease;
}
a.link--black-to-theme-2:link:hover, a.link--black-to-theme-2:link:active, a.link--black-to-theme-2:visited:hover, a.link--black-to-theme-2:visited:active {
  color: #006c4b;
  text-decoration-color: #006c4b;
}

.has-links--black-to-theme-2 a:link,
.has-links--black-to-theme-2 a:visited {
  color: #000000;
  text-decoration-color: rgba(0, 108, 75, 0.5);
  transition: all 0.3s ease;
}
.has-links--black-to-theme-2 a:link:hover, .has-links--black-to-theme-2 a:link:active,
.has-links--black-to-theme-2 a:visited:hover,
.has-links--black-to-theme-2 a:visited:active {
  color: #006c4b;
  text-decoration-color: #006c4b;
}

a.link--black-to-dark-grey:link, a.link--black-to-dark-grey:visited {
  color: #000000;
  text-decoration-color: rgb(76.5, 76.5, 76.5);
  transition: all 0.3s ease;
}
a.link--black-to-dark-grey:link:hover, a.link--black-to-dark-grey:link:active, a.link--black-to-dark-grey:visited:hover, a.link--black-to-dark-grey:visited:active {
  color: #333333;
  text-decoration-color: #333333;
}

.has-links--black-to-dark-grey a:link,
.has-links--black-to-dark-grey a:visited {
  color: #000000;
  text-decoration-color: rgba(51, 51, 51, 0.5);
  transition: all 0.3s ease;
}
.has-links--black-to-dark-grey a:link:hover, .has-links--black-to-dark-grey a:link:active,
.has-links--black-to-dark-grey a:visited:hover,
.has-links--black-to-dark-grey a:visited:active {
  color: #333333;
  text-decoration-color: #333333;
}

a.link--grey-to-theme-1:link, a.link--grey-to-theme-1:visited {
  color: #666666;
  text-decoration-color: rgb(178.5, 178.5, 178.5);
  transition: all 0.3s ease;
}
a.link--grey-to-theme-1:link:hover, a.link--grey-to-theme-1:link:active, a.link--grey-to-theme-1:visited:hover, a.link--grey-to-theme-1:visited:active {
  color: #00d896;
  text-decoration-color: #00d896;
}

.has-links--grey-to-theme-1 a:link,
.has-links--grey-to-theme-1 a:visited {
  color: #666666;
  text-decoration-color: rgba(0, 216, 150, 0.5);
  transition: all 0.3s ease;
}
.has-links--grey-to-theme-1 a:link:hover, .has-links--grey-to-theme-1 a:link:active,
.has-links--grey-to-theme-1 a:visited:hover,
.has-links--grey-to-theme-1 a:visited:active {
  color: #00d896;
  text-decoration-color: #00d896;
}

a.link--grey-to-theme-2:link, a.link--grey-to-theme-2:visited {
  color: #666666;
  text-decoration-color: rgb(178.5, 178.5, 178.5);
  transition: all 0.3s ease;
}
a.link--grey-to-theme-2:link:hover, a.link--grey-to-theme-2:link:active, a.link--grey-to-theme-2:visited:hover, a.link--grey-to-theme-2:visited:active {
  color: #006c4b;
  text-decoration-color: #006c4b;
}

.has-links--grey-to-theme-2 a:link,
.has-links--grey-to-theme-2 a:visited {
  color: #666666;
  text-decoration-color: rgba(0, 108, 75, 0.5);
  transition: all 0.3s ease;
}
.has-links--grey-to-theme-2 a:link:hover, .has-links--grey-to-theme-2 a:link:active,
.has-links--grey-to-theme-2 a:visited:hover,
.has-links--grey-to-theme-2 a:visited:active {
  color: #006c4b;
  text-decoration-color: #006c4b;
}

a.link--dark-grey-to-theme-1:link, a.link--dark-grey-to-theme-1:visited {
  color: #333333;
  text-decoration-color: rgb(127.5, 127.5, 127.5);
  transition: all 0.3s ease;
}
a.link--dark-grey-to-theme-1:link:hover, a.link--dark-grey-to-theme-1:link:active, a.link--dark-grey-to-theme-1:visited:hover, a.link--dark-grey-to-theme-1:visited:active {
  color: #00d896;
  text-decoration-color: #00d896;
}

.has-links--dark-grey-to-theme-1 a:link,
.has-links--dark-grey-to-theme-1 a:visited {
  color: #333333;
  text-decoration-color: rgba(0, 216, 150, 0.5);
  transition: all 0.3s ease;
}
.has-links--dark-grey-to-theme-1 a:link:hover, .has-links--dark-grey-to-theme-1 a:link:active,
.has-links--dark-grey-to-theme-1 a:visited:hover,
.has-links--dark-grey-to-theme-1 a:visited:active {
  color: #00d896;
  text-decoration-color: #00d896;
}

a.link--dark-grey-to-theme-2:link, a.link--dark-grey-to-theme-2:visited {
  color: #333333;
  text-decoration-color: rgb(127.5, 127.5, 127.5);
  transition: all 0.3s ease;
}
a.link--dark-grey-to-theme-2:link:hover, a.link--dark-grey-to-theme-2:link:active, a.link--dark-grey-to-theme-2:visited:hover, a.link--dark-grey-to-theme-2:visited:active {
  color: #006c4b;
  text-decoration-color: #006c4b;
}

.has-links--dark-grey-to-theme-2 a:link,
.has-links--dark-grey-to-theme-2 a:visited {
  color: #333333;
  text-decoration-color: rgba(0, 108, 75, 0.5);
  transition: all 0.3s ease;
}
.has-links--dark-grey-to-theme-2 a:link:hover, .has-links--dark-grey-to-theme-2 a:link:active,
.has-links--dark-grey-to-theme-2 a:visited:hover,
.has-links--dark-grey-to-theme-2 a:visited:active {
  color: #006c4b;
  text-decoration-color: #006c4b;
}

a.link--theme-1-to-white:link, a.link--theme-1-to-white:visited {
  color: #00d896;
  text-decoration-color: rgb(114, 255, 211.9166666667);
  transition: all 0.3s ease;
}
a.link--theme-1-to-white:link:hover, a.link--theme-1-to-white:link:active, a.link--theme-1-to-white:visited:hover, a.link--theme-1-to-white:visited:active {
  color: #ffffff;
  text-decoration-color: #ffffff;
}

.has-links--theme-1-to-white a:link,
.has-links--theme-1-to-white a:visited {
  color: #00d896;
  text-decoration-color: rgba(255, 255, 255, 0.5);
  transition: all 0.3s ease;
}
.has-links--theme-1-to-white a:link:hover, .has-links--theme-1-to-white a:link:active,
.has-links--theme-1-to-white a:visited:hover,
.has-links--theme-1-to-white a:visited:active {
  color: #ffffff;
  text-decoration-color: #ffffff;
}

a.link--theme-1-to-theme-2:link, a.link--theme-1-to-theme-2:visited {
  color: #00d896;
  text-decoration-color: rgb(114, 255, 211.9166666667);
  transition: all 0.3s ease;
}
a.link--theme-1-to-theme-2:link:hover, a.link--theme-1-to-theme-2:link:active, a.link--theme-1-to-theme-2:visited:hover, a.link--theme-1-to-theme-2:visited:active {
  color: #006c4b;
  text-decoration-color: #006c4b;
}

.has-links--theme-1-to-theme-2 a:link,
.has-links--theme-1-to-theme-2 a:visited {
  color: #00d896;
  text-decoration-color: rgba(0, 108, 75, 0.5);
  transition: all 0.3s ease;
}
.has-links--theme-1-to-theme-2 a:link:hover, .has-links--theme-1-to-theme-2 a:link:active,
.has-links--theme-1-to-theme-2 a:visited:hover,
.has-links--theme-1-to-theme-2 a:visited:active {
  color: #006c4b;
  text-decoration-color: #006c4b;
}

a.link--theme-1-to-theme-3:link, a.link--theme-1-to-theme-3:visited {
  color: #00d896;
  text-decoration-color: rgb(114, 255, 211.9166666667);
  transition: all 0.3s ease;
}
a.link--theme-1-to-theme-3:link:hover, a.link--theme-1-to-theme-3:link:active, a.link--theme-1-to-theme-3:visited:hover, a.link--theme-1-to-theme-3:visited:active {
  color: #99efd5;
  text-decoration-color: #99efd5;
}

.has-links--theme-1-to-theme-3 a:link,
.has-links--theme-1-to-theme-3 a:visited {
  color: #00d896;
  text-decoration-color: rgba(153, 239, 213, 0.5);
  transition: all 0.3s ease;
}
.has-links--theme-1-to-theme-3 a:link:hover, .has-links--theme-1-to-theme-3 a:link:active,
.has-links--theme-1-to-theme-3 a:visited:hover,
.has-links--theme-1-to-theme-3 a:visited:active {
  color: #99efd5;
  text-decoration-color: #99efd5;
}

a.link--theme-2-to-white:link, a.link--theme-2-to-white:visited {
  color: #006c4b;
  text-decoration-color: rgb(6, 255, 178.9166666667);
  transition: all 0.3s ease;
}
a.link--theme-2-to-white:link:hover, a.link--theme-2-to-white:link:active, a.link--theme-2-to-white:visited:hover, a.link--theme-2-to-white:visited:active {
  color: #ffffff;
  text-decoration-color: #ffffff;
}

.has-links--theme-2-to-white a:link,
.has-links--theme-2-to-white a:visited {
  color: #006c4b;
  text-decoration-color: rgba(255, 255, 255, 0.5);
  transition: all 0.3s ease;
}
.has-links--theme-2-to-white a:link:hover, .has-links--theme-2-to-white a:link:active,
.has-links--theme-2-to-white a:visited:hover,
.has-links--theme-2-to-white a:visited:active {
  color: #ffffff;
  text-decoration-color: #ffffff;
}

a.link--theme-2-to-black:link, a.link--theme-2-to-black:visited {
  color: #006c4b;
  text-decoration-color: rgb(6, 255, 178.9166666667);
  transition: all 0.3s ease;
}
a.link--theme-2-to-black:link:hover, a.link--theme-2-to-black:link:active, a.link--theme-2-to-black:visited:hover, a.link--theme-2-to-black:visited:active {
  color: #000000;
  text-decoration-color: #000000;
}

.has-links--theme-2-to-black a:link,
.has-links--theme-2-to-black a:visited {
  color: #006c4b;
  text-decoration-color: rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease;
}
.has-links--theme-2-to-black a:link:hover, .has-links--theme-2-to-black a:link:active,
.has-links--theme-2-to-black a:visited:hover,
.has-links--theme-2-to-black a:visited:active {
  color: #000000;
  text-decoration-color: #000000;
}

a.link--theme-2-to-dark-grey:link, a.link--theme-2-to-dark-grey:visited {
  color: #006c4b;
  text-decoration-color: rgb(6, 255, 178.9166666667);
  transition: all 0.3s ease;
}
a.link--theme-2-to-dark-grey:link:hover, a.link--theme-2-to-dark-grey:link:active, a.link--theme-2-to-dark-grey:visited:hover, a.link--theme-2-to-dark-grey:visited:active {
  color: #333333;
  text-decoration-color: #333333;
}

.has-links--theme-2-to-dark-grey a:link,
.has-links--theme-2-to-dark-grey a:visited {
  color: #006c4b;
  text-decoration-color: rgba(51, 51, 51, 0.5);
  transition: all 0.3s ease;
}
.has-links--theme-2-to-dark-grey a:link:hover, .has-links--theme-2-to-dark-grey a:link:active,
.has-links--theme-2-to-dark-grey a:visited:hover,
.has-links--theme-2-to-dark-grey a:visited:active {
  color: #333333;
  text-decoration-color: #333333;
}

a.link--theme-2-to-theme-1:link, a.link--theme-2-to-theme-1:visited {
  color: #006c4b;
  text-decoration-color: rgb(6, 255, 178.9166666667);
  transition: all 0.3s ease;
}
a.link--theme-2-to-theme-1:link:hover, a.link--theme-2-to-theme-1:link:active, a.link--theme-2-to-theme-1:visited:hover, a.link--theme-2-to-theme-1:visited:active {
  color: #00d896;
  text-decoration-color: #00d896;
}

.has-links--theme-2-to-theme-1 a:link,
.has-links--theme-2-to-theme-1 a:visited {
  color: #006c4b;
  text-decoration-color: rgba(0, 216, 150, 0.5);
  transition: all 0.3s ease;
}
.has-links--theme-2-to-theme-1 a:link:hover, .has-links--theme-2-to-theme-1 a:link:active,
.has-links--theme-2-to-theme-1 a:visited:hover,
.has-links--theme-2-to-theme-1 a:visited:active {
  color: #00d896;
  text-decoration-color: #00d896;
}

a.link--image {
  display: block;
  position: relative;
}
a.link--image:after {
  content: "\e3d6";
  color: #ffffff;
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 15px;
  z-index: 2;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: ease 0.3s all;
  opacity: 0;
}
a.link--image:hover:after {
  opacity: 1;
}
a.link--image.link--image-small:after {
  font-size: 1rem;
}

a.link--magnify {
  display: block;
  position: relative;
}
a.link--magnify:after {
  content: "\f00e";
  color: #ffffff;
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 15px;
  z-index: 2;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  transition: ease 0.3s all;
  opacity: 0;
}
a.link--magnify:hover:after {
  opacity: 1;
}
a.link--magnify.link--magnify-small:after {
  font-size: 1rem;
}

a.link--acf-overlay {
  display: block;
  position: relative;
}
a.link--acf-overlay:after {
  content: "\f35d";
  color: #ffffff;
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  position: absolute;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 15px;
  z-index: 2;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  transition: ease 0.3s all;
  opacity: 0;
}
@media screen and (min-width: 767px) {
  a.link--acf-overlay:after {
    font-size: 2rem;
  }
}
a.link--acf-overlay:hover:after {
  opacity: 1;
}
a.link--acf-overlay.link--acf-overlay-small:after {
  font-size: 1rem;
}

.theme-btn, .contact-form-module #contact-form-wrapper form.forminator-ui button.forminator-button-submit,
a:link.theme-btn,
a:visited.theme-btn,
button.theme-btn,
input[type=submit].theme-btn {
  display: inline-block;
  box-sizing: border-box;
  padding: 0;
  border: none;
  border-radius: 0;
  position: relative;
  font-family: "Zoom Pro Normal", sans-serif;
  font-weight: 300;
  font-size: 0.7777777778rem;
  line-height: 1;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #00d896;
  background: none;
  transition: 0.3s all ease;
}
.theme-btn:after, .contact-form-module #contact-form-wrapper form.forminator-ui button.forminator-button-submit:after,
a:link.theme-btn:after,
a:visited.theme-btn:after,
button.theme-btn:after,
input[type=submit].theme-btn:after {
  content: "↗";
  font-feature-settings: "ss17";
  color: #ffffff;
  margin-left: 0.4em;
  transition: 0.3s all ease;
}
.theme-btn:hover, .contact-form-module #contact-form-wrapper form.forminator-ui button.forminator-button-submit:hover, .theme-btn:active, .contact-form-module #contact-form-wrapper form.forminator-ui button.forminator-button-submit:active,
a:link.theme-btn:hover,
a:link.theme-btn:active,
a:visited.theme-btn:hover,
a:visited.theme-btn:active,
button.theme-btn:hover,
button.theme-btn:active,
input[type=submit].theme-btn:hover,
input[type=submit].theme-btn:active {
  color: #006c4b;
}
.theme-btn:hover:after, .contact-form-module #contact-form-wrapper form.forminator-ui button.forminator-button-submit:hover:after, .theme-btn:active:after, .contact-form-module #contact-form-wrapper form.forminator-ui button.forminator-button-submit:active:after,
a:link.theme-btn:hover:after,
a:link.theme-btn:active:after,
a:visited.theme-btn:hover:after,
a:visited.theme-btn:active:after,
button.theme-btn:hover:after,
button.theme-btn:active:after,
input[type=submit].theme-btn:hover:after,
input[type=submit].theme-btn:active:after {
  color: #006c4b;
}
@media screen and (min-width: 767px) {
  .theme-btn, .contact-form-module #contact-form-wrapper form.forminator-ui button.forminator-button-submit,
  a:link.theme-btn,
  a:visited.theme-btn,
  button.theme-btn,
  input[type=submit].theme-btn {
    font-size: 0.8888888889rem;
  }
}

.theme-btn--white,
a:link.theme-btn--white,
a:visited.theme-btn--white,
button.theme-btn--white,
input[type=submit].theme-btn--white {
  color: #ffffff;
}
.theme-btn--white:after,
a:link.theme-btn--white:after,
a:visited.theme-btn--white:after,
button.theme-btn--white:after,
input[type=submit].theme-btn--white:after {
  color: #ffffff;
}
.theme-btn--white:hover, .theme-btn--white:active,
a:link.theme-btn--white:hover,
a:link.theme-btn--white:active,
a:visited.theme-btn--white:hover,
a:visited.theme-btn--white:active,
button.theme-btn--white:hover,
button.theme-btn--white:active,
input[type=submit].theme-btn--white:hover,
input[type=submit].theme-btn--white:active {
  color: #006c4b;
}
.theme-btn--white:hover:after, .theme-btn--white:active:after,
a:link.theme-btn--white:hover:after,
a:link.theme-btn--white:active:after,
a:visited.theme-btn--white:hover:after,
a:visited.theme-btn--white:active:after,
button.theme-btn--white:hover:after,
button.theme-btn--white:active:after,
input[type=submit].theme-btn--white:hover:after,
input[type=submit].theme-btn--white:active:after {
  color: #006c4b;
}

.theme-btn--black,
a:link.theme-btn--black,
a:visited.theme-btn--black,
button.theme-btn--black,
input[type=submit].theme-btn--black {
  color: #000000;
}
.theme-btn--black:after,
a:link.theme-btn--black:after,
a:visited.theme-btn--black:after,
button.theme-btn--black:after,
input[type=submit].theme-btn--black:after {
  color: #000000;
}
.theme-btn--black:hover, .theme-btn--black:active,
a:link.theme-btn--black:hover,
a:link.theme-btn--black:active,
a:visited.theme-btn--black:hover,
a:visited.theme-btn--black:active,
button.theme-btn--black:hover,
button.theme-btn--black:active,
input[type=submit].theme-btn--black:hover,
input[type=submit].theme-btn--black:active {
  color: #006c4b;
}
.theme-btn--black:hover:after, .theme-btn--black:active:after,
a:link.theme-btn--black:hover:after,
a:link.theme-btn--black:active:after,
a:visited.theme-btn--black:hover:after,
a:visited.theme-btn--black:active:after,
button.theme-btn--black:hover:after,
button.theme-btn--black:active:after,
input[type=submit].theme-btn--black:hover:after,
input[type=submit].theme-btn--black:active:after {
  color: #006c4b;
}

.theme-btn--lg,
a:link.theme-btn--lg,
a:visited.theme-btn--lg,
button.theme-btn--lg,
input[type=submit].theme-btn--lg {
  font-size: 0.8888888889rem;
  line-height: 1;
}
@media screen and (min-width: 767px) {
  .theme-btn--lg,
  a:link.theme-btn--lg,
  a:visited.theme-btn--lg,
  button.theme-btn--lg,
  input[type=submit].theme-btn--lg {
    font-size: 1rem;
  }
}

.theme-btn--left:before,
a:link.theme-btn--left:before,
a:visited.theme-btn--left:before,
button.theme-btn--left:before {
  content: "←";
  font-feature-settings: "ss17";
  color: #ffffff;
  margin-right: 0.4em;
  transition: 0.3s all ease;
}
.theme-btn--left:after,
a:link.theme-btn--left:after,
a:visited.theme-btn--left:after,
button.theme-btn--left:after {
  content: none;
}

.theme-btn--right:after,
a:link.theme-btn--right:after,
a:visited.theme-btn--right:after,
button.theme-btn--right:after {
  content: "→";
  font-feature-settings: "ss17";
}

.theme-btn--no-hover {
  display: inline-block;
  box-sizing: border-box;
  padding: 0;
  border: none;
  border-radius: 0;
  position: relative;
  font-family: "Zoom Pro Normal", sans-serif;
  font-weight: 300;
  font-size: 0.7777777778rem;
  line-height: 1;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #00d896;
  background: none;
  transition: 0.3s all ease;
}
.theme-btn--no-hover:after {
  content: "↗";
  font-feature-settings: "ss17";
  color: #ffffff;
  margin-left: 0.4em;
  transition: 0.3s all ease;
}
@media screen and (min-width: 767px) {
  .theme-btn--no-hover {
    font-size: 0.8888888889rem;
  }
}

.theme-alt-btn {
  display: inline-block;
  margin: 0;
  border: none;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #ffffff;
  border-radius: 40px;
  box-sizing: border-box;
  padding: 6px 10px 8px;
  font-family: "Zoom Pro Normal", sans-serif;
  font-weight: 300;
  font-size: 0.7777777778rem;
  line-height: 1;
  text-transform: uppercase;
  color: #ffffff;
  background: none;
  transition: 0.3s all ease;
}
.theme-alt-btn:focus {
  outline: none;
}
.theme-alt-btn:hover, .theme-alt-btn:active {
  background-color: #ffffff;
  color: #000000;
}
@media screen and (min-width: 767px) {
  .theme-alt-btn {
    font-size: 0.8888888889rem;
    padding: 8px 20px 10px;
  }
}

.fade-mask {
  display: block;
  overflow: hidden;
}

.superline-title {
  text-align: center;
  line-height: 1;
  text-transform: uppercase;
  position: relative;
}
.superline-title .superline-title__primary {
  display: inline-block;
  font-family: "Superline Outline", sans-serif;
  font-weight: 400;
  font-size: 3.5em;
  font-style: italic;
  transform: translateX(-2%);
}
.superline-title .superline-title__secondary {
  font-family: "Zoom Pro Wide", sans-serif;
  font-weight: 700;
  display: inline-block;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.superline-title--large .superline-title__primary {
  font-size: 3.5em;
}
@media screen and (min-width: 767px) {
  .superline-title--large .superline-title__primary {
    font-size: 4.5em;
  }
}

.reversed-text-banner {
  background-color: #000000;
  overflow: hidden;
}
.reversed-text-banner .reversed-text-banner__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1440px;
  box-sizing: border-box;
  padding: 0 0 0 10px;
  position: relative;
}
@media screen and (min-width: 767px) {
  .reversed-text-banner .reversed-text-banner__inner {
    padding-left: 20px;
  }
}
.reversed-text-banner .reversed-text-banner__overlay {
  display: block;
  width: 50%;
  height: 0;
  padding-bottom: 30.76923077%;
  position: relative;
  z-index: 2;
}
.reversed-text-banner .reversed-text-banner__overlay#reversed-text-banner__overlay--experiences {
  background: url(../../media/experiences-rev-banner.svg) no-repeat left center/cover;
}
.reversed-text-banner .reversed-text-banner__overlay#reversed-text-banner__overlay--tellers {
  background: url(../../media/tellers-rev-banner.svg) no-repeat left center/cover;
}
.reversed-text-banner .reversed-text-banner__overlay:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -1999px;
  width: 2000px;
  height: 100%;
  background: #00d896;
}
.reversed-text-banner .reversed-text-banner__figure {
  display: block;
  width: calc(100% + 120px);
  height: calc(100% - 30px);
  position: absolute;
  z-index: 1;
  top: 15px;
  left: 0;
}
@media screen and (min-width: 767px) {
  .reversed-text-banner .reversed-text-banner__figure {
    height: calc(100% - 60px);
    top: 30px;
  }
}
.reversed-text-banner .reversed-text-banner__figure:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 120px;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, black 100%);
}

.signoff-parallax--with-text {
  position: relative;
  overflow: hidden;
}
.signoff-parallax--with-text .signoff-parallax__text {
  position: absolute;
  width: 200%;
  left: -50%;
  bottom: 0;
  text-align: center;
  font-size: 18vw;
  line-height: 0.9;
}

.angled-keyline-banner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.angled-keyline-banner:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #00d896;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.angled-keyline-banner .angled-keyline-banner__box {
  flex: 0 1 auto;
  width: calc(100% - 30px);
  position: relative;
  text-align: center;
  padding: 30px 45px;
}
@media screen and (min-width: 767px) {
  .angled-keyline-banner .angled-keyline-banner__box {
    max-width: 800px;
    padding: 60px;
  }
}
.angled-keyline-banner .angled-keyline-banner__box .angled-keyline-banner__text {
  position: relative;
  z-index: 3;
}
.angled-keyline-banner .angled-keyline-banner__box .angled-keyline-banner__bgs {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.angled-keyline-banner .angled-keyline-banner__box .angled-keyline-banner__bgs .angled-keyline-banner__top-svg svg {
  display: block;
  position: absolute;
  z-index: 2;
  top: 1px;
  left: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
}
.angled-keyline-banner .angled-keyline-banner__box .angled-keyline-banner__bgs .angled-keyline-banner__top-svg svg polygon {
  fill: #000000;
}
.angled-keyline-banner .angled-keyline-banner__box .angled-keyline-banner__bgs .angled-keyline-banner__bottom-svg svg {
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.angled-keyline-banner .angled-keyline-banner__box .angled-keyline-banner__bgs .angled-keyline-banner__bottom-svg svg polygon {
  fill: #00d896;
}

.wow {
  visibility: hidden;
}
.wow.gub-grid__item--1, .wow.gub-grid__item--2-md, .wow.gub-grid__item--3-lg, .wow.gub-grid__item--4-xl {
  animation-delay: 0.2s;
}
@media screen and (min-width: 767px) {
  .wow.gub-grid__item--2-md:nth-child(2n+2) {
    animation-delay: 0.3s;
  }
}
@media screen and (min-width: 992px) {
  .wow.gub-grid__item--3-lg:nth-child(2n+2) {
    animation-delay: 0.3s;
  }
  .wow.gub-grid__item--3-lg:nth-child(3n+3) {
    animation-delay: 0.4s;
  }
}
@media screen and (min-width: 1200px) {
  .wow.gub-grid__item--4-xl:nth-child(2n+2) {
    animation-delay: 0.3s;
  }
  .wow.gub-grid__item--4-xl:nth-child(3n+3) {
    animation-delay: 0.4s;
  }
  .wow.gub-grid__item--4-xl:nth-child(4n+4) {
    animation-delay: 0.5s;
  }
}

.wow-delay--0p2 {
  animation-delay: 0.2s;
}

.wow-delay--0p3 {
  animation-delay: 0.3s;
}

.wow-delay--0p5 {
  animation-delay: 0.5s;
}

#main-id {
  display: block;
  position: relative;
  width: 156.7054792723px;
  height: 30.6px;
  flex: 0 0 156.7054792723px;
}
@media screen and (min-width: 767px) {
  #main-id {
    width: 208.9406390297px;
    height: 40.8px;
    flex: 0 0 208.9406390297px;
  }
}
@media screen and (min-width: 992px) {
  #main-id {
    width: 261.1757987871px;
    height: 51px;
    flex: 0 0 261.1757987871px;
  }
}
#main-id #main-id__elev {
  display: block;
  width: 78.21112284%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../../media/main-id-elev.svg) no-repeat top left/100% 100%;
}
#main-id #main-id__8 {
  display: block;
  width: 21.78884245%;
  height: 200%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 78.21112284%;
}
#main-id #main-id__8 #main-id__animated-8 {
  display: block;
  width: 100%;
  height: 50%;
  position: absolute;
  top: -9.814674115%;
  left: 0;
  background: url(../../media/main-id-8.svg) no-repeat top left/100% 100%;
  animation-delay: 0.3s;
}
#main-id #main-id__tm {
  display: block;
  width: 4.115259757%;
  height: 9.797167904%;
  position: absolute;
  top: 0;
  left: 100%;
  background: url(../../media/main-id-tm.svg) no-repeat top left/100% 100%;
  animation-delay: 0.6s;
}
#main-id a {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: block;
}

#main-id--scrolled {
  display: block;
  position: relative;
  background: url(../../media/main-id-scrolled.svg) no-repeat top left/100% 100%;
  width: 33.65394px;
  height: 30.6px;
  flex: 0 0 33.65394px;
}
@media screen and (min-width: 767px) {
  #main-id--scrolled {
    width: 44.87192px;
    height: 40.8px;
    flex: 0 0 44.87192px;
  }
}
@media screen and (min-width: 992px) {
  #main-id--scrolled {
    width: 56.0899px;
    height: 51px;
    flex: 0 0 56.0899px;
  }
}
#main-id--scrolled a {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: block;
}

.id-roundal {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  background: url(../../media/id-roundal-logo.svg) no-repeat center center/100% 100%;
}
.id-roundal:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../../media/id-roundal-text.svg) no-repeat center center/100% 100%;
}
.id-roundal a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.id-roundal:hover:after {
  animation: rotate-id 3s linear infinite;
}

@keyframes rotate-id {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
#masthead {
  position: sticky;
  top: 0;
  z-index: 200;
  width: 100%;
  padding: 15px 0;
  background-color: transparent;
  transition: all ease 0.5s;
}
@media screen and (min-width: 767px) {
  #masthead {
    padding: 30px 0;
  }
}
@media screen and (min-width: 1200px) {
  #masthead {
    padding: 45px 0;
  }
}
#masthead #masthead__inner {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  min-height: 30.6px;
}
@media screen and (min-width: 767px) {
  #masthead #masthead__inner {
    min-height: 40.8px;
  }
}
@media screen and (min-width: 992px) {
  #masthead #masthead__inner {
    min-height: 51px;
  }
}
#masthead #masthead__links {
  flex: 0 0 auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#masthead #masthead__links #masthead__btn {
  flex: 0 0 auto;
  margin-right: 15px;
}
@media screen and (min-width: 767px) {
  #masthead #masthead__links #masthead__btn {
    margin-right: 30px;
  }
}
#masthead #main-id,
#masthead #main-id--scrolled {
  position: absolute;
  top: 0;
  left: 15px;
}
@media screen and (min-width: 767px) {
  #masthead #main-id,
  #masthead #main-id--scrolled {
    left: 30px;
  }
}
#masthead #main-id {
  visibility: visible;
  opacity: 1;
  transition: all ease 0.5s;
}
#masthead #main-id--scrolled {
  visibility: hidden;
  opacity: 0;
  transition: all ease 0.5s;
}
#masthead.is-scrolled {
  padding: 15px 0;
  background-color: rgba(0, 0, 0, 0.8);
}
#masthead.is-scrolled #main-id {
  visibility: hidden;
  opacity: 0;
}
#masthead.is-scrolled #main-id--scrolled {
  visibility: visible;
  opacity: 1;
}

body.home #masthead {
  position: fixed;
}

#masthead-nav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 199;
  width: 100%;
  height: 100%;
  background: #000000;
}
#masthead-nav .inner {
  height: 100%;
}
#masthead-nav div[class^=menu] {
  height: 100%;
}
#masthead-nav div[class^=menu] > ul[class*=menu] {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}
#masthead-nav div[class^=menu] > ul[class*=menu] li {
  flex: 0 0 auto;
  display: block;
  margin: 0;
  font-size: 1.7777777778rem;
  line-height: 1;
  font-family: "Zoom Pro Wide", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  overflow: hidden;
}
@media screen and (min-width: 576px) {
  #masthead-nav div[class^=menu] > ul[class*=menu] li {
    font-size: 5.575vw;
  }
}
@media screen and (min-width: 1440px) {
  #masthead-nav div[class^=menu] > ul[class*=menu] li {
    font-size: 4.4444444444rem;
  }
}
#masthead-nav div[class^=menu] > ul[class*=menu] li a {
  display: inline-block;
  color: #ffffff;
  opacity: 0;
  transform: translateY(100%);
  transition: transform ease 0.3s;
}
#masthead-nav div[class^=menu] > ul[class*=menu] li a:hover, #masthead-nav div[class^=menu] > ul[class*=menu] li a:active {
  color: #00d896;
}
#masthead-nav div[class^=menu] > ul[class*=menu] li:nth-child(1) > a {
  transition-delay: 0.1s;
}
#masthead-nav div[class^=menu] > ul[class*=menu] li:nth-child(2) > a {
  transition-delay: 0.2s;
}
#masthead-nav div[class^=menu] > ul[class*=menu] li:nth-child(3) > a {
  transition-delay: 0.3s;
}
#masthead-nav div[class^=menu] > ul[class*=menu] li:nth-child(4) > a {
  transition-delay: 0.4s;
}
#masthead-nav div[class^=menu] > ul[class*=menu] li:nth-child(5) > a {
  transition-delay: 0.5s;
}
#masthead-nav div[class^=menu] > ul[class*=menu] li:nth-child(6) > a {
  transition-delay: 0.6s;
}
#masthead-nav div[class^=menu] > ul[class*=menu] li:nth-child(7) > a {
  transition-delay: 0.7s;
}
#masthead-nav div[class^=menu] > ul[class*=menu] li:nth-child(8) > a {
  transition-delay: 0.8s;
}
#masthead-nav div[class^=menu] > ul[class*=menu] li.animate-in > a {
  opacity: 1;
  transform: translateY(0);
}
#masthead-nav div[class^=menu] > ul[class*=menu] li ul.sub-menu {
  padding: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  border-top: 1px solid #00d896;
}
#masthead-nav div[class^=menu] > ul[class*=menu] li ul.sub-menu > li {
  font-size: 0.7777777778rem;
}
#masthead-nav div[class^=menu] > ul[class*=menu] li ul.sub-menu ul {
  display: none;
}

button#masthead__hamburger {
  flex: 0 0 30px;
  display: block;
  position: relative;
  z-index: 203;
  margin: 0;
  order: 3;
}

svg.btn--hamburger {
  display: block;
  width: 30px;
  height: 24px;
  position: relative;
  cursor: pointer;
}
svg.btn--hamburger line.hamburger-bar {
  stroke: #00d896;
  position: absolute;
  stroke-width: 2px;
  transform-origin: 50% 50% 0px;
  transition: all 0.3s ease;
}
svg.btn--hamburger.is-active {
  overflow: visible;
}
svg.btn--hamburger.is-active .hamburger-bar--1 {
  transform: rotate(-45deg) translate(0px, 11px);
}
svg.btn--hamburger.is-active .hamburger-bar--2 {
  opacity: 0;
}
svg.btn--hamburger.is-active .hamburger-bar--3 {
  transform: rotate(45deg) translate(0px, -11px);
}

#brand-id-roundal--footer {
  display: block;
  max-width: 150px;
}
@media screen and (min-width: 992px) {
  #brand-id-roundal--footer {
    margin-left: auto;
  }
}

#info ul.menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
#info ul.menu li {
  margin: 0;
}

#contact-info p:not(:last-child) {
  margin-bottom: 0.4rem;
}
#contact-info ul.company-socials {
  margin: 0.6rem 0;
}
#contact-info .company-contact__link:after {
  content: "↗";
  font-feature-settings: "ss17";
  color: #ffffff;
  margin-left: 0.4em;
  transition: 0.3s all ease;
}

ul#colophon-list {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  list-style: none;
  width: calc(100% + 10px);
  margin: -5px;
  padding: 0;
}
ul#colophon-list li {
  flex: 0 0 auto;
  margin: 5px;
}
ul#colophon-list li:not(:last-child) {
  padding-right: 10px;
  border-right: 1px solid #000000;
}

.inner--wide-no-padding {
  max-width: 1920px;
}

.author-card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
}
@media screen and (min-width: 767px) {
  .author-card {
    justify-content: flex-start;
    flex-wrap: nowrap;
  }
}

.author-card__figure {
  flex: 0 0 110px;
  width: 110px;
  height: 110px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 0 15px 0;
}
@media screen and (min-width: 767px) {
  .author-card__figure {
    margin: 0 30px 0 0;
  }
}
@media screen and (min-width: 992px) {
  .author-card__figure {
    flex: 0 0 150px;
    width: 150px;
    height: 150px;
  }
}

.author-card__text {
  flex: 1 1 auto;
  text-align: center;
}
@media screen and (min-width: 767px) {
  .author-card__text {
    text-align: left;
  }
}

.author-name {
  margin-bottom: 0.3em;
}

.author-bio {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
}
@media screen and (min-width: 767px) {
  .author-bio {
    justify-content: flex-start;
    flex-wrap: nowrap;
  }
}
.author-bio .author-description {
  flex: 1 1 auto;
}
.author-bio .author-description p:last-of-type {
  margin-bottom: 0;
}
.author-bio .author-links {
  flex: 0 0 auto;
  margin: 15px 0 0 0;
}
@media screen and (min-width: 767px) {
  .author-bio .author-links {
    margin: 0 0 0 30px;
  }
}

ul.company-socials--icon-only {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.company-socials--icon-only > li {
  flex: 0 0 auto;
  font-size: 1.5em;
  line-height: 1;
  margin: 0;
}
ul.company-socials--icon-only > li:not(:last-child) {
  margin-right: 0.4em;
}

ul.company-socials--text-with-icon {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.company-socials--text-with-icon > li {
  margin: 0;
}
ul.company-socials--text-with-icon > li:not(:last-child) {
  margin-bottom: 0.5rem;
}

ul.share-buttons__list li.share-buttons__item--title {
  text-transform: uppercase;
  font-family: "Zoom Pro Wide", sans-serif;
  font-weight: 700;
  font-size: 1em;
}

ul.post-meta__list {
  list-style: none;
  padding: 0;
  margin: -5px;
  width: calc(100% + 10px);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
ul.post-meta__list li {
  flex: 0 0 calc(100% - 10px);
  margin: 5px;
  line-height: 1.1;
}
@media screen and (min-width: 992px) {
  ul.post-meta__list li {
    flex: 0 0 auto;
  }
}
ul.post-meta__list li:not(:last-child) {
  padding-right: 8px;
  border-right: 1px solid #00d896;
}

ul.pagination__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
ul.pagination__list li.not-active {
  opacity: 0.3;
}
ul.pagination__list li.not-active span {
  pointer-events: none;
}

.contact-form-module #contact-form-wrapper form.forminator-ui button.forminator-button-submit {
  box-shadow: none !important;
}

.theme-form.wpforms-container {
  margin: 0;
}
.theme-form.wpforms-container:not(:first-child) {
  margin-top: 2rem;
}
.theme-form.wpforms-container:not(:last-child) {
  margin-bottom: 2rem;
}
.theme-form.wpforms-container .wpforms-form .wpforms-field-label {
  font-size: 0.7777777778rem;
  font-family: "Zoom Pro Normal", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
}
@media screen and (min-width: 767px) {
  .theme-form.wpforms-container .wpforms-form .wpforms-field-label {
    font-size: 0.8888888889rem;
  }
}
.theme-form.wpforms-container .wpforms-form input[type=color],
.theme-form.wpforms-container .wpforms-form input[type=date],
.theme-form.wpforms-container .wpforms-form input[type=datetime-local],
.theme-form.wpforms-container .wpforms-form input[type=datetime],
.theme-form.wpforms-container .wpforms-form input[type=email],
.theme-form.wpforms-container .wpforms-form input[type=month],
.theme-form.wpforms-container .wpforms-form input[type=number],
.theme-form.wpforms-container .wpforms-form input[type=password],
.theme-form.wpforms-container .wpforms-form input[type=search],
.theme-form.wpforms-container .wpforms-form input[type=tel],
.theme-form.wpforms-container .wpforms-form input[type=text],
.theme-form.wpforms-container .wpforms-form input[type=time],
.theme-form.wpforms-container .wpforms-form input[type=url],
.theme-form.wpforms-container .wpforms-form input[type=week],
.theme-form.wpforms-container .wpforms-form input[type=file],
.theme-form.wpforms-container .wpforms-form textarea {
  width: 100%;
  font-family: "Zoom Pro Normal", sans-serif;
  font-weight: 300;
  color: #ffffff;
  background: transparent;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #ffffff;
}
.theme-form.wpforms-container .wpforms-form input[type=color]:focus,
.theme-form.wpforms-container .wpforms-form input[type=date]:focus,
.theme-form.wpforms-container .wpforms-form input[type=datetime-local]:focus,
.theme-form.wpforms-container .wpforms-form input[type=datetime]:focus,
.theme-form.wpforms-container .wpforms-form input[type=email]:focus,
.theme-form.wpforms-container .wpforms-form input[type=month]:focus,
.theme-form.wpforms-container .wpforms-form input[type=number]:focus,
.theme-form.wpforms-container .wpforms-form input[type=password]:focus,
.theme-form.wpforms-container .wpforms-form input[type=search]:focus,
.theme-form.wpforms-container .wpforms-form input[type=tel]:focus,
.theme-form.wpforms-container .wpforms-form input[type=text]:focus,
.theme-form.wpforms-container .wpforms-form input[type=time]:focus,
.theme-form.wpforms-container .wpforms-form input[type=url]:focus,
.theme-form.wpforms-container .wpforms-form input[type=week]:focus,
.theme-form.wpforms-container .wpforms-form input[type=file]:focus,
.theme-form.wpforms-container .wpforms-form textarea:focus {
  outline: none;
}
.theme-form.wpforms-container .wpforms-form button[type=submit] {
  display: inline-block;
  margin: 0;
  border: none;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #ffffff;
  border-radius: 100px;
  box-sizing: border-box;
  padding: 10px 50px;
  font-family: "Zoom Pro Normal", sans-serif;
  font-weight: 300;
  font-size: 0.8888888889rem;
  line-height: 1;
  text-transform: uppercase;
  color: #ffffff;
  background: none;
  transition: 0.3s all ease;
}
.theme-form.wpforms-container .wpforms-form button[type=submit]:focus {
  outline: none;
}
.theme-form.wpforms-container .wpforms-form button[type=submit]:hover, .theme-form.wpforms-container .wpforms-form button[type=submit]:active {
  background-color: #ffffff;
  color: #000000;
}
@media screen and (min-width: 767px) {
  .theme-form.wpforms-container .wpforms-form button[type=submit] {
    font-size: 1rem;
  }
}

ul.theme-carousel {
  list-style: none;
  padding: 0;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}

.theme-carousel .owl-nav .owl-prev,
.theme-carousel .owl-nav .owl-next {
  font-size: 3rem;
  line-height: 1;
  color: #fff !important;
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s all ease;
}
.theme-carousel .owl-nav .owl-prev.disabled,
.theme-carousel .owl-nav .owl-next.disabled {
  opacity: 0.3;
}
.theme-carousel .owl-nav .owl-prev {
  left: 30px;
}
.theme-carousel .owl-nav .owl-prev:not(.disabled):hover {
  left: 25px;
}
.theme-carousel .owl-nav .owl-next {
  right: 30px;
}
.theme-carousel .owl-nav .owl-next:not(.disabled):hover {
  right: 25px;
}
.theme-carousel .owl-dots {
  position: absolute;
  z-index: 2;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.theme-carousel .owl-dots button.owl-dot {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #fff;
  opacity: 0.8;
}
.theme-carousel .owl-dots button.owl-dot.active {
  background: #fff;
}
.theme-carousel .owl-dots button.owl-dot:not(:last-child) {
  margin-right: 5px;
}

dl.accordion__list {
  display: block;
  list-style: none;
  padding: 0;
  margin: -10px 0 0 0;
}
dl.accordion__list dt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  margin: 10px 0 0 0;
}
dl.accordion__list dt > h1,
dl.accordion__list dt > h2,
dl.accordion__list dt > h3,
dl.accordion__list dt > h4,
dl.accordion__list dt > h5,
dl.accordion__list dt > h6,
dl.accordion__list dt > span {
  flex: 1 1 auto;
  margin: 0;
  line-height: 1.1;
}
dl.accordion__list dt i[class^=fa] {
  flex: 0 0 auto;
  margin-left: 1rem;
  line-height: 1.1;
  transition: ease 0.2s all;
}
dl.accordion__list dt.js-active i[class^=fa] {
  transform: rotate(180deg) translateY(-0.1em);
}
dl.accordion__list dd {
  display: block;
  margin: 0;
}

.section-header {
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-header .section-header__box {
  flex: 0 1 auto;
  position: relative;
  padding: 15px 30px;
  background-color: #00d896;
  text-align: center;
  max-width: calc(100% - 100px);
}
@media screen and (min-width: 767px) {
  .section-header .section-header__box {
    min-width: 300px;
  }
}
.section-header .section-header__box > h1,
.section-header .section-header__box > h2,
.section-header .section-header__box > h3,
.section-header .section-header__box > h4,
.section-header .section-header__box > h5,
.section-header .section-header__box > h6,
.section-header .section-header__box > span {
  position: relative;
  z-index: 2;
  color: #99efd5;
}
.section-header .section-header__box .end-triangle svg {
  display: block;
  width: auto;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
  fill: #00d896;
}
.section-header .section-header__box .end-triangle.end-triangle--lh svg {
  left: 0;
  transform: translateX(-50%);
}
.section-header .section-header__box .end-triangle.end-triangle--rh svg {
  right: 0;
  transform: translateX(50%);
}

#archive-grid {
  border-top: 1px solid #00d896;
  border-bottom: 1px solid #00d896;
}
#archive-grid .archive-post:not(:last-child) {
  border-bottom: 1px solid #00d896;
}

#v-scrolling-text {
  display: block;
  font-size: 12px;
  width: 1em;
  height: 22.15em;
  overflow: hidden;
  position: relative;
  z-index: 5;
  font-family: "Zoom Pro Normal", sans-serif;
  font-weight: 300;
  color: #ffffff;
  cursor: pointer;
  transition: color 0.3s ease;
}
@media screen and (min-width: 767px) {
  #v-scrolling-text {
    font-size: 20px;
  }
}
#v-scrolling-text .v-scrolling-text__link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  writing-mode: vertical-rl;
  text-orientation: upright;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 1;
  letter-spacing: 1.25em;
  transform: translateY(-100%);
}
#v-scrolling-text .v-scrolling-text__link#v-scrolling-text__link--1 {
  animation: v-scrolling 8s linear infinite;
}
#v-scrolling-text .v-scrolling-text__link#v-scrolling-text__link--2 {
  animation: v-scrolling 8s linear 4s infinite;
}
#v-scrolling-text .v-scrolling-text__link:before {
  content: "↑";
  font-feature-settings: "ss17";
  animation: color-pulse 3s linear infinite;
}
#v-scrolling-text:hover {
  color: #00d896;
}

@keyframes v-scrolling {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(-100%);
  }
}
@keyframes color-pulse {
  0% {
    color: #ffffff;
  }
  50% {
    color: #00d896;
  }
  100% {
    color: #ffffff;
  }
}
#frontpage-hero {
  width: 100%;
  height: 100vh;
  position: relative;
  background-position: center bottom !important;
}
#frontpage-hero:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
}
#frontpage-hero .inner {
  height: 100%;
  position: relative;
}

#frontpage-hero__flex {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#frontpage-hero__exit {
  position: absolute;
  z-index: 3;
  bottom: 90px;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 767px) {
  #frontpage-hero__exit {
    bottom: 45px;
  }
}
#frontpage-hero__exit:before {
  content: "↓";
  font-feature-settings: "ss17";
  animation: color-pulse 2.5s linear infinite;
  position: absolute;
  top: -1.5em;
  width: 100%;
  text-align: center;
}

#frontpage-hero__header {
  flex: 0 0 calc(100% - 12px);
  position: relative;
  z-index: 5;
  padding-right: 15px;
}
@media screen and (min-width: 767px) {
  #frontpage-hero__header {
    flex: 0 0 calc(100% - 18px);
    padding-right: 30px;
  }
}
#frontpage-hero__header .fade-mask:not(:last-child) {
  margin-bottom: 1rem;
}

#frontpage-hero__video-trigger {
  flex: 0 0 12px;
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
}
#frontpage-hero__video-trigger #v-scrolling-text {
  flex: 0 0 12px;
}
@media screen and (min-width: 767px) {
  #frontpage-hero__video-trigger #v-scrolling-text {
    flex: 0 0 18px;
  }
}

#frontpage-hero__video {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
#frontpage-hero__video.is-active {
  opacity: 1;
  visibility: visible;
}
#frontpage-hero__video #frontpage-hero__video-bg--landscape {
  display: none !important;
}
@media screen and (min-width: 767px) {
  #frontpage-hero__video #frontpage-hero__video-bg--landscape {
    display: block !important;
  }
}
#frontpage-hero__video #frontpage-hero__video-bg--portrait {
  display: block !important;
}
@media screen and (min-width: 767px) {
  #frontpage-hero__video #frontpage-hero__video-bg--portrait {
    display: none !important;
  }
}

#strategy-carousel .owl-dots {
  margin-top: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 767px) {
  #strategy-carousel .owl-dots {
    margin-top: 30px;
  }
}
#strategy-carousel .owl-dots button.owl-dot {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid #fff;
  opacity: 0.8;
}
#strategy-carousel .owl-dots button.owl-dot.active {
  background: #fff;
}
#strategy-carousel .owl-dots button.owl-dot:not(:last-child) {
  margin-right: 5px;
}

.strategy-carousel-item {
  width: 100%;
}

.strategy-carousel-item__cols {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
}
@media screen and (min-width: 767px) {
  .strategy-carousel-item__cols {
    flex-wrap: nowrap;
  }
}
.strategy-carousel-item__cols .strategy-carousel-item__col {
  width: 100%;
}
@media screen and (min-width: 767px) {
  .strategy-carousel-item__cols .strategy-carousel-item__col {
    width: 50%;
  }
}
.strategy-carousel-item__cols .strategy-carousel-item__col.strategy-carousel-item__col--rh {
  position: relative;
  background: #00d896;
}
@media screen and (min-width: 767px) {
  .strategy-carousel-item__cols .strategy-carousel-item__col.strategy-carousel-item__col--rh {
    background: none;
  }
}
@media screen and (min-width: 767px) {
  .strategy-carousel-item__cols .strategy-carousel-item__col.strategy-carousel-item__col--rh:before {
    content: "";
    display: block;
    width: 60px;
    height: 100%;
    background: url(../../media/strategy-carousel-end.svg) no-repeat bottom left/100% auto;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(1px);
  }
}
@media screen and (min-width: 767px) {
  .strategy-carousel-item__cols .strategy-carousel-item__col.strategy-carousel-item__col--rh:after {
    content: "";
    display: block;
    width: calc(100% - 60px);
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: #00d896;
  }
}
.strategy-carousel-item__cols .strategy-carousel-item__col.strategy-carousel-item__col--rh > div {
  position: relative;
  z-index: 3;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  margin: 0 auto;
}
@media screen and (min-width: 767px) {
  .strategy-carousel-item__cols .strategy-carousel-item__col.strategy-carousel-item__col--rh > div {
    text-align: left;
    padding-left: 60px;
    margin: 0 auto 0 0;
  }
}
.strategy-carousel-item__cols .strategy-carousel-item__col.strategy-carousel-item__col--lh > div {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 30px auto;
}
@media screen and (min-width: 767px) {
  .strategy-carousel-item__cols .strategy-carousel-item__col.strategy-carousel-item__col--lh > div {
    height: 100%;
    margin: 0 0 0 auto;
    justify-content: flex-end;
  }
}
.strategy-carousel-item__cols .strategy-carousel-item__col.strategy-carousel-item__col--lh > div figure {
  flex: 0 0 auto;
}
.strategy-carousel-item__cols .strategy-carousel-item__col.strategy-carousel-item__col--lh > div figure img {
  margin: 0 auto;
}
.strategy-carousel-item__cols .strategy-carousel-item__col img.strategy-carousel-item__img {
  width: auto;
  max-height: 130px;
}
@media screen and (min-width: 992px) {
  .strategy-carousel-item__cols .strategy-carousel-item__col img.strategy-carousel-item__img {
    max-height: 180px;
  }
}
@media screen and (min-width: 1200px) {
  .strategy-carousel-item__cols .strategy-carousel-item__col img.strategy-carousel-item__img {
    max-height: 210px;
  }
}

#frontpage-services {
  position: relative;
}
#frontpage-services #frontpage-services__inner {
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 767px) {
  #frontpage-services #frontpage-services__inner {
    margin-top: -100vh;
  }
}
#frontpage-services #frontpage-services__sticky {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-position: center bottom !important;
}
@media screen and (min-width: 767px) {
  #frontpage-services #frontpage-services__sticky {
    position: sticky;
    height: 100vh;
  }
}
#frontpage-services ul#frontpage-services__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
#frontpage-services ul#frontpage-services__list li {
  margin: 0;
  line-height: 0.9;
  color: #00d896;
  translate: 0.3s ease all;
}
#frontpage-text-banner {
  position: relative;
  overflow: hidden;
}
#frontpage-text-banner #frontpage-text-banner__graphics {
  width: 50%;
  padding-right: 0;
  position: relative;
}
#frontpage-text-banner #frontpage-text-banner__graphics:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 30px;
  width: 0;
  height: 0;
  border-width: 0 0 calc(28.125vw + 30px) 50px;
  border-color: transparent transparent #000000 transparent;
  border-style: solid;
}
@media screen and (min-width: 767px) {
  #frontpage-text-banner #frontpage-text-banner__graphics:before {
    border-width: 0 0 calc(28.125vw + 60px) 100px;
  }
}
#frontpage-text-banner #frontpage-text-banner__graphics:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 30px;
  height: 100%;
  background: #000000;
}
#frontpage-text-banner #frontpage-text-banner__figure {
  position: relative;
  z-index: 2;
}
#frontpage-text-banner #frontpage-text-banner__figure:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-width: 0 0 28.125vw 50px;
  border-color: transparent transparent #000000 transparent;
  border-style: solid;
}
@media screen and (min-width: 767px) {
  #frontpage-text-banner #frontpage-text-banner__figure:after {
    border-width: 0 0 28.125vw 100px;
  }
}
#frontpage-text-banner #frontpage-text-banner__text {
  position: absolute;
  z-index: 4;
  width: 200%;
  left: -50%;
  top: 30px;
  text-align: center;
  font-size: 18vw;
  line-height: 0.9;
}
@media screen and (min-width: 767px) {
  #frontpage-text-banner #frontpage-text-banner__text {
    top: 60px;
  }
}
#frontpage-text-banner #frontpage-text-banner__text span:not(:last-child) {
  margin-right: 0.1em;
}
#frontpage-text-banner #frontpage-text-banner__final-line {
  position: absolute;
  display: block;
  z-index: 5;
  bottom: 2vw;
  left: 40vw;
  font-size: 8vw;
  line-height: 1;
  animation-delay: 0.4s;
  padding: 0 0.2em 0 0;
}
@media screen and (min-width: 767px) {
  #frontpage-text-banner #frontpage-text-banner__final-line {
    bottom: 3vw;
  }
}

#frontpage-logos .logo-carousel .owl-item,
#frontpage-logos .logo-carousel .logo-carousel__item {
  height: 100%;
}
#frontpage-logos .logo-carousel .logo-carousel__figure {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
}
@media screen and (min-width: 576px) {
  #frontpage-logos .logo-carousel .logo-carousel__figure {
    width: 75%;
    padding-bottom: 75%;
    margin: 12.5%;
  }
}
#frontpage-logos .logo-carousel .logo-carousel__figure img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#frontpage-logos .logo-carousel .logo-carousel__figure img.logo--horz {
  width: 100%;
  height: auto;
}
#frontpage-logos .logo-carousel .logo-carousel__figure img.logo--vert {
  width: auto;
  height: 100%;
}
#frontpage-logos .logo-carousel .logo-carousel__figure img.logo--sq {
  width: 100%;
  height: auto;
}

#frontpage-logos--lg {
  display: none;
}
@media screen and (min-width: 767px) {
  #frontpage-logos--lg {
    display: block;
  }
}

#frontpage-logos--sm {
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
@media screen and (min-width: 767px) {
  #frontpage-logos--sm {
    display: none;
  }
}

#service-blocks {
  overflow: hidden;
}
#service-blocks .service-block:not(:last-child) {
  margin-bottom: 60px;
}
@media screen and (min-width: 767px) {
  #service-blocks .service-block:not(:last-child) {
    margin-bottom: 120px;
  }
}
#service-blocks .service-block .service-block__header {
  display: block;
  font-size: 22.5vw;
  line-height: 0.95;
  margin-bottom: -0.4em;
  position: relative;
  color: #00d896;
  opacity: 0;
  transition: all 0.5s ease;
}
@media screen and (min-width: 1440px) {
  #service-blocks .service-block .service-block__header {
    font-size: 324px;
  }
}
#service-blocks .service-block .service-block__header.visible {
  opacity: 1;
  transform: none !important;
}
#service-blocks .service-block .service-block__header h2 {
  font-size: inherit;
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: "kern" 1;
  -webkit-font-smoothing: none;
}
#service-blocks .service-block .service-block__header--row-1 {
  z-index: 3;
}
#service-blocks .service-block .service-block__header--row-1 h2 {
  font-family: "Superline Outline", sans-serif;
  font-weight: 400;
}
#service-blocks .service-block .service-block__header--row-2 {
  z-index: 2;
}
#service-blocks .service-block .service-block__header--row-2 h2 {
  font-family: "Superline", sans-serif;
  font-weight: 400;
}
#service-blocks .service-block .service-block__figure {
  width: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
  opacity: 0;
  transition: all 1s ease;
}
@media screen and (min-width: 767px) {
  #service-blocks .service-block .service-block__figure {
    width: 75%;
    min-width: 750px;
  }
}
#service-blocks .service-block .service-block__figure img {
  transform: scale(1.5);
  transition: all 1s ease;
}
#service-blocks .service-block .service-block__figure.visible {
  opacity: 1;
  transform: none !important;
}
#service-blocks .service-block .service-block__figure.visible img {
  transform: none;
}
#service-blocks .service-block .service-block__text {
  width: 100%;
  margin-top: 2rem;
  position: relative;
  z-index: 2;
  opacity: 0;
  transition: all 0.5s ease;
}
@media screen and (min-width: 767px) {
  #service-blocks .service-block .service-block__text {
    width: 75%;
    min-width: 750px;
  }
}
#service-blocks .service-block .service-block__text.visible {
  opacity: 1;
  transform: none !important;
}
#service-blocks .service-block:nth-child(even) .service-block__header--row-1 {
  text-align: left;
  padding-left: 0.1em;
  transform: translateX(-100%);
}
#service-blocks .service-block:nth-child(even) .service-block__header--row-2 {
  text-align: right;
  padding-right: 0.3em;
  transform: translateX(100%);
}
#service-blocks .service-block:nth-child(even) .service-block__figure {
  margin-left: auto;
  transform: translateY(100%);
}
#service-blocks .service-block:nth-child(even) .service-block__text {
  margin-right: auto;
  transform: translateX(-100%);
}
#service-blocks .service-block:nth-child(odd) .service-block__header--row-1 {
  text-align: right;
  padding-right: 0.3em;
  transform: translateX(100%);
}
#service-blocks .service-block:nth-child(odd) .service-block__header--row-2 {
  text-align: left;
  padding-left: 0.1em;
  transform: translateX(-100%);
}
#service-blocks .service-block:nth-child(odd) .service-block__figure {
  margin-right: auto;
  transform: translateY(100%);
}
#service-blocks .service-block:nth-child(odd) .service-block__text {
  margin-left: auto;
  transform: translateX(100%);
}

.case-study-card-item {
  transition: transform ease 0.3s;
}
@media screen and (min-width: 767px) {
  .case-study-card-item {
    max-width: 100%;
  }
}
@media screen and (min-width: 767px) {
  .case-study-card-item:hover {
    transform: translateY(-15px);
  }
}

a.case-study-card-item__link,
.case-study-card-item__outer {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 130%;
  position: relative;
}
a.case-study-card-item__link:after,
.case-study-card-item__outer:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.4);
  background-blend-mode: multiply;
  opacity: 0;
  transition: opacity ease 0.3s;
}
a.case-study-card-item__link .case-study-card-item__overlay,
.case-study-card-item__outer .case-study-card-item__overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity ease 0.3s;
}
a.case-study-card-item__link .case-study-card-item__overlay .case-study-card-item__header,
.case-study-card-item__outer .case-study-card-item__overlay .case-study-card-item__header {
  width: 100%;
}
a.case-study-card-item__link .case-study-card-item__overlay .case-study-card-item__logo,
.case-study-card-item__outer .case-study-card-item__overlay .case-study-card-item__logo {
  display: block;
  margin: 0 auto 1rem auto;
}
a.case-study-card-item__link .case-study-card-item__overlay .case-study-card-item__logo img,
.case-study-card-item__outer .case-study-card-item__overlay .case-study-card-item__logo img {
  display: block;
  margin: 0 auto;
}
a.case-study-card-item__link .case-study-card-item__overlay .case-study-card-item__logo img.logo--horz,
.case-study-card-item__outer .case-study-card-item__overlay .case-study-card-item__logo img.logo--horz {
  width: 150px;
  height: auto;
}
a.case-study-card-item__link .case-study-card-item__overlay .case-study-card-item__logo img.logo--vert,
.case-study-card-item__outer .case-study-card-item__overlay .case-study-card-item__logo img.logo--vert {
  width: auto;
  height: 120px;
}
a.case-study-card-item__link .case-study-card-item__overlay .case-study-card-item__logo img.logo--sq,
.case-study-card-item__outer .case-study-card-item__overlay .case-study-card-item__logo img.logo--sq {
  width: 150px;
  height: auto;
}
a.case-study-card-item__link:hover:after,
.case-study-card-item__outer:hover:after {
  opacity: 1;
}
a.case-study-card-item__link:hover .case-study-card-item__overlay,
.case-study-card-item__outer:hover .case-study-card-item__overlay {
  opacity: 1;
}

a.case-study-card-item__link .case-study-card-item__overlay {
  justify-content: space-between;
}
a.case-study-card-item__link .case-study-card-item__overlay:before {
  content: "";
  display: block;
}

#case-study-gallery #case-study-gallery__row-1 {
  width: calc(100% + 15px);
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  margin: -7.5px;
}
@media screen and (min-width: 767px) {
  #case-study-gallery #case-study-gallery__row-1 {
    width: calc(100% + 30px);
    margin: -15px;
  }
}
#case-study-gallery #case-study-gallery__row-1 .case-study-gallery__row-1--figure {
  margin: 7.5px;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 767px) {
  #case-study-gallery #case-study-gallery__row-1 .case-study-gallery__row-1--figure {
    margin: 15px;
  }
}
#case-study-gallery #case-study-gallery__row-1 .case-study-gallery__row-1--figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  display: block;
}
#case-study-gallery #case-study-gallery__row-1 .case-study-gallery__row-1--figure#case-study-gallery__row-1--1 {
  flex: 0 0 calc(33.3333333% - 15px);
}
@media screen and (min-width: 767px) {
  #case-study-gallery #case-study-gallery__row-1 .case-study-gallery__row-1--figure#case-study-gallery__row-1--1 {
    flex: 0 0 calc(33.3333333% - 30px);
  }
}
#case-study-gallery #case-study-gallery__row-1 .case-study-gallery__row-1--figure#case-study-gallery__row-1--1 img {
  width: 100%;
  height: auto;
}
#case-study-gallery #case-study-gallery__row-1 .case-study-gallery__row-1--figure#case-study-gallery__row-1--2 {
  flex: 0 0 calc(66.6666666% - 15px);
  height: 0;
  padding-bottom: 37.49999625%;
}
@media screen and (min-width: 767px) {
  #case-study-gallery #case-study-gallery__row-1 .case-study-gallery__row-1--figure#case-study-gallery__row-1--2 {
    flex: 0 0 calc(66.6666666% - 30px);
  }
}
#case-study-gallery #case-study-gallery__row-1 .case-study-gallery__row-1--figure#case-study-gallery__row-1--2 img {
  width: auto;
  height: 100%;
}
#case-study-gallery #case-study-gallery__row-2 {
  width: calc(100% + 15px);
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  margin: -7.5px;
}
@media screen and (min-width: 767px) {
  #case-study-gallery #case-study-gallery__row-2 {
    width: calc(100% + 30px);
    margin: -15px;
  }
}
#case-study-gallery #case-study-gallery__row-2 .case-study-gallery__row-2--figure {
  margin: 7.5px;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 767px) {
  #case-study-gallery #case-study-gallery__row-2 .case-study-gallery__row-2--figure {
    margin: 15px;
  }
}
#case-study-gallery #case-study-gallery__row-2 .case-study-gallery__row-2--figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  display: block;
}
#case-study-gallery #case-study-gallery__row-2 .case-study-gallery__row-2--figure#case-study-gallery__row-2--1 {
  flex: 0 0 calc(66.6666666% - 15px);
  height: 0;
  padding-bottom: calc(66.6666666% - 15px);
}
@media screen and (min-width: 767px) {
  #case-study-gallery #case-study-gallery__row-2 .case-study-gallery__row-2--figure#case-study-gallery__row-2--1 {
    flex: 0 0 calc(66.6666666% - 30px);
    padding-bottom: calc(66.6666666% - 30px);
  }
}
#case-study-gallery #case-study-gallery__row-2 .case-study-gallery__row-2--figure#case-study-gallery__row-2--1 img {
  width: 100%;
  height: auto;
}
#case-study-gallery #case-study-gallery__row-2 .case-study-gallery__row-2--figure#case-study-gallery__row-2--2-3 {
  flex: 0 0 calc(33.3333333% - 15px);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 767px) {
  #case-study-gallery #case-study-gallery__row-2 .case-study-gallery__row-2--figure#case-study-gallery__row-2--2-3 {
    flex: 0 0 calc(33.3333333% - 30px);
  }
}
#case-study-gallery #case-study-gallery__row-2 .case-study-gallery__row-2--figure#case-study-gallery__row-2--2-3 #case-study-gallery__row-2--2,
#case-study-gallery #case-study-gallery__row-2 .case-study-gallery__row-2--figure#case-study-gallery__row-2--2-3 #case-study-gallery__row-2--3 {
  flex: 0 0 100%;
  height: calc(50% - 7.5px);
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 767px) {
  #case-study-gallery #case-study-gallery__row-2 .case-study-gallery__row-2--figure#case-study-gallery__row-2--2-3 #case-study-gallery__row-2--2,
  #case-study-gallery #case-study-gallery__row-2 .case-study-gallery__row-2--figure#case-study-gallery__row-2--2-3 #case-study-gallery__row-2--3 {
    height: calc(50% - 15px);
  }
}
#case-study-gallery #case-study-gallery__row-2 .case-study-gallery__row-2--figure#case-study-gallery__row-2--2-3 #case-study-gallery__row-2--2 img,
#case-study-gallery #case-study-gallery__row-2 .case-study-gallery__row-2--figure#case-study-gallery__row-2--2-3 #case-study-gallery__row-2--3 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  display: block;
}
#case-study-gallery #case-study-gallery__row-2 .case-study-gallery__row-2--figure#case-study-gallery__row-2--2-3 #case-study-gallery__row-2--2 {
  margin-bottom: 15px;
}
@media screen and (min-width: 767px) {
  #case-study-gallery #case-study-gallery__row-2 .case-study-gallery__row-2--figure#case-study-gallery__row-2--2-3 #case-study-gallery__row-2--2 {
    margin-bottom: 30px;
  }
}

#case-study-gallery__row-1 + #case-study-gallery__row-2 {
  margin-top: 7.5px;
}
@media screen and (min-width: 767px) {
  #case-study-gallery__row-1 + #case-study-gallery__row-2 {
    margin-top: 15px;
  }
}

#playbook-main__grid {
  overflow: hidden;
}
@media screen and (min-width: 767px) {
  #playbook-main__grid {
    overflow: visible;
  }
}

.contact-columns {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
}
@media screen and (min-width: 767px) {
  .contact-columns {
    flex-wrap: nowrap;
  }
}
.contact-columns .contact-column {
  flex: 0 0 100%;
}
.contact-columns .contact-column.contact-column--lh {
  margin-bottom: 2rem;
}
@media screen and (min-width: 767px) {
  .contact-columns .contact-column.contact-column--lh {
    flex: 1 1 auto;
    margin: 0 30px 0 0;
  }
}
@media screen and (min-width: 992px) {
  .contact-columns .contact-column.contact-column--lh {
    margin-right: 60px;
  }
}
@media screen and (min-width: 767px) {
  .contact-columns .contact-column.contact-column--rh {
    flex: 0 0 auto;
  }
}
@media screen and (min-width: 767px) {
  .contact-columns .contact-column.contact-column--rh .theme-form .wpforms-form .wpforms-submit-container {
    text-align: right;
  }
}
.contact-columns .contact-column.contact-column--rh .company-contact,
.contact-columns .contact-column.contact-column--rh li.company-socials__item {
  margin: 0;
}
.contact-columns .contact-column.contact-column--rh .company-contact:not(:last-child),
.contact-columns .contact-column.contact-column--rh li.company-socials__item:not(:last-child) {
  margin-bottom: 1.5rem;
}
.contact-columns .contact-column.contact-column--rh .company-contact i[class^=fa],
.contact-columns .contact-column.contact-column--rh li.company-socials__item i[class^=fa] {
  width: 1em;
  font-size: 1.75em;
  margin-right: 0.4em;
  transform: translateY(0.2em);
}

#contact-map {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 80%;
}
@media screen and (min-width: 576px) {
  #contact-map {
    padding-bottom: 50%;
  }
}
@media screen and (min-width: 992px) {
  #contact-map {
    padding-bottom: 30%;
  }
}
#contact-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

ul.roles-list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}

li.roles-list__item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media screen and (min-width: 767px) {
  li.roles-list__item {
    flex-wrap: nowrap;
  }
}
li.roles-list__item:not(:last-child) {
  border-bottom: 1px solid #ffffff;
}

.roles-list__item-cell {
  flex: 0 0 100%;
}
@media screen and (min-width: 767px) {
  .roles-list__item-cell {
    flex: 1 1 auto;
  }
}
.roles-list__item-cell:not(:last-child) {
  margin-bottom: 0.3rem;
}
@media screen and (min-width: 767px) {
  .roles-list__item-cell:not(:last-child) {
    margin: 0 2rem 0 0;
  }
}
@media screen and (min-width: 767px) {
  .roles-list__item-cell.roles-list__item-cell--title {
    flex: 0 0 30%;
    max-width: 300px;
  }
}
@media screen and (min-width: 767px) {
  .roles-list__item-cell.roles-list__item-cell--desc {
    flex: 1 1 auto;
  }
}
@media screen and (min-width: 767px) {
  .roles-list__item-cell.roles-list__item-cell--link {
    flex: 0 0 190px;
    text-align: right;
  }
}

#values-carousel {
  position: relative;
  width: 100%;
}
#values-carousel .value-superline__keyword {
  display: inline-block;
  font-family: "Superline Outline", sans-serif;
  font-weight: 400;
  font-size: 4em;
  font-style: italic;
  transform: translateX(-2%);
}
@media screen and (min-width: 576px) {
  #values-carousel .value-superline__keyword {
    font-size: 17vw;
  }
}
@media screen and (min-width: 1440px) {
  #values-carousel .value-superline__keyword {
    font-size: 245px;
  }
}
#values-carousel .value-superline__desc {
  font-size: 0.8888888889rem;
}
@media screen and (min-width: 576px) {
  #values-carousel .value-superline__desc {
    font-size: 1.2222222222rem;
  }
}

#values-carousel .owl-dots {
  margin-top: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 767px) {
  #values-carousel .owl-dots {
    margin-top: 30px;
  }
}
#values-carousel .owl-dots button.owl-dot {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid #fff;
  opacity: 0.8;
}
#values-carousel .owl-dots button.owl-dot.active {
  background: #fff;
}
#values-carousel .owl-dots button.owl-dot:not(:last-child) {
  margin-right: 5px;
}

#playbook-main__grid {
  margin-left: auto;
  margin-right: auto;
  max-width: 1920px;
}
@media screen and (min-width: 992px) {
  #playbook-main__grid {
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 1200px) {
  #playbook-main__grid {
    padding-bottom: 100px;
  }
}
#playbook-main__grid .playbook-main__grid-item {
  position: relative;
}
@media screen and (min-width: 992px) {
  #playbook-main__grid .playbook-main__grid-item:nth-child(3n+2) {
    top: 50px;
  }
}
@media screen and (min-width: 1200px) {
  #playbook-main__grid .playbook-main__grid-item:nth-child(3n+2) {
    top: 100px;
  }
}

ul.top-8-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.top-8-list li.top-8-list__li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0;
}
ul.top-8-list li.top-8-list__li:not(:last-child) {
  padding-bottom: 2rem;
  border-bottom: 2px solid #00d896;
  margin-bottom: 2rem;
}
@media screen and (min-width: 767px) {
  ul.top-8-list li.top-8-list__li:not(:last-child) {
    padding-bottom: 3rem;
    border-bottom: 3px solid #00d896;
    margin-bottom: 3rem;
  }
}
ul.top-8-list li.top-8-list__li .top-8-list__index {
  flex: 0 0 0.6em;
}
ul.top-8-list li.top-8-list__li .top-8-list__desc {
  flex: 1 1 auto;
}

.top-8-list__number {
  display: block;
  margin: -0.18em 0 -0.05em;
  text-align: center;
}
