/*
Theme Name: Supersonic Playground Boilerplate
Theme URI: http://www.supersonicplayground.com/
Author: Supersonic Playground
Author URI: http://www.supersonicplayground.com/
Description: Starter boilerplate for new front end projects
Version: 1.0
License: All work ©2017 Supersonic Playground Ltd. Not for public use.
License URI: http://www.supersonicplayground.com/
Tags: 
Text Domain: supersonicplayground
*/
/* 
Use: Reset
Scope: All devices
Theme: Ultraline
Copyright 2020, © Ultraline
Author: Supersonic Playground
*/
*,
*:before,
*:after {
  box-sizing: border-box !important;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: top;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* 
Use: Mixins
Scope: All devices
Theme: Ultraline
Copyright 2020, © Ultraline
Author: Supersonic Playground
*/
/*************************************************************************
 #Input Override
**************************************************************************/
/*************************************************************************
 #Transition Bezier
**************************************************************************/
/*************************************************************************
 #Transition Bezier Delay
**************************************************************************/
/*************************************************************************
 #Transition Linear
**************************************************************************/
/*************************************************************************
 #Transition None
**************************************************************************/
/*************************************************************************
 #Inline Fix
**************************************************************************/
.inline-fix {
  word-spacing: -0.35rem;
}
.inline-fix * {
  word-spacing: normal;
}
/*************************************************************************
 #Sizes
**************************************************************************/
/* 
Use: Measurements
Scope: All devices
Theme: Ultraline
Copyright 2020, © Ultraline
Author: Supersonic Playground
*/
/*************************************************************************
 #Base Level
**************************************************************************/
/*************************************************************************
 #Base Size
**************************************************************************/
/*************************************************************************
 #Breakpoints
**************************************************************************/
/* 400px */
/* 500px */
/* 650px */
/* 750px */
/* 751px */
/* 850px */
/* 1000px */
/* 1100px */
/* 1250px */
/* 1500px */
/* 1750px */
/* 2000px */
/*************************************************************************
 #From Media Queries
**************************************************************************/
/*************************************************************************
 #To Media Queries
**************************************************************************/
/*************************************************************************
 #HTML Font Size Adjustment
**************************************************************************/
html {
  font-size: 91.42857143%;
}
@media screen and (min-width: 31.25em) {
  html {
    font-size: 100%;
  }
}
@media screen and (min-width: 46.875em) {
  html {
    font-size: 105.71428571%;
  }
}
@media screen and (min-width: 62.5em) {
  html {
    font-size: 114.28571429%;
  }
}
@media screen and (min-width: 78.125em) {
  html {
    font-size: 120%;
  }
}
@media screen and (min-width: 93.75em) {
  html {
    font-size: 125.71428571%;
  }
}
@media screen and (min-width: 109.375em) {
  html {
    font-size: 131.42857143%;
  }
}
@media screen and (min-width: 125em) {
  html {
    font-size: 137.14285714%;
  }
}
/* 
Use: Grid
Scope: All devices
Theme: Ultraline
Copyright 2020, © Ultraline
Author: Supersonic Playground
*/
/*************************************************************************
 #Multi-Column Layout
**************************************************************************/
/* 
Use: Colours
Scope: All devices
Theme: Ultraline
Copyright 2020, © Ultraline
Author: Supersonic Playground
*/
/*************************************************************************
 #Colours
**************************************************************************/
/*************************************************************************
 #Colour Sections
**************************************************************************/
.light-section h1,
.light-section h2,
.light-section h3,
.light-section h4,
.light-section h5 {
  color: #000000;
}
.light-section p,
.light-section ul,
.light-section li,
.light-section label {
  color: #000000;
}
.dark-section h1,
.dark-section h2,
.dark-section h3,
.dark-section h4,
.dark-section h5,
.dark-section p,
.dark-section ul,
.dark-section li,
.dark-section label {
  color: #FFFFFF;
}
/* #Section Colours ------------------------------------------------------------------------ */
.white-section {
  background-color: #FFFFFF;
}
.white-section h1,
.white-section h2,
.white-section h3,
.white-section h4,
.white-section h5 {
  color: #000000;
}
.white-section p,
.white-section ul,
.white-section li,
.white-section label {
  color: #000000;
}
.white-section input[type="text"],
.white-section input[type="password"],
.white-section input[type="email"],
.white-section input[type="number"],
.white-section input[type="tel"],
.white-section input[type="search"],
.white-section input[type="checkbox"],
.white-section input[type="radio"],
.white-section select,
.white-section textarea {
  background-color: grey !important;
  box-shadow: inset 0 0 0 3px grey;
}
.dark-grey-section {
  background-color: white;
}
.dark-grey-section h1,
.dark-grey-section h2,
.dark-grey-section h3,
.dark-grey-section h4,
.dark-grey-section h5,
.dark-grey-section p,
.dark-grey-section ul,
.dark-grey-section li,
.dark-grey-section label {
  color: #FFFFFF;
}
.light-grey-section {
  background-color: #F6F6F6;
}
.light-grey-section h1,
.light-grey-section h2,
.light-grey-section h3,
.light-grey-section h4,
.light-grey-section h5 {
  color: #000000;
}
.light-grey-section p,
.light-grey-section ul,
.light-grey-section li,
.light-grey-section label {
  color: #000000;
}
.dark-grey-section input[type="text"],
.light-grey-section input[type="text"],
.dark-grey-section input[type="password"],
.light-grey-section input[type="password"],
.dark-grey-section input[type="email"],
.light-grey-section input[type="email"],
.dark-grey-section input[type="number"],
.light-grey-section input[type="number"],
.dark-grey-section input[type="tel"],
.light-grey-section input[type="tel"],
.dark-grey-section input[type="search"],
.light-grey-section input[type="search"],
.dark-grey-section input[type="checkbox"],
.light-grey-section input[type="checkbox"],
.dark-grey-section input[type="radio"],
.light-grey-section input[type="radio"],
.dark-grey-section select,
.light-grey-section select,
.dark-grey-section textarea,
.light-grey-section textarea {
  background-color: #FFFFFF !important;
  box-shadow: inset 0 0 0 3px #FFFFFF;
}
/* #Remove Top Padding for Adjacent Sections ------------------------------------------------------------------------ */
.outer-container.white-section + .outer-container.white-section,
.outer-container.dark-grey-section + .outer-container.dark-grey-section,
.outer-container.light-grey-section + .outer-container.light-grey-section {
  padding-top: 0;
}
/* 
Use: Typography
Scope: All devices
Theme: Ultraline
Copyright 2020, © Ultraline
Author: Supersonic Playground
*/
/*************************************************************************
 #Import Fonts
**************************************************************************/
@font-face {
  font-family: 'Helvetica Neue Thin';
  src: url('fonts/helvetica-neue/HelveticaNeueCyr-Thin.eot');
  src: url('fonts/helvetica-neue/HelveticaNeueCyr-Thin.eot?#iefix') format('embedded-opentype'), url('fonts/helvetica-neue/HelveticaNeueCyr-Thin.woff2') format('woff2'), url('fonts/helvetica-neue/HelveticaNeueCyr-Thin.woff') format('woff'), url('fonts/helvetica-neue/HelveticaNeueCyr-Thin.ttf') format('truetype'), url('fonts/helvetica-neue/HelveticaNeueCyr-Thin.svg#HelveticaNeueCyr-Thin') format('svg');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue Light';
  src: url('fonts/helvetica-neue/HelveticaNeueCyr-Light.eot');
  src: url('fonts/helvetica-neue/HelveticaNeueCyr-Light.eot?#iefix') format('embedded-opentype'), url('fonts/helvetica-neue/HelveticaNeueCyr-Light.woff2') format('woff2'), url('fonts/helvetica-neue/HelveticaNeueCyr-Light.woff') format('woff'), url('fonts/helvetica-neue/HelveticaNeueCyr-Light.ttf') format('truetype'), url('fonts/helvetica-neue/HelveticaNeueCyr-Light.svg#HelveticaNeueCyr-Light') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue Roman';
  src: url('fonts/helvetica-neue/HelveticaNeueCyr-Roman.eot');
  src: url('fonts/helvetica-neue/HelveticaNeueCyr-Roman.eot?#iefix') format('embedded-opentype'), url('fonts/helvetica-neue/HelveticaNeueCyr-Roman.woff2') format('woff2'), url('fonts/helvetica-neue/HelveticaNeueCyr-Roman.woff') format('woff'), url('fonts/helvetica-neue/HelveticaNeueCyr-Roman.ttf') format('truetype'), url('fonts/helvetica-neue/HelveticaNeueCyr-Roman.svg#HelveticaNeueCyr-Roman') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  src: url("fonts/fa-brands-400.eot");
  src: url("fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("fonts/fa-brands-400.woff2") format("woff2"), url("fonts/fa-brands-400.woff") format("woff"), url("fonts/fa-brands-400.ttf") format("truetype"), url("fonts/fa-brands-400.svg#fontawesome") format("svg");
  font-display: swap;
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  src: url("fonts/fa-light-300.eot");
  src: url("fonts/fa-light-300.eot?#iefix") format("embedded-opentype"), url("fonts/fa-light-300.woff2") format("woff2"), url("fonts/fa-light-300.woff") format("woff"), url("fonts/fa-light-300.ttf") format("truetype"), url("fonts/fa-light-300.svg#fontawesome") format("svg");
  font-display: swap;
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  src: url("fonts/fa-regular-400.eot");
  src: url("fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("fonts/fa-regular-400.woff2") format("woff2"), url("fonts/fa-regular-400.woff") format("woff"), url("fonts/fa-regular-400.ttf") format("truetype"), url("fonts/fa-regular-400.svg#fontawesome") format("svg");
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  src: url("fonts/fa-solid-900.eot");
  src: url("fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("fonts/fa-solid-900.woff2") format("woff2"), url("fonts/fa-solid-900.woff") format("woff"), url("fonts/fa-solid-900.ttf") format("truetype"), url("fonts/fa-solid-900.svg#fontawesome") format("svg");
  font-display: swap;
  font-weight: 900;
  font-style: normal;
}
/*************************************************************************
 #Font Styles
**************************************************************************/
.helvetica-neue-light {
  font-display: swap;
  font-family: "Helvetica Neue Light", "Helvetica", "Arial", sans-serif;
}
.helvetica-neue-thin {
  font-display: swap;
  font-family: "Helvetica Neue Thin", "Helvetica", "Arial", sans-serif;
}
.helvetica-neue-regular {
  font-display: swap;
  font-family: "Helvetica Neue Roman", "Helvetica", "Arial", sans-serif;
}
.fab,
.fal,
.far,
.fas {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.fab {
  font-family: "Font Awesome 5 Brands", "Helvetica", "Arial", sans-serif;
}
.fal {
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
}
.far {
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
}
.fas {
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 900;
}
/*************************************************************************
 #Line Heights
**************************************************************************/
/*************************************************************************
 #Basic HTML
**************************************************************************/
::selection {
  background-color: #000000;
  text-shadow: none;
  color: #FFFFFF;
}
::-moz-selection {
  background-color: #000000;
  text-shadow: none;
  color: #FFFFFF;
}
body {
  font-size: 1rem;
  line-height: 1.4;
  font-display: swap;
  font-family: "Helvetica Neue Light", "Helvetica", "Arial", sans-serif;
}
a {
  color: #000000;
}
h1 {
  font-size: 2.5rem;
}
h2 {
  font-size: 2rem;
}
h3 {
  font-size: 1.5rem;
}
h4 {
  font-size: 1.25rem;
}
h5 {
  font-size: 1rem;
}
.small,
.small p {
  font-size: 0.75rem;
}
h1 {
  line-height: 1;
}
h2,
h3,
h4 {
  margin-bottom: 1rem;
  line-height: 1.2;
}
h5 {
  margin-bottom: 0;
}
h1,
h2,
h3,
h4,
h5,
p,
.content-wrapper {
  margin-bottom: 1.5rem;
}
h1.half-margin,
h2.half-margin,
h3.half-margin,
h4.half-margin,
h5.half-margin,
p.half-margin,
.content-wrapper.half-margin {
  margin-bottom: 0.75rem;
}
h1.no-margin,
h2.no-margin,
h3.no-margin,
h4.no-margin,
h5.no-margin,
p.no-margin,
.content-wrapper.no-margin {
  margin-bottom: 0;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
p:last-child,
.content-wrapper:last-child {
  margin-bottom: 0;
}
a {
  transition: all 250ms cubic-bezier(0.5, 0, 0.5, 1);
  font-weight: 300;
  text-decoration: none;
}
.uppercase {
  text-transform: uppercase;
}
.standfirst {
  font-size: 1.5rem;
}
strong {
  font-display: swap;
  font-family: "Helvetica Neue Roman", "Helvetica", "Arial", sans-serif;
}
em {
  font-display: swap;
  font-family: "Helvetica Neue Roman", "Helvetica", "Arial", sans-serif;
}
blockquote {
  margin-bottom: 1.5rem;
  padding-left: 2rem;
}
blockquote:last-child {
  margin-bottom: 0;
}
blockquote p {
  font-size: 2rem;
  line-height: 1.2;
}
blockquote p:before,
blockquote p:after {
  display: inline;
  font: inherit;
  content: '"';
}
.faded {
  opacity: 0.5;
}
.strikethrough {
  text-decoration: line-through;
}
.big-text {
  /* be sure to specify a font here */
  color: black !important;
  line-height: 1;
  font-display: swap;
  font-family: "Helvetica Neue Thin", "Helvetica", "Arial", sans-serif;
  font-size: 4.5rem;
}
.screen-reader,
.screenReader,
.screen-reader-text {
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip: rect(0, 0, 0, 0);
}
/*************************************************************************
 #Font Awesome Icons
**************************************************************************/
.fa-map-marker-alt:before {
  content: "\f3c5";
}
.fa-phone:before {
  content: "\f879";
}
.fa-envelope-open-text:before {
  content: "\f658";
}
/* 
Use: Content Layout
Scope: All devices
Theme: Ultraline
Copyright 2020, © Ultraline
Author: Supersonic Playground
*/
/*************************************************************************
 #Outer Container
**************************************************************************/
.outer-container {
  position: relative;
  float: left;
  width: 100%;
}
/*************************************************************************
 #Inner Container
**************************************************************************/
.inner-container {
  position: relative;
  margin: 0 auto;
}
.inner-container:after {
  display: block;
  position: relative;
  content: '';
  clear: both;
}
@media screen and (min-width: 62.5em) {
  .inner-container {
    margin: 0 4%;
  }
}
@media screen and (min-width: 78.125em) {
  .inner-container {
    margin: 0 6%;
  }
}
@media screen and (min-width: 93.75em) {
  .inner-container {
    margin: 0 8%;
  }
}
@media screen and (min-width: 109.375em) {
  .inner-container {
    margin: 0 12%;
  }
}
@media screen and (min-width: 125em) {
  .inner-container {
    margin: 0 15%;
  }
}
/*************************************************************************
 #Grid Modules
**************************************************************************/
.full-page,
.half-page,
.two-thirds-page,
.one-third-page,
.three-quarters-page,
.one-quarter-page,
.five-sixths-page,
.one-sixth-page {
  position: relative;
  z-index: 1;
}
.full-page .vertical-outer,
.half-page .vertical-outer,
.two-thirds-page .vertical-outer,
.one-third-page .vertical-outer,
.three-quarters-page .vertical-outer,
.one-quarter-page .vertical-outer,
.five-sixths-page .vertical-outer,
.one-sixth-page .vertical-outer {
  width: 100%;
}
.full-page,
.half-page,
.one-third-page,
.two-thirds-page,
.three-quarters-page,
.five-sixths-page {
  width: 93.996%;
}
@media screen and (min-width: 46.875em) {
  .half-page {
    width: 45.498%;
  }
  .half-page:nth-child(2n+3) {
    clear: both;
  }
}
@media screen and (min-width: 62.5em) {
  .two-thirds-page {
    width: 61.664%;
  }
}
@media screen and (min-width: 46.875em) {
  .two-thirds-page.center-align {
    width: 77.83%;
  }
}
@media screen and (min-width: 62.5em) {
  .two-thirds-page.center-align {
    width: 61.664%;
  }
}
@media screen and (min-width: 46.875em) {
  .one-third-page {
    width: 45.498%;
  }
  .one-third-page:nth-child(2n+3) {
    clear: both;
  }
}
@media screen and (min-width: 62.5em) {
  .one-third-page {
    width: 29.332%;
  }
  .one-third-page:nth-child(2n+3) {
    clear: none;
  }
  .one-third-page:nth-child(3n+4) {
    clear: both;
  }
}
.one-quarter-page {
  width: 45.498%;
}
.one-quarter-page:nth-child(2n+3) {
  clear: both;
}
@media screen and (min-width: 46.875em) {
  .one-quarter-page {
    width: 29.332%;
  }
  .one-quarter-page:nth-child(2n+3) {
    clear: none;
  }
  .one-quarter-page:nth-child(3n+4) {
    clear: both;
  }
}
@media screen and (min-width: 62.5em) {
  .one-quarter-page {
    width: 21.249%;
  }
  .one-quarter-page:nth-child(3n+4) {
    clear: none;
  }
  .one-quarter-page:nth-child(4n+5) {
    clear: both;
  }
}
@media screen and (min-width: 46.875em) {
  .three-quarters-page {
    width: 61.664%;
  }
}
@media screen and (min-width: 62.5em) {
  .three-quarters-page {
    width: 69.747%;
  }
}
.one-sixth-page {
  width: 29.332%;
}
.one-sixth-page:nth-child(3n+4) {
  clear: both;
}
@media screen and (min-width: 46.875em) {
  .one-sixth-page {
    width: 21.249%;
  }
  .one-sixth-page:nth-child(3n+4) {
    clear: none;
  }
  .one-sixth-page:nth-child(4n+5) {
    clear: both;
  }
}
@media screen and (min-width: 93.75em) {
  .one-sixth-page {
    width: 13.166%;
  }
  .one-sixth-page:nth-child(4n+5) {
    clear: none;
  }
  .one-sixth-page:nth-child(6n+7) {
    clear: both;
  }
}
.five-sixths-page {
  width: 61.664%;
}
@media screen and (min-width: 46.875em) {
  .five-sixths-page {
    width: 69.747%;
  }
}
@media screen and (min-width: 93.75em) {
  .five-sixths-page {
    width: 77.83%;
  }
}
/*************************************************************************
 #Vertical Margins
**************************************************************************/
.vertical-margin {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.vertical-margin-top {
  margin-top: 3rem;
}
.vertical-margin-bottom {
  margin-bottom: 3rem;
}
.vertical-half-margin {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.vertical-half-margin-top {
  margin-top: 1.5rem;
}
.vertical-half-margin-bottom {
  margin-bottom: 1.5rem;
}
/*************************************************************************
 #Vertical Padding
**************************************************************************/
.vertical-padding {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.vertical-padding-top {
  padding-top: 3rem;
}
.vertical-padding-bottom {
  padding-bottom: 3rem;
}
.vertical-half-padding {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.vertical-half-padding-top {
  padding-top: 1.5rem;
}
.vertical-half-padding-bottom {
  padding-bottom: 1.5rem;
}
/*************************************************************************
 #Modular Wrappers
**************************************************************************/
.modular-wrapper:after,
.modular-wrapper-full:after,
.modular-wrapper-half:after {
  display: block;
  position: relative;
  content: '';
  clear: both;
}
.modular-wrapper-full {
  margin-bottom: -3rem;
}
.modular-wrapper-half {
  margin-bottom: -1.5rem;
}
/*************************************************************************
 #Internal Padding
**************************************************************************/
.internal-padding {
  padding: 3rem;
}
.internal-half-padding {
  padding: 1.5rem;
}
/*************************************************************************
 #Horizontal Alignment
**************************************************************************/
.center-container {
  word-spacing: -0.35rem;
  text-align: center;
}
.center-container * {
  word-spacing: normal;
}
.center-align {
  display: inline-block;
  float: none;
  margin-left: 1.5%;
  margin-right: 1.5%;
}
.left-align {
  display: block;
  float: left;
  margin-left: 3%;
  margin-right: 0;
  word-spacing: normal;
}
.right-align {
  display: block;
  float: right;
  margin-right: 3%;
  margin-left: 0;
  word-spacing: normal;
}
.clear-fix {
  clear: both;
}
.clear-fix-after:after {
  display: block;
  position: relative;
  content: '';
  clear: both;
}
/*************************************************************************
 #Nesting
**************************************************************************/
.nested {
  width: calc(100% + 3%*2);
  margin-left: -3%;
}
/*************************************************************************
 #Text Alignment
**************************************************************************/
.center-text {
  text-align: center;
}
.left-text {
  text-align: left;
}
.right-text {
  text-align: right;
}
/*************************************************************************
 #Flex-Based Vertical Positioning
**************************************************************************/
.vertical-outer-flex {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
}
.vertical-outer-flex .vertical-top,
.vertical-outer-flex .vertical-middle,
.vertical-outer-flex .vertical-bottom {
  width: 100%;
}
.vertical-outer-flex .vertical-top {
  align-self: flex-start;
}
/*************************************************************************
 #Content Columns
**************************************************************************/
.content-columns,
.two-column-content,
.three-column-content,
.four-column-content {
  column-gap: 3%;
}
@media screen and (min-width: 40.625em) {
  .content-columns,
  .two-column-content,
  .three-column-content,
  .four-column-content {
    column-count: 2;
  }
}
@media screen and (min-width: 62.5em) {
  .three-column-content {
    column-count: 3;
  }
}
/*************************************************************************
 #Even Height
**************************************************************************/
@media screen and (max-width: 46.875em) {
  .even-height.exclude-mobile {
    height: auto!important;
  }
}
/* 
Use: Image Treatments
Scope: All devices
Theme: Ultraline
Copyright 2020, © Ultraline
Author: Supersonic Playground
*/
/*************************************************************************
 #Scaling
**************************************************************************/
.full-width-image {
  width: 100%;
  height: auto;
}
.full-height-image {
  height: 100%;
  width: auto;
}
/*************************************************************************
 #Lazy Loading Images
**************************************************************************/
img {
  opacity: 1;
  transition: opacity 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
img.lazy {
  opacity: 0;
}
/*************************************************************************
 #Standard WordPress Alignment Classes
**************************************************************************/
img {
  height: auto;
}
img.alignleft,
img.alignright,
img.aligncenter,
img.alignnone {
  width: auto;
  max-width: 100%;
  margin-bottom: 1rem;
}
img.alignleft {
  float: left;
  margin-right: 1.5rem;
}
img.alignright {
  float: right;
  margin-left: 1.5rem;
}
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/*************************************************************************
 #CSS Object Fit Responsive Image
**************************************************************************/
.responsive-image {
  position: relative;
  width: 100%;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.responsive-image.responsive-background-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.responsive-image > .image-container,
.responsive-image > .video-container {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.responsive-image > .image-container img,
.responsive-image > .video-container img,
.responsive-image > .image-container iframe,
.responsive-image > .video-container iframe,
.responsive-image > .image-container object,
.responsive-image > .video-container object,
.responsive-image > .image-container embed,
.responsive-image > .video-container embed,
.responsive-image > .image-container video,
.responsive-image > .video-container video {
  width: 100%;
  height: 100%;
}
.responsive-image .video-container {
  height: 0;
  top: 50%;
  transform-origin: 50% 0;
  transform: translateY(-50%);
  padding-bottom: 56.25%;
}
.responsive-image .video-container .video-wrapper {
  display: block;
  position: absolute;
  width: 100%;
  height: 300%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.responsive-image.image-hover .image-container {
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
  transform: scale(1);
}
.responsive-image.image-hover:hover .image-container {
  transform: scale(1.2);
}
.responsive-image-crop,
.responsive-image-fit {
  position: relative;
  width: 100%;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.responsive-image-crop.responsive-background-image,
.responsive-image-fit.responsive-background-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.responsive-image-crop > .image-container,
.responsive-image-fit > .image-container,
.responsive-image-crop > .video-container,
.responsive-image-fit > .video-container {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.responsive-image-crop > .image-container img,
.responsive-image-fit > .image-container img,
.responsive-image-crop > .video-container img,
.responsive-image-fit > .video-container img,
.responsive-image-crop > .image-container iframe,
.responsive-image-fit > .image-container iframe,
.responsive-image-crop > .video-container iframe,
.responsive-image-fit > .video-container iframe,
.responsive-image-crop > .image-container object,
.responsive-image-fit > .image-container object,
.responsive-image-crop > .video-container object,
.responsive-image-fit > .video-container object,
.responsive-image-crop > .image-container embed,
.responsive-image-fit > .image-container embed,
.responsive-image-crop > .video-container embed,
.responsive-image-fit > .video-container embed,
.responsive-image-crop > .image-container video,
.responsive-image-fit > .image-container video,
.responsive-image-crop > .video-container video,
.responsive-image-fit > .video-container video {
  width: 100%;
  height: 100%;
}
.responsive-image-crop .video-container,
.responsive-image-fit .video-container {
  height: 0;
  top: 50%;
  transform-origin: 50% 0;
  transform: translateY(-50%);
  padding-bottom: 56.25%;
}
.responsive-image-crop .video-container .video-wrapper,
.responsive-image-fit .video-container .video-wrapper {
  display: block;
  position: absolute;
  width: 100%;
  height: 300%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.responsive-image-crop.image-hover .image-container,
.responsive-image-fit.image-hover .image-container {
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
  transform: scale(1);
}
.responsive-image-crop.image-hover:hover .image-container,
.responsive-image-fit.image-hover:hover .image-container {
  transform: scale(1.2);
}
.responsive-image-crop.responsive-background-image,
.responsive-image-fit.responsive-background-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.responsive-image-crop > .image-container,
.responsive-image-fit > .image-container,
.responsive-image-crop > .video-container,
.responsive-image-fit > .video-container {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.responsive-image-crop > .image-container img,
.responsive-image-fit > .image-container img,
.responsive-image-crop > .video-container img,
.responsive-image-fit > .video-container img,
.responsive-image-crop > .image-container iframe,
.responsive-image-fit > .image-container iframe,
.responsive-image-crop > .video-container iframe,
.responsive-image-fit > .video-container iframe,
.responsive-image-crop > .image-container object,
.responsive-image-fit > .image-container object,
.responsive-image-crop > .video-container object,
.responsive-image-fit > .video-container object,
.responsive-image-crop > .image-container embed,
.responsive-image-fit > .image-container embed,
.responsive-image-crop > .video-container embed,
.responsive-image-fit > .video-container embed,
.responsive-image-crop > .image-container video,
.responsive-image-fit > .image-container video,
.responsive-image-crop > .video-container video,
.responsive-image-fit > .video-container video {
  width: 100%;
  height: 100%;
}
.responsive-image-crop .video-container,
.responsive-image-fit .video-container {
  height: 0;
  top: 50%;
  transform-origin: 50% 0;
  transform: translateY(-50%);
  padding-bottom: 56.25%;
}
.responsive-image-crop .video-container .video-wrapper,
.responsive-image-fit .video-container .video-wrapper {
  display: block;
  position: absolute;
  width: 100%;
  height: 300%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.responsive-image-crop.image-hover .image-container,
.responsive-image-fit.image-hover .image-container {
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
  transform: scale(1);
}
.responsive-image-crop.image-hover:hover .image-container,
.responsive-image-fit.image-hover:hover .image-container {
  transform: scale(1.2);
}
.responsive-image-crop .image-container img {
  object-fit: cover;
}
.responsive-image-fit .image-container img {
  object-fit: contain;
}
/*************************************************************************
 #Aspect Ratios for Responsive Images
**************************************************************************/
/* #4:3 Ratio ------------------------------------------------------------------------ */
.four-by-three {
  padding-bottom: 75%;
}
/* #16:9 Ratio ------------------------------------------------------------------------ */
.sixteen-by-nine {
  padding-bottom: 56.25%;
}
/* #16:10 Ratio ------------------------------------------------------------------------ */
.sixteen-by-ten {
  padding-bottom: 62%;
}
/* #3:1 Ratio ------------------------------------------------------------------------ */
.three-by-one {
  padding-bottom: 33%;
}
/* #2:1 Ratio ------------------------------------------------------------------------ */
.two-by-one {
  padding-bottom: 50%;
}
/* #3:2 Ratio ------------------------------------------------------------------------ */
.three-by-two {
  padding-bottom: 66%;
}
/* #1:1 Ratio ------------------------------------------------------------------------ */
.one-by-one {
  padding-bottom: 100%;
}
/* #1:14 Ratio ------------------------------------------------------------------------ */
.one-by-one-four {
  padding-bottom: 141%;
}
/* #1:2 Ratio ------------------------------------------------------------------------ */
.one-by-two {
  padding-bottom: 200%;
}
/*************************************************************************
 #Responsive Video Container
**************************************************************************/
.video-container {
  margin-bottom: 1.5rem;
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.video-container:last-child {
  margin-bottom: 0;
}
.video-container iframe,
.video-container object,
.video-container embed,
.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*************************************************************************
 #CSS Object Fit Responsive Image
**************************************************************************/
.responsive-image {
  position: relative;
  width: 100%;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.responsive-image.responsive-background-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.responsive-image > .image-container,
.responsive-image > .video-container {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.responsive-image > .image-container img,
.responsive-image > .video-container img,
.responsive-image > .image-container iframe,
.responsive-image > .video-container iframe,
.responsive-image > .image-container object,
.responsive-image > .video-container object,
.responsive-image > .image-container embed,
.responsive-image > .video-container embed,
.responsive-image > .image-container video,
.responsive-image > .video-container video {
  width: 100%;
  height: 100%;
}
.responsive-image .video-container {
  height: 0;
  top: 50%;
  transform-origin: 50% 0;
  transform: translateY(-50%);
  padding-bottom: 56.25%;
}
.responsive-image .video-container .video-wrapper {
  display: block;
  position: absolute;
  width: 100%;
  height: 300%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.responsive-image.image-hover .image-container {
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
  transform: scale(1);
}
.responsive-image.image-hover:hover .image-container {
  transform: scale(1.2);
}
.responsive-image-crop,
.responsive-image-fit {
  position: relative;
  width: 100%;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.responsive-image-crop.responsive-background-image,
.responsive-image-fit.responsive-background-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.responsive-image-crop > .image-container,
.responsive-image-fit > .image-container,
.responsive-image-crop > .video-container,
.responsive-image-fit > .video-container {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.responsive-image-crop > .image-container img,
.responsive-image-fit > .image-container img,
.responsive-image-crop > .video-container img,
.responsive-image-fit > .video-container img,
.responsive-image-crop > .image-container iframe,
.responsive-image-fit > .image-container iframe,
.responsive-image-crop > .video-container iframe,
.responsive-image-fit > .video-container iframe,
.responsive-image-crop > .image-container object,
.responsive-image-fit > .image-container object,
.responsive-image-crop > .video-container object,
.responsive-image-fit > .video-container object,
.responsive-image-crop > .image-container embed,
.responsive-image-fit > .image-container embed,
.responsive-image-crop > .video-container embed,
.responsive-image-fit > .video-container embed,
.responsive-image-crop > .image-container video,
.responsive-image-fit > .image-container video,
.responsive-image-crop > .video-container video,
.responsive-image-fit > .video-container video {
  width: 100%;
  height: 100%;
}
.responsive-image-crop .video-container,
.responsive-image-fit .video-container {
  height: 0;
  top: 50%;
  transform-origin: 50% 0;
  transform: translateY(-50%);
  padding-bottom: 56.25%;
}
.responsive-image-crop .video-container .video-wrapper,
.responsive-image-fit .video-container .video-wrapper {
  display: block;
  position: absolute;
  width: 100%;
  height: 300%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.responsive-image-crop.image-hover .image-container,
.responsive-image-fit.image-hover .image-container {
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
  transform: scale(1);
}
.responsive-image-crop.image-hover:hover .image-container,
.responsive-image-fit.image-hover:hover .image-container {
  transform: scale(1.2);
}
.responsive-image-crop.responsive-background-image,
.responsive-image-fit.responsive-background-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.responsive-image-crop > .image-container,
.responsive-image-fit > .image-container,
.responsive-image-crop > .video-container,
.responsive-image-fit > .video-container {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.responsive-image-crop > .image-container img,
.responsive-image-fit > .image-container img,
.responsive-image-crop > .video-container img,
.responsive-image-fit > .video-container img,
.responsive-image-crop > .image-container iframe,
.responsive-image-fit > .image-container iframe,
.responsive-image-crop > .video-container iframe,
.responsive-image-fit > .video-container iframe,
.responsive-image-crop > .image-container object,
.responsive-image-fit > .image-container object,
.responsive-image-crop > .video-container object,
.responsive-image-fit > .video-container object,
.responsive-image-crop > .image-container embed,
.responsive-image-fit > .image-container embed,
.responsive-image-crop > .video-container embed,
.responsive-image-fit > .video-container embed,
.responsive-image-crop > .image-container video,
.responsive-image-fit > .image-container video,
.responsive-image-crop > .video-container video,
.responsive-image-fit > .video-container video {
  width: 100%;
  height: 100%;
}
.responsive-image-crop .video-container,
.responsive-image-fit .video-container {
  height: 0;
  top: 50%;
  transform-origin: 50% 0;
  transform: translateY(-50%);
  padding-bottom: 56.25%;
}
.responsive-image-crop .video-container .video-wrapper,
.responsive-image-fit .video-container .video-wrapper {
  display: block;
  position: absolute;
  width: 100%;
  height: 300%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.responsive-image-crop.image-hover .image-container,
.responsive-image-fit.image-hover .image-container {
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
  transform: scale(1);
}
.responsive-image-crop.image-hover:hover .image-container,
.responsive-image-fit.image-hover:hover .image-container {
  transform: scale(1.2);
}
.responsive-image-crop .image-container img {
  object-fit: cover;
}
.responsive-image-fit .image-container img {
  object-fit: contain;
}
/*************************************************************************
 #Aspect Ratios for Responsive Images
**************************************************************************/
/* #4:3 Ratio ------------------------------------------------------------------------ */
.four-by-three {
  padding-bottom: 75%;
}
/* #16:9 Ratio ------------------------------------------------------------------------ */
.sixteen-by-nine {
  padding-bottom: 56.25%;
}
/* #16:10 Ratio ------------------------------------------------------------------------ */
.sixteen-by-ten {
  padding-bottom: 62%;
}
/* #3:1 Ratio ------------------------------------------------------------------------ */
.three-by-one {
  padding-bottom: 33%;
}
/* #2:1 Ratio ------------------------------------------------------------------------ */
.two-by-one {
  padding-bottom: 50%;
}
/* #3:2 Ratio ------------------------------------------------------------------------ */
.three-by-two {
  padding-bottom: 66%;
}
/* #1:1 Ratio ------------------------------------------------------------------------ */
.one-by-one {
  padding-bottom: 100%;
}
/* #1:14 Ratio ------------------------------------------------------------------------ */
.one-by-one-four {
  padding-bottom: 141%;
}
/* #1:2 Ratio ------------------------------------------------------------------------ */
.one-by-two {
  padding-bottom: 200%;
}
/* 
Use: UI
Scope: All devices
Theme: Ultraline
Copyright 2020, © Ultraline
Author: Supersonic Playground
*/
/*************************************************************************
 #UI controls
**************************************************************************/
.button {
  appearance: none;
  transition: all 250ms cubic-bezier(0.5, 0, 0.5, 1);
  display: inline-block;
  position: relative;
  margin: 0 0 1.5rem 0;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  text-align: center;
  text-indent: inherit;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  outline: none;
  border: none;
  border-bottom: none;
  text-shadow: none;
  cursor: pointer;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 1;
  color: #FFFFFF;
  text-transform: uppercase;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  padding: 0 0.75rem;
}
.button:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.button:last-child {
  margin-bottom: 0;
}
.button:focus {
  outline: none;
}
.button:hover {
  border-bottom: none;
}
.button:before,
.button:after {
  transition: all 250ms cubic-bezier(0.5, 0, 0.5, 1);
  display: block;
  position: absolute;
  content: '';
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}
.button:before {
  z-index: -2;
}
.button:after {
  z-index: -1;
}
.button.small {
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  padding: 0 0.75rem;
}
.button.small:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.button.medium {
  min-width: 2rem;
  min-height: 2rem;
  height: 2rem;
  line-height: 2rem;
  padding: 0 1rem;
}
.button.medium:after {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
}
.button.large {
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 1.25rem;
}
.button.large:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
.button.static-button {
  transition: none;
  border: none;
  color: #000000;
  font-size: 0.75rem;
}
.button.white-button {
  color: #000000;
  font-size: 0.75rem;
  background-color: #FFFFFF;
}
.button.white-button:hover {
  color: #FFFFFF;
  background-color: #000000;
}
.button.black-button {
  color: #FFFFFF;
  font-size: 0.75rem;
  background-color: #000000;
}
.button.black-button:hover {
  color: #000000;
  background-color: #F6F6F6;
}
.button.white-static-button {
  transition: none;
  border: none;
  color: #000000;
  font-size: 0.75rem;
  background-color: #FFFFFF;
}
.button.grey-static-button {
  transition: none;
  border: none;
  color: #000000;
  font-size: 0.75rem;
  background-color: #F6F6F6;
}
.button.black-static-button {
  transition: none;
  border: none;
  color: #000000;
  font-size: 0.75rem;
  color: #FFFFFF;
  background-color: #000000;
}
.button.white-outline-button {
  color: #000000;
  font-size: 0.75rem;
  background-color: #FFFFFF;
  border: 1px solid #000000;
}
.button.white-outline-button:hover {
  color: #FFFFFF;
  background-color: #000000;
}
.button.with-icon {
  padding-right: 0!important;
}
.button.with-icon:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
}
.button.icon-only {
  padding-right: 0!important;
  padding: 0!important;
  text-indent: -9999px;
}
.button.icon-only:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
}
.button.icon-only:after {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.button.download-button {
  padding-right: 0!important;
}
.button.download-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
}
.button.download-button:after {
  position: relative;
  margin-left: 0.5rem;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 900;
  content: '\f56d';
  top: 0;
  font-size: 1rem;
}
.button.download-button:hover:after {
  top: 0.1rem;
}
.button.arrow-button {
  padding-right: 0!important;
}
.button.arrow-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
}
.button.arrow-button:after {
  position: relative;
  margin-left: 0.5rem;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  content: '\f105';
  left: 0;
  font-size: 1rem;
  top: 0.05rem;
}
.button.arrow-button:hover:after {
  left: 0.1rem;
}
/*************************************************************************
 #Tab Navigation
**************************************************************************/
.tab-system .tab-navigation-container {
  display: flex;
}
.tab-system .tab-navigation-container ul.tab-navigation {
  margin-left: 0;
  position: relative;
  display: flex;
  width: 100%;
}
.tab-system .tab-navigation-container ul.tab-navigation li {
  list-style-type: none;
  margin-bottom: 0;
}
.tab-system .tab-navigation-container ul.tab-navigation li ul,
.tab-system .tab-navigation-container ul.tab-navigation li ol {
  margin-top: 0;
}
.tab-system .tab-navigation-container ul.tab-navigation li {
  transition: all 250ms cubic-bezier(0.5, 0, 0.5, 1);
  display: inline;
  width: 100%;
  padding: 1rem;
  color: #000000;
  font-display: swap;
  font-family: "Helvetica Neue Roman", "Helvetica", "Arial", sans-serif;
  text-decoration: none;
  cursor: pointer;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
.tab-system .tab-navigation-container ul.tab-navigation li:hover {
  border-bottom: 0.5rem solid #000000;
}
.tab-system .tab-navigation-container ul.tab-navigation li.current:after {
  content: "";
  position: absolute;
  height: 100%;
  right: -0.2rem;
  top: 0;
}
.tab-system .tab-navigation-container ul.tab-navigation li:first-child {
  border-top: 0;
  border-bottom: 1px solid #000000;
}
.tab-system .tab-navigation-container ul.tab-navigation li:first-child:hover {
  border-bottom: 0.5rem solid #000000;
}
.tab-system .tab-navigation-container ul.tab-navigation li:last-child {
  margin-bottom: 0;
  border-bottom: 1px solid #000000;
  border-right: 0;
}
.tab-system .tab-navigation-container ul.tab-navigation li:last-child:hover {
  border-bottom: 0.5rem solid #000000;
}
.tab-system .tab-navigation-container ul.tab-navigation li.current {
  cursor: default;
  position: relative;
  border-bottom: 0.5rem solid #000000;
}
.tab-system .tab-content {
  padding: 1rem;
  display: none;
}
.tab-system .tab-content.current {
  display: block;
}
.tab-system .tab-content .tab-content-text {
  margin-left: 0.5%;
  text-align: justify;
}
.tab-system .tab-content .tab-content-text h4 {
  margin-bottom: 0 !important;
  margin-top: 1rem !important;
}
@media screen and (min-width: 46.875em) {
  .tab-system .tab-content .tab-content-image {
    margin-right: 0.5%;
  }
}
@media screen and (min-width: 40.625em) {
  .tab-system {
    display: inline;
  }
}
.tabbed-section {
  background-color: #F6F6F6;
}
/* 
Use: Forms
Scope: All devices
Theme: Supersonic System
Copyright 2020, © Supersonic Playground Ltd
Author: Supersonic Playground
*/
/*************************************************************************
 #Basic Lists
**************************************************************************/
ul,
ol {
  margin-bottom: 1.5rem;
  margin-left: 2rem;
  list-style-position: outside;
}
ul:last-child,
ol:last-child {
  margin-bottom: 0;
}
ul li,
ol li {
  margin-bottom: 0.5rem;
}
ul li:last-child,
ol li:last-child {
  margin-bottom: 0;
}
ul li ul,
ol li ul,
ul li ol,
ol li ol {
  margin-top: 0.5rem;
}
ul li {
  list-style-type: square;
}
ol li {
  list-style-type: decimal;
}
.no-style-list {
  margin-left: 0;
}
.no-style-list li {
  list-style-type: none;
  margin-bottom: 0;
}
.no-style-list li ul,
.no-style-list li ol {
  margin-top: 0;
}
/*************************************************************************
 #Social Links
**************************************************************************/
/* #Global Styles ------------------------------------------------------------------------ */
ul.social-links {
  margin-left: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  margin-bottom: 1rem;
}
ul.social-links li {
  list-style-type: none;
  margin-bottom: 0;
}
ul.social-links li ul,
ul.social-links li ol {
  margin-top: 0;
}
ul.social-links li {
  position: relative;
  text-align: center;
  padding: 0 1rem;
}
ul.social-links li:last-of-type {
  padding-right: 0;
}
ul.social-links li a {
  display: block;
  line-height: 1rem;
}
ul.social-links li i:before {
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Brands", "Helvetica", "Arial", sans-serif;
  font-size: 1.25rem;
}
ul.social-links li.facebook i:before {
  content: '\f39e';
  color: #000000;
}
ul.social-links li.twitter i:before {
  content: '\f099';
  color: #000000;
}
ul.social-links li.linkedin i:before {
  content: '\f0e1';
  color: #000000;
}
ul.social-links li.youtube i:before {
  content: '\f167';
  color: #000000;
}
ul.social-links li.pinterest i:before {
  content: '\f231';
  color: #000000;
}
ul.social-links li.instagram i:before {
  content: '\f16d';
  color: #000000;
}
ul.social-links li.email i:before {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 900;
  content: '\f0e0';
  color: #000000;
}
/* #Share Module ------------------------------------------------------------------------ */
.share-module p,
.share-module ul.social-links,
.share-module ul.social-links li {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: baseline;
}
.share-module ul.social-links li {
  display: inline-block;
  margin-left: 1rem;
}
.share-module ul.social-links li a {
  line-height: 2.5rem;
}
.share-module ul.social-links li i:before {
  font-size: 1.25rem;
}
/* 
Use: Modular
Scope: All devices
Theme: Ultraline
Copyright 2020, © Ultraline
Author: Supersonic Playground
*/
/*************************************************************************
 #Hero
**************************************************************************/
/* #Simple ------------------------------------------------------------------------ */
.hero-simple {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}
.hero-half,
.hero-image {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  /*
	@media @to-500 {
		.hero-half;
	}
*/
}
.hero-half {
  min-height: 50vh;
}
.hero-image {
  background-color: #000000;
  /*
	@media @to-850 {
		.hero-half !important;
	}
*/
}
@media screen and (max-width: 46.875em) {
  .desktop-hero {
    display: none !important;
  }
}
@media screen and (min-width: 46.938em) {
  .mobile-hero {
    display: none !important;
  }
}
/*************************************************************************
 #Hero
**************************************************************************/
/* #Simple ------------------------------------------------------------------------ */
.hero-simple {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  /*
	@media @to-500 {
		.hero-half;
	}
*/
}
.hero-half,
.hero-image {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  /*
	@media @to-500 {
		.hero-half;
	}
*/
}
.hero-half {
  min-height: 50vh;
}
.hero-image {
  background-color: #000000;
}
.hero-image:after {
  opacity: 0.35;
  background-image: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 77%);
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  pointer-events: none;
}
.hero-image .hero-text {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home .carousel-slide img {
  object-position: 50% 23% !important;
  /*
			@media @to-750 {
				object-position: left !important;
			}
*/
}
.hero-button-section {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1.5rem;
  position: fixed;
  z-index: 9;
}
@media screen and (max-width: 31.25em) {
  .hero-button-section {
    flex-wrap: wrap;
  }
}
.hero-button-section .content-wrapper {
  margin: 1.8rem;
}
@media screen and (max-width: 31.25em) {
  .hero-button-section .content-wrapper {
    text-align: center;
  }
}
.hero-button-section .content-wrapper p {
  font-size: 0.75rem;
  color: #000000;
}
.hero-button-section .button-section {
  margin: 1.5rem;
}
@media screen and (max-width: 31.25em) {
  .hero-button-section .button-section {
    margin-top: 0;
  }
}
@media screen and (min-width: 31.25em) {
  .hero-button-section .button-section {
    margin-left: 0;
  }
}
/*************************************************************************
 #Sliding Doors Page
**************************************************************************/
.sliding-doors .logo-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.sliding-doors .logo-container .footer-logo {
  padding-bottom: 66%;
}
@media screen and (max-width: 53.125em) {
  .sliding-doors .logo-container .one-sixth-page {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 53.125em) {
  .sliding-doors .logo-container .one-sixth-page {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}
.request-sample-section {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 62.5em) {
  .request-sample-section {
    flex-wrap: wrap;
    margin-right: 3%;
  }
}
.request-sample-section .faq-module,
.request-sample-section .sample-module {
  display: flex;
  justify-content: center;
  width: 50%;
}
@media screen and (max-width: 62.5em) {
  .request-sample-section .faq-module,
  .request-sample-section .sample-module {
    width: 100%;
    margin-top: 5%;
    margin-right: 0;
    margin-left: 0;
  }
}
.request-sample-section .request-sample-text {
  margin-left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
}
@media screen and (max-width: 62.5em) {
  .request-sample-section .request-sample-text {
    margin-right: 0;
  }
}
.request-sample-section .request-sample-text h3 {
  width: 100%;
}
/*************************************************************************
 #Showrooms
**************************************************************************/
.location-section .locations {
  display: flex;
  justify-content: center;
}
.location-section .locations .location-modules {
  display: flex;
  justify-content: center;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 46.875em) {
  .location-section .locations .location-modules {
    margin: -1.5rem 0 1.5rem 0;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 78.125em) {
  .location-section .locations .location-modules {
    width: 77.83%;
  }
}
.location-section .locations .location-modules .location-module {
  width: 100%;
}
.location-section .locations .location-modules .location-module .button {
  padding-left: 0;
}
.location-section .locations .location-modules .location-module .get-directions {
  padding-left: 2.5rem;
}
@media screen and (min-width: 46.875em) {
  .location-section .locations .location-modules .location-module:first-of-type {
    padding-right: 1.5rem;
  }
  .location-section .locations .location-modules .location-module:nth-of-type(2n),
  .location-section .locations .location-modules .location-module:last-of-type {
    padding-left: 1.5rem;
  }
}
@media screen and (max-width: 46.875em) {
  .location-section .locations .location-modules .location-module {
    margin-top: 1.5rem;
  }
}
/*************************************************************************
 #Video Placeholder
**************************************************************************/
.video-placeholder {
  position: absolute;
  z-index: 10;
  height: 100%;
  width: 100%;
}
.video-placeholder:before,
.video-placeholder:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex !important;
  align-items: center;
  justify-content: center;
  height: 4.5rem;
  width: 4.5rem;
  content: '';
}
@media screen and (max-width: 46.875em) {
  .video-placeholder:before,
  .video-placeholder:after {
    height: 5.5rem;
    width: 5.5rem;
  }
}
.video-placeholder:before {
  z-index: 3;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  font-size: 1.5rem;
  color: #000000;
  content: '\f04b';
}
.video-placeholder:after {
  z-index: 2;
  background-color: #FFFFFF;
  border-radius: 50%;
  transition: all 250ms cubic-bezier(0.5, 0, 0.5, 1);
}
.video-placeholder:hover {
  cursor: pointer;
}
.video-placeholder:hover:before {
  color: #FFFFFF;
}
.video-placeholder:hover:after {
  background-color: #000000;
}
/*************************************************************************
 #Gallery
**************************************************************************/
@media screen and (min-width: 62.5em) {
  .gallery-content .gallery-image .click-to-enlarge {
    transition: all 250ms cubic-bezier(0.5, 0, 0.5, 1);
    opacity: 0;
  }
  .gallery-content .gallery-image:hover .click-to-enlarge {
    position: absolute;
    bottom: 0;
    z-index: 999;
    left: 0;
    right: 0;
    cursor: pointer;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
  }
  .gallery-content .gallery-image:hover .click-to-enlarge .enlarge {
    display: inline-block;
    width: 3.5rem;
    height: 3.5rem;
    position: relative;
    padding-right: 1.5rem;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.9);
  }
  .gallery-content .gallery-image:hover .click-to-enlarge .enlarge:after {
    content: '\f00e';
    font-display: swap;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif;
    font-weight: 300;
    color: #000000;
    font-size: 1.3rem;
    line-height: 2;
    position: absolute;
    left: 33%;
    top: 15%;
  }
}
@media screen and (max-width: 62.5em) {
  .gallery-content .gallery-image a {
    cursor: text;
  }
}
.gallery-content a {
  color: #F6F6F6 !important;
}
/*************************************************************************
 #Videos
**************************************************************************/
.video-module .white-box-bottom a {
  color: #000000 !important;
}
/*************************************************************************
 #News section
**************************************************************************/
.post-date-length {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.post-date-length .post-length,
.post-date-length .post-date {
  line-height: 1;
}
.post-date-length .post-length:before,
.post-date-length .post-date:before {
  padding-left: 0.8rem;
  padding-right: 0.8rem;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 900;
  color: #000000;
  line-height: 2.5rem;
}
.post-date-length .post-length:before {
  content: '\f017';
}
.post-date-length .post-date {
  padding-right: 1rem;
}
.post-date-length .post-date:before {
  content: '\f073';
}
.post-date-length .date-posted {
  position: relative;
  top: 0.5rem;
}
.prev-next-arrows {
  display: flex;
  justify-content: center;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
.prev-next-arrows .left,
.prev-next-arrows .right {
  position: relative;
  font-display: swap;
  font-family: "Helvetica Neue Roman", "Helvetica", "Arial", sans-serif;
  color: #000000;
}
.prev-next-arrows .left a,
.prev-next-arrows .right a {
  font-display: swap;
  font-family: "Helvetica Neue Roman", "Helvetica", "Arial", sans-serif;
  color: #000000;
}
.prev-next-arrows .left:before,
.prev-next-arrows .right:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  color: #000000;
}
.prev-next-arrows .left {
  padding-left: 2rem;
  padding-right: 3.5rem;
}
.prev-next-arrows .left:before {
  left: 0;
  padding-right: 0.75rem;
  content: '\f177';
}
.prev-next-arrows .right {
  padding-left: 3.5rem;
  padding-right: 2rem;
}
.prev-next-arrows .right:before {
  right: 0;
  padding-left: 0.75rem;
  content: '\f178';
}
/*************************************************************************
 #Showrooms section
**************************************************************************/
.address-name {
  padding-bottom: 1rem;
}
.address i {
  padding-right: 1.5rem;
}
.telephone i,
.email i {
  padding-right: 1.2rem;
}
.address,
.telephone,
.email {
  display: flex;
  padding: 0.5rem 0 0.5rem;
}
.address i:before,
.telephone i:before,
.email i:before {
  font-size: 1.3rem;
}
.address a,
.telephone a,
.email a {
  color: #000000;
}
.events-box span {
  display: block;
  margin-top: -0.5rem;
}
.events-box .day,
.events-box .month-year {
  font-size: 1.3rem;
}
.events-box .date-number {
  font-size: 3.5rem;
}
.events-box .button {
  padding-left: 0;
}
/*************************************************************************
 #Technical Page
**************************************************************************/
.technical-button-section {
  background: #F6F6F6;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 1.5rem;
}
@media screen and (max-width: 31.25em) {
  .technical-button-section {
    flex-wrap: wrap;
  }
}
.technical-button-section .content-wrapper {
  margin: 1.8rem;
}
@media screen and (max-width: 31.25em) {
  .technical-button-section .content-wrapper {
    text-align: center;
  }
}
.technical-button-section .content-wrapper p {
  font-size: 0.75rem;
  color: #000000;
}
.technical-button-section .button-section {
  margin: 1.5rem;
}
@media screen and (max-width: 31.25em) {
  .technical-button-section .button-section {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 31.25em) {
  .technical-button-section .button-section {
    margin-left: 0;
  }
}
.downloads-section h5 {
  margin-bottom: 0;
  margin-top: 0.5rem;
}
/*************************************************************************
 #About Page
**************************************************************************/
.team-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  justify-content: center;
}
.team-section .team-individual {
  position: relative;
}
.team-section .team-individual .content h4 {
  margin-bottom: 0.25rem;
}
.team-section .team-individual .content .position {
  font-size: 0.85rem;
}
.team-section .team-individual .content a.popup-modal:before {
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
@media screen and (min-width: 78.125em) {
  .team-section .team-individual {
    flex-basis: 17%;
  }
}
@media screen and (max-width: 78.125em) {
  .team-section .team-individual {
    flex-basis: 46%;
  }
}
.team-section .team-individual .click-to-enlarge {
  transition: all 250ms cubic-bezier(0.5, 0, 0.5, 1);
  opacity: 0;
}
.team-section .team-individual:hover .click-to-enlarge {
  position: absolute;
  bottom: 0;
  z-index: 1;
  left: 0;
  right: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
}
.team-section .team-individual:hover .click-to-enlarge .enlarge {
  display: inline-block;
  width: 3.5rem;
  height: 3.5rem;
  position: relative;
  padding-right: 1.5rem;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.9);
}
.team-section .team-individual:hover .click-to-enlarge .enlarge:after {
  content: '\f00e';
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  color: #000000;
  font-size: 1.3rem;
  line-height: 2;
  position: absolute;
  left: 33%;
  top: 15%;
}
.team-pop-up-modules-wrapper .team-member-pop-up .content-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.team-pop-up-modules-wrapper .team-member-pop-up .content-wrapper .image {
  width: 100%;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 40.625em) {
  .team-pop-up-modules-wrapper .team-member-pop-up .content-wrapper .image {
    width: 40%;
    margin-bottom: 0;
  }
}
.team-pop-up-modules-wrapper .team-member-pop-up .content-wrapper .content {
  width: 100%;
}
@media screen and (min-width: 40.625em) {
  .team-pop-up-modules-wrapper .team-member-pop-up .content-wrapper .content {
    width: 60%;
    padding-left: 1.5rem;
  }
}
.team-pop-up-modules-wrapper .team-member-pop-up .content-wrapper .content h4 {
  margin-bottom: 0.25rem;
}
.team-pop-up-modules-wrapper .team-member-pop-up .content-wrapper .content .position {
  font-size: 0.85rem;
  margin-bottom: 0.75rem;
}
/*************************************************************************
 #Sitemap page
**************************************************************************/
@media screen and (max-width: 46.875em) {
  .sitemap-section .vertical-half-margin-bottom {
    margin-bottom: 3rem;
  }
}
.sitemap-section ul {
  margin-left: 0;
}
.sitemap-section ul li {
  list-style-type: none;
  margin-bottom: 0;
}
.sitemap-section ul li ul,
.sitemap-section ul li ol {
  margin-top: 0;
}
/*************************************************************************
 #Floating Boxes
**************************************************************************/
.floating-box {
  background-color: #FFFFFF;
}
.floating-box h1,
.floating-box h2,
.floating-box h3,
.floating-box h4,
.floating-box h5 {
  color: #000000;
}
.floating-box p,
.floating-box ul,
.floating-box li,
.floating-box label {
  color: #000000;
}
.floating-box.with-link {
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
  transform: scale(1);
}
.floating-box.with-link:hover {
  transform: scale(1.05);
}
.white-box-bottom {
  position: absolute;
  bottom: 0;
  margin-bottom: 0;
  padding: 0.7rem;
  background-color: #FFFFFF;
  color: #000000;
  z-index: 9;
  border-left: 1px solid #FFFFFF;
}
.white-box-bottom a {
  color: #000000;
  font-size: 1.2rem;
}
.white-box-bottom h3 {
  line-height: normal;
  margin-bottom: -0.7rem;
}
@media screen and (max-width: 78.125em) {
  .white-box-bottom h3 {
    font-size: 1.25rem;
  }
}
.post-details {
  padding: 0.7rem;
}
.post-details a {
  color: #000000;
  font-size: 1.05rem;
}
/*************************************************************************
 #Image rollover
**************************************************************************/
.listing-module img {
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.listing-module img:hover {
  transform: scale(1.05);
}
.listing-module:hover img {
  transform: scale(1.05);
}
.listing-module figure {
  margin-left: 1px;
}
/*************************************************************************
 #Block Grid Modules
**************************************************************************/
.block-grid-module {
  background-color: #FFFFFF;
}
.block-grid-module h1,
.block-grid-module h2,
.block-grid-module h3,
.block-grid-module h4,
.block-grid-module h5 {
  color: #000000;
}
.block-grid-module p,
.block-grid-module ul,
.block-grid-module li,
.block-grid-module label {
  color: #000000;
}
.block-grid-module.with-link {
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
  transform: scale(1);
}
.block-grid-module.with-link:hover {
  transform: scale(1.05);
}
/*************************************************************************
 #Content Over Image
**************************************************************************/
.content-over-image .image {
  position: relative;
  z-index: 1;
  width: 93.996%;
  display: inline-block;
  float: none;
  margin-left: 1.5%;
  margin-right: 1.5%;
}
.content-over-image .image .vertical-outer {
  width: 100%;
}
.content-over-image .image .responsive-image-crop {
  position: relative;
  width: 100%;
  height: 0;
  padding: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
}
.content-over-image .image .responsive-image-crop.responsive-background-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.content-over-image .image .responsive-image-crop > .image-container,
.content-over-image .image .responsive-image-crop > .video-container {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.content-over-image .image .responsive-image-crop > .image-container img,
.content-over-image .image .responsive-image-crop > .video-container img,
.content-over-image .image .responsive-image-crop > .image-container iframe,
.content-over-image .image .responsive-image-crop > .video-container iframe,
.content-over-image .image .responsive-image-crop > .image-container object,
.content-over-image .image .responsive-image-crop > .video-container object,
.content-over-image .image .responsive-image-crop > .image-container embed,
.content-over-image .image .responsive-image-crop > .video-container embed,
.content-over-image .image .responsive-image-crop > .image-container video,
.content-over-image .image .responsive-image-crop > .video-container video {
  width: 100%;
  height: 100%;
}
.content-over-image .image .responsive-image-crop .video-container {
  height: 0;
  top: 50%;
  transform-origin: 50% 0;
  transform: translateY(-50%);
  padding-bottom: 56.25%;
}
.content-over-image .image .responsive-image-crop .video-container .video-wrapper {
  display: block;
  position: absolute;
  width: 100%;
  height: 300%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.content-over-image .image .responsive-image-crop.image-hover .image-container {
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
  transform: scale(1);
}
.content-over-image .image .responsive-image-crop.image-hover:hover .image-container {
  transform: scale(1.2);
}
.content-over-image .image .responsive-image-crop.responsive-background-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.content-over-image .image .responsive-image-crop > .image-container,
.content-over-image .image .responsive-image-crop > .video-container {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.content-over-image .image .responsive-image-crop > .image-container img,
.content-over-image .image .responsive-image-crop > .video-container img,
.content-over-image .image .responsive-image-crop > .image-container iframe,
.content-over-image .image .responsive-image-crop > .video-container iframe,
.content-over-image .image .responsive-image-crop > .image-container object,
.content-over-image .image .responsive-image-crop > .video-container object,
.content-over-image .image .responsive-image-crop > .image-container embed,
.content-over-image .image .responsive-image-crop > .video-container embed,
.content-over-image .image .responsive-image-crop > .image-container video,
.content-over-image .image .responsive-image-crop > .video-container video {
  width: 100%;
  height: 100%;
}
.content-over-image .image .responsive-image-crop .video-container {
  height: 0;
  top: 50%;
  transform-origin: 50% 0;
  transform: translateY(-50%);
  padding-bottom: 56.25%;
}
.content-over-image .image .responsive-image-crop .video-container .video-wrapper {
  display: block;
  position: absolute;
  width: 100%;
  height: 300%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.content-over-image .image .responsive-image-crop.image-hover .image-container {
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
  transform: scale(1);
}
.content-over-image .image .responsive-image-crop.image-hover:hover .image-container {
  transform: scale(1.2);
}
.content-over-image .image .responsive-image-crop .image-container img {
  object-fit: cover;
}
.content-over-image .image .responsive-image-crop.responsive-background-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.content-over-image .image .responsive-image-crop > .image-container,
.content-over-image .image .responsive-image-crop > .video-container {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.content-over-image .image .responsive-image-crop > .image-container img,
.content-over-image .image .responsive-image-crop > .video-container img,
.content-over-image .image .responsive-image-crop > .image-container iframe,
.content-over-image .image .responsive-image-crop > .video-container iframe,
.content-over-image .image .responsive-image-crop > .image-container object,
.content-over-image .image .responsive-image-crop > .video-container object,
.content-over-image .image .responsive-image-crop > .image-container embed,
.content-over-image .image .responsive-image-crop > .video-container embed,
.content-over-image .image .responsive-image-crop > .image-container video,
.content-over-image .image .responsive-image-crop > .video-container video {
  width: 100%;
  height: 100%;
}
.content-over-image .image .responsive-image-crop .video-container {
  height: 0;
  top: 50%;
  transform-origin: 50% 0;
  transform: translateY(-50%);
  padding-bottom: 56.25%;
}
.content-over-image .image .responsive-image-crop .video-container .video-wrapper {
  display: block;
  position: absolute;
  width: 100%;
  height: 300%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.content-over-image .image .responsive-image-crop.image-hover .image-container {
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
  transform: scale(1);
}
.content-over-image .image .responsive-image-crop.image-hover:hover .image-container {
  transform: scale(1.2);
}
.content-over-image .image .responsive-image-crop.responsive-background-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.content-over-image .image .responsive-image-crop > .image-container,
.content-over-image .image .responsive-image-crop > .video-container {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.content-over-image .image .responsive-image-crop > .image-container img,
.content-over-image .image .responsive-image-crop > .video-container img,
.content-over-image .image .responsive-image-crop > .image-container iframe,
.content-over-image .image .responsive-image-crop > .video-container iframe,
.content-over-image .image .responsive-image-crop > .image-container object,
.content-over-image .image .responsive-image-crop > .video-container object,
.content-over-image .image .responsive-image-crop > .image-container embed,
.content-over-image .image .responsive-image-crop > .video-container embed,
.content-over-image .image .responsive-image-crop > .image-container video,
.content-over-image .image .responsive-image-crop > .video-container video {
  width: 100%;
  height: 100%;
}
.content-over-image .image .responsive-image-crop .video-container {
  height: 0;
  top: 50%;
  transform-origin: 50% 0;
  transform: translateY(-50%);
  padding-bottom: 56.25%;
}
.content-over-image .image .responsive-image-crop .video-container .video-wrapper {
  display: block;
  position: absolute;
  width: 100%;
  height: 300%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.content-over-image .image .responsive-image-crop.image-hover .image-container {
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
  transform: scale(1);
}
.content-over-image .image .responsive-image-crop.image-hover:hover .image-container {
  transform: scale(1.2);
}
.content-over-image .image .responsive-image-crop .image-container img {
  object-fit: cover;
}
@media screen and (min-width: 46.875em) {
  .content-over-image .image {
    position: absolute;
    top: 3rem;
    right: 3%;
    bottom: 3rem;
    left: 3%;
    margin: 0;
  }
  .content-over-image .image .responsive-image-crop {
    position: relative;
    height: 0;
    padding: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding-bottom: 0;
  }
  .content-over-image .image .responsive-image-crop.responsive-background-image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .content-over-image .image .responsive-image-crop > .image-container,
  .content-over-image .image .responsive-image-crop > .video-container {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .content-over-image .image .responsive-image-crop > .image-container img,
  .content-over-image .image .responsive-image-crop > .video-container img,
  .content-over-image .image .responsive-image-crop > .image-container iframe,
  .content-over-image .image .responsive-image-crop > .video-container iframe,
  .content-over-image .image .responsive-image-crop > .image-container object,
  .content-over-image .image .responsive-image-crop > .video-container object,
  .content-over-image .image .responsive-image-crop > .image-container embed,
  .content-over-image .image .responsive-image-crop > .video-container embed,
  .content-over-image .image .responsive-image-crop > .image-container video,
  .content-over-image .image .responsive-image-crop > .video-container video {
    width: 100%;
    height: 100%;
  }
  .content-over-image .image .responsive-image-crop .video-container {
    height: 0;
    top: 50%;
    transform-origin: 50% 0;
    transform: translateY(-50%);
    padding-bottom: 56.25%;
  }
  .content-over-image .image .responsive-image-crop .video-container .video-wrapper {
    display: block;
    position: absolute;
    width: 100%;
    height: 300%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .content-over-image .image .responsive-image-crop.image-hover .image-container {
    transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
    transform: scale(1);
  }
  .content-over-image .image .responsive-image-crop.image-hover:hover .image-container {
    transform: scale(1.2);
  }
  .content-over-image .image .responsive-image-crop.responsive-background-image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .content-over-image .image .responsive-image-crop > .image-container,
  .content-over-image .image .responsive-image-crop > .video-container {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .content-over-image .image .responsive-image-crop > .image-container img,
  .content-over-image .image .responsive-image-crop > .video-container img,
  .content-over-image .image .responsive-image-crop > .image-container iframe,
  .content-over-image .image .responsive-image-crop > .video-container iframe,
  .content-over-image .image .responsive-image-crop > .image-container object,
  .content-over-image .image .responsive-image-crop > .video-container object,
  .content-over-image .image .responsive-image-crop > .image-container embed,
  .content-over-image .image .responsive-image-crop > .video-container embed,
  .content-over-image .image .responsive-image-crop > .image-container video,
  .content-over-image .image .responsive-image-crop > .video-container video {
    width: 100%;
    height: 100%;
  }
  .content-over-image .image .responsive-image-crop .video-container {
    height: 0;
    top: 50%;
    transform-origin: 50% 0;
    transform: translateY(-50%);
    padding-bottom: 56.25%;
  }
  .content-over-image .image .responsive-image-crop .video-container .video-wrapper {
    display: block;
    position: absolute;
    width: 100%;
    height: 300%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .content-over-image .image .responsive-image-crop.image-hover .image-container {
    transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
    transform: scale(1);
  }
  .content-over-image .image .responsive-image-crop.image-hover:hover .image-container {
    transform: scale(1.2);
  }
  .content-over-image .image .responsive-image-crop .image-container img {
    object-fit: cover;
  }
  .content-over-image .image .responsive-image-crop.responsive-background-image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .content-over-image .image .responsive-image-crop > .image-container,
  .content-over-image .image .responsive-image-crop > .video-container {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .content-over-image .image .responsive-image-crop > .image-container img,
  .content-over-image .image .responsive-image-crop > .video-container img,
  .content-over-image .image .responsive-image-crop > .image-container iframe,
  .content-over-image .image .responsive-image-crop > .video-container iframe,
  .content-over-image .image .responsive-image-crop > .image-container object,
  .content-over-image .image .responsive-image-crop > .video-container object,
  .content-over-image .image .responsive-image-crop > .image-container embed,
  .content-over-image .image .responsive-image-crop > .video-container embed,
  .content-over-image .image .responsive-image-crop > .image-container video,
  .content-over-image .image .responsive-image-crop > .video-container video {
    width: 100%;
    height: 100%;
  }
  .content-over-image .image .responsive-image-crop .video-container {
    height: 0;
    top: 50%;
    transform-origin: 50% 0;
    transform: translateY(-50%);
    padding-bottom: 56.25%;
  }
  .content-over-image .image .responsive-image-crop .video-container .video-wrapper {
    display: block;
    position: absolute;
    width: 100%;
    height: 300%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .content-over-image .image .responsive-image-crop.image-hover .image-container {
    transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
    transform: scale(1);
  }
  .content-over-image .image .responsive-image-crop.image-hover:hover .image-container {
    transform: scale(1.2);
  }
  .content-over-image .image .responsive-image-crop.responsive-background-image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .content-over-image .image .responsive-image-crop > .image-container,
  .content-over-image .image .responsive-image-crop > .video-container {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .content-over-image .image .responsive-image-crop > .image-container img,
  .content-over-image .image .responsive-image-crop > .video-container img,
  .content-over-image .image .responsive-image-crop > .image-container iframe,
  .content-over-image .image .responsive-image-crop > .video-container iframe,
  .content-over-image .image .responsive-image-crop > .image-container object,
  .content-over-image .image .responsive-image-crop > .video-container object,
  .content-over-image .image .responsive-image-crop > .image-container embed,
  .content-over-image .image .responsive-image-crop > .video-container embed,
  .content-over-image .image .responsive-image-crop > .image-container video,
  .content-over-image .image .responsive-image-crop > .video-container video {
    width: 100%;
    height: 100%;
  }
  .content-over-image .image .responsive-image-crop .video-container {
    height: 0;
    top: 50%;
    transform-origin: 50% 0;
    transform: translateY(-50%);
    padding-bottom: 56.25%;
  }
  .content-over-image .image .responsive-image-crop .video-container .video-wrapper {
    display: block;
    position: absolute;
    width: 100%;
    height: 300%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .content-over-image .image .responsive-image-crop.image-hover .image-container {
    transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
    transform: scale(1);
  }
  .content-over-image .image .responsive-image-crop.image-hover:hover .image-container {
    transform: scale(1.2);
  }
  .content-over-image .image .responsive-image-crop .image-container img {
    object-fit: cover;
  }
}
.content-over-image .content {
  background-color: #FFFFFF;
}
.content-over-image .content h1,
.content-over-image .content h2,
.content-over-image .content h3,
.content-over-image .content h4,
.content-over-image .content h5 {
  color: #000000;
}
.content-over-image .content p,
.content-over-image .content ul,
.content-over-image .content li,
.content-over-image .content label {
  color: #000000;
}
.content-over-image .content.with-link {
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
  transform: scale(1);
}
.content-over-image .content.with-link:hover {
  transform: scale(1.05);
}
@media screen and (min-width: 46.875em) {
  .content-over-image .content.right-align {
    margin-right: 11.083%;
  }
  .content-over-image .content.left-align {
    margin-left: 11.083%;
  }
}
/*************************************************************************
 #Data Table
**************************************************************************/
table {
  background-color: #FFFFFF;
  border: 3px solid #FFFFFF;
}
table h1,
table h2,
table h3,
table h4,
table h5 {
  color: #000000;
}
table p,
table ul,
table li,
table label {
  color: #000000;
}
table tr th,
table tr td {
  padding: 0.5rem;
  border-right: 3px solid #FFFFFF;
}
table tr th:last-child,
table tr td:last-child {
  border-right: none;
}
table thead tr {
  border-bottom: 3px solid #FFFFFF;
}
table thead tr th {
  background-color: ;
  /* be sure to specify a font here */
  color: #FFFFFF;
}
table tbody tr,
table tfoot tr {
  border-bottom: 3px solid #FFFFFF;
}
table tbody tr:last-child,
table tfoot tr:last-child {
  border-bottom: none;
}
table tbody tr:nth-child(odd),
table tfoot tr:nth-child(odd) {
  background-color: ;
}
table tbody tr:nth-child(even),
table tfoot tr:nth-child(even) {
  background-color: ;
}
/*************************************************************************
 #FAQs
**************************************************************************/
.faq {
  padding: 1rem 0;
  border-bottom: 1px solid #000000;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
.faq:first-child {
  padding-top: 0;
}
.faq .faq-title {
  text-align: left;
}
.faq .faq-title p {
  position: relative;
  padding-right: 2rem;
  cursor: pointer;
}
.faq .faq-title p:before {
  position: absolute;
  width: 3rem;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  content: '\f078';
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  /* be sure to specify a colour here */
  text-align: center;
}
.faq .faq-title.open p:before {
  transform: translateY(-50%) rotate(180deg);
}
.faq .faq-content {
  height: 0;
  margin-top: 0;
  overflow: hidden;
  opacity: 0;
  text-align: left;
}
.faq .faq-content .content-wrapper {
  margin-bottom: 0;
}
.faq .faq-content.open {
  margin-top: 1rem;
  height: auto;
  opacity: 1;
}
/*************************************************************************
 #Google Maps
**************************************************************************/
.map {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.map img {
  max-width: inherit !important;
}
.map button {
  width: 2.5rem !important;
  height: 2.5rem !important;
  margin: 1rem !important;
  border-radius: 0!important;
  background-color: #FFFFFF !important;
}
.map button:after {
  position: absolute;
  height: 2.5rem;
  width: 2.5rem;
  top: 0;
  left: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  /* be sure to specify a colour here */
  font-size: 1rem;
  line-height: 2.5rem;
}
.map button img {
  display: none!important;
}
.map .gm-style-cc {
  display: none;
}
.map .gm-fullscreen-control:after {
  content: '\f065';
}
.map .gm-style-iw {
  padding: 0.5rem 1.25rem 0.5rem 0.5rem !important;
}
.map .gm-style-iw h1,
.map .gm-style-iw h2,
.map .gm-style-iw h3,
.map .gm-style-iw h4,
.map .gm-style-iw h5 {
  color: #000000;
}
.map .gm-style-iw p,
.map .gm-style-iw ul,
.map .gm-style-iw li,
.map .gm-style-iw label {
  color: #000000;
}
.map .gm-style-iw .gm-style-iw-d {
  overflow: hidden!important;
  max-width: auto!important;
  max-height: auto!important;
}
.map .gm-style-iw button {
  width: 0.75rem !important;
  height: 0.75rem !important;
  margin: 0.25rem !important;
  top: 0!important;
  right: 0!important;
  background-colour: transparent!important;
  box-shadow: none!important;
  opacity: 1!important;
}
.map .gm-style-iw button:after {
  content: '\f00d';
  width: 0.75rem !important;
  height: 0.75rem !important;
  font-size: 0.75rem;
  line-height: 0.75rem;
}
.map .gm-bundled-control {
  margin: 0!important;
  bottom: 0!important;
  right: 0!important;
}
.map .gm-bundled-control .gmnoprint {
  position: static!important;
  top: auto!important;
  left: auto!important;
}
.map .gm-bundled-control .gmnoprint > div {
  width: auto!important;
  height: auto!important;
  box-shadow: none!important;
  border-radius: 0!important;
  background-color: transparent!important;
}
.map .gm-bundled-control .gmnoprint > div > div {
  display: none;
}
.map .gm-bundled-control .gmnoprint > div > button[title="Zoom in"]:after {
  content: '\f067';
}
.map .gm-bundled-control .gmnoprint > div > button[title="Zoom out"]:after {
  content: '\f068';
}
@media screen and (min-width: 62.5em) {
  .map button {
    height: 2rem !important;
    width: 2rem !important;
  }
  .map button:after {
    height: 2rem;
    width: 2rem;
    line-height: 2rem;
  }
}
/*************************************************************************
 #Key Benefits
**************************************************************************/
.key-benefit {
  position: relative;
  min-height: 2.5rem;
  padding-left: 5rem;
}
.key-benefit:before {
  display: block;
  position: absolute;
  width: 3.5rem;
  height: 3.5rem;
  top: 0;
  left: 0;
  content: '';
  font-size: 3.5rem;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  text-align: center;
  background: url('img/ui/chevrons.svg') no-repeat top right;
}
.key-benefit h3 {
  margin-bottom: 0.5rem;
}
/*************************************************************************
 #Statistic Modules
**************************************************************************/
/*
.statistic-module {
	.floating-box;
}
*/
/*************************************************************************
 #Masonry Grid Items
**************************************************************************/
/* #1 Column Grid ------------------------------------------------------------------------ */
.grid-items {
  position: relative;
}
.grid-items .gutter-sizer {
  width: 3%;
}
.grid-items .grid-sizer,
.grid-items .grid-item {
  position: relative;
  overflow: hidden;
  width: 100%;
}
@media screen and (min-width: 46.875em) {
  .grid-items.two-column .grid-sizer,
  .grid-items.two-column .grid-item {
    width: 48.5%;
  }
}
@media screen and (min-width: 46.875em) {
  .grid-items.three-column .grid-sizer,
  .grid-items.three-column .grid-item {
    width: 48.5%;
  }
}
@media screen and (min-width: 62.5em) {
  .grid-items.three-column .grid-sizer,
  .grid-items.three-column .grid-item {
    width: 31.302%;
  }
}
.grid-items.four-column .grid-sizer,
.grid-items.four-column .grid-item {
  width: 48.5%;
}
@media screen and (min-width: 46.875em) {
  .grid-items.four-column .grid-sizer,
  .grid-items.four-column .grid-item {
    width: 31.302%;
  }
}
@media screen and (min-width: 62.5em) {
  .grid-items.four-column .grid-sizer,
  .grid-items.four-column .grid-item {
    width: 22.75%;
  }
}
.grid-items.five-column .grid-sizer,
.grid-items.five-column .grid-item {
  width: 48.5%;
}
@media screen and (min-width: 40.625em) {
  .grid-items.five-column .grid-sizer,
  .grid-items.five-column .grid-item {
    width: 31.302%;
  }
}
@media screen and (min-width: 53.125em) {
  .grid-items.five-column .grid-sizer,
  .grid-items.five-column .grid-item {
    width: 22.75%;
  }
}
@media screen and (min-width: 78.125em) {
  .grid-items.five-column .grid-sizer,
  .grid-items.five-column .grid-item {
    width: 17.6%;
  }
}
.grid-items.six-column .grid-sizer,
.grid-items.six-column .grid-item {
  width: 31.302%;
}
@media screen and (min-width: 46.875em) {
  .grid-items.six-column .grid-sizer,
  .grid-items.six-column .grid-item {
    width: 22.75%;
  }
}
@media screen and (min-width: 62.5em) {
  .grid-items.six-column .grid-sizer,
  .grid-items.six-column .grid-item {
    width: 17.6%;
  }
}
@media screen and (min-width: 93.75em) {
  .grid-items.six-column .grid-sizer,
  .grid-items.six-column .grid-item {
    width: 14.11%;
  }
}
/*************************************************************************
 #Timeline
**************************************************************************/
.timeline-container {
  position: relative;
  padding-top: 3.5rem;
}
.timeline-container:before,
.timeline-container:after {
  position: absolute;
}
.timeline-container:before {
  width: 100%;
  height: 1rem;
  top: 0;
  left: 0;
  text-align: left;
  text-transform: uppercase;
  z-index: 2;
}
.timeline-container:after {
  content: '';
  width: 1.3rem;
  height: 1.3rem;
  top: 0;
  left: 1rem;
  background-color: #000000;
  border-radius: 100%;
  z-index: 1;
}
@media screen and (max-width: 46.875em) {
  .timeline-container:after {
    left: 0.3rem;
  }
}
@media screen and (min-width: 46.875em) {
  .timeline-container:before {
    text-align: center;
  }
  .timeline-container:after {
    margin-left: -0.65rem;
    left: 50%;
  }
}
.timeline-container .grid-items {
  width: calc(100% -  1rem);
  margin-left: 1rem;
}
.timeline-container .grid-items:before,
.timeline-container .grid-items:after {
  position: absolute;
  content: '';
  width: 1.5px;
  margin-left: -2px;
  left: 0;
  background-color: #000000;
}
.timeline-container .grid-items:before {
  height: 100%;
  top: 0;
}
.timeline-container .grid-items:after {
  height: 5rem;
  bottom: 0;
  background-color: #000000;
  background: linear-gradient(to bottom, #000000, #F6F6F6);
}
@media screen and (min-width: 46.875em) {
  .timeline-container .grid-items {
    width: 100%;
    margin-left: 0;
  }
  .timeline-container .grid-items:before,
  .timeline-container .grid-items:after {
    left: 50%;
  }
}
.timeline-container .grid-items .grid-line-top:before {
  position: absolute;
  content: '';
  width: 2.5px;
  height: 3rem;
  top: -3rem;
  margin-left: -0.05rem;
  background-color: #000000;
}
@media screen and (max-width: 46.875em) {
  .timeline-container .grid-items .grid-line-top:before {
    left: -0.05rem;
    width: 1px;
  }
}
.timeline-container .grid-items .timeline-content {
  background-color: #FFFFFF;
  overflow: hidden;
  padding: 0.5rem;
  display: flex;
  align-items: center;
}
.timeline-container .grid-items .timeline-content h1,
.timeline-container .grid-items .timeline-content h2,
.timeline-container .grid-items .timeline-content h3,
.timeline-container .grid-items .timeline-content h4,
.timeline-container .grid-items .timeline-content h5 {
  color: #000000;
}
.timeline-container .grid-items .timeline-content p,
.timeline-container .grid-items .timeline-content ul,
.timeline-container .grid-items .timeline-content li,
.timeline-container .grid-items .timeline-content label {
  color: #000000;
}
.timeline-container .grid-items .timeline-content.with-link {
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
  transform: scale(1);
}
.timeline-container .grid-items .timeline-content.with-link:hover {
  transform: scale(1.05);
}
.timeline-container .grid-items .timeline-content p {
  font-size: 0.85rem;
}
.timeline-container .grid-items .timeline-content .timeline-image {
  padding-bottom: 40%;
}
.timeline-container .grid-items .thick-line-top:before {
  height: 0.5rem;
  width: 101.4%;
  margin-top: -2px;
  top: -0.55rem;
  left: -1.5rem;
  background-color: #000000;
  z-index: 0;
  position: absolute;
  content: '';
}
.timeline-container .grid-items .details {
  padding: 1rem 0.5rem 0.5rem;
}
.timeline-container .grid-items .timeline-segment {
  margin-bottom: 3rem;
  padding-left: 3rem;
  overflow: visible;
}
.timeline-container .grid-items .timeline-segment:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 46.875em) {
  .timeline-container .grid-items .timeline-segment {
    padding-left: 0;
    padding-right: 0;
    /*
				&:first-of-type {
					&:before {
						width: 105.5% !important;
					}
					
					.thick-line-top {
						&:before {
							right: 0 !important;
							width: 110% !important;
						}
					}
				}
*/
  }
  .timeline-container .grid-items .timeline-segment:nth-of-type(odd) {
    padding-right: 7rem;
  }
  .timeline-container .grid-items .timeline-segment:nth-of-type(odd) .thick-line-top:before {
    width: 100%;
    right: -120%;
    left: auto !important;
  }
  .timeline-container .grid-items .timeline-segment:nth-of-type(even) {
    padding-left: 7rem;
  }
  .timeline-container .grid-items .timeline-segment:nth-of-type(2) {
    margin-top: 5rem;
  }
}
.timeline-container .grid-items .timeline-segment:before,
.timeline-container .grid-items .timeline-segment:after {
  position: absolute;
  content: '';
}
.timeline-container .grid-items .timeline-segment:before {
  height: 1.5px;
  width: 2rem;
  top: 0;
  left: 1rem;
  background-color: #000000;
  z-index: 0;
}
@media screen and (max-width: 46.875em) {
  .timeline-container .grid-items .timeline-segment:before {
    left: 0;
    width: 3rem;
  }
}
.timeline-container .grid-items .timeline-segment:after {
  width: 0.8rem;
  height: 0.8rem;
  margin-top: -0.4rem;
  top: 0;
  left: -1rem;
  background-color: #000000;
  border-radius: 100%;
  z-index: 1;
}
@media screen and (max-width: 46.875em) {
  .timeline-container .grid-items .timeline-segment:after {
    left: -0.5rem;
  }
}
@media screen and (min-width: 46.875em) {
  .timeline-container .grid-items .timeline-segment:before {
    left: auto;
    right: auto;
  }
  .timeline-container .grid-items .timeline-segment:after {
    left: auto;
    right: auto;
  }
  .timeline-container .grid-items .timeline-segment:nth-of-type(odd):before {
    right: -1.25rem;
    width: 50%;
  }
  .timeline-container .grid-items .timeline-segment:nth-of-type(odd):after {
    right: -3%;
    transform: translateX(calc(50% +  1px));
  }
  .timeline-container .grid-items .timeline-segment:nth-of-type(even):before {
    width: 50%;
    left: -1rem;
  }
  .timeline-container .grid-items .timeline-segment:nth-of-type(even):after {
    left: -3%;
    transform: translateX(calc(-50% -  1px));
  }
}
/*************************************************************************
 #Google Maps
**************************************************************************/
.map {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.map img {
  max-width: inherit !important;
}
.map button {
  width: 2.5rem !important;
  height: 2.5rem !important;
  margin: 1rem !important;
  border-radius: 0!important;
  background-color: #FFFFFF !important;
}
.map button:after {
  position: absolute;
  height: 2.5rem;
  width: 2.5rem;
  top: 0;
  left: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  color: #000000;
  font-size: 1rem;
  line-height: 2.5rem;
}
.map button img {
  display: none!important;
}
.map .gm-style-cc {
  display: none;
}
.map .gm-fullscreen-control:after {
  content: '\f065';
}
.map .gm-style-iw {
  padding: 0.5rem 1.25rem 0.5rem 0.5rem !important;
}
.map .gm-style-iw h1,
.map .gm-style-iw h2,
.map .gm-style-iw h3,
.map .gm-style-iw h4,
.map .gm-style-iw h5 {
  color: #000000;
}
.map .gm-style-iw p,
.map .gm-style-iw ul,
.map .gm-style-iw li,
.map .gm-style-iw label {
  color: #000000;
}
.map .gm-style-iw .gm-style-iw-d {
  overflow: hidden!important;
  max-width: auto!important;
  max-height: auto!important;
}
.map .gm-style-iw button {
  width: 0.75rem !important;
  height: 0.75rem !important;
  margin: 0.25rem !important;
  top: 0!important;
  right: 0!important;
  background-colour: transparent!important;
  box-shadow: none!important;
  opacity: 1!important;
}
.map .gm-style-iw button:after {
  content: '\f00d';
  width: 0.75rem !important;
  height: 0.75rem !important;
  font-size: 0.75rem;
  line-height: 0.75rem;
}
.map .gm-bundled-control {
  margin: 0!important;
  bottom: 0!important;
  right: 0!important;
}
.map .gm-bundled-control .gmnoprint {
  position: static!important;
  top: auto!important;
  left: auto!important;
}
.map .gm-bundled-control .gmnoprint > div {
  width: auto!important;
  height: auto!important;
  box-shadow: none!important;
  border-radius: 0!important;
  background-color: transparent!important;
}
.map .gm-bundled-control .gmnoprint > div > div {
  display: none;
}
.map .gm-bundled-control .gmnoprint > div > button[title="Zoom in"]:after {
  content: '\f067';
}
.map .gm-bundled-control .gmnoprint > div > button[title="Zoom out"]:after {
  content: '\f068';
}
@media screen and (min-width: 62.5em) {
  .map button {
    height: 2rem !important;
    width: 2rem !important;
  }
  .map button:after {
    height: 2rem;
    width: 2rem;
    line-height: 2rem;
  }
}
/*************************************************************************
 #GDPR Cookies Banner
**************************************************************************/
/* #Sticky Bar ------------------------------------------------------------------------ */
#moove_gdpr_cookie_info_bar {
  background-color: #F6F6F6 !important;
  border-top: none!important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container {
  padding: 0.5rem 1rem !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content {
  padding: 0!important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-cookie-notice p {
  font-size: 0.75rem !important;
  color: #000000 !important;
  line-height: 1.2 !important;
  margin-bottom: 0.25rem !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-cookie-notice p:last-child {
  margin-bottom: 0!important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button {
  appearance: none !important;
  transition: all 250ms cubic-bezier(0.5, 0, 0.5, 1) !important;
  display: inline-block !important;
  position: relative !important;
  margin: 0 0 1.5rem 0 !important;
  padding: 0 !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-color: transparent !important;
  text-align: center !important;
  text-indent: inherit !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  outline: none !important;
  border: none !important;
  border-bottom: none !important;
  text-shadow: none !important;
  cursor: pointer !important;
  transform: translate(0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
  z-index: 1 !important;
  text-transform: uppercase !important;
  min-width: 1.5rem !important;
  min-height: 1.5rem !important;
  height: 1.5rem !important;
  line-height: 1.5rem !important;
  padding: 0 0.75rem !important;
  min-width: 2rem !important;
  min-height: 2rem !important;
  height: 2rem !important;
  line-height: 2rem !important;
  padding: 0 1rem !important;
  color: #FFFFFF !important;
  font-size: 0.75rem !important;
  background-color: #000000 !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button:after {
  width: 1.5rem !important;
  height: 1.5rem !important;
  line-height: 1.5rem !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button:last-child {
  margin-bottom: 0 !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button:focus {
  outline: none !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button:hover {
  border-bottom: none !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button:before,
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button:after {
  transition: all 250ms cubic-bezier(0.5, 0, 0.5, 1) !important;
  display: block !important;
  position: absolute !important;
  content: '' !important;
  transform: translate(0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button:before {
  z-index: -2 !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button:after {
  z-index: -1 !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.small {
  min-width: 1.5rem !important;
  min-height: 1.5rem !important;
  height: 1.5rem !important;
  line-height: 1.5rem !important;
  padding: 0 0.75rem !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.small:after {
  width: 1.5rem !important;
  height: 1.5rem !important;
  line-height: 1.5rem !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.medium {
  min-width: 2rem !important;
  min-height: 2rem !important;
  height: 2rem !important;
  line-height: 2rem !important;
  padding: 0 1rem !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.medium:after {
  width: 2rem !important;
  height: 2rem !important;
  line-height: 2rem !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.large {
  min-width: 2.5rem !important;
  min-height: 2.5rem !important;
  height: 2.5rem !important;
  line-height: 2.5rem !important;
  padding: 0 1.25rem !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.large:after {
  width: 2.5rem !important;
  height: 2.5rem !important;
  line-height: 2.5rem !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.static-button {
  transition: none !important;
  border: none !important;
  color: #000000 !important;
  font-size: 0.75rem !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.white-button {
  color: #000000 !important;
  font-size: 0.75rem !important;
  background-color: #FFFFFF !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.white-button:hover {
  color: #FFFFFF !important;
  background-color: #000000 !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.black-button {
  color: #FFFFFF !important;
  font-size: 0.75rem !important;
  background-color: #000000 !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.black-button:hover {
  color: #000000 !important;
  background-color: #F6F6F6 !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.white-static-button {
  transition: none !important;
  border: none !important;
  color: #000000 !important;
  font-size: 0.75rem !important;
  background-color: #FFFFFF !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.grey-static-button {
  transition: none !important;
  border: none !important;
  color: #000000 !important;
  font-size: 0.75rem !important;
  background-color: #F6F6F6 !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.black-static-button {
  transition: none !important;
  border: none !important;
  color: #000000 !important;
  font-size: 0.75rem !important;
  color: #FFFFFF !important;
  background-color: #000000 !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.white-outline-button {
  color: #000000 !important;
  font-size: 0.75rem !important;
  background-color: #FFFFFF !important;
  border: 1px solid #000000 !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.white-outline-button:hover {
  color: #FFFFFF !important;
  background-color: #000000 !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.with-icon {
  padding-right: 0!important !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.with-icon:after {
  position: relative !important;
  text-align: center !important;
  text-indent: 0 !important;
  font-display: swap !important;
  display: inline-block !important;
  font-style: normal !important;
  font-variant: normal !important;
  text-rendering: auto !important;
  line-height: 1 !important;
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif !important;
  font-weight: 400 !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.icon-only {
  padding-right: 0!important !important;
  padding: 0!important !important;
  text-indent: -9999px !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.icon-only:after {
  position: relative !important;
  text-align: center !important;
  text-indent: 0 !important;
  font-display: swap !important;
  display: inline-block !important;
  font-style: normal !important;
  font-variant: normal !important;
  text-rendering: auto !important;
  line-height: 1 !important;
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif !important;
  font-weight: 400 !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.icon-only:after {
  position: absolute !important;
  width: 100% !important;
  top: 50% !important;
  left: 0 !important;
  transform: translateY(-50%) !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.download-button {
  padding-right: 0!important !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.download-button:after {
  position: relative !important;
  text-align: center !important;
  text-indent: 0 !important;
  font-display: swap !important;
  display: inline-block !important;
  font-style: normal !important;
  font-variant: normal !important;
  text-rendering: auto !important;
  line-height: 1 !important;
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif !important;
  font-weight: 400 !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.download-button:after {
  position: relative !important;
  margin-left: 0.5rem !important;
  font-display: swap !important;
  display: inline-block !important;
  font-style: normal !important;
  font-variant: normal !important;
  text-rendering: auto !important;
  line-height: 1 !important;
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif !important;
  font-weight: 900 !important;
  content: '\f56d' !important;
  top: 0 !important;
  font-size: 1rem !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.download-button:hover:after {
  top: 0.1rem !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.arrow-button {
  padding-right: 0!important !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.arrow-button:after {
  position: relative !important;
  text-align: center !important;
  text-indent: 0 !important;
  font-display: swap !important;
  display: inline-block !important;
  font-style: normal !important;
  font-variant: normal !important;
  text-rendering: auto !important;
  line-height: 1 !important;
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif !important;
  font-weight: 400 !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.arrow-button:after {
  position: relative !important;
  margin-left: 0.5rem !important;
  font-display: swap !important;
  display: inline-block !important;
  font-style: normal !important;
  font-variant: normal !important;
  text-rendering: auto !important;
  line-height: 1 !important;
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif !important;
  font-weight: 400 !important;
  content: '\f105' !important;
  left: 0 !important;
  font-size: 1rem !important;
  top: 0.05rem !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.arrow-button:hover:after {
  left: 0.1rem !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button:after {
  width: 2rem !important;
  height: 2rem !important;
  line-height: 2rem !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button:hover {
  color: #000000 !important;
  background-color: #F6F6F6 !important;
}
/* #Popup Modal ------------------------------------------------------------------------ */
.moove_gdpr_cookie_modal_open {
  background-color: #F6F6F6 !important;
  background-color: rgba(45, 43, 47, 0.75) !important;
}
.moove_gdpr_cookie_modal_open .gdpr-nav-tab-title,
.moove_gdpr_cookie_modal_open .gdpr-svg-icon {
  color: #000000 !important;
}
.moove_gdpr_cookie_modal_open .lity-wrap .lity-container .lity-content {
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1) !important;
}
.moove_gdpr_cookie_modal_open .lity-wrap .lity-container .lity-content:after {
  display: none!important;
}
.moove_gdpr_cookie_modal_open .lity-wrap .lity-container .lity-content .moove-gdpr-modal-content {
  color: #F6F6F6 !important;
  border-radius: 0!important;
}
.moove_gdpr_cookie_modal_open .lity-wrap .lity-container .lity-content .moove-gdpr-modal-content .moove-gdpr-modal-close {
  top: 0!important;
  right: 0!important;
}
.moove_gdpr_cookie_modal_open .lity-wrap .lity-container .lity-content .moove-gdpr-modal-content .moove-gdpr-modal-close .moovegdpr-arrow-close {
  background-color: #000000 !important;
  border-radius: 0!important;
  color: #FFFFFF !important;
}
.moove_gdpr_cookie_modal_open .lity-wrap .lity-container .lity-content .moove-gdpr-modal-content .moove-gdpr-modal-close:hover .moovegdpr-arrow-close {
  background-color: #000000 !important;
  border: 1px solid #000000 !important;
  color: #FFFFFF !important;
}
.moove_gdpr_cookie_modal_open .lity-wrap .lity-container .lity-content .moove-gdpr-modal-content .moove-gdpr-modal-left-content,
.moove_gdpr_cookie_modal_open .lity-wrap .lity-container .lity-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content {
  padding: 3rem !important;
}
.moove_gdpr_cookie_modal_open .lity-wrap .lity-container .lity-content .moove-gdpr-modal-content .moove-gdpr-modal-left-content {
  box-shadow: none!important;
}
.moove_gdpr_cookie_modal_open .lity-wrap .lity-container .lity-content .moove-gdpr-modal-content .moove-gdpr-modal-left-content .moove-gdpr-company-logo-holder {
  display: none!important;
}
.moove_gdpr_cookie_modal_open .lity-wrap .lity-container .lity-content .moove-gdpr-modal-content .moove-gdpr-modal-left-content ul#moove-gdpr-menu li {
  margin-bottom: 0.5rem !important;
}
.moove_gdpr_cookie_modal_open .lity-wrap .lity-container .lity-content .moove-gdpr-modal-content .moove-gdpr-modal-left-content ul#moove-gdpr-menu li button {
  padding: 0.5rem 1rem !important;
  border-radius: 0!important;
  background-color: #000000 !important;
  border: 2px solid #000000 !important;
  text-transform: none!important;
  color: #000000 !important;
}
.moove_gdpr_cookie_modal_open .lity-wrap .lity-container .lity-content .moove-gdpr-modal-content .moove-gdpr-modal-left-content ul#moove-gdpr-menu li button span,
.moove_gdpr_cookie_modal_open .lity-wrap .lity-container .lity-content .moove-gdpr-modal-content .moove-gdpr-modal-left-content ul#moove-gdpr-menu li button svg {
  color: #FFFFFF !important;
}
.moove_gdpr_cookie_modal_open .lity-wrap .lity-container .lity-content .moove-gdpr-modal-content .moove-gdpr-modal-left-content ul#moove-gdpr-menu li button span *,
.moove_gdpr_cookie_modal_open .lity-wrap .lity-container .lity-content .moove-gdpr-modal-content .moove-gdpr-modal-left-content ul#moove-gdpr-menu li button svg * {
  color: inherit!important;
}
.moove_gdpr_cookie_modal_open .lity-wrap .lity-container .lity-content .moove-gdpr-modal-content .moove-gdpr-modal-left-content ul#moove-gdpr-menu li.menu-item-selected button {
  background-color: transparent!important;
  color: #000000 !important;
}
.moove_gdpr_cookie_modal_open .lity-wrap .lity-container .lity-content .moove-gdpr-modal-content .moove-gdpr-modal-left-content ul#moove-gdpr-menu li.menu-item-selected button span,
.moove_gdpr_cookie_modal_open .lity-wrap .lity-container .lity-content .moove-gdpr-modal-content .moove-gdpr-modal-left-content ul#moove-gdpr-menu li.menu-item-selected button svg {
  color: #F6F6F6 !important;
}
.moove_gdpr_cookie_modal_open .lity-wrap .lity-container .lity-content .moove-gdpr-modal-content .moove-gdpr-modal-left-content ul#moove-gdpr-menu li.menu-item-selected button span *,
.moove_gdpr_cookie_modal_open .lity-wrap .lity-container .lity-content .moove-gdpr-modal-content .moove-gdpr-modal-left-content ul#moove-gdpr-menu li.menu-item-selected button svg * {
  color: #000000 !important;
}
.moove_gdpr_cookie_modal_open .lity-wrap .lity-container .lity-content .moove-gdpr-modal-content .moove-gdpr-modal-left-content .moove-gdpr-branding-cnt {
  display: none!important;
}
.moove_gdpr_cookie_modal_open .lity-wrap .lity-container .lity-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content {
  background-color: #FFFFFF !important;
}
.moove_gdpr_cookie_modal_open .lity-wrap .lity-container .lity-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .main-modal-content .moove-gdpr-tab-content .moove-gdpr-tab-main .tab-title {
  font-display: swap !important;
  font-family: "Helvetica Neue Roman", "Helvetica", "Arial", sans-serif !important;
  line-height: 1.2 !important;
  color: #000000 !important;
  font-size: 1.5rem !important;
  margin-bottom: 1rem !important;
}
.moove_gdpr_cookie_modal_open .lity-wrap .lity-container .lity-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .main-modal-content .moove-gdpr-tab-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content {
  padding: 0!important;
}
.moove_gdpr_cookie_modal_open .lity-wrap .lity-container .lity-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .main-modal-content .moove-gdpr-tab-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content p {
  font-size: 1rem !important;
  color: #F6F6F6 !important;
  line-height: 1.4 !important;
  margin-bottom: 1rem !important;
}
.moove_gdpr_cookie_modal_open .lity-wrap .lity-container .lity-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .main-modal-content .moove-gdpr-tab-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content p:last-child {
  margin-bottom: 0!important;
}
.moove_gdpr_cookie_modal_open .lity-wrap .lity-container .lity-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .main-modal-content .moove-gdpr-tab-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content .moove-gdpr-status-bar .cookie-switch .cookie-slider {
  background-color: #F6F6F6 !important;
}
.moove_gdpr_cookie_modal_open .lity-wrap .lity-container .lity-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .main-modal-content .moove-gdpr-tab-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content .moove-gdpr-status-bar .cookie-switch .cookie-slider:before {
  left: 2px!important;
  bottom: 2px!important;
  box-shadow: none!important;
}
.moove_gdpr_cookie_modal_open .lity-wrap .lity-container .lity-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .main-modal-content .moove-gdpr-tab-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content .moove-gdpr-status-bar .cookie-switch .cookie-slider:after {
  color: #F6F6F6 !important;
}
.moove_gdpr_cookie_modal_open .lity-wrap .lity-container .lity-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .main-modal-content .moove-gdpr-tab-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content .moove-gdpr-status-bar .cookie-switch input:checked + .cookie-slider {
  background-color: #000000 !important;
}
.moove_gdpr_cookie_modal_open .lity-wrap .lity-container .lity-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .main-modal-content .moove-gdpr-tab-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content .moove-gdpr-status-bar .cookie-switch input:checked + .cookie-slider:after {
  color: #000000 !important;
}
.moove_gdpr_cookie_modal_open .lity-wrap .lity-container .lity-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-footer-content {
  background-color: #FFFFFF !important;
}
.moove_gdpr_cookie_modal_open .lity-wrap .lity-container .lity-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-footer-content:before {
  height: 2px!important;
  background-color: #F6F6F6 !important;
}
.moove_gdpr_cookie_modal_open .lity-wrap .lity-container .lity-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder {
  padding: 0 3rem;
}
.moove_gdpr_cookie_modal_open .lity-wrap .lity-container .lity-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button {
  appearance: none !important;
  transition: all 250ms cubic-bezier(0.5, 0, 0.5, 1) !important;
  display: inline-block !important;
  position: relative !important;
  margin: 0 0 1.5rem 0 !important;
  padding: 0 !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-color: transparent !important;
  text-align: center !important;
  text-indent: inherit !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  outline: none !important;
  border: none !important;
  border-bottom: none !important;
  text-shadow: none !important;
  cursor: pointer !important;
  transform: translate(0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
  z-index: 1 !important;
  text-transform: uppercase !important;
  min-width: 1.5rem !important;
  min-height: 1.5rem !important;
  height: 1.5rem !important;
  line-height: 1.5rem !important;
  padding: 0 0.75rem !important;
  min-width: 2.5rem !important;
  min-height: 2.5rem !important;
  height: 2.5rem !important;
  line-height: 2.5rem !important;
  padding: 0 1.25rem !important;
  color: #FFFFFF !important;
  font-size: 0.75rem !important;
  background-color: #000000 !important;
  border-radius: 0!important;
  display: none!important;
}
.moove_gdpr_cookie_modal_open .lity-wrap .lity-container .lity-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button:after {
  width: 1.5rem !important;
  height: 1.5rem !important;
  line-height: 1.5rem !important;
}
.moove_gdpr_cookie_modal_open .lity-wrap .lity-container .lity-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button:last-child {
  margin-bottom: 0 !important;
}
.moove_gdpr_cookie_modal_open .lity-wrap .lity-container .lity-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button:focus {
  outline: none !important;
}
.moove_gdpr_cookie_modal_open .lity-wrap .lity-container .lity-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button:hover {
  border-bottom: none !important;
}
.moove_gdpr_cookie_modal_open .lity-wrap .lity-container .lity-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button:before,
.moove_gdpr_cookie_modal_open .lity-wrap .lity-container .lity-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button:after {
  transition: all 250ms cubic-bezier(0.5, 0, 0.5, 1) !important;
  display: block !important;
  position: absolute !important;
  content: '' !important;
  transform: translate(0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
}
.moove_gdpr_cookie_modal_open .lity-wrap .lity-container .lity-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button:before {
  z-index: -2 !important;
}
.moove_gdpr_cookie_modal_open .lity-wrap .lity-container .lity-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button:after {
  z-index: -1 !important;
}
.moove_gdpr_cookie_modal_open .lity-wrap .lity-container .lity-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.small {
  min-width: 1.5rem !important;
  min-height: 1.5rem !important;
  height: 1.5rem !important;
  line-height: 1.5rem !important;
  padding: 0 0.75rem !important;
}
.moove_gdpr_cookie_modal_open .lity-wrap .lity-container .lity-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.small:after {
  width: 1.5rem !important;
  height: 1.5rem !important;
  line-height: 1.5rem !important;
}
.moove_gdpr_cookie_modal_open .lity-wrap .lity-container .lity-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.medium {
  min-width: 2rem !important;
  min-height: 2rem !important;
  height: 2rem !important;
  line-height: 2rem !important;
  padding: 0 1rem !important;
}
.moove_gdpr_cookie_modal_open .lity-wrap .lity-container .lity-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.medium:after {
  width: 2rem !important;
  height: 2rem !important;
  line-height: 2rem !important;
}
.moove_gdpr_cookie_modal_open .lity-wrap .lity-container .lity-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.large {
  min-width: 2.5rem !important;
  min-height: 2.5rem !important;
  height: 2.5rem !important;
  line-height: 2.5rem !important;
  padding: 0 1.25rem !important;
}
.moove_gdpr_cookie_modal_open .lity-wrap .lity-container .lity-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.large:after {
  width: 2.5rem !important;
  height: 2.5rem !important;
  line-height: 2.5rem !important;
}
.moove_gdpr_cookie_modal_open .lity-wrap .lity-container .lity-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.static-button {
  transition: none !important;
  border: none !important;
  color: #000000 !important;
  font-size: 0.75rem !important;
}
.moove_gdpr_cookie_modal_open .lity-wrap .lity-container .lity-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.white-button {
  color: #000000 !important;
  font-size: 0.75rem !important;
  background-color: #FFFFFF !important;
}
.moove_gdpr_cookie_modal_open .lity-wrap .lity-container .lity-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.white-button:hover {
  color: #FFFFFF !important;
  background-color: #000000 !important;
}
.moove_gdpr_cookie_modal_open .lity-wrap .lity-container .lity-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.black-button {
  color: #FFFFFF !important;
  font-size: 0.75rem !important;
  background-color: #000000 !important;
}
.moove_gdpr_cookie_modal_open .lity-wrap .lity-container .lity-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.black-button:hover {
  color: #000000 !important;
  background-color: #F6F6F6 !important;
}
.moove_gdpr_cookie_modal_open .lity-wrap .lity-container .lity-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.white-static-button {
  transition: none !important;
  border: none !important;
  color: #000000 !important;
  font-size: 0.75rem !important;
  background-color: #FFFFFF !important;
}
.moove_gdpr_cookie_modal_open .lity-wrap .lity-container .lity-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.grey-static-button {
  transition: none !important;
  border: none !important;
  color: #000000 !important;
  font-size: 0.75rem !important;
  background-color: #F6F6F6 !important;
}
.moove_gdpr_cookie_modal_open .lity-wrap .lity-container .lity-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.black-static-button {
  transition: none !important;
  border: none !important;
  color: #000000 !important;
  font-size: 0.75rem !important;
  color: #FFFFFF !important;
  background-color: #000000 !important;
}
.moove_gdpr_cookie_modal_open .lity-wrap .lity-container .lity-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.white-outline-button {
  color: #000000 !important;
  font-size: 0.75rem !important;
  background-color: #FFFFFF !important;
  border: 1px solid #000000 !important;
}
.moove_gdpr_cookie_modal_open .lity-wrap .lity-container .lity-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.white-outline-button:hover {
  color: #FFFFFF !important;
  background-color: #000000 !important;
}
.moove_gdpr_cookie_modal_open .lity-wrap .lity-container .lity-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.with-icon {
  padding-right: 0!important !important;
}
.moove_gdpr_cookie_modal_open .lity-wrap .lity-container .lity-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.with-icon:after {
  position: relative !important;
  text-align: center !important;
  text-indent: 0 !important;
  font-display: swap !important;
  display: inline-block !important;
  font-style: normal !important;
  font-variant: normal !important;
  text-rendering: auto !important;
  line-height: 1 !important;
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif !important;
  font-weight: 400 !important;
}
.moove_gdpr_cookie_modal_open .lity-wrap .lity-container .lity-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.icon-only {
  padding-right: 0!important !important;
  padding: 0!important !important;
  text-indent: -9999px !important;
}
.moove_gdpr_cookie_modal_open .lity-wrap .lity-container .lity-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.icon-only:after {
  position: relative !important;
  text-align: center !important;
  text-indent: 0 !important;
  font-display: swap !important;
  display: inline-block !important;
  font-style: normal !important;
  font-variant: normal !important;
  text-rendering: auto !important;
  line-height: 1 !important;
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif !important;
  font-weight: 400 !important;
}
.moove_gdpr_cookie_modal_open .lity-wrap .lity-container .lity-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.icon-only:after {
  position: absolute !important;
  width: 100% !important;
  top: 50% !important;
  left: 0 !important;
  transform: translateY(-50%) !important;
}
.moove_gdpr_cookie_modal_open .lity-wrap .lity-container .lity-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.download-button {
  padding-right: 0!important !important;
}
.moove_gdpr_cookie_modal_open .lity-wrap .lity-container .lity-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.download-button:after {
  position: relative !important;
  text-align: center !important;
  text-indent: 0 !important;
  font-display: swap !important;
  display: inline-block !important;
  font-style: normal !important;
  font-variant: normal !important;
  text-rendering: auto !important;
  line-height: 1 !important;
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif !important;
  font-weight: 400 !important;
}
.moove_gdpr_cookie_modal_open .lity-wrap .lity-container .lity-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.download-button:after {
  position: relative !important;
  margin-left: 0.5rem !important;
  font-display: swap !important;
  display: inline-block !important;
  font-style: normal !important;
  font-variant: normal !important;
  text-rendering: auto !important;
  line-height: 1 !important;
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif !important;
  font-weight: 900 !important;
  content: '\f56d' !important;
  top: 0 !important;
  font-size: 1rem !important;
}
.moove_gdpr_cookie_modal_open .lity-wrap .lity-container .lity-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.download-button:hover:after {
  top: 0.1rem !important;
}
.moove_gdpr_cookie_modal_open .lity-wrap .lity-container .lity-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.arrow-button {
  padding-right: 0!important !important;
}
.moove_gdpr_cookie_modal_open .lity-wrap .lity-container .lity-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.arrow-button:after {
  position: relative !important;
  text-align: center !important;
  text-indent: 0 !important;
  font-display: swap !important;
  display: inline-block !important;
  font-style: normal !important;
  font-variant: normal !important;
  text-rendering: auto !important;
  line-height: 1 !important;
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif !important;
  font-weight: 400 !important;
}
.moove_gdpr_cookie_modal_open .lity-wrap .lity-container .lity-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.arrow-button:after {
  position: relative !important;
  margin-left: 0.5rem !important;
  font-display: swap !important;
  display: inline-block !important;
  font-style: normal !important;
  font-variant: normal !important;
  text-rendering: auto !important;
  line-height: 1 !important;
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif !important;
  font-weight: 400 !important;
  content: '\f105' !important;
  left: 0 !important;
  font-size: 1rem !important;
  top: 0.05rem !important;
}
.moove_gdpr_cookie_modal_open .lity-wrap .lity-container .lity-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.arrow-button:hover:after {
  left: 0.1rem !important;
}
.moove_gdpr_cookie_modal_open .lity-wrap .lity-container .lity-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button:after {
  width: 2.5rem !important;
  height: 2.5rem !important;
  line-height: 2.5rem !important;
}
.moove_gdpr_cookie_modal_open .lity-wrap .lity-container .lity-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button:hover {
  color: #000000 !important;
  background-color: #F6F6F6 !important;
}
.moove_gdpr_cookie_modal_open .lity-wrap .lity-container .lity-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.button-visible {
  display: inline-block !important;
}
/* #Settings Modal ------------------------------------------------------------------------ */
#moove_gdpr_save_popup_settings_button {
  border-radius: 0!important;
}
#moove_gdpr_save_popup_settings_button .moove_gdpr_text {
  font-display: swap !important;
  font-family: "Helvetica Neue Thin", "Helvetica", "Arial", sans-serif !important;
  font-size: 0.75rem !important;
}
/* 
Use: Carousels
Scope: All devices
Theme: Ultraline
Copyright 2020, © Ultraline
Author: Supersonic Playground
*/
/*************************************************************************
 #JS Carousel
**************************************************************************/
.js-carousel .js-carousel-slides {
  position: relative;
  width: 100%;
  display: flex;
  overflow: hidden;
}
.js-carousel .js-carousel-slides .carousel-slide {
  transition: all 500ms cubic-bezier(0.5, 0, 0.5, 1);
  position: relative;
  flex: 1 0 100%;
  margin-left: -100%;
  opacity: 0;
  pointer-events: none;
}
.js-carousel .js-carousel-slides .carousel-slide:first-of-type {
  margin-left: 0;
}
.js-carousel .js-carousel-slides .carousel-slide.current-slide {
  opacity: 1;
  pointer-events: auto;
}
.js-carousel.fading-carousel .js-carousel-slides .carousel-slide {
  transition: all 750ms cubic-bezier(0.5, 0, 0.5, 1);
}
.js-carousel .js-carousel-controls {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  overflow: hidden;
}
.js-carousel .js-carousel-controls .direction-left,
.js-carousel .js-carousel-controls .direction-right {
  appearance: none;
  transition: all 250ms cubic-bezier(0.5, 0, 0.5, 1);
  display: inline-block;
  position: relative;
  margin: 0 0 1.5rem 0;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  text-align: center;
  text-indent: inherit;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  outline: none;
  border: none;
  border-bottom: none;
  text-shadow: none;
  cursor: pointer;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 1;
  color: #FFFFFF;
  text-transform: uppercase;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  padding: 0 0.75rem;
  padding-right: 0!important;
  padding: 0!important;
  text-indent: -9999px;
  color: #000000;
  width: 2rem;
  min-width: 2rem;
  margin-bottom: 0;
}
.js-carousel .js-carousel-controls .direction-left:after,
.js-carousel .js-carousel-controls .direction-right:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.js-carousel .js-carousel-controls .direction-left:last-child,
.js-carousel .js-carousel-controls .direction-right:last-child {
  margin-bottom: 0;
}
.js-carousel .js-carousel-controls .direction-left:focus,
.js-carousel .js-carousel-controls .direction-right:focus {
  outline: none;
}
.js-carousel .js-carousel-controls .direction-left:hover,
.js-carousel .js-carousel-controls .direction-right:hover {
  border-bottom: none;
}
.js-carousel .js-carousel-controls .direction-left:before,
.js-carousel .js-carousel-controls .direction-right:before,
.js-carousel .js-carousel-controls .direction-left:after,
.js-carousel .js-carousel-controls .direction-right:after {
  transition: all 250ms cubic-bezier(0.5, 0, 0.5, 1);
  display: block;
  position: absolute;
  content: '';
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}
.js-carousel .js-carousel-controls .direction-left:before,
.js-carousel .js-carousel-controls .direction-right:before {
  z-index: -2;
}
.js-carousel .js-carousel-controls .direction-left:after,
.js-carousel .js-carousel-controls .direction-right:after {
  z-index: -1;
}
.js-carousel .js-carousel-controls .direction-left.small,
.js-carousel .js-carousel-controls .direction-right.small {
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  padding: 0 0.75rem;
}
.js-carousel .js-carousel-controls .direction-left.small:after,
.js-carousel .js-carousel-controls .direction-right.small:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.js-carousel .js-carousel-controls .direction-left.medium,
.js-carousel .js-carousel-controls .direction-right.medium {
  min-width: 2rem;
  min-height: 2rem;
  height: 2rem;
  line-height: 2rem;
  padding: 0 1rem;
}
.js-carousel .js-carousel-controls .direction-left.medium:after,
.js-carousel .js-carousel-controls .direction-right.medium:after {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
}
.js-carousel .js-carousel-controls .direction-left.large,
.js-carousel .js-carousel-controls .direction-right.large {
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 1.25rem;
}
.js-carousel .js-carousel-controls .direction-left.large:after,
.js-carousel .js-carousel-controls .direction-right.large:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
.js-carousel .js-carousel-controls .direction-left.static-button,
.js-carousel .js-carousel-controls .direction-right.static-button {
  transition: none;
  border: none;
  color: #000000;
  font-size: 0.75rem;
}
.js-carousel .js-carousel-controls .direction-left.white-button,
.js-carousel .js-carousel-controls .direction-right.white-button {
  color: #000000;
  font-size: 0.75rem;
  background-color: #FFFFFF;
}
.js-carousel .js-carousel-controls .direction-left.white-button:hover,
.js-carousel .js-carousel-controls .direction-right.white-button:hover {
  color: #FFFFFF;
  background-color: #000000;
}
.js-carousel .js-carousel-controls .direction-left.black-button,
.js-carousel .js-carousel-controls .direction-right.black-button {
  color: #FFFFFF;
  font-size: 0.75rem;
  background-color: #000000;
}
.js-carousel .js-carousel-controls .direction-left.black-button:hover,
.js-carousel .js-carousel-controls .direction-right.black-button:hover {
  color: #000000;
  background-color: #F6F6F6;
}
.js-carousel .js-carousel-controls .direction-left.white-static-button,
.js-carousel .js-carousel-controls .direction-right.white-static-button {
  transition: none;
  border: none;
  color: #000000;
  font-size: 0.75rem;
  background-color: #FFFFFF;
}
.js-carousel .js-carousel-controls .direction-left.grey-static-button,
.js-carousel .js-carousel-controls .direction-right.grey-static-button {
  transition: none;
  border: none;
  color: #000000;
  font-size: 0.75rem;
  background-color: #F6F6F6;
}
.js-carousel .js-carousel-controls .direction-left.black-static-button,
.js-carousel .js-carousel-controls .direction-right.black-static-button {
  transition: none;
  border: none;
  color: #000000;
  font-size: 0.75rem;
  color: #FFFFFF;
  background-color: #000000;
}
.js-carousel .js-carousel-controls .direction-left.white-outline-button,
.js-carousel .js-carousel-controls .direction-right.white-outline-button {
  color: #000000;
  font-size: 0.75rem;
  background-color: #FFFFFF;
  border: 1px solid #000000;
}
.js-carousel .js-carousel-controls .direction-left.white-outline-button:hover,
.js-carousel .js-carousel-controls .direction-right.white-outline-button:hover {
  color: #FFFFFF;
  background-color: #000000;
}
.js-carousel .js-carousel-controls .direction-left.with-icon,
.js-carousel .js-carousel-controls .direction-right.with-icon {
  padding-right: 0!important;
}
.js-carousel .js-carousel-controls .direction-left.with-icon:after,
.js-carousel .js-carousel-controls .direction-right.with-icon:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
}
.js-carousel .js-carousel-controls .direction-left.icon-only,
.js-carousel .js-carousel-controls .direction-right.icon-only {
  padding-right: 0!important;
  padding: 0!important;
  text-indent: -9999px;
}
.js-carousel .js-carousel-controls .direction-left.icon-only:after,
.js-carousel .js-carousel-controls .direction-right.icon-only:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
}
.js-carousel .js-carousel-controls .direction-left.icon-only:after,
.js-carousel .js-carousel-controls .direction-right.icon-only:after {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.js-carousel .js-carousel-controls .direction-left.download-button,
.js-carousel .js-carousel-controls .direction-right.download-button {
  padding-right: 0!important;
}
.js-carousel .js-carousel-controls .direction-left.download-button:after,
.js-carousel .js-carousel-controls .direction-right.download-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
}
.js-carousel .js-carousel-controls .direction-left.download-button:after,
.js-carousel .js-carousel-controls .direction-right.download-button:after {
  position: relative;
  margin-left: 0.5rem;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 900;
  content: '\f56d';
  top: 0;
  font-size: 1rem;
}
.js-carousel .js-carousel-controls .direction-left.download-button:hover:after,
.js-carousel .js-carousel-controls .direction-right.download-button:hover:after {
  top: 0.1rem;
}
.js-carousel .js-carousel-controls .direction-left.arrow-button,
.js-carousel .js-carousel-controls .direction-right.arrow-button {
  padding-right: 0!important;
}
.js-carousel .js-carousel-controls .direction-left.arrow-button:after,
.js-carousel .js-carousel-controls .direction-right.arrow-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
}
.js-carousel .js-carousel-controls .direction-left.arrow-button:after,
.js-carousel .js-carousel-controls .direction-right.arrow-button:after {
  position: relative;
  margin-left: 0.5rem;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  content: '\f105';
  left: 0;
  font-size: 1rem;
  top: 0.05rem;
}
.js-carousel .js-carousel-controls .direction-left.arrow-button:hover:after,
.js-carousel .js-carousel-controls .direction-right.arrow-button:hover:after {
  left: 0.1rem;
}
.js-carousel .js-carousel-controls .direction-left:after,
.js-carousel .js-carousel-controls .direction-right:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
}
.js-carousel .js-carousel-controls .direction-left:after,
.js-carousel .js-carousel-controls .direction-right:after {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.js-carousel .js-carousel-controls .direction-left:after,
.js-carousel .js-carousel-controls .direction-right:after {
  color: #000000;
  line-height: 1.5rem;
}
.js-carousel .js-carousel-controls .direction-left:after {
  content: '\f053';
  text-align: left;
}
.js-carousel .js-carousel-controls .direction-right:after {
  content: '\f054';
  text-align: right;
}
.js-carousel .js-carousel-controls .dot-controls {
  word-spacing: -0.35rem;
  height: 1rem;
  pointer-events: none;
  z-index: 10;
}
.js-carousel .js-carousel-controls .dot-controls * {
  word-spacing: normal;
}
.js-carousel .js-carousel-controls .dot-controls .dot-control-button {
  display: inline-flex;
  position: relative;
  width: 1rem;
  height: 1rem;
  margin: 0 0.5rem;
  cursor: pointer;
  pointer-events: auto;
  overflow: hidden;
}
.js-carousel .js-carousel-controls .dot-controls .dot-control-button:first-of-type {
  margin-left: 0;
}
.js-carousel .js-carousel-controls .dot-controls .dot-control-button:last-of-type {
  margin-right: 0;
}
.js-carousel .js-carousel-controls .dot-controls .dot-control-button:after {
  transition: all 500ms cubic-bezier(0.5, 0, 0.5, 1);
  display: block;
  position: absolute;
  content: '';
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  background-color: #000000;
}
.js-carousel .js-carousel-controls .dot-controls .dot-control-button:hover:after,
.js-carousel .js-carousel-controls .dot-controls .dot-control-button.current-slide:after {
  height: 100%;
}
.js-carousel.sliding-carousel .js-carousel-slides .carousel-slide {
  transition: transform 0ms 500ms linear;
  transform: translateX(100%);
  z-index: 0;
  opacity: 1;
}
.js-carousel.sliding-carousel .js-carousel-slides .carousel-slide.current-slide {
  transition: transform 500ms cubic-bezier(0.5, 0, 0.5, 1);
  transform: translateX(0);
  z-index: 1;
}
.js-carousel.thumbnail-carousel .js-carousel-controls {
  align-items: stretch;
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-left,
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-right {
  appearance: none;
  transition: all 250ms cubic-bezier(0.5, 0, 0.5, 1);
  display: inline-block;
  position: relative;
  margin: 0 0 1.5rem 0;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  text-align: center;
  text-indent: inherit;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  outline: none;
  border: none;
  border-bottom: none;
  text-shadow: none;
  cursor: pointer;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 1;
  color: #FFFFFF;
  text-transform: uppercase;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  padding: 0 0.75rem;
  padding-right: 0!important;
  padding: 0!important;
  text-indent: -9999px;
  width: 1.5rem;
  min-width: 1.5rem;
  height: auto;
  margin-bottom: 0!important;
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-left:after,
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-right:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-left:last-child,
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-right:last-child {
  margin-bottom: 0;
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-left:focus,
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-right:focus {
  outline: none;
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-left:hover,
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-right:hover {
  border-bottom: none;
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-left:before,
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-right:before,
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-left:after,
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-right:after {
  transition: all 250ms cubic-bezier(0.5, 0, 0.5, 1);
  display: block;
  position: absolute;
  content: '';
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-left:before,
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-right:before {
  z-index: -2;
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-left:after,
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-right:after {
  z-index: -1;
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-left.small,
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-right.small {
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  padding: 0 0.75rem;
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-left.small:after,
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-right.small:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-left.medium,
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-right.medium {
  min-width: 2rem;
  min-height: 2rem;
  height: 2rem;
  line-height: 2rem;
  padding: 0 1rem;
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-left.medium:after,
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-right.medium:after {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-left.large,
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-right.large {
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 1.25rem;
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-left.large:after,
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-right.large:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-left.static-button,
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-right.static-button {
  transition: none;
  border: none;
  color: #000000;
  font-size: 0.75rem;
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-left.white-button,
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-right.white-button {
  color: #000000;
  font-size: 0.75rem;
  background-color: #FFFFFF;
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-left.white-button:hover,
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-right.white-button:hover {
  color: #FFFFFF;
  background-color: #000000;
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-left.black-button,
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-right.black-button {
  color: #FFFFFF;
  font-size: 0.75rem;
  background-color: #000000;
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-left.black-button:hover,
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-right.black-button:hover {
  color: #000000;
  background-color: #F6F6F6;
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-left.white-static-button,
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-right.white-static-button {
  transition: none;
  border: none;
  color: #000000;
  font-size: 0.75rem;
  background-color: #FFFFFF;
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-left.grey-static-button,
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-right.grey-static-button {
  transition: none;
  border: none;
  color: #000000;
  font-size: 0.75rem;
  background-color: #F6F6F6;
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-left.black-static-button,
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-right.black-static-button {
  transition: none;
  border: none;
  color: #000000;
  font-size: 0.75rem;
  color: #FFFFFF;
  background-color: #000000;
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-left.white-outline-button,
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-right.white-outline-button {
  color: #000000;
  font-size: 0.75rem;
  background-color: #FFFFFF;
  border: 1px solid #000000;
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-left.white-outline-button:hover,
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-right.white-outline-button:hover {
  color: #FFFFFF;
  background-color: #000000;
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-left.with-icon,
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-right.with-icon {
  padding-right: 0!important;
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-left.with-icon:after,
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-right.with-icon:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-left.icon-only,
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-right.icon-only {
  padding-right: 0!important;
  padding: 0!important;
  text-indent: -9999px;
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-left.icon-only:after,
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-right.icon-only:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-left.icon-only:after,
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-right.icon-only:after {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-left.download-button,
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-right.download-button {
  padding-right: 0!important;
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-left.download-button:after,
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-right.download-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-left.download-button:after,
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-right.download-button:after {
  position: relative;
  margin-left: 0.5rem;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 900;
  content: '\f56d';
  top: 0;
  font-size: 1rem;
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-left.download-button:hover:after,
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-right.download-button:hover:after {
  top: 0.1rem;
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-left.arrow-button,
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-right.arrow-button {
  padding-right: 0!important;
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-left.arrow-button:after,
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-right.arrow-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-left.arrow-button:after,
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-right.arrow-button:after {
  position: relative;
  margin-left: 0.5rem;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  content: '\f105';
  left: 0;
  font-size: 1rem;
  top: 0.05rem;
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-left.arrow-button:hover:after,
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-right.arrow-button:hover:after {
  left: 0.1rem;
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-left:after,
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-right:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-left:after,
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-right:after {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-left:after,
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-right:after {
  color: #FFFFFF;
  text-align: center;
  line-height: 1.5rem;
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-left {
  margin-right: 1rem !important;
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-left:after {
  content: '\f104' !important;
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-right {
  margin-left: 1rem !important;
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-right:after {
  content: '\f105' !important;
}
.js-carousel.thumbnail-carousel .js-carousel-controls .dot-controls {
  width: calc(100% + 1rem);
  line-height: auto;
  margin: 0 -0.5rem -0.5rem -0.5rem;
}
.js-carousel.thumbnail-carousel .js-carousel-controls .dot-controls .dot-control-button {
  width: calc(25% - 1rem);
  height: auto!important;
  margin: 0 0.5rem 0.5rem 0.5rem;
  background-color: transparent;
}
.js-carousel.thumbnail-carousel .js-carousel-controls .dot-controls .dot-control-button:after {
  transition: all 250ms cubic-bezier(0.5, 0, 0.5, 1);
  height: 100%;
  background-color: transparent;
  box-shadow: inset 0 0 0 0px #FFFFFF;
}
.js-carousel.thumbnail-carousel .js-carousel-controls .dot-controls .dot-control-button:hover:after,
.js-carousel.thumbnail-carousel .js-carousel-controls .dot-controls .dot-control-button.current-slide:after {
  box-shadow: inset 0 0 0 3px #FFFFFF;
}
.js-carousel.hero-carousel .js-carousel-slides .carousel-slide {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  /*
	@media @to-500 {
		.hero-half;
	}
*/
}
.js-carousel.hero-carousel .js-carousel-controls {
  position: absolute;
  bottom: 1rem;
}
/*************************************************************************
 #Testimonials Carousel
**************************************************************************/
.testimonials-carousel .js-carousel-slides {
  padding-bottom: 3rem;
  padding-top: 1.5rem;
}
.testimonials-carousel .js-carousel-slides:before {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url('img/backgrounds/quote-marks.svg');
  background-position: center center;
  background-repeat: no-repeat;
}
.testimonials-carousel .js-carousel-slides .carousel-slide blockquote {
  padding: 0;
}
.testimonials-carousel .js-carousel-slides .carousel-slide blockquote p:before,
.testimonials-carousel .js-carousel-slides .carousel-slide blockquote p:after {
  content: '';
}
/*************************************************************************
 #Background Carousel
**************************************************************************/
.background-carousel .js-carousel {
  position: absolute;
  width: 100%;
  height: 100%;
}
.background-carousel .js-carousel .js-carousel-slides {
  position: absolute;
  width: 100%;
  height: 100%;
}
/*************************************************************************
 #Video Carousel
**************************************************************************/
.video-carousel .dot-control-button {
  background-color: #FFFFFF !important;
}
/*************************************************************************
 #Magnific Pop up
**************************************************************************/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 1;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 36px !important;
  font-display: swap !important;
  font-family: "Helvetica Neue Thin", "Helvetica", "Arial", sans-serif !important;
  font-weight: 100 !important;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 0.9;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 1;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 0.9;
}
.mfp-arrow:before {
  content: '';
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  color: #FFFFFF;
  font-size: 2rem;
}
.mfp-arrow:before {
  opacity: 1;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  content: '\f053';
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:before {
  content: '\f054';
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/* 
Use: Animations
Scope: All devices
Theme: Ultraline
Copyright 2020, © Ultraline
Author: Supersonic Playground
*/
/* 
Use: Forms
Scope: All devices
Theme: Supersonic System
Copyright 2020, © Supersonic Playground Ltd
Author: Supersonic Playground
*/
/*************************************************************************
 #Global Form Elements
**************************************************************************/
button,
input,
textarea,
select,
option {
  transition: all 500ms cubic-bezier(0.5, 0, 0.5, 1);
  border: none;
  border-radius: 0;
  padding: 0;
  font-family: inherit;
  font-size: inherit!important;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}
button:focus,
input:focus,
textarea:focus,
select:focus,
option:focus {
  outline: none;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="submit"],
input[type="search"],
select {
  min-height: 2.5rem;
  height: 2.5rem;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="submit"],
input[type="search"] {
  line-height: 2.5rem;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="search"],
select {
  padding: 0 1rem !important;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="search"],
input[type="checkbox"],
input[type="radio"],
select,
textarea {
  background-color: #FFFFFF !important;
  border: 1px solid #000000;
  border-radius: 0;
  color: #000000;
}
input[type="text"]::placeholder,
input[type="password"]::placeholder,
input[type="email"]::placeholder,
input[type="number"]::placeholder,
input[type="tel"]::placeholder,
input[type="search"]::placeholder,
input[type="checkbox"]::placeholder,
input[type="radio"]::placeholder,
select::placeholder,
textarea::placeholder {
  color: #000000;
  overflow: visible;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
input[type="checkbox"]:focus,
input[type="radio"]:focus,
select:focus,
textarea:focus {
  color: #000000;
}
button,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="search"],
input[type="submit"],
input[type="checkbox"],
input[type="radio"],
select {
  appearance: none;
}
select,
input[type="search"] {
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  padding-right: 2rem !important;
}
select {
  background-image: url('img/ui/icon-down-arrow.svg');
  -webkit-appearance: none;
  height: 2.5rem;
}
input[type="search"] {
  background-image: url('img/ui/icon-search.svg');
}
textarea {
  font-size: 100%;
  overflow: auto;
  vertical-align: top;
  max-height: 8rem;
  padding: 0.5rem 1rem;
}
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
  border: 0;
  border-radius: 0;
  padding: 0;
}
input[type="checkbox"],
input[type="radio"] {
  width: 1rem !important;
  min-width: 1rem !important;
  height: 1rem !important;
  min-height: 1rem !important;
  margin-left: 0;
  margin-bottom: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  border: 1px solid #000000;
}
input[type="checkbox"]:checked {
  background-image: url('img/ui/icon-check.svg');
}
input[type="radio"] {
  border-radius: 50%;
}
input[type="radio"]:checked {
  background-image: url('img/ui/icon-radio.svg');
}
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
  cursor: pointer;
}
button[disabled],
input[disabled] {
  cursor: default;
}
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
  border-color: transparent;
}
/*************************************************************************
 #Ninja Forms General
**************************************************************************/
nf-field {
  display: block;
}
nf-field .nf-field-container {
  margin-bottom: 1rem;
}
nf-field .nf-field-container.form-introduction p {
  font-size: 1rem;
}
nf-field .nf-field-container.checkbox-container {
  display: inline-block;
  width: auto;
  margin-right: 1rem;
  padding-left: 1.75rem;
}
nf-field .nf-field-container.checkbox-container label {
  text-align: left;
  min-height: 1.25rem;
}
nf-field .nf-field-container.checkbox-container .checkbox-wrap .nf-field-label {
  padding-left: 0!important;
}
nf-field .nf-field-container.checkbox-container .checkbox-wrap .nf-field-element {
  position: absolute;
  width: 1.25rem;
  height: 1.25rem;
  left: 0;
  border: none;
  background: transparent;
  border-radius: 0;
}
nf-field:last-child .nf-field-container {
  margin-bottom: 0;
}
nf-field .nf-field-label label {
  font-weight: normal;
}
nf-field .ninja-forms-req-symbol {
  /* be sure to specify a colour here */
}
nf-field .nf-input-limit {
  margin-top: 0;
}
nf-field .nf-fu-progress {
  height: 1rem;
  margin-bottom: 1rem;
  background-color: ;
  border-radius: 0;
  box-shadow: none;
}
nf-field .nf-fu-progress .nf-fu-progress-bar {
  line-height: 1rem;
  background-color: ;
}
nf-field .nf-after-field {
  width: 100%!important;
}
nf-field .nf-error .ninja-forms-field {
  box-shadow: inset 0 0 0 2px /* be sure to specify a colour here */;
  border: none!important;
}
.nf-before-form-content {
  display: none;
}
.nf-response-msg {
  text-align: left;
}
.nf-error-msg {
  background-color: ;
  margin: 0.5rem 0 0 0 !important;
  padding: 0.25rem 0.5rem;
  color: #000000 !important;
  font-size: 0.75rem;
}
/*************************************************************************
 #Contact Form Embed
**************************************************************************/
.contact-form-embed .nf-form-content nf-field:nth-child(1),
.contact-form-embed .nf-form-content nf-field:nth-child(2),
.contact-form-embed .nf-form-content nf-field:nth-child(3) {
  display: inline-block;
  width: 31.3%;
}
.contact-form-embed .nf-form-content nf-field:nth-child(1),
.contact-form-embed .nf-form-content nf-field:nth-child(2) {
  margin-right: 3.05%;
}
/* 
Use: Custom Styling
Scope: All devices
Theme: Ultraline
Copyright 2020, © Ultraline
Author: Supersonic Playground
*/
/*************************************************************************
 #Get in Touch Widget
**************************************************************************/
@keyframes fadeThrough {
  0% {
    opacity: 0;
  }
  11.11% {
    opacity: 1;
  }
  33.33% {
    opacity: 1;
  }
  44.44% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes pulsate {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    opacity: 0.75;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes pulse {
  0% {
    @include transform(scale(0.95));
  }
  70% {
    @include transform(scale(1));
    box-shadow: 0 0 0 1rem rgba(0, 0, 0, 0);
  }
  100% {
    @include transform(scale(0.95));
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
.get-in-touch-widget {
  position: fixed;
  z-index: 1002;
  right: 1.5rem;
  bottom: 0;
  margin-bottom: 1.5rem;
  max-width: 13rem;
}
.get-in-touch-widget .content {
  position: relative;
  max-height: 0;
  opacity: 0;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 2.5rem rgba(0, 0, 0, 0.15);
  margin-bottom: 6rem;
  will-change: transform;
  transition: all 250ms cubic-bezier(0.5, 0, 0.5, 1);
}
.get-in-touch-widget .content ul {
  margin-left: 0;
  padding: 0.5rem 0;
}
.get-in-touch-widget .content ul li {
  list-style-type: none;
  margin-bottom: 0;
}
.get-in-touch-widget .content ul li ul,
.get-in-touch-widget .content ul li ol {
  margin-top: 0;
}
.get-in-touch-widget .content ul li {
  padding: 0;
  margin: 0;
}
.get-in-touch-widget .content ul li a {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0.5rem 1.5rem;
}
.get-in-touch-widget .content ul li a:hover {
  cursor: pointer;
  background-color: #F6F6F6;
}
.get-in-touch-widget .content ul li a:before {
  color: #000000;
  font-size: 0.9rem;
  margin-top: -0.25rem;
  margin-right: 0.5rem;
}
.get-in-touch-widget .content ul li a.chat:before {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  content: '\f086';
}
.get-in-touch-widget .content ul li a.telephone:before {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  content: '\f879';
}
.get-in-touch-widget .content ul li a.email:before {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  content: '\f658';
}
.get-in-touch-widget .content ul li a.whatsapp:before {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Brands", "Helvetica", "Arial", sans-serif;
  content: '\f232';
}
.get-in-touch-widget .content ul li a.callback:before {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  content: '\f4d2';
  transform: scaleX(-1);
}
.get-in-touch-widget .content:after {
  content: '';
  position: absolute;
  right: 2rem;
  bottom: -0.5rem;
  width: 0;
  height: 0;
  border-left: 0.5rem solid transparent;
  border-right: 0.5rem solid transparent;
  border-top: 0.5rem solid #FFFFFF;
}
.get-in-touch-widget button.toggle-get-in-touch-widget {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  right: 0;
  height: 5rem;
  width: 5rem;
  border-radius: 50%;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.15);
  animation: pulse 1.5s infinite;
  will-change: transform;
}
.get-in-touch-widget button.toggle-get-in-touch-widget:after {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  box-shadow: 0px 0px 1rem rgba(0, 0, 0, 0.15);
}
.get-in-touch-widget button.toggle-get-in-touch-widget:before {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  color: #000000;
  content: '\f086';
  font-size: 2rem;
  transition: all 500ms cubic-bezier(0.5, 0, 0.5, 1);
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  background-color: #FFFFFF;
}
.get-in-touch-widget button.toggle-get-in-touch-widget:hover:before {
  opacity: 1;
}
.get-in-touch-widget button.toggle-get-in-touch-widget i {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  animation-name: fadeThrough;
  animation-duration: 9s;
  animation-iteration-count: infinite;
}
.get-in-touch-widget button.toggle-get-in-touch-widget i:before {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  color: #000000;
  font-size: 2rem;
}
.get-in-touch-widget button.toggle-get-in-touch-widget i.call {
  animation-delay: 0s;
}
.get-in-touch-widget button.toggle-get-in-touch-widget i.call:before {
  content: '\f879';
}
.get-in-touch-widget button.toggle-get-in-touch-widget i.email {
  animation-delay: 3s;
}
.get-in-touch-widget button.toggle-get-in-touch-widget i.email:before {
  content: '\f658';
}
.get-in-touch-widget button.toggle-get-in-touch-widget i.whatsapp {
  animation-delay: 6s;
}
.get-in-touch-widget button.toggle-get-in-touch-widget i.whatsapp:before {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Brands", "Helvetica", "Arial", sans-serif;
  content: '\f232';
}
.get-in-touch-widget button.toggle-get-in-touch-widget:hover:before {
  color: #000000;
}
.get-in-touch-widget.open {
  max-width: 20rem;
}
.get-in-touch-widget.open button.toggle-get-in-touch-widget {
  box-shadow: none;
}
.get-in-touch-widget.open button.toggle-get-in-touch-widget:before {
  content: '\f00d';
  opacity: 1;
}
.get-in-touch-widget.open .content {
  max-height: 100%;
  opacity: 1;
}
/*************************************************************************
 #Pop Up Forms
**************************************************************************/
.team-member-pop-up,
#callback-form {
  position: relative;
  background-color: #FFFFFF !important;
  max-width: calc(100% - 1rem*3);
  margin: 0 auto;
}
@media screen and (min-width: 46.875em) {
  .team-member-pop-up,
  #callback-form {
    max-width: 40rem;
  }
}
.team-member-pop-up .popup-modal-dismiss,
#callback-form .popup-modal-dismiss {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  height: 3rem;
  width: 3rem;
  transition: all 250ms cubic-bezier(0.5, 0, 0.5, 1);
}
.team-member-pop-up .popup-modal-dismiss:before,
#callback-form .popup-modal-dismiss:before {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  content: '\f00d';
  color: #000000;
  font-size: 1.25rem;
}
.team-member-pop-up .popup-modal-dismiss:hover,
#callback-form .popup-modal-dismiss:hover {
  background-color: #F6F6F6;
}
@media screen and (max-width: 31.25em) {
  .team-member-pop-up .nf-field-container.one-half,
  #callback-form .nf-field-container.one-half {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.team-member-pop-up .nf-response-msg,
#callback-form .nf-response-msg {
  padding-right: 2rem;
}
.team-member-pop-up {
  max-width: calc(100% - 140px);
}
@media screen and (min-width: 46.875em) {
  .team-member-pop-up {
    max-width: 40rem;
  }
}
/* 
Use: Header
Scope: All devices
Theme: Ultraline
Copyright 2020, © Ultraline
Author: Supersonic Playground
*/
#simple-navigation {
  padding: 1rem 0;
}
#simple-navigation .main-navigation {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
#simple-navigation .main-navigation .header-left {
  margin: 0;
}
#simple-navigation .main-navigation .header-left a {
  display: block;
}
#simple-navigation .main-navigation .header-left a img {
  width: auto;
  height: 2.5rem;
}
#simple-navigation .main-navigation .header-middle {
  flex: 1 0 100%;
  order: 2;
}
@media screen and (min-width: 53.125em) {
  #simple-navigation .main-navigation .header-middle {
    flex: 1 0 auto;
    order: 1;
    padding: 0 1rem;
  }
}
#simple-navigation .main-navigation .header-middle input {
  width: 100%;
}
#simple-navigation .main-navigation .header-right {
  flex: 1 0 100%;
  order: 1;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 53.125em) {
  #simple-navigation .main-navigation .header-right {
    flex: 0 0 0;
    order: 2;
    margin-bottom: 0;
  }
}
#simple-navigation .main-navigation .menu-button {
  position: absolute;
  font-display: swap;
  font-family: "Helvetica Neue Roman", "Helvetica", "Arial", sans-serif;
  text-transform: uppercase;
  height: 1rem;
  line-height: 1;
  right: 0;
  padding-left: 2.25rem;
  background-color: transparent;
  display: flex;
  justify-content: flex-end;
}
#simple-navigation .main-navigation .menu-button button {
  background: transparent;
}
@media screen and (min-width: 53.125em) {
  #simple-navigation .main-navigation .menu-button {
    display: none;
  }
}
#simple-navigation .main-navigation .menu-button:before {
  position: absolute;
  width: 1.5rem;
  height: 100%;
  top: -0.35rem;
  left: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  content: '\f0c9';
  font-size: 1.5rem;
  text-align: center;
  text-indent: 0;
}
@media screen and (min-width: 53.125em) {
  #simple-navigation .main-navigation .menu-button {
    display: none;
  }
}
#simple-navigation .main-navigation ul.menu-list {
  margin-left: 0;
  display: flex;
  justify-content: flex-end;
  position: relative;
}
#simple-navigation .main-navigation ul.menu-list li {
  list-style-type: none;
  margin-bottom: 0;
}
#simple-navigation .main-navigation ul.menu-list li ul,
#simple-navigation .main-navigation ul.menu-list li ol {
  margin-top: 0;
}
@media screen and (max-width: 53.125em) {
  #simple-navigation .main-navigation ul.menu-list {
    display: none;
  }
}
#simple-navigation .main-navigation ul.menu-list li {
  position: relative;
  flex: 1 0 auto;
}
@media screen and (min-width: 53.125em) {
  #simple-navigation .main-navigation ul.menu-list li {
    padding: 0 1rem;
  }
  #simple-navigation .main-navigation ul.menu-list li:first-child {
    padding-left: 0;
  }
  #simple-navigation .main-navigation ul.menu-list li:last-child {
    padding-right: 0;
  }
}
#simple-navigation .main-navigation ul.menu-list li a {
  display: block;
  position: relative;
  height: 2.5rem;
  text-decoration: none;
  text-indent: -9999px;
  overflow: hidden;
  font-display: swap;
  font-family: "Helvetica Neue Light", "Helvetica", "Arial", sans-serif;
  font-size: 1rem;
  padding-bottom: 0.2rem;
  margin-top: 0.2rem;
}
#simple-navigation .main-navigation ul.menu-list li a:before {
  position: absolute;
  width: 100%;
  height: 2.5rem;
  line-height: 2.5rem !important;
  top: 0;
  left: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  color: inherit;
  font-size: 1.5rem;
  text-align: center;
  text-indent: 0;
}
#simple-navigation .main-navigation ul.menu-list li a:after {
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
  display: block;
  position: absolute;
  content: '';
  width: 0;
  height: 1px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
#simple-navigation .main-navigation ul.menu-list li a:hover:after {
  width: 100%;
}
@media screen and (min-width: 53.125em) {
  #simple-navigation .main-navigation ul.menu-list li a {
    height: auto;
    text-indent: 0;
    overflow: visible;
  }
  #simple-navigation .main-navigation ul.menu-list li a:before {
    position: relative;
    height: 2rem;
    line-height: 2rem !important;
    font-size: 1.25rem;
  }
}
#simple-navigation .main-navigation ul.menu-list li.current-page-ancestor a:after,
#simple-navigation .main-navigation ul.menu-list li.current-menu-ancestor a:after,
#simple-navigation .main-navigation ul.menu-list li.current-menu-item a:after {
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
  display: block;
  position: absolute;
  content: '';
  width: 0;
  height: 1.5px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
#simple-navigation .main-navigation ul.menu-list li.home a:before {
  content: '\f80c';
}
#simple-navigation .main-navigation ul.menu-list li.about a:before {
  content: '\f7b6';
}
#simple-navigation .main-navigation ul.menu-list li.services a:before {
  content: '\f7d9';
}
#simple-navigation .main-navigation ul.menu-list li.clients a:before {
  content: '\f0c0';
}
#simple-navigation .main-navigation ul.menu-list li.blog a:before {
  content: '\f4a6';
}
#simple-navigation .main-navigation ul.menu-list li.contact a:before {
  content: '\f095';
}
.header .brand-on-white {
  display: block;
}
.header .brand-on-background {
  display: none;
}
.header ul.menu-list li a {
  color: #000000;
}
.header ul.menu-list li a:after {
  background-color: #000000;
}
.header .menu-button {
  color: #000000;
}
.header .menu-button:before {
  color: #000000;
}
.with-hero .header {
  position: absolute;
  z-index: 9999;
}
.with-hero .header .brand-on-white {
  display: none;
}
.with-hero .header .brand-on-background {
  display: block;
}
.with-hero .header ul.menu-list li a {
  color: #FFFFFF;
}
.with-hero .header ul.menu-list li a:after {
  background-color: #FFFFFF;
}
.with-hero .header .menu-button {
  color: #FFFFFF;
}
.with-hero .header .menu-button:before {
  color: #FFFFFF;
}
/*************************************************************************
 #Mobile Off-Canvas Navigation
**************************************************************************/
/* This part can be changed depending on what size you want the close and sub menu buttons to be */
/* This sets the default colour of the majority of elements, change it to your project requirements */
/* This sets the background colour of the navigation, change it to your project requirements */
#mobile-off-canvas-navigation {
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
  background-color: #FFFFFF;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  -ms-overflow-style: none;
  z-index: 1001;
  pointer-events: none;
  background-color: #000000;
  min-height: 100%;
  width: 100vw;
  max-width: 100%;
  padding-top: 5rem;
  transition: opacity 0.5s ease;
  opacity: 0;
}
#mobile-off-canvas-navigation::-webkit-scrollbar {
  display: none;
}
@media screen and (min-width: 40.625em) {
  #mobile-off-canvas-navigation {
    width: 18rem;
  }
}
#mobile-off-canvas-navigation .menu-title {
  min-height: 2.5rem;
  padding: 1rem;
}
#mobile-off-canvas-navigation .menu-title p {
  margin-bottom: 0;
  color: #000000;
  font-size: 0.75rem;
}
#mobile-off-canvas-navigation .close-button {
  position: absolute;
  right: 0;
  top: 0;
  width: 2.5rem;
  height: 2.5rem;
  margin-bottom: 0;
  cursor: pointer;
}
#mobile-off-canvas-navigation .close-button:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '\f00d';
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  color: #000000;
  font-size: 1.5rem;
  line-height: 2.5rem;
}
#mobile-off-canvas-navigation ul.mobile-off-canvas-navigation {
  margin-left: 0;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 0;
}
#mobile-off-canvas-navigation ul.mobile-off-canvas-navigation li {
  list-style-type: none;
  margin-bottom: 0;
}
#mobile-off-canvas-navigation ul.mobile-off-canvas-navigation li ul,
#mobile-off-canvas-navigation ul.mobile-off-canvas-navigation li ol {
  margin-top: 0;
}
#mobile-off-canvas-navigation ul.mobile-off-canvas-navigation li {
  position: relative;
  /*
			&:first-child {
				a {
					border-top: 1px solid @black;
				}
			}
*/
}
#mobile-off-canvas-navigation ul.mobile-off-canvas-navigation li a {
  display: block;
  font-display: swap;
  font-family: "Helvetica Neue Roman", "Helvetica", "Arial", sans-serif;
  color: #000000;
  padding: 1rem 1rem;
  text-decoration: none;
  text-align: right;
  color: #E1E1E1;
  font-size: 2rem;
  opacity: 0;
  transform: translateX(-25%);
}
#mobile-off-canvas-navigation ul.mobile-off-canvas-navigation li.current-page-ancestor a,
#mobile-off-canvas-navigation ul.mobile-off-canvas-navigation li.current-menu-ancestor a,
#mobile-off-canvas-navigation ul.mobile-off-canvas-navigation li.current-menu-item a {
  /* be sure to specify a font here */
}
#mobile-off-canvas-navigation ul.mobile-off-canvas-navigation li.current-page-ancestor > ul.sub-menu li a,
#mobile-off-canvas-navigation ul.mobile-off-canvas-navigation li.current-menu-ancestor > ul.sub-menu li a,
#mobile-off-canvas-navigation ul.mobile-off-canvas-navigation li.current-menu-item > ul.sub-menu li a {
  /* be sure to specify a font here */
}
#mobile-off-canvas-navigation ul.mobile-off-canvas-navigation li ul.sub-menu {
  position: relative;
  max-height: inherit;
  height: 0;
  margin-left: 0;
  margin-bottom: 0;
  opacity: 0;
  visibility: hidden;
  background-color: #ececec;
}
#mobile-off-canvas-navigation ul.mobile-off-canvas-navigation li ul.sub-menu li {
  position: relative;
}
#mobile-off-canvas-navigation ul.mobile-off-canvas-navigation li ul.sub-menu li a {
  color: #000000;
  padding-left: 2.75rem;
  border-top: 1px solid #e6e6e6;
  border-bottom: none;
}
#mobile-off-canvas-navigation ul.mobile-off-canvas-navigation li ul.sub-menu li a:hover {
  background-color: #e6e6e6;
}
#mobile-off-canvas-navigation ul.mobile-off-canvas-navigation li ul.sub-menu li:first-child a {
  border-top: none;
}
#mobile-off-canvas-navigation ul.mobile-off-canvas-navigation li ul.sub-menu li.current-page-ancestor > a,
#mobile-off-canvas-navigation ul.mobile-off-canvas-navigation li ul.sub-menu li.current-menu-ancestor > a,
#mobile-off-canvas-navigation ul.mobile-off-canvas-navigation li ul.sub-menu li.current-menu-item > a {
  /* be sure to specify a font here */
  background-color: #e6e6e6;
}
#mobile-off-canvas-navigation ul.mobile-off-canvas-navigation li ul.sub-menu li.current-page-ancestor > ul.sub-menu li a,
#mobile-off-canvas-navigation ul.mobile-off-canvas-navigation li ul.sub-menu li.current-menu-ancestor > ul.sub-menu li a,
#mobile-off-canvas-navigation ul.mobile-off-canvas-navigation li ul.sub-menu li.current-menu-item > ul.sub-menu li a {
  /* be sure to specify a font here */
}
#mobile-off-canvas-navigation ul.mobile-off-canvas-navigation li ul.sub-menu li ul.sub-menu {
  background-color: #e6e6e6;
}
#mobile-off-canvas-navigation ul.mobile-off-canvas-navigation li ul.sub-menu li ul.sub-menu li a {
  padding-left: 4.75rem;
}
#mobile-off-canvas-navigation ul.mobile-off-canvas-navigation li ul.sub-menu li ul.sub-menu li a:hover {
  background-color: #dfdfdf;
}
#mobile-off-canvas-navigation ul.mobile-off-canvas-navigation li ul.sub-menu li ul.sub-menu li.current-page-ancestor > a,
#mobile-off-canvas-navigation ul.mobile-off-canvas-navigation li ul.sub-menu li ul.sub-menu li.current-menu-ancestor > a,
#mobile-off-canvas-navigation ul.mobile-off-canvas-navigation li ul.sub-menu li ul.sub-menu li.current-menu-item > a {
  /* be sure to specify a font here */
  background-color: #dfdfdf;
}
#mobile-off-canvas-navigation ul.mobile-off-canvas-navigation li ul.sub-menu li ul.sub-menu li.current-page-ancestor > ul.sub-menu li a,
#mobile-off-canvas-navigation ul.mobile-off-canvas-navigation li ul.sub-menu li ul.sub-menu li.current-menu-ancestor > ul.sub-menu li a,
#mobile-off-canvas-navigation ul.mobile-off-canvas-navigation li ul.sub-menu li ul.sub-menu li.current-menu-item > ul.sub-menu li a {
  /* be sure to specify a font here */
}
#mobile-off-canvas-navigation ul.mobile-off-canvas-navigation li.menu-item-has-children .sub-menu-button {
  position: absolute;
  top: 0;
  right: 0;
  width: 2.5rem;
  height: 2.5rem;
  background-color: transparent;
}
#mobile-off-canvas-navigation ul.mobile-off-canvas-navigation li.menu-item-has-children .sub-menu-button:after {
  position: absolute;
  content: '\f107';
  top: 0;
  right: 0;
  width: 2.5rem;
  height: 2.5rem;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  color: #000000;
  font-size: 1.5rem;
  line-height: 2.5rem;
}
#mobile-off-canvas-navigation ul.mobile-off-canvas-navigation li.menu-item-has-children.menu-open > .sub-menu-button:after {
  content: '\f106';
}
#mobile-off-canvas-navigation ul.mobile-off-canvas-navigation li.menu-item-has-children.menu-open > ul.sub-menu {
  height: auto;
  opacity: 1;
  visibility: visible;
}
.show-menu #mobile-off-canvas-navigation {
  transform: translateX(0%);
  opacity: 0.9;
  transition: opacity 0.5s ease;
  pointer-events: all !important;
}
.show-menu #mobile-off-canvas-navigation li a {
  opacity: 1 !important;
  transform: translateX(0) !important;
}
.show-menu #simple-navigation .menu-button:before {
  content: '\f00d';
}
.show-menu .header {
  z-index: 9999;
}
.show-menu .header .brand-on-background {
  display: block !important;
}
.show-menu .header .brand-on-white {
  display: none !important;
}
.show-menu .header .menu-button {
  color: #FFFFFF !important;
}
.show-menu .header .menu-button:before {
  color: #FFFFFF !important;
}
.with-hero.show-menu .header {
  position: fixed !important;
}
/* 
Use: Footer
Scope: All devices
Theme: Ultraline
Copyright 2020, © Ultraline
Author: Supersonic Playground
*/
/*************************************************************************
 #Footer Contacts List
**************************************************************************/
ul.footer-contacts-list {
  position: relative;
  margin-left: 0;
  word-spacing: -0.35rem;
  margin-bottom: 0;
  text-align: left;
  padding-top: 1rem;
  padding-bottom: 0.5rem;
}
ul.footer-contacts-list li {
  list-style-type: none;
  margin-bottom: 0;
}
ul.footer-contacts-list li ul,
ul.footer-contacts-list li ol {
  margin-top: 0;
}
@media screen and (max-width: 46.875em) {
  ul.footer-contacts-list {
    justify-content: center;
  }
}
@media screen and (max-width: 68.75em) {
  ul.footer-contacts-list {
    float: none;
    display: flex;
    flex-wrap: wrap;
  }
}
ul.footer-contacts-list li {
  display: inline-block;
  position: relative;
  word-spacing: normal;
  padding: 0;
}
ul.footer-contacts-list li:first-child {
  margin-left: 0;
}
ul.footer-contacts-list li:last-child {
  margin-right: 0;
}
ul.footer-contacts-list li a {
  display: block;
  position: relative;
  width: 2rem;
  height: 1rem;
  line-height: 1rem;
  font-size: 0.85rem;
  color: #000000;
  text-decoration: none;
  text-indent: 99999px;
  overflow: hidden;
  margin-left: -0.5rem;
  width: auto;
  height: 2rem;
  line-height: 2rem;
  padding-left: 1.75rem;
  text-indent: 0;
}
@media screen and (max-width: 68.75em) {
  ul.footer-contacts-list li a {
    padding-left: 2.2rem;
  }
}
ul.footer-contacts-list li a:before {
  position: absolute;
  width: 100%;
  height: 1rem;
  line-height: 1rem !important;
  top: 0;
  left: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  color: #000000;
  font-size: 1.5rem;
  text-align: center;
  text-indent: 0;
}
@media screen and (max-width: 68.75em) {
  ul.footer-contacts-list li a:before {
    height: 3.5rem;
    line-height: 3.5rem !important;
  }
}
ul.footer-contacts-list li a:before {
  width: 2rem;
  height: 2rem;
  line-height: 2rem !important;
  font-size: 0.75rem;
}
@media screen and (max-width: 68.75em) {
  ul.footer-contacts-list li a:before {
    font-size: 1.2rem;
  }
}
ul.footer-contacts-list li.email {
  margin-right: 1rem;
}
ul.footer-contacts-list li.email a:before {
  content: '\f658';
}
ul.footer-contacts-list li.telephone a:before {
  content: '\f879';
}
.footer-legal-menu ul {
  word-spacing: -0.35rem;
  margin-left: 0;
  margin-bottom: 0.5rem;
  /*
		&:first-of-type {
			@media @from-1100 {
				margin-left: @base-size*0.8;
			}
			
			@media @to-750 {
				margin-left: @base-size*0.8;
			}
		}
*/
}
.footer-legal-menu ul * {
  word-spacing: normal;
}
.footer-legal-menu ul li {
  list-style-type: none;
  margin-bottom: 0;
}
.footer-legal-menu ul li ul,
.footer-legal-menu ul li ol {
  margin-top: 0;
}
@media screen and (max-width: 46.875em) {
  .footer-legal-menu ul {
    justify-content: center;
  }
}
@media screen and (max-width: 68.75em) {
  .footer-legal-menu ul {
    width: 100%;
    display: flex;
  }
}
.footer-legal-menu ul li {
  display: inline-block;
  position: relative;
  word-spacing: normal;
  margin-right: 0.5rem;
  padding-right: 0.5rem;
  border-right: 1px solid #000000;
}
.footer-legal-menu ul li:first-of-type {
  padding-left: 0;
  display: none;
}
.footer-legal-menu ul li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
.footer-legal-menu ul li a {
  display: block;
  position: relative;
  font-size: 0.85rem !important;
}
.footer-legal-menu ul li a:after {
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
  display: block;
  position: absolute;
  content: '';
  width: 0;
  height: 1px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #000000;
}
.footer-legal-menu ul li a:hover:after {
  width: 100%;
}
.footer-legal-menu ul li.current-page-ancestor a:after,
.footer-legal-menu ul li.current-menu-ancestor a:after,
.footer-legal-menu ul li.current-menu-item a:after {
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
  display: block;
  position: absolute;
  content: '';
  width: 0;
  height: 1.5px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  background-color: #000000;
}
@media screen and (min-width: 68.75em) {
  ul.bottom-footer-menu {
    margin-top: 0.35rem;
  }
}
@media screen and (max-width: 68.75em) {
  ul.bottom-footer-menu li:last-of-type {
    padding-left: 0 !important;
  }
}
@media screen and (max-width: 46.875em) {
}
#footer {
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.11);
  padding-bottom: 1rem;
}
#footer .footer-section {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
@media screen and (max-width: 68.75em) {
  #footer .footer-section {
    flex-wrap: wrap;
    justify-content: center;
  }
}
#footer .footer-section .one-sixth-page {
  margin-top: 1rem;
}
#footer .footer-section .one-sixth-page .footer-logo {
  padding-bottom: 105%;
}
#footer .footer-section .footer-logos {
  display: flex;
  justify-content: center;
  padding: 1.5% 0 0;
}
@media screen and (max-width: 62.5em) {
  #footer .footer-section .footer-logos {
    justify-content: flex-end;
  }
}
@media screen and (max-width: 46.875em) {
  #footer .footer-section .footer-logos {
    justify-content: center;
  }
}
#footer .footer-section .social-section {
  padding-top: 1rem;
}
@media screen and (max-width: 68.75em) {
  #footer .footer-section .social-section ul.social-links {
    margin-bottom: 0.7rem;
    padding-top: 1rem;
    justify-content: center;
  }
}
@media screen and (max-width: 68.75em) {
  #footer .footer-section .small {
    text-align: center;
  }
}
/*************************************************************************
 #Request a Callback Form
**************************************************************************/
.callback-form {
  position: fixed;
  z-index: 99999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #F6F6F6;
  background-color: rgba(55, 60, 65, 0.85);
  opacity: 0;
  visibility: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow-y: scroll;
}
.callback-form .popup-form {
  margin-top: 0;
  margin: auto;
  overflow: hidden;
  position: fixed;
  z-index: 9;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow-y: scroll;
}
.callback-form .callback-form-container {
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
  background-color: #FFFFFF;
  transform: scale(1.3);
  margin-top: 0;
  margin: auto;
  overflow: hidden;
}
.callback-form .callback-form-container .intro-text {
  column-count: 1;
  column-gap: 1rem;
  column-width: 20rem;
  margin-bottom: 1rem;
}
.callback-form .callback-form-container .intro-text h3 {
  margin-bottom: 1rem;
}
.callback-form .callback-form-container .intro-text p {
  margin-bottom: 0;
}
.callback-form .callback-form-container .intro-text p:first-child {
  color: #000000;
}
.callback-form .callback-form-container .intro-text p a {
  letter-spacing: 0;
  background: none;
}
.callback-form .callback-form-container input,
.callback-form .callback-form-container .nf-field-element {
  font-size: 0.75rem !important;
}
.callback-form .callback-form-container .close-button {
  position: absolute;
  right: 1rem;
  top: 1rem;
  width: 2rem;
  height: 2rem;
  background-color: transparent;
  cursor: pointer;
}
.callback-form .callback-form-container .close-button:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 2rem;
  height: 2rem;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  color: #000000;
  content: '\f00d';
  font-size: 2rem;
  line-height: 2rem;
  text-align: center;
}
@media screen and (max-width: 40.625em) {
  .callback-form .internal-padding {
    padding: 1.5rem;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .callback-form-container {
    margin: 0 !important;
  }
}
.show-callback {
  overflow: hidden;
}
.show-callback .callback-form {
  visibility: visible;
  opacity: 1;
}
.show-callback .callback-form .callback-form-container {
  transform: scale(1);
}
.pop-up-container {
  position: relative;
  z-index: 20;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
  background-color: #FFFFFF;
  box-shadow: 0.25rem 0.5rem 1rem 0 #F6F6F6;
  box-shadow: 0.25rem 0.5rem 1rem 0 rgba(0, 0, 0, 0.25);
  transform: scale(1.3);
}
/* 
Use: Setup
Scope: All devices
Theme: Ultraline
Copyright 2020, © Ultraline
Author: Supersonic Playground
*/
/*************************************************************************
 #Base Pixel Equivalent
**************************************************************************/
/*************************************************************************
 #Grid Measurements
**************************************************************************/
/* Horizontal margin equal to 30px @ 1000px */
/* Column width - equal to 50.83px @ 1000px */
/*************************************************************************
 #Animation Easing
**************************************************************************/
/*************************************************************************
 #Basic HTML Settings
**************************************************************************/
html,
body {
  overflow-x: hidden;
  scroll-behavior: smooth;
}
body {
  text-size-adjust: none;
  overflow-y: hidden;
}
img,
svg {
  border: 0;
  margin: 0;
  padding: 0;
  image-rendering: auto;
}
svg {
  display: block;
}
/*# sourceMappingURL=style.css.map */