*,
*:before,
*:after {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  vertical-align: top;
}

.clearfix::after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: normal;
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: "MessinaSans-Regular";
  src: url("../fonts/messina-sans/MessinaSans-Regular.woff2") format("woff2"),
    url("../fonts/messina-sans/MessinaSans-Regular.woff") format("woff"),
    url("../fonts/messina-sans/MessinaSans-Regular%EF%B9%96.eot#iefix")
      format("embedded-opentype");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "MessinaSans-Book";
  src: url("../fonts/messina-sans/MessinaSans-Book.woff2") format("woff2"),
    url("../fonts/messina-sans/MessinaSans-Book.woff") format("woff"),
    url("../fonts/messina-sans/MessinaSans-Book%EF%B9%96.eot#iefix")
      format("embedded-opentype");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "MessinaSans-Light";
  src: url("../fonts/messina-sans/MessinaSans-Light.woff2") format("woff2"),
    url("../fonts/messina-sans/MessinaSans-Light.woff") format("woff"),
    url("../fonts/messina-sans/MessinaSans-Light%EF%B9%96.eot#iefix")
      format("embedded-opentype");
  font-style: normal;
  font-weight: 300;
}

@font-face {
  font-family: "RecklessNeue-Regular";
  src: url("../fonts/reckless-neue/RecklessNeue-Regular.woff2") format("woff2"),
    url("../fonts/reckless-neue/RecklessNeue-Regular.woff") format("woff"),
    url("../fonts/reckless-neue/RecklessNeue-Regular%EF%B9%96.eot#iefix")
      format("embedded-opentype");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "RecklessNeue-RegularItalic";
  src: url("../fonts/reckless-neue/RecklessNeue-RegularItalic.woff2")
      format("woff2"),
    url("../fonts/reckless-neue/RecklessNeue-RegularItalic.woff") format("woff"),
    url("../fonts/reckless-neue/RecklessNeue-RegularItalic%EF%B9%96.eot#iefix")
      format("embedded-opentype");
  font-style: italic;
  font-weight: 400;
}

@font-face {
  font-family: "RecklessNeue-Book";
  src: url("../fonts/reckless-neue/RecklessNeue-Book.woff2") format("woff2"),
    url("../fonts/reckless-neue/RecklessNeue-Book.woff") format("woff"),
    url("../fonts/reckless-neue/RecklessNeue-Book%EF%B9%96.eot#iefix")
      format("embedded-opentype");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "RecklessNeue-Light";
  src: url("../fonts/reckless-neue/RecklessNeue-Light.woff2") format("woff2"),
    url("../fonts/reckless-neue/RecklessNeue-Light.woff") format("woff"),
    url("../fonts/reckless-neue/RecklessNeue-Light%EF%B9%96.eot#iefix")
      format("embedded-opentype");
  font-style: normal;
  font-weight: 300;
}

@font-face {
  font-family: "RecklessNeue-LightItalic";
  src: url("../fonts/reckless-neue/RecklessNeue-LightItalic.woff2")
      format("woff2"),
    url("../fonts/reckless-neue/RecklessNeue-LightItalic.woff") format("woff"),
    url("../fonts/reckless-neue/RecklessNeue-LightItalic%EF%B9%96.eot#iefix")
      format("embedded-opentype");
  font-style: italic;
  font-weight: 300;
}

/* ==================  Site Fonts  ================== */
/* Font Name: MessinaSans-Regular Example: // @include font-messina-sans-regular(54px, 58px, -2px); */
/* Font Name: MessinaSans-Book Example: // @include font-messina-sans-book(54px, 58px, -2px); */
/* Font Name: MessinaSans-Light Example: // @include font-messina-sans-light(54px, 58px, -2px); */
/* Font Name: RecklessNeue-Regular Example: // @include font-reckless-regular(54px, 58px, -2px); */
/* Font Name: RecklessNeue-RegularItalic Example: // @include font-reckless-regular-italic(54px, 58px, -2px); */
/* Font Name: RecklessNeue-Book Example: // @include font-reckless-book(54px, 58px, -2px); */
/* Font Name: RecklessNeue-Light Example: // @include font-reckless-light(54px, 58px, -2px); */
/* Font Name: RecklessNeue-LightItalic Example: // @include font-reckless-light-italic(54px, 58px, -2px); */
/* ==================  Site Animations  ================== */
/* ==================  Responsive Grid Col Settings  ================== */
/* Generates classes for a grid of columns, prefixed by size. The result will be .col-[size]-[col]-[total-columns] E.g. .col-xs-6-12 @param {string}	$size			The name of the size target (e.g. xs, sm, md, lg, xl, etc.) @param {int}		$grid-columns	Amount of columns */
/* A mixin targeting a specific device width and larger. These are the available targets: 'xs', 'sm', 'md', 'lg', 'xl' @param {string} $media The target media */
.col-xs-1-12 {
  width: 8.3333333333%;
}

.col-xs-2-12 {
  width: 16.6666666667%;
}

.col-xs-3-12 {
  width: 25%;
}

.col-xs-4-12 {
  width: 33.3333333333%;
}

.col-xs-5-12 {
  width: 41.6666666667%;
}

.col-xs-6-12 {
  width: 50%;
}

.col-xs-7-12 {
  width: 58.3333333333%;
}

.col-xs-8-12 {
  width: 66.6666666667%;
}

.col-xs-9-12 {
  width: 75%;
}

.col-xs-10-12 {
  width: 83.3333333333%;
}

.col-xs-11-12 {
  width: 91.6666666667%;
}

.col-xs-12-12 {
  width: 100%;
}

.col-xs-1-10 {
  width: 10%;
}

.col-xs-2-10 {
  width: 20%;
}

.col-xs-3-10 {
  width: 30%;
}

.col-xs-4-10 {
  width: 40%;
}

.col-xs-5-10 {
  width: 50%;
}

.col-xs-6-10 {
  width: 60%;
}

.col-xs-7-10 {
  width: 70%;
}

.col-xs-8-10 {
  width: 80%;
}

.col-xs-9-10 {
  width: 90%;
}

.col-xs-10-10 {
  width: 100%;
}

.col-xs-1-9 {
  width: 11.1111111111%;
}

.col-xs-2-9 {
  width: 22.2222222222%;
}

.col-xs-3-9 {
  width: 33.3333333333%;
}

.col-xs-4-9 {
  width: 44.4444444444%;
}

.col-xs-5-9 {
  width: 55.5555555556%;
}

.col-xs-6-9 {
  width: 66.6666666667%;
}

.col-xs-7-9 {
  width: 77.7777777778%;
}

.col-xs-8-9 {
  width: 88.8888888889%;
}

.col-xs-9-9 {
  width: 100%;
}

.col-xs-1-7 {
  width: 14.2857142857%;
}

.col-xs-2-7 {
  width: 28.5714285714%;
}

.col-xs-3-7 {
  width: 42.8571428571%;
}

.col-xs-4-7 {
  width: 57.1428571429%;
}

.col-xs-5-7 {
  width: 71.4285714286%;
}

.col-xs-6-7 {
  width: 85.7142857143%;
}

.col-xs-7-7 {
  width: 100%;
}

.col-xs-1-6 {
  width: 16.6666666667%;
}

.col-xs-2-6 {
  width: 33.3333333333%;
}

.col-xs-3-6 {
  width: 50%;
}

.col-xs-4-6 {
  width: 66.6666666667%;
}

.col-xs-5-6 {
  width: 83.3333333333%;
}

.col-xs-6-6 {
  width: 100%;
}

.col-xs-1-3 {
  width: 33.3333333333%;
}

.col-xs-2-3 {
  width: 66.6666666667%;
}

.col-xs-3-3 {
  width: 100%;
}

@media (min-width: 768px) {
  .col-sm-1-12 {
    width: 8.3333333333%;
  }
  .col-sm-2-12 {
    width: 16.6666666667%;
  }
  .col-sm-3-12 {
    width: 25%;
  }
  .col-sm-4-12 {
    width: 33.3333333333%;
  }
  .col-sm-5-12 {
    width: 41.6666666667%;
  }
  .col-sm-6-12 {
    width: 50%;
  }
  .col-sm-7-12 {
    width: 58.3333333333%;
  }
  .col-sm-8-12 {
    width: 66.6666666667%;
  }
  .col-sm-9-12 {
    width: 75%;
  }
  .col-sm-10-12 {
    width: 83.3333333333%;
  }
  .col-sm-11-12 {
    width: 91.6666666667%;
  }
  .col-sm-12-12 {
    width: 100%;
  }
}

@media (min-width: 980px) {
  .col-md-1-12 {
    width: 8.3333333333%;
  }
  .col-md-2-12 {
    width: 16.6666666667%;
  }
  .col-md-3-12 {
    width: 25%;
  }
  .col-md-4-12 {
    width: 33.3333333333%;
  }
  .col-md-5-12 {
    width: 41.6666666667%;
  }
  .col-md-6-12 {
    width: 50%;
  }
  .col-md-7-12 {
    width: 58.3333333333%;
  }
  .col-md-8-12 {
    width: 66.6666666667%;
  }
  .col-md-9-12 {
    width: 75%;
  }
  .col-md-10-12 {
    width: 83.3333333333%;
  }
  .col-md-11-12 {
    width: 91.6666666667%;
  }
  .col-md-12-12 {
    width: 100%;
  }
  .col-md-1-10 {
    width: 10%;
  }
  .col-md-2-10 {
    width: 20%;
  }
  .col-md-3-10 {
    width: 30%;
  }
  .col-md-4-10 {
    width: 40%;
  }
  .col-md-5-10 {
    width: 50%;
  }
  .col-md-6-10 {
    width: 60%;
  }
  .col-md-7-10 {
    width: 70%;
  }
  .col-md-8-10 {
    width: 80%;
  }
  .col-md-9-10 {
    width: 90%;
  }
  .col-md-10-10 {
    width: 100%;
  }
  .col-md-1-9 {
    width: 11.1111111111%;
  }
  .col-md-2-9 {
    width: 22.2222222222%;
  }
  .col-md-3-9 {
    width: 33.3333333333%;
  }
  .col-md-4-9 {
    width: 44.4444444444%;
  }
  .col-md-5-9 {
    width: 55.5555555556%;
  }
  .col-md-6-9 {
    width: 66.6666666667%;
  }
  .col-md-7-9 {
    width: 77.7777777778%;
  }
  .col-md-8-9 {
    width: 88.8888888889%;
  }
  .col-md-9-9 {
    width: 100%;
  }
  .col-md-1-7 {
    width: 14.2857142857%;
  }
  .col-md-2-7 {
    width: 28.5714285714%;
  }
  .col-md-3-7 {
    width: 42.8571428571%;
  }
  .col-md-4-7 {
    width: 57.1428571429%;
  }
  .col-md-5-7 {
    width: 71.4285714286%;
  }
  .col-md-6-7 {
    width: 85.7142857143%;
  }
  .col-md-7-7 {
    width: 100%;
  }
  .col-md-1-6 {
    width: 16.6666666667%;
  }
  .col-md-2-6 {
    width: 33.3333333333%;
  }
  .col-md-3-6 {
    width: 50%;
  }
  .col-md-4-6 {
    width: 66.6666666667%;
  }
  .col-md-5-6 {
    width: 83.3333333333%;
  }
  .col-md-6-6 {
    width: 100%;
  }
  .col-md-1-3 {
    width: 33.3333333333%;
  }
  .col-md-2-3 {
    width: 66.6666666667%;
  }
  .col-md-3-3 {
    width: 100%;
  }
}

@media (min-width: 1400px) {
  .col-lg-1-12 {
    width: 8.3333333333%;
  }
  .col-lg-2-12 {
    width: 16.6666666667%;
  }
  .col-lg-3-12 {
    width: 25%;
  }
  .col-lg-4-12 {
    width: 33.3333333333%;
  }
  .col-lg-5-12 {
    width: 41.6666666667%;
  }
  .col-lg-6-12 {
    width: 50%;
  }
  .col-lg-7-12 {
    width: 58.3333333333%;
  }
  .col-lg-8-12 {
    width: 66.6666666667%;
  }
  .col-lg-9-12 {
    width: 75%;
  }
  .col-lg-10-12 {
    width: 83.3333333333%;
  }
  .col-lg-11-12 {
    width: 91.6666666667%;
  }
  .col-lg-12-12 {
    width: 100%;
  }
  .col-lg-1-10 {
    width: 10%;
  }
  .col-lg-2-10 {
    width: 20%;
  }
  .col-lg-3-10 {
    width: 30%;
  }
  .col-lg-4-10 {
    width: 40%;
  }
  .col-lg-5-10 {
    width: 50%;
  }
  .col-lg-6-10 {
    width: 60%;
  }
  .col-lg-7-10 {
    width: 70%;
  }
  .col-lg-8-10 {
    width: 80%;
  }
  .col-lg-9-10 {
    width: 90%;
  }
  .col-lg-10-10 {
    width: 100%;
  }
  .col-lg-1-9 {
    width: 11.1111111111%;
  }
  .col-lg-2-9 {
    width: 22.2222222222%;
  }
  .col-lg-3-9 {
    width: 33.3333333333%;
  }
  .col-lg-4-9 {
    width: 44.4444444444%;
  }
  .col-lg-5-9 {
    width: 55.5555555556%;
  }
  .col-lg-6-9 {
    width: 66.6666666667%;
  }
  .col-lg-7-9 {
    width: 77.7777777778%;
  }
  .col-lg-8-9 {
    width: 88.8888888889%;
  }
  .col-lg-9-9 {
    width: 100%;
  }
  .col-lg-1-7 {
    width: 14.2857142857%;
  }
  .col-lg-2-7 {
    width: 28.5714285714%;
  }
  .col-lg-3-7 {
    width: 42.8571428571%;
  }
  .col-lg-4-7 {
    width: 57.1428571429%;
  }
  .col-lg-5-7 {
    width: 71.4285714286%;
  }
  .col-lg-6-7 {
    width: 85.7142857143%;
  }
  .col-lg-7-7 {
    width: 100%;
  }
  .col-lg-1-6 {
    width: 16.6666666667%;
  }
  .col-lg-2-6 {
    width: 33.3333333333%;
  }
  .col-lg-3-6 {
    width: 50%;
  }
  .col-lg-4-6 {
    width: 66.6666666667%;
  }
  .col-lg-5-6 {
    width: 83.3333333333%;
  }
  .col-lg-6-6 {
    width: 100%;
  }
  .col-lg-1-3 {
    width: 33.3333333333%;
  }
  .col-lg-2-3 {
    width: 66.6666666667%;
  }
  .col-lg-3-3 {
    width: 100%;
  }
}

@media (min-width: 1800px) {
  .col-xl-1-10 {
    width: 10%;
  }
  .col-xl-2-10 {
    width: 20%;
  }
  .col-xl-3-10 {
    width: 30%;
  }
  .col-xl-4-10 {
    width: 40%;
  }
  .col-xl-5-10 {
    width: 50%;
  }
  .col-xl-6-10 {
    width: 60%;
  }
  .col-xl-7-10 {
    width: 70%;
  }
  .col-xl-8-10 {
    width: 80%;
  }
  .col-xl-9-10 {
    width: 90%;
  }
  .col-xl-10-10 {
    width: 100%;
  }
  .col-xl-1-12 {
    width: 8.3333333333%;
  }
  .col-xl-2-12 {
    width: 16.6666666667%;
  }
  .col-xl-3-12 {
    width: 25%;
  }
  .col-xl-4-12 {
    width: 33.3333333333%;
  }
  .col-xl-5-12 {
    width: 41.6666666667%;
  }
  .col-xl-6-12 {
    width: 50%;
  }
  .col-xl-7-12 {
    width: 58.3333333333%;
  }
  .col-xl-8-12 {
    width: 66.6666666667%;
  }
  .col-xl-9-12 {
    width: 75%;
  }
  .col-xl-10-12 {
    width: 83.3333333333%;
  }
  .col-xl-11-12 {
    width: 91.6666666667%;
  }
  .col-xl-12-12 {
    width: 100%;
  }
}

/* ==================  Site Flex Settings  ================== */
/* ==================  Responsive Fonts Settings  ================== */
body {
  font-family: sans-serif;
  background-color: #ffffff;
  color: #161c21;
  font-size: 17px;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  overflow-y: overlay;
  overflow-x: hidden;
}

body::-webkit-scrollbar {
  width: 15px;
  background: transparent;
  -webkit-appearance: none;
}

body::-webkit-scrollbar-track {
  background-color: transparent;
}

body::-webkit-scrollbar-thumb {
  background-color: #c1c1c1;
  border-radius: 20px;
  border: 3px solid transparent;
  background-color: rgba(0, 0, 0, 0.5);
  background-clip: content-box;
}

body,
html {
  height: 100%;
}

body.no-scrolling {
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}

.wrapper {
  margin: 0;
  padding: 0;
  width: 100%;
}

.content {
  width: 100%;
  display: block;
  position: relative;
  padding: 0;
  margin: 0;
}

.flex-content-block {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  width: 1200px;
  margin: auto;
}

.one-flex-container {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  width: 1160px;
  margin: 0 20px;
}

.half-flex-container {
  display: block;
  position: relative;
  width: 560px;
  margin: 0 20px;
}

.third-flex-container {
  width: 360px;
  margin: 0 20px;
}

.full-width-flex-container {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  width: 100%;
}

.full-width-container {
  width: 100%;
}

.full-half-flex-container {
  width: 50%;
}

.full-third-flex-container {
  width: 33.33%;
}

.full-fourth-flex-container {
  width: 25%;
}

.side-gutters {
  padding: 0 80px;
  margin: 0;
}

.insta-side-gutters {
  padding: 0 70px;
}

.side-gutters-twenty {
  padding: 0 20px;
  margin: 0;
}

.grid-gutters {
  padding: 0 10px;
  margin: 0;
}

/* ==================  Theme CSS Starts ================== */
/* ==================  Site Fonts  ================== */
/* Font Name: MessinaSans-Regular Example: // @include font-messina-sans-regular(54px, 58px, -2px); */
/* Font Name: MessinaSans-Book Example: // @include font-messina-sans-book(54px, 58px, -2px); */
/* Font Name: MessinaSans-Light Example: // @include font-messina-sans-light(54px, 58px, -2px); */
/* Font Name: RecklessNeue-Regular Example: // @include font-reckless-regular(54px, 58px, -2px); */
/* Font Name: RecklessNeue-RegularItalic Example: // @include font-reckless-regular-italic(54px, 58px, -2px); */
/* Font Name: RecklessNeue-Book Example: // @include font-reckless-book(54px, 58px, -2px); */
/* Font Name: RecklessNeue-Light Example: // @include font-reckless-light(54px, 58px, -2px); */
/* Font Name: RecklessNeue-LightItalic Example: // @include font-reckless-light-italic(54px, 58px, -2px); */
/* ==================  Site Animations  ================== */
/* ==================  Responsive Grid Col Settings  ================== */
/* Generates classes for a grid of columns, prefixed by size. The result will be .col-[size]-[col]-[total-columns] E.g. .col-xs-6-12 @param {string}	$size			The name of the size target (e.g. xs, sm, md, lg, xl, etc.) @param {int}		$grid-columns	Amount of columns */
/* A mixin targeting a specific device width and larger. These are the available targets: 'xs', 'sm', 'md', 'lg', 'xl' @param {string} $media The target media */
.col-xs-1-12 {
  width: 8.3333333333%;
}

.col-xs-2-12 {
  width: 16.6666666667%;
}

.col-xs-3-12 {
  width: 25%;
}

.col-xs-4-12 {
  width: 33.3333333333%;
}

.col-xs-5-12 {
  width: 41.6666666667%;
}

.col-xs-6-12 {
  width: 50%;
}

.col-xs-7-12 {
  width: 58.3333333333%;
}

.col-xs-8-12 {
  width: 66.6666666667%;
}

.col-xs-9-12 {
  width: 75%;
}

.col-xs-10-12 {
  width: 83.3333333333%;
}

.col-xs-11-12 {
  width: 91.6666666667%;
}

.col-xs-12-12 {
  width: 100%;
}

.col-xs-1-10 {
  width: 10%;
}

.col-xs-2-10 {
  width: 20%;
}

.col-xs-3-10 {
  width: 30%;
}

.col-xs-4-10 {
  width: 40%;
}

.col-xs-5-10 {
  width: 50%;
}

.col-xs-6-10 {
  width: 60%;
}

.col-xs-7-10 {
  width: 70%;
}

.col-xs-8-10 {
  width: 80%;
}

.col-xs-9-10 {
  width: 90%;
}

.col-xs-10-10 {
  width: 100%;
}

.col-xs-1-9 {
  width: 11.1111111111%;
}

.col-xs-2-9 {
  width: 22.2222222222%;
}

.col-xs-3-9 {
  width: 33.3333333333%;
}

.col-xs-4-9 {
  width: 44.4444444444%;
}

.col-xs-5-9 {
  width: 55.5555555556%;
}

.col-xs-6-9 {
  width: 66.6666666667%;
}

.col-xs-7-9 {
  width: 77.7777777778%;
}

.col-xs-8-9 {
  width: 88.8888888889%;
}

.col-xs-9-9 {
  width: 100%;
}

.col-xs-1-7 {
  width: 14.2857142857%;
}

.col-xs-2-7 {
  width: 28.5714285714%;
}

.col-xs-3-7 {
  width: 42.8571428571%;
}

.col-xs-4-7 {
  width: 57.1428571429%;
}

.col-xs-5-7 {
  width: 71.4285714286%;
}

.col-xs-6-7 {
  width: 85.7142857143%;
}

.col-xs-7-7 {
  width: 100%;
}

.col-xs-1-6 {
  width: 16.6666666667%;
}

.col-xs-2-6 {
  width: 33.3333333333%;
}

.col-xs-3-6 {
  width: 50%;
}

.col-xs-4-6 {
  width: 66.6666666667%;
}

.col-xs-5-6 {
  width: 83.3333333333%;
}

.col-xs-6-6 {
  width: 100%;
}

.col-xs-1-3 {
  width: 33.3333333333%;
}

.col-xs-2-3 {
  width: 66.6666666667%;
}

.col-xs-3-3 {
  width: 100%;
}

@media (min-width: 768px) {
  .col-sm-1-12 {
    width: 8.3333333333%;
  }
  .col-sm-2-12 {
    width: 16.6666666667%;
  }
  .col-sm-3-12 {
    width: 25%;
  }
  .col-sm-4-12 {
    width: 33.3333333333%;
  }
  .col-sm-5-12 {
    width: 41.6666666667%;
  }
  .col-sm-6-12 {
    width: 50%;
  }
  .col-sm-7-12 {
    width: 58.3333333333%;
  }
  .col-sm-8-12 {
    width: 66.6666666667%;
  }
  .col-sm-9-12 {
    width: 75%;
  }
  .col-sm-10-12 {
    width: 83.3333333333%;
  }
  .col-sm-11-12 {
    width: 91.6666666667%;
  }
  .col-sm-12-12 {
    width: 100%;
  }
}

@media (min-width: 980px) {
  .col-md-1-12 {
    width: 8.3333333333%;
  }
  .col-md-2-12 {
    width: 16.6666666667%;
  }
  .col-md-3-12 {
    width: 25%;
  }
  .col-md-4-12 {
    width: 33.3333333333%;
  }
  .col-md-5-12 {
    width: 41.6666666667%;
  }
  .col-md-6-12 {
    width: 50%;
  }
  .col-md-7-12 {
    width: 58.3333333333%;
  }
  .col-md-8-12 {
    width: 66.6666666667%;
  }
  .col-md-9-12 {
    width: 75%;
  }
  .col-md-10-12 {
    width: 83.3333333333%;
  }
  .col-md-11-12 {
    width: 91.6666666667%;
  }
  .col-md-12-12 {
    width: 100%;
  }
  .col-md-1-10 {
    width: 10%;
  }
  .col-md-2-10 {
    width: 20%;
  }
  .col-md-3-10 {
    width: 30%;
  }
  .col-md-4-10 {
    width: 40%;
  }
  .col-md-5-10 {
    width: 50%;
  }
  .col-md-6-10 {
    width: 60%;
  }
  .col-md-7-10 {
    width: 70%;
  }
  .col-md-8-10 {
    width: 80%;
  }
  .col-md-9-10 {
    width: 90%;
  }
  .col-md-10-10 {
    width: 100%;
  }
  .col-md-1-9 {
    width: 11.1111111111%;
  }
  .col-md-2-9 {
    width: 22.2222222222%;
  }
  .col-md-3-9 {
    width: 33.3333333333%;
  }
  .col-md-4-9 {
    width: 44.4444444444%;
  }
  .col-md-5-9 {
    width: 55.5555555556%;
  }
  .col-md-6-9 {
    width: 66.6666666667%;
  }
  .col-md-7-9 {
    width: 77.7777777778%;
  }
  .col-md-8-9 {
    width: 88.8888888889%;
  }
  .col-md-9-9 {
    width: 100%;
  }
  .col-md-1-7 {
    width: 14.2857142857%;
  }
  .col-md-2-7 {
    width: 28.5714285714%;
  }
  .col-md-3-7 {
    width: 42.8571428571%;
  }
  .col-md-4-7 {
    width: 57.1428571429%;
  }
  .col-md-5-7 {
    width: 71.4285714286%;
  }
  .col-md-6-7 {
    width: 85.7142857143%;
  }
  .col-md-7-7 {
    width: 100%;
  }
  .col-md-1-6 {
    width: 16.6666666667%;
  }
  .col-md-2-6 {
    width: 33.3333333333%;
  }
  .col-md-3-6 {
    width: 50%;
  }
  .col-md-4-6 {
    width: 66.6666666667%;
  }
  .col-md-5-6 {
    width: 83.3333333333%;
  }
  .col-md-6-6 {
    width: 100%;
  }
  .col-md-1-3 {
    width: 33.3333333333%;
  }
  .col-md-2-3 {
    width: 66.6666666667%;
  }
  .col-md-3-3 {
    width: 100%;
  }
}

@media (min-width: 1400px) {
  .col-lg-1-12 {
    width: 8.3333333333%;
  }
  .col-lg-2-12 {
    width: 16.6666666667%;
  }
  .col-lg-3-12 {
    width: 25%;
  }
  .col-lg-4-12 {
    width: 33.3333333333%;
  }
  .col-lg-5-12 {
    width: 41.6666666667%;
  }
  .col-lg-6-12 {
    width: 50%;
  }
  .col-lg-7-12 {
    width: 58.3333333333%;
  }
  .col-lg-8-12 {
    width: 66.6666666667%;
  }
  .col-lg-9-12 {
    width: 75%;
  }
  .col-lg-10-12 {
    width: 83.3333333333%;
  }
  .col-lg-11-12 {
    width: 91.6666666667%;
  }
  .col-lg-12-12 {
    width: 100%;
  }
  .col-lg-1-10 {
    width: 10%;
  }
  .col-lg-2-10 {
    width: 20%;
  }
  .col-lg-3-10 {
    width: 30%;
  }
  .col-lg-4-10 {
    width: 40%;
  }
  .col-lg-5-10 {
    width: 50%;
  }
  .col-lg-6-10 {
    width: 60%;
  }
  .col-lg-7-10 {
    width: 70%;
  }
  .col-lg-8-10 {
    width: 80%;
  }
  .col-lg-9-10 {
    width: 90%;
  }
  .col-lg-10-10 {
    width: 100%;
  }
  .col-lg-1-9 {
    width: 11.1111111111%;
  }
  .col-lg-2-9 {
    width: 22.2222222222%;
  }
  .col-lg-3-9 {
    width: 33.3333333333%;
  }
  .col-lg-4-9 {
    width: 44.4444444444%;
  }
  .col-lg-5-9 {
    width: 55.5555555556%;
  }
  .col-lg-6-9 {
    width: 66.6666666667%;
  }
  .col-lg-7-9 {
    width: 77.7777777778%;
  }
  .col-lg-8-9 {
    width: 88.8888888889%;
  }
  .col-lg-9-9 {
    width: 100%;
  }
  .col-lg-1-7 {
    width: 14.2857142857%;
  }
  .col-lg-2-7 {
    width: 28.5714285714%;
  }
  .col-lg-3-7 {
    width: 42.8571428571%;
  }
  .col-lg-4-7 {
    width: 57.1428571429%;
  }
  .col-lg-5-7 {
    width: 71.4285714286%;
  }
  .col-lg-6-7 {
    width: 85.7142857143%;
  }
  .col-lg-7-7 {
    width: 100%;
  }
  .col-lg-1-6 {
    width: 16.6666666667%;
  }
  .col-lg-2-6 {
    width: 33.3333333333%;
  }
  .col-lg-3-6 {
    width: 50%;
  }
  .col-lg-4-6 {
    width: 66.6666666667%;
  }
  .col-lg-5-6 {
    width: 83.3333333333%;
  }
  .col-lg-6-6 {
    width: 100%;
  }
  .col-lg-1-3 {
    width: 33.3333333333%;
  }
  .col-lg-2-3 {
    width: 66.6666666667%;
  }
  .col-lg-3-3 {
    width: 100%;
  }
}

@media (min-width: 1800px) {
  .col-xl-1-10 {
    width: 10%;
  }
  .col-xl-2-10 {
    width: 20%;
  }
  .col-xl-3-10 {
    width: 30%;
  }
  .col-xl-4-10 {
    width: 40%;
  }
  .col-xl-5-10 {
    width: 50%;
  }
  .col-xl-6-10 {
    width: 60%;
  }
  .col-xl-7-10 {
    width: 70%;
  }
  .col-xl-8-10 {
    width: 80%;
  }
  .col-xl-9-10 {
    width: 90%;
  }
  .col-xl-10-10 {
    width: 100%;
  }
  .col-xl-1-12 {
    width: 8.3333333333%;
  }
  .col-xl-2-12 {
    width: 16.6666666667%;
  }
  .col-xl-3-12 {
    width: 25%;
  }
  .col-xl-4-12 {
    width: 33.3333333333%;
  }
  .col-xl-5-12 {
    width: 41.6666666667%;
  }
  .col-xl-6-12 {
    width: 50%;
  }
  .col-xl-7-12 {
    width: 58.3333333333%;
  }
  .col-xl-8-12 {
    width: 66.6666666667%;
  }
  .col-xl-9-12 {
    width: 75%;
  }
  .col-xl-10-12 {
    width: 83.3333333333%;
  }
  .col-xl-11-12 {
    width: 91.6666666667%;
  }
  .col-xl-12-12 {
    width: 100%;
  }
}

/* ==================  Site Flex Settings  ================== */
/* ==================  Responsive Fonts Settings  ================== */
/* ==================  Theme CSS Ends ================== */
.header-spacer {
  height: 80px;
}

header.normal-header {
  height: 80px;
}

header .nav-sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  -webkit-transition: top 0.6s ease-in-out;
  transition: top 0.6s ease-in-out;
}

header .nav-up {
  top: -200px;
}

header .nav-down {
  top: 0;
}

/* Desktop Header / Small Desktop */
header.transparent-header .main-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  background-position: 100% 100%;
}

header.transparent-header .main-header .header-menu-container .left .logo img {
  -webkit-filter: var(--white-filter);
  filter: var(--white-filter);
}

header .main-header.homepage-header .header-menu-container {
  position: fixed;
  width: 100%;
  z-index: 70;
  opacity: 0;
  border-bottom: 1px solid rgba(214, 219, 213, 0);
}

header .main-header.homepage-header .header-menu-container .left .logo img {
  pointer-events: none;
  opacity: 0;
}

header
  .main-header.homepage-header
  .header-menu-container.is-active
  .left
  .logo
  img {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  pointer-events: all;
  opacity: 1;
}

header
  .main-header.homepage-header
  .header-menu-container
  ul.menu
  li.tier-0
  > a,
header
  .main-header.homepage-header
  .header-menu-container
  ul.menu
  li.tier-0
  > span {
  color: #ffffff;
}

header
  .main-header.homepage-header
  ul.menu
  li.tier-0
  > .children-dropdown-trigger {
  --chevron-filter: #ffffff;
}

header .main-header.homepage-header .search-btn img {
  -webkit-filter: invert(100%) sepia(39%) saturate(1%) hue-rotate(206deg)
    brightness(101%) contrast(101%);
  filter: invert(100%) sepia(39%) saturate(1%) hue-rotate(206deg)
    brightness(101%) contrast(101%);
}

header .main-header {
  height: 80px;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ffffff),
    color-stop(50%, #ffffff),
    color-stop(50%, transparent),
    to(transparent)
  );
  background-image: -webkit-linear-gradient(
    top,
    #ffffff,
    #ffffff 50%,
    transparent 50%,
    transparent
  );
  background-image: linear-gradient(
    to bottom,
    #ffffff,
    #ffffff 50%,
    transparent 50%,
    transparent
  );
  background-position: 0 0;
  background-size: 100% 200%;
  -webkit-transition: background-position 0.3s ease-in-out;
  transition: background-position 0.3s ease-in-out;
}

header .main-header .header-menu-container {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 25px;
  opacity: 1;
  z-index: 50;
  border-bottom: 1px solid #d6dbd5;
  -webkit-transition: border-bottom 0.1s ease-in-out;
  transition: border-bottom 0.1s ease-in-out;
  padding: 20px;
  margin: 0;
}

header .main-header .header-menu-container.color-white ul.menu li.tier-0 > a,
header
  .main-header
  .header-menu-container.color-white
  ul.menu
  li.tier-0
  > span {
  color: #ffffff;
}

header
  .main-header
  .header-menu-container.color-white
  ul.menu
  li.tier-0
  > .children-dropdown-trigger {
  --chevron-filter: #ffffff;
}

header .main-header .header-menu-container.color-white .search-btn img {
  -webkit-filter: invert(100%) sepia(39%) saturate(1%) hue-rotate(206deg)
    brightness(101%) contrast(101%);
  filter: invert(100%) sepia(39%) saturate(1%) hue-rotate(206deg)
    brightness(101%) contrast(101%);
}

header .main-header .header-menu-container.color-black ul.menu li.tier-0 > a,
header
  .main-header
  .header-menu-container.color-black
  ul.menu
  li.tier-0
  > span {
  color: #161c21;
}

header
  .main-header
  .header-menu-container.color-black
  ul.menu
  li.tier-0
  > .children-dropdown-trigger {
  --chevron-filter: #161c21;
}

header .main-header .header-menu-container.color-black .search-btn img {
  -webkit-filter: invert(0%) sepia(0%) saturate(7475%) hue-rotate(125deg)
    brightness(98%) contrast(105%);
  filter: invert(0%) sepia(0%) saturate(7475%) hue-rotate(125deg)
    brightness(98%) contrast(105%);
}

header
  .main-header
  .header-menu-container.color-dark-green
  ul.menu
  li.tier-0
  > a,
header
  .main-header
  .header-menu-container.color-dark-green
  ul.menu
  li.tier-0
  > span {
  color: #165755;
}

header
  .main-header
  .header-menu-container.color-dark-green
  ul.menu
  li.tier-0
  > .children-dropdown-trigger {
  --chevron-filter: #165755;
}

header .main-header .header-menu-container.color-dark-green .search-btn img {
  -webkit-filter: invert(27%) sepia(19%) saturate(1552%) hue-rotate(129deg)
    brightness(94%) contrast(89%);
  filter: invert(27%) sepia(19%) saturate(1552%) hue-rotate(129deg)
    brightness(94%) contrast(89%);
}

header .main-header .header-menu-container.is-active {
  border-bottom: 1px solid #d6dbd5;
  z-index: 100;
}

header .main-header .header-menu-container .left .logo img {
  -webkit-transition: filter 0.3s ease-in-out;
  -webkit-transition: -webkit-filter 0.3s ease-in-out;
  transition: -webkit-filter 0.3s ease-in-out;
  transition: filter 0.3s ease-in-out;
  transition: filter 0.3s ease-in-out, -webkit-filter 0.3s ease-in-out;
}

header .main-header .header-menu-container.is-active .left .logo img {
  -webkit-filter: var(--white-filter);
  filter: var(--white-filter);
}

header .main-header .header-menu-container .right {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header .main-header .header-menu-container ul.menu {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  gap: 20px;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

header .main-header .header-menu-container ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

header .main-header .header-menu-container ul.menu li.tier-0 > a,
header .main-header .header-menu-container ul.menu li.tier-0 > span {
  font-family: "MessinaSans-Regular", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-display: block;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: -0.55px;
  color: #161c21;
  display: inline-block;
  position: relative;
  -webkit-transition: opacity 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, color 0.3s ease-in-out;
  padding: 10px 20px;
}

header .main-header .header-menu-container ul.menu li.tier-0 > span {
  cursor: pointer;
}

header .main-header .header-menu-container ul.menu li.tier-0 > a.menu-drop-icon,
header
  .main-header
  .header-menu-container
  ul.menu
  li.tier-0
  > span.menu-drop-icon {
  padding-right: 0;
}

header .main-header .header-menu-container.is-active ul.menu li.tier-0 > a,
header .main-header .header-menu-container.is-active ul.menu li.tier-0 > span {
  color: #ffffff;
}

header .main-header .header-menu-container ul.menu li.tier-0.is-active > a,
header .main-header .header-menu-container ul.menu li.tier-0.is-active > span {
  opacity: 0.5;
}

header .main-header .header-menu-container ul.menu li.tier-0 > a:hover,
header .main-header .header-menu-container ul.menu li.tier-0 > span:hover {
  opacity: 0.5;
}

header .main-header .header-menu-container ul.menu li.tier-0:last-child > a,
header .main-header .header-menu-container ul.menu li.tier-0:last-child > span {
  padding: 10px 5px 10px 20px;
}

header
  .main-header
  .header-menu-container
  ul.menu
  li.tier-0
  > .children-dropdown-trigger {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 100%;
  --chevron-filter: #161c21;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

header
  .main-header
  .header-menu-container.is-active
  li.tier-0
  > .children-dropdown-trigger {
  --chevron-filter: #ffffff !important;
}

header
  .main-header
  .header-menu-container
  ul.menu
  li.tier-0.is-active
  > .children-dropdown-trigger {
  cursor: pointer;
}

header
  .main-header
  .header-menu-container
  ul.menu
  li.tier-0.is-active
  > .children-dropdown-trigger:hover {
  opacity: 0.5;
}

header
  .main-header
  .header-menu-container
  ul.menu
  li.tier-0
  > .children-dropdown-trigger:before,
header
  .main-header
  .header-menu-container
  ul.menu
  li.tier-0
  > .children-dropdown-trigger:after {
  content: "";
  width: 1px;
  height: 10px;
  background-color: var(--chevron-filter);
  position: absolute;
  top: 14px;
  -webkit-transition: background-color 0.3s ease-in-out, height 0.3s ease-in-out,
    top 0.3s ease-in-out, right 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, height 0.3s ease-in-out,
    top 0.3s ease-in-out, right 0.3s ease-in-out;
}

header
  .main-header
  .header-menu-container
  ul.menu
  li.tier-0
  > .children-dropdown-trigger:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 23px;
}

header
  .main-header
  .header-menu-container
  ul.menu
  li.tier-0
  > .children-dropdown-trigger:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 17px;
}

header
  .main-header
  .header-menu-container
  ul.menu
  li.tier-0.is-active
  > .children-dropdown-trigger:before {
  height: 16px;
  top: 12px;
  right: 20px;
}

header
  .main-header
  .header-menu-container
  ul.menu
  li.tier-0.is-active
  > .children-dropdown-trigger:after {
  height: 16px;
  top: 12px;
  right: 20px;
}

header .main-header .header-menu-container ul.menu li.tier-0 > .sub-menu-wrap {
  display: none;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

header .main-header .header-menu-container .search-btn {
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 10px 0 10px 20px;
  margin: 0;
}

header .main-header .header-menu-container .search-btn img {
  width: 20px;
  height: auto;
  -webkit-transition: opacity 0.3s ease-in-out, filter 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out, -webkit-filter 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, -webkit-filter 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, filter 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, filter 0.3s ease-in-out,
    -webkit-filter 0.3s ease-in-out;
}

header .main-header .header-menu-container .search-btn:hover img {
  opacity: 0.5;
}

header .main-header .header-menu-container.is-active .search-btn img {
  -webkit-filter: var(--white-filter);
  filter: var(--white-filter);
}

/* Full screen menu */
.main-header .full-screen-menu-container {
  pointer-events: none;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 80;
  overflow: hidden;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.main-header .full-screen-menu-container.is-active {
  background-color: #161c21;
  pointer-events: all;
  opacity: 1;
}

.main-header .full-screen-menu-container .full-screen-menu {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out,
    background-image 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, background-image 0.3s ease-in-out;
}

.main-header .full-screen-menu-container .full-screen-menu.is-active {
  pointer-events: all;
  opacity: 1;
}

.main-header .full-screen-menu-container .full-screen-menu ul {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  list-style-type: none;
  z-index: 9;
  padding: 0 5%;
  margin: 0;
}

.main-header .full-screen-menu-container .full-screen-menu ul li {
  width: 33.333%;
  text-align: center;
}

.main-header .full-screen-menu-container .full-screen-menu ul li.absolute-link {
  position: absolute;
  bottom: 120px;
  width: auto;
}

.main-header
  .full-screen-menu-container
  .full-screen-menu
  ul
  li.absolute-link
  a {
  font-family: "MessinaSans-Regular", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-display: block;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: normal;
  padding: 20px;
  border: 1px solid #ffffff;
}

.main-header
  .full-screen-menu-container
  .full-screen-menu.is-active
  ul
  li.absolute-link
  a {
  opacity: 1;
}

.main-header
  .full-screen-menu-container
  .full-screen-menu.is-active
  ul
  li.absolute-link
  a:hover {
  opacity: 0.5;
}

.main-header .full-screen-menu-container .full-screen-menu ul li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #161c21;
  z-index: -30;
}

.main-header .full-screen-menu-container .full-screen-menu ul li:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: -10;
}

.main-header .full-screen-menu-container .full-screen-menu ul li img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0;
  background: #ffffff;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  z-index: -20;
}

.main-header .full-screen-menu-container .full-screen-menu ul li img.is-active {
  opacity: 1;
}

.main-header .full-screen-menu-container .full-screen-menu ul li a {
  display: block;
  font-family: "MessinaSans-Regular", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-display: block;
  font-size: 50px;
  line-height: 64px;
  letter-spacing: -2.55px;
  color: #ffffff;
  opacity: 0;
  padding: 50px 0;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

.main-header .full-screen-menu-container .full-screen-menu ul li a:hover {
  opacity: 1;
}

.main-header .full-screen-menu-container .full-screen-menu.is-active ul li a {
  opacity: 0.5;
}

.main-header .full-screen-menu-container .full-screen-menu ul li a.is-active {
  opacity: 1;
}

/* Mobile header */
header .mobile-header {
  display: none !important;
}

/* Flyout Menu */
header .flyout-menu-container {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  visibility: visible;
  pointer-events: none;
  opacity: 0;
  position: fixed;
  top: 80px;
  left: 0;
  right: 0;
  z-index: 99;
  width: 100%;
  height: var(--doc-height);
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  padding: 75px 0 100px;
}

header .flyout-menu-container.is-active {
  pointer-events: all;
  opacity: 1;
}

header .flyout-menu-container::-webkit-scrollbar {
  width: 0;
}

header .flyout-menu-container::-webkit-scrollbar-track {
  background: transparent;
}

header .flyout-menu-container::-webkit-scrollbar-thumb {
  background: transparent;
}

header .flyout-menu-container::-webkit-scrollbar-thumb:hover {
  background: transparent;
}

header .flyout-menu-container .flyout-menu-holder ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

header .flyout-menu-container .flyout-menu-holder ul.menu {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

header .flyout-menu-container .flyout-menu-holder ul li.tier-0 {
  position: relative;
  opacity: 0;
}

header .flyout-menu-container .flyout-menu-holder ul li.tier-0 > a,
header .flyout-menu-container .flyout-menu-holder ul li.tier-0 > span {
  font-family: "MessinaSans-Regular", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-display: block;
  font-size: 37px;
  line-height: 42px;
  letter-spacing: -1.48px;
  color: #ffffff;
  display: inline-block;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  padding: 0 0 30px;
  margin: 0 30px 0;
}

header .flyout-menu-container .flyout-menu-holder ul li.tier-0 > span {
  cursor: pointer;
}

header .flyout-menu-container .flyout-menu-holder ul li.tier-0 > a:hover,
header .flyout-menu-container .flyout-menu-holder ul li.tier-0 > span:hover {
  opacity: 0.5;
}

header
  .flyout-menu-container
  .flyout-menu-holder
  ul
  li.tier-0
  > .children-dropdown-trigger {
  display: inline-block;
  cursor: pointer;
  position: relative;
  width: 26px;
  height: 33px;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  margin-left: 30px;
}

header
  .flyout-menu-container
  .flyout-menu-holder
  ul
  li.tier-0
  > .children-dropdown-trigger:hover {
  opacity: 0.5;
}

header
  .flyout-menu-container
  .flyout-menu-holder
  ul
  li.tier-0
  > .children-dropdown-trigger:before {
  content: "";
  position: absolute;
  top: 70%;
  left: 0;
  width: 15px;
  height: 1px;
  background-color: #ffffff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

header
  .flyout-menu-container
  .flyout-menu-holder
  ul
  li.tier-0
  > .children-dropdown-trigger:after {
  content: "";
  position: absolute;
  top: 70%;
  right: 0;
  width: 15px;
  height: 1px;
  background-color: #ffffff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

header
  .flyout-menu-container
  .flyout-menu-holder
  ul
  li.tier-0
  > .children-dropdown-trigger.is-active:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

header
  .flyout-menu-container
  .flyout-menu-holder
  ul
  li.tier-0
  > .children-dropdown-trigger.is-active:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

header
  .flyout-menu-container
  .flyout-menu-holder
  ul
  li.tier-0
  > .sub-menu-wrap {
  display: none;
  width: 100%;
  background-color: #2c6564;
  padding: 30px 30px;
  margin: 0 0 25px;
}

header
  .flyout-menu-container
  .flyout-menu-holder
  ul
  li.tier-0
  > .sub-menu-wrap.is-active {
  display: block;
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}

header
  .flyout-menu-container
  .flyout-menu-holder
  ul
  li.tier-0
  > .sub-menu-wrap
  > ul.sub-menu {
  width: 100%;
  margin: 0;
}

header .flyout-menu-container .flyout-menu-holder ul li.tier-0 ul li.tier-1 > a,
header
  .flyout-menu-container
  .flyout-menu-holder
  ul
  li.tier-0
  ul
  li.tier-2
  > a {
  font-family: "RecklessNeue-LightItalic", sans-serif;
  font-weight: 300;
  font-style: italic;
  font-display: block;
  font-size: 26px;
  line-height: 30px;
  letter-spacing: -1.04px;
  color: #ffffff;
  display: inline-block;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  padding: 0 0 22px;
  margin: 0;
}

header
  .flyout-menu-container
  .flyout-menu-holder
  ul
  li.tier-0
  ul
  li.tier-1:last-child
  > a,
header
  .flyout-menu-container
  .flyout-menu-holder
  ul
  li.tier-0
  ul
  li.tier-2:last-child
  > a {
  padding: 0;
}

header
  .flyout-menu-container
  .flyout-menu-holder
  ul
  li.tier-0
  ul
  li.tier-1
  > a:hover,
header
  .flyout-menu-container
  .flyout-menu-holder
  ul
  li.tier-0
  ul
  li.tier-2
  > a:hover {
  opacity: 0.5;
}

header .flyout-menu-container .search-btn {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  font-family: "RecklessNeue-Book", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-display: block;
  font-size: 22px;
  line-height: 22px;
  text-transform: uppercase;
  color: #ffffff;
  width: 20px;
  height: 20px;
  position: relative;
  background: transparent;
  border: none;
  opacity: 0;
  padding: 0;
  margin: 50px 0 0 30px;
}

header .flyout-menu-container .search-btn:hover {
  opacity: 0.5;
  cursor: pointer;
}

header .flyout-menu-container .search-btn img {
  width: 20px;
  height: auto;
  -webkit-filter: var(--white-filter);
  filter: var(--white-filter);
}

/* Header Search */
header .header-search-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 300;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out; /* Hide scrollbar for Chrome, Safari and Opera */
}

header .header-search-container.is-active {
  opacity: 1;
  pointer-events: all;
}

header .header-search-container .hs-bar-container {
  display: grid;
  grid-template-columns: auto auto auto;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 80px;
  background-color: #044550;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding: 0 20px;
}

header .header-search-container .hs-bar-container .content-container {
  font-family: "MessinaSans-Regular", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-display: block;
  font-size: 15px;
  line-height: 15px;
  text-align: center;
  color: #ffffff;
  padding: 0 20px;
}

header .header-search-container .hs-bar-container .close-btn-container {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
}

header .header-search-container .hs-bar-container .close-btn-container button {
  font-family: "MessinaSans-Regular", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-display: block;
  font-size: 15px;
  line-height: 15px;
  color: #ffffff;
  cursor: pointer;
  background: transparent;
  border: none;
  position: relative;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  padding: 0 30px 0 0;
  margin: 0;
}

header
  .header-search-container
  .hs-bar-container
  .close-btn-container
  button
  span {
  line-height: 14px;
}

header
  .header-search-container
  .hs-bar-container
  .close-btn-container
  button:before,
header
  .header-search-container
  .hs-bar-container
  .close-btn-container
  button:after {
  content: "";
  position: absolute;
  top: -5px;
  right: 9px;
  width: 1px;
  height: 25px;
  background: #ffffff;
}

header
  .header-search-container
  .hs-bar-container
  .close-btn-container
  button:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

header
  .header-search-container
  .hs-bar-container
  .close-btn-container
  button:after {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

header
  .header-search-container
  .hs-bar-container
  .close-btn-container
  button:hover {
  opacity: 0.5;
}

header .header-search-container .hs-input-container {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-pack: center;
  height: 105px;
  background-color: #044550;
}

header .header-search-container .hs-input-container .flex-content-block {
  padding: 0 20px;
}

header .header-search-container .hs-input-container label,
header .header-search-container .hs-input-container input[type="submit"] {
  display: none;
}

header .header-search-container .hs-input-container input[type="text"] {
  font-family: "RecklessNeue-LightItalic", sans-serif;
  font-weight: 300;
  font-style: italic;
  font-display: block;
  font-size: 26px;
  line-height: 26px;
  color: #ffffff;
  width: 100%;
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
}

header
  .header-search-container
  .hs-input-container
  input[type="text"]::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}

header
  .header-search-container
  .hs-input-container
  input[type="text"]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.3);
}

header
  .header-search-container
  .hs-input-container
  input[type="text"]:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}

header
  .header-search-container
  .hs-input-container
  input[type="text"]::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}

header
  .header-search-container
  .hs-input-container
  input[type="text"]::placeholder {
  color: rgba(255, 255, 255, 0.3);
}

header .header-search-container .hs-result-container {
  overflow-y: scroll;
  height: 100%;
  background-color: #063941;
  padding: 50px calc(((100% - 1200px) / 2) + 20px) 200px; /* Hide scrollbar for IE, Edge and Firefox */
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

header .header-search-container .hs-result-container::-webkit-scrollbar {
  display: none;
}

header .header-search-container .hs-result {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

header .header-search-container .hs-result.is-active {
  opacity: 1;
}

header .header-search-container .hs-result > div {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  padding: 0 0 80px;
}

header .header-search-container .hs-result .title {
  display: block;
  font-family: "RecklessNeue-LightItalic", sans-serif;
  font-weight: 300;
  font-style: italic;
  font-display: block;
  font-size: 18px;
  line-height: 18px;
  text-transform: capitalize;
  color: #ffffff;
  opacity: 0.55;
  padding: 0 0 30px;
}

header .header-search-container .search-loader {
  position: absolute;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

header .header-search-container .search-loader.is-active {
  opacity: 1;
}

header .header-search-container .no-result span,
header .header-search-container .search-loader span {
  font-family: "RecklessNeue-LightItalic", sans-serif;
  font-weight: 300;
  font-style: italic;
  font-display: block;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: -0.5px;
  color: #ffffff;
}

header .header-search-container .hs-result ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

header .header-search-container .hs-result li {
  padding: 0;
  margin: 0;
}

header .header-search-container .hs-result li a {
  display: block;
  font-family: "MessinaSans-Regular", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-display: block;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: -0.5px;
  color: #ffffff;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  padding: 14px 0 10px;
  margin: 0;
}

header .header-search-container .hs-result li:last-child a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

header .header-search-container .hs-result li a:hover {
  color: rgba(255, 255, 255, 0.5);
}

header .header-search-container .hs-result .articles {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: calc(((1200px / 12) * 1) + 40px);
  -moz-column-gap: calc(((1200px / 12) * 1) + 40px);
  column-gap: calc(((1200px / 12) * 1) + 40px);
  row-gap: 60px;
}

header .header-search-container .hs-result .article {
  display: grid;
  grid-template-columns: 200px auto;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

header .header-search-container .hs-result .article .image {
  width: 200px;
  height: 140px;
  overflow: hidden;
}

header .header-search-container .hs-result .article .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

header .header-search-container .hs-result .article:hover .image img {
  opacity: 0.5;
}

header .header-search-container .hs-result .article .category {
  font-family: "RecklessNeue-Regular", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-display: block;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  color: #ffffff;
  padding: 0 0 15px;
}

header .header-search-container .hs-result .article .title {
  font-family: "MessinaSans-Regular", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-display: block;
  font-size: 20px;
  line-height: 26px;
  text-transform: uppercase;
  color: #ffffff;
  opacity: 1;
  padding: 0 0 15px;
}

header .header-search-container .hs-result .article .excerpt {
  font-family: "RecklessNeue-Regular", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-display: block;
  font-size: 15px;
  line-height: 22px;
  color: #ffffff;
}

/* ==================  Theme CSS Starts ================== */
/* ==================  Site Fonts  ================== */
/* Font Name: MessinaSans-Regular Example: // @include font-messina-sans-regular(54px, 58px, -2px); */
/* Font Name: MessinaSans-Book Example: // @include font-messina-sans-book(54px, 58px, -2px); */
/* Font Name: MessinaSans-Light Example: // @include font-messina-sans-light(54px, 58px, -2px); */
/* Font Name: RecklessNeue-Regular Example: // @include font-reckless-regular(54px, 58px, -2px); */
/* Font Name: RecklessNeue-RegularItalic Example: // @include font-reckless-regular-italic(54px, 58px, -2px); */
/* Font Name: RecklessNeue-Book Example: // @include font-reckless-book(54px, 58px, -2px); */
/* Font Name: RecklessNeue-Light Example: // @include font-reckless-light(54px, 58px, -2px); */
/* Font Name: RecklessNeue-LightItalic Example: // @include font-reckless-light-italic(54px, 58px, -2px); */
/* ==================  Site Animations  ================== */
/* ==================  Responsive Grid Col Settings  ================== */
/* Generates classes for a grid of columns, prefixed by size. The result will be .col-[size]-[col]-[total-columns] E.g. .col-xs-6-12 @param {string}	$size			The name of the size target (e.g. xs, sm, md, lg, xl, etc.) @param {int}		$grid-columns	Amount of columns */
/* A mixin targeting a specific device width and larger. These are the available targets: 'xs', 'sm', 'md', 'lg', 'xl' @param {string} $media The target media */
.col-xs-1-12 {
  width: 8.3333333333%;
}

.col-xs-2-12 {
  width: 16.6666666667%;
}

.col-xs-3-12 {
  width: 25%;
}

.col-xs-4-12 {
  width: 33.3333333333%;
}

.col-xs-5-12 {
  width: 41.6666666667%;
}

.col-xs-6-12 {
  width: 50%;
}

.col-xs-7-12 {
  width: 58.3333333333%;
}

.col-xs-8-12 {
  width: 66.6666666667%;
}

.col-xs-9-12 {
  width: 75%;
}

.col-xs-10-12 {
  width: 83.3333333333%;
}

.col-xs-11-12 {
  width: 91.6666666667%;
}

.col-xs-12-12 {
  width: 100%;
}

.col-xs-1-10 {
  width: 10%;
}

.col-xs-2-10 {
  width: 20%;
}

.col-xs-3-10 {
  width: 30%;
}

.col-xs-4-10 {
  width: 40%;
}

.col-xs-5-10 {
  width: 50%;
}

.col-xs-6-10 {
  width: 60%;
}

.col-xs-7-10 {
  width: 70%;
}

.col-xs-8-10 {
  width: 80%;
}

.col-xs-9-10 {
  width: 90%;
}

.col-xs-10-10 {
  width: 100%;
}

.col-xs-1-9 {
  width: 11.1111111111%;
}

.col-xs-2-9 {
  width: 22.2222222222%;
}

.col-xs-3-9 {
  width: 33.3333333333%;
}

.col-xs-4-9 {
  width: 44.4444444444%;
}

.col-xs-5-9 {
  width: 55.5555555556%;
}

.col-xs-6-9 {
  width: 66.6666666667%;
}

.col-xs-7-9 {
  width: 77.7777777778%;
}

.col-xs-8-9 {
  width: 88.8888888889%;
}

.col-xs-9-9 {
  width: 100%;
}

.col-xs-1-7 {
  width: 14.2857142857%;
}

.col-xs-2-7 {
  width: 28.5714285714%;
}

.col-xs-3-7 {
  width: 42.8571428571%;
}

.col-xs-4-7 {
  width: 57.1428571429%;
}

.col-xs-5-7 {
  width: 71.4285714286%;
}

.col-xs-6-7 {
  width: 85.7142857143%;
}

.col-xs-7-7 {
  width: 100%;
}

.col-xs-1-6 {
  width: 16.6666666667%;
}

.col-xs-2-6 {
  width: 33.3333333333%;
}

.col-xs-3-6 {
  width: 50%;
}

.col-xs-4-6 {
  width: 66.6666666667%;
}

.col-xs-5-6 {
  width: 83.3333333333%;
}

.col-xs-6-6 {
  width: 100%;
}

.col-xs-1-3 {
  width: 33.3333333333%;
}

.col-xs-2-3 {
  width: 66.6666666667%;
}

.col-xs-3-3 {
  width: 100%;
}

@media (min-width: 768px) {
  .col-sm-1-12 {
    width: 8.3333333333%;
  }
  .col-sm-2-12 {
    width: 16.6666666667%;
  }
  .col-sm-3-12 {
    width: 25%;
  }
  .col-sm-4-12 {
    width: 33.3333333333%;
  }
  .col-sm-5-12 {
    width: 41.6666666667%;
  }
  .col-sm-6-12 {
    width: 50%;
  }
  .col-sm-7-12 {
    width: 58.3333333333%;
  }
  .col-sm-8-12 {
    width: 66.6666666667%;
  }
  .col-sm-9-12 {
    width: 75%;
  }
  .col-sm-10-12 {
    width: 83.3333333333%;
  }
  .col-sm-11-12 {
    width: 91.6666666667%;
  }
  .col-sm-12-12 {
    width: 100%;
  }
}

@media (min-width: 980px) {
  .col-md-1-12 {
    width: 8.3333333333%;
  }
  .col-md-2-12 {
    width: 16.6666666667%;
  }
  .col-md-3-12 {
    width: 25%;
  }
  .col-md-4-12 {
    width: 33.3333333333%;
  }
  .col-md-5-12 {
    width: 41.6666666667%;
  }
  .col-md-6-12 {
    width: 50%;
  }
  .col-md-7-12 {
    width: 58.3333333333%;
  }
  .col-md-8-12 {
    width: 66.6666666667%;
  }
  .col-md-9-12 {
    width: 75%;
  }
  .col-md-10-12 {
    width: 83.3333333333%;
  }
  .col-md-11-12 {
    width: 91.6666666667%;
  }
  .col-md-12-12 {
    width: 100%;
  }
  .col-md-1-10 {
    width: 10%;
  }
  .col-md-2-10 {
    width: 20%;
  }
  .col-md-3-10 {
    width: 30%;
  }
  .col-md-4-10 {
    width: 40%;
  }
  .col-md-5-10 {
    width: 50%;
  }
  .col-md-6-10 {
    width: 60%;
  }
  .col-md-7-10 {
    width: 70%;
  }
  .col-md-8-10 {
    width: 80%;
  }
  .col-md-9-10 {
    width: 90%;
  }
  .col-md-10-10 {
    width: 100%;
  }
  .col-md-1-9 {
    width: 11.1111111111%;
  }
  .col-md-2-9 {
    width: 22.2222222222%;
  }
  .col-md-3-9 {
    width: 33.3333333333%;
  }
  .col-md-4-9 {
    width: 44.4444444444%;
  }
  .col-md-5-9 {
    width: 55.5555555556%;
  }
  .col-md-6-9 {
    width: 66.6666666667%;
  }
  .col-md-7-9 {
    width: 77.7777777778%;
  }
  .col-md-8-9 {
    width: 88.8888888889%;
  }
  .col-md-9-9 {
    width: 100%;
  }
  .col-md-1-7 {
    width: 14.2857142857%;
  }
  .col-md-2-7 {
    width: 28.5714285714%;
  }
  .col-md-3-7 {
    width: 42.8571428571%;
  }
  .col-md-4-7 {
    width: 57.1428571429%;
  }
  .col-md-5-7 {
    width: 71.4285714286%;
  }
  .col-md-6-7 {
    width: 85.7142857143%;
  }
  .col-md-7-7 {
    width: 100%;
  }
  .col-md-1-6 {
    width: 16.6666666667%;
  }
  .col-md-2-6 {
    width: 33.3333333333%;
  }
  .col-md-3-6 {
    width: 50%;
  }
  .col-md-4-6 {
    width: 66.6666666667%;
  }
  .col-md-5-6 {
    width: 83.3333333333%;
  }
  .col-md-6-6 {
    width: 100%;
  }
  .col-md-1-3 {
    width: 33.3333333333%;
  }
  .col-md-2-3 {
    width: 66.6666666667%;
  }
  .col-md-3-3 {
    width: 100%;
  }
}

@media (min-width: 1400px) {
  .col-lg-1-12 {
    width: 8.3333333333%;
  }
  .col-lg-2-12 {
    width: 16.6666666667%;
  }
  .col-lg-3-12 {
    width: 25%;
  }
  .col-lg-4-12 {
    width: 33.3333333333%;
  }
  .col-lg-5-12 {
    width: 41.6666666667%;
  }
  .col-lg-6-12 {
    width: 50%;
  }
  .col-lg-7-12 {
    width: 58.3333333333%;
  }
  .col-lg-8-12 {
    width: 66.6666666667%;
  }
  .col-lg-9-12 {
    width: 75%;
  }
  .col-lg-10-12 {
    width: 83.3333333333%;
  }
  .col-lg-11-12 {
    width: 91.6666666667%;
  }
  .col-lg-12-12 {
    width: 100%;
  }
  .col-lg-1-10 {
    width: 10%;
  }
  .col-lg-2-10 {
    width: 20%;
  }
  .col-lg-3-10 {
    width: 30%;
  }
  .col-lg-4-10 {
    width: 40%;
  }
  .col-lg-5-10 {
    width: 50%;
  }
  .col-lg-6-10 {
    width: 60%;
  }
  .col-lg-7-10 {
    width: 70%;
  }
  .col-lg-8-10 {
    width: 80%;
  }
  .col-lg-9-10 {
    width: 90%;
  }
  .col-lg-10-10 {
    width: 100%;
  }
  .col-lg-1-9 {
    width: 11.1111111111%;
  }
  .col-lg-2-9 {
    width: 22.2222222222%;
  }
  .col-lg-3-9 {
    width: 33.3333333333%;
  }
  .col-lg-4-9 {
    width: 44.4444444444%;
  }
  .col-lg-5-9 {
    width: 55.5555555556%;
  }
  .col-lg-6-9 {
    width: 66.6666666667%;
  }
  .col-lg-7-9 {
    width: 77.7777777778%;
  }
  .col-lg-8-9 {
    width: 88.8888888889%;
  }
  .col-lg-9-9 {
    width: 100%;
  }
  .col-lg-1-7 {
    width: 14.2857142857%;
  }
  .col-lg-2-7 {
    width: 28.5714285714%;
  }
  .col-lg-3-7 {
    width: 42.8571428571%;
  }
  .col-lg-4-7 {
    width: 57.1428571429%;
  }
  .col-lg-5-7 {
    width: 71.4285714286%;
  }
  .col-lg-6-7 {
    width: 85.7142857143%;
  }
  .col-lg-7-7 {
    width: 100%;
  }
  .col-lg-1-6 {
    width: 16.6666666667%;
  }
  .col-lg-2-6 {
    width: 33.3333333333%;
  }
  .col-lg-3-6 {
    width: 50%;
  }
  .col-lg-4-6 {
    width: 66.6666666667%;
  }
  .col-lg-5-6 {
    width: 83.3333333333%;
  }
  .col-lg-6-6 {
    width: 100%;
  }
  .col-lg-1-3 {
    width: 33.3333333333%;
  }
  .col-lg-2-3 {
    width: 66.6666666667%;
  }
  .col-lg-3-3 {
    width: 100%;
  }
}

@media (min-width: 1800px) {
  .col-xl-1-10 {
    width: 10%;
  }
  .col-xl-2-10 {
    width: 20%;
  }
  .col-xl-3-10 {
    width: 30%;
  }
  .col-xl-4-10 {
    width: 40%;
  }
  .col-xl-5-10 {
    width: 50%;
  }
  .col-xl-6-10 {
    width: 60%;
  }
  .col-xl-7-10 {
    width: 70%;
  }
  .col-xl-8-10 {
    width: 80%;
  }
  .col-xl-9-10 {
    width: 90%;
  }
  .col-xl-10-10 {
    width: 100%;
  }
  .col-xl-1-12 {
    width: 8.3333333333%;
  }
  .col-xl-2-12 {
    width: 16.6666666667%;
  }
  .col-xl-3-12 {
    width: 25%;
  }
  .col-xl-4-12 {
    width: 33.3333333333%;
  }
  .col-xl-5-12 {
    width: 41.6666666667%;
  }
  .col-xl-6-12 {
    width: 50%;
  }
  .col-xl-7-12 {
    width: 58.3333333333%;
  }
  .col-xl-8-12 {
    width: 66.6666666667%;
  }
  .col-xl-9-12 {
    width: 75%;
  }
  .col-xl-10-12 {
    width: 83.3333333333%;
  }
  .col-xl-11-12 {
    width: 91.6666666667%;
  }
  .col-xl-12-12 {
    width: 100%;
  }
}

/* ==================  Site Flex Settings  ================== */
/* ==================  Responsive Fonts Settings  ================== */
/* ==================  Theme CSS Ends ================== */
footer .animation-container {
  width: 100%;
  height: 100%;
  padding: 130px 20px 20px;
  margin: 0;
}

footer .animation-container .line-block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

footer .animation-container .line-block .line {
  position: absolute;
  border-left: 1px solid #d6dbd5;
  z-index: 9;
}

footer .animation-container .line-block .line.top-left {
  top: 0;
  left: 0;
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
}

footer .animation-container .content-block {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 100%;
}

footer .animation-container .content-block .logo-and-nav-container {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

footer .animation-container .content-block .logo {
  padding: 0 0 20px 20px;
}

footer .animation-container .content-block .footer-nav-container {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: space-around;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 700px;
  padding: 0 0 20px;
}

footer .animation-container .content-block .footer-nav-container a {
  font-family: "MessinaSans-Regular", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-display: block;
  font-size: 15px;
  line-height: 16px;
  letter-spacing: -0.45px;
  color: #d6dbd5;
  opacity: 0.5;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

footer .animation-container .content-block .footer-nav-container a:hover {
  opacity: 1;
}

footer .animation-container .content-block .box {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  width: 530px;
  height: 490px;
  border: 1px solid #d6dbd5;
  padding: 15px 20px 20px;
  margin: 0;
}

footer .animation-container .content-block .box .title *:not(.highlight) {
  font-family: "MessinaSans-Regular", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-display: block;
  font-size: 45px;
  line-height: 45px;
  letter-spacing: -1.8px;
  color: #d6dbd5;
  max-width: 400px;
}

footer .animation-container .content-block .social-links-container {
  font-family: "MessinaSans-Regular", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-display: block;
  font-size: 15px;
  line-height: 16px;
  letter-spacing: -0.45px;
  color: rgba(214, 219, 213, 0.5);
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  gap: 30px;
}

footer .animation-container .content-block .social-links {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  gap: 30px;
}

footer .animation-container .content-block .social-links a {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.5;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

footer .animation-container .content-block .social-links a:hover {
  opacity: 1;
}

/* First break */
@media only screen and (min-width: 980px) and (max-width: 1400px) {
  footer .animation-container {
    padding: 80px 20px 40px;
  }
  footer .animation-container .content-block .logo-and-nav-container {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-flex-grow: 0.5;
    -moz-flex-grow: 0.5;
    -ms-flex-grow: 0.5;
    -webkit-box-flex: 0.5;
    -ms-flex-positive: 0.5;
    flex-grow: 0.5;
    padding-bottom: 7px;
  }
  footer .animation-container .content-block .logo {
    padding: 0 0 0 26px;
  }
  footer .animation-container .content-block .logo img {
    width: 210px;
  }
  footer .animation-container .content-block .footer-nav-container {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    gap: 20px;
    padding: 0;
  }
  footer .animation-container .content-block .box {
    width: 435px;
    height: 360px;
    padding: 20px 20px;
  }
}

/* Second break */
@media only screen and (min-width: 1px) and (max-width: 979px) {
  footer .animation-container {
    padding: 35px 30px 100px;
  }
  footer .animation-container .content-block {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse;
    gap: 70px;
  }
  footer .animation-container .content-block .logo-and-nav-container {
    width: 100%;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  footer .animation-container .content-block .logo {
    padding: 0;
  }
  footer .animation-container .content-block .logo img {
    width: 145px;
  }
  footer .animation-container .content-block .footer-nav-container {
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    gap: 15px;
    padding: 0;
  }
  footer .animation-container .content-block .box {
    width: 100%;
    height: calc(100vw * 0.62);
    padding: 15px 20px 20px;
  }
  footer .animation-container .content-block .box .title *:not(.highlight) {
    font-family: "MessinaSans-Regular", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-display: block;
    font-size: 32px;
    line-height: 32px;
    letter-spacing: -1.28px;
    max-width: 350px;
  }
  footer .animation-container .content-block .social-links-container {
    font-family: "MessinaSans-Regular", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-display: block;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: -0.55px;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    gap: 15px;
  }
  footer .animation-container .content-block .social-links {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    gap: 35px;
  }
}

a.hover-underline-animation {
  padding-bottom: 10px;
}

.hover-underline-animation {
  display: inline-block;
  position: relative;
}

.hover-underline-animation:hover {
  color: #044550;
}

.hover-underline-animation:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #161c21;
}

.hover-underline-animation:after {
  content: "";
  position: absolute;
  width: calc(100% + 20px);
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #044550;
  -webkit-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
  -webkit-transition: -webkit-transform 0.4s ease-out;
  transition: -webkit-transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
  transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
  z-index: 1;
}

.hover-underline-animation:hover:after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
  z-index: 1;
}

.hover-arrow-animation {
  display: inline-block;
  position: relative;
  padding: 12px 35px 0 0;
}

.hover-arrow-animation:hover:before {
  background-color: #165755;
}

.hover-arrow-animation:hover:after {
  opacity: 1;
}

.hover-arrow-animation:hover span:not(.highlight):before {
  opacity: 1;
}

.hover-arrow-animation:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 20px;
  background-color: rgba(22, 87, 85, 0);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 15px;
  top: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.hover-arrow-animation:after {
  content: "";
  position: absolute;
  border: solid #165755;
  border-width: 1px 1px 0 0;
  padding: 5px;
  right: 7px;
  top: 7px;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.hover-arrow-animation span:not(.highlight) {
  position: relative;
}

.hover-arrow-animation span:not(.highlight):before {
  content: "";
  position: absolute;
  right: -33px;
  height: 26px;
  width: 26px;
  border: 1px solid #165755;
  bottom: 3px;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-arrow {
  display: inline-block;
  position: relative;
  height: 26px;
  width: 26px;
}

.btn-arrow:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 20px;
  background-color: #165755;
  -webkit-transform: translate(-6px, 6px) rotate(45deg);
  -ms-transform: translate(-6px, 6px) rotate(45deg);
  transform: translate(-6px, 6px) rotate(45deg);
  right: 0px;
  top: 0px;
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.btn-arrow:after {
  content: "";
  position: absolute;
  border: solid #165755;
  border-width: 1px 1px 0 0;
  padding: 5px;
  right: 5px;
  top: 5px;
}

.btn-arrow span {
  display: block;
  position: relative;
  height: 26px;
  width: 26px;
}

.btn-arrow span:before {
  content: "";
  position: absolute;
  right: 0;
  height: 26px;
  width: 26px;
  border: 1px solid #165755;
  bottom: 0;
  opacity: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

/* ==================  Page Template CSS  ================== */
/* ==================  Vendor CSS  ================== */
.slick-slider-banner-container {
  display: block;
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
}

.slick-slider-banner-container .slick-slide {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.instagram-image {
  display: inline-block;
  position: relative;
  width: 16.66%;
  padding: 0;
  margin: 0;
}

.instagram-image img {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  vertical-align: top;
}

.twitter-feed-container {
  display: block;
  position: relative;
  padding: 0;
  margin: 0;
}

.twitter-heading-holder {
  display: block;
  position: relative;
  padding: 0;
  margin: 0 0 30px;
}

.twitter-heading-holder a {
  display: block;
  padding: 0;
  margin: 0;
  color: #161c21;
  font-size: 17px;
  opacity: 1;
}

.twitter-heading-holder a:hover {
  opacity: 0.4;
}

.twitter-text-holder {
  display: block;
  position: relative;
  padding: 0;
  margin: 0;
  font-size: 17px;
  line-height: 22px;
}

.twitter-text-holder a {
  padding: 0;
  margin: 0;
  color: #161c21;
  opacity: 1;
}

.twitter-text-holder a:hover {
  opacity: 0.4;
}

.cc-window {
  opacity: 1;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}

.cc-window.cc-invisible {
  opacity: 0;
}

.cc-animate.cc-revoke {
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
}

.cc-animate.cc-revoke.cc-top {
  -webkit-transform: translateY(-2em);
  -ms-transform: translateY(-2em);
  transform: translateY(-2em);
}

.cc-animate.cc-revoke.cc-bottom {
  -webkit-transform: translateY(2em);
  -ms-transform: translateY(2em);
  transform: translateY(2em);
}

.cc-animate.cc-revoke.cc-active.cc-bottom,
.cc-animate.cc-revoke.cc-active.cc-top,
.cc-revoke:hover {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.cc-grower {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 1s;
  transition: max-height 1s;
}

.cc-link,
.cc-revoke:hover {
  text-decoration: underline;
}

.cc-revoke,
.cc-window {
  position: fixed;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Helvetica, Calibri, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  z-index: 9999;
}

.cc-window.cc-static {
  position: static;
}

.cc-window.cc-floating {
  padding: 2em;
  max-width: 24em;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.cc-window.cc-banner {
  padding: 1em 1.8em;
  width: 100%;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  flex-direction: row;
}

.cc-revoke {
  padding: 0.5em;
}

.cc-header {
  font-size: 18px;
  font-weight: 700;
}

.cc-btn,
.cc-close,
.cc-link,
.cc-revoke {
  cursor: pointer;
}

.cc-link {
  opacity: 0.8;
  display: inline-block;
  padding: 0.2em;
}

.cc-link:hover {
  opacity: 1;
}

.cc-link:active,
.cc-link:visited {
  color: initial;
}

.cc-btn {
  display: block;
  padding: 0.4em 0.8em;
  font-size: 0.9em;
  font-weight: 700;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  white-space: nowrap;
}

.cookie-title {
  display: block;
  position: relative;
  margin: 0;
  padding: 5px 0 10px;
  font-family: "ITC Franklin Gothic LT W01MdCn", sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 30px;
}

.cc-message {
  font-family: "ITC Franklin Gothic LT W01 Bk", sans-serif !important;
  font-size: 15px;
  line-height: 22px;
}

.cc-btn.cc-dismiss {
  display: block;
  padding: 14px 42px 15px 26px;
  margin: 0;
  font-family: "ITC Franklin Gothic LT W01 Bk" !important;
  font-weight: normal;
  font-size: 15px;
  border: 1px solid #ffffff !important;
  background-image: url(https://www.3dreid.com/wp-content/themes/3dreid/assets/img/right-arrow-white.png) !important;
  background-position: center right 16px;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  white-space: nowrap;
}

.cc-btn.cc-dismiss:hover {
  background-color: #ffffff !important;
  color: #161c21;
  border: 1px solid #161c21;
  background-image: url(https://www.3dreid.com/wp-content/themes/3dreid/assets/img/right-arrow-black.png) !important;
}

.cc-highlight .cc-btn:first-child {
  background-color: transparent;
  border-color: transparent;
}

.cc-highlight .cc-btn:first-child:focus,
.cc-highlight .cc-btn:first-child:hover {
  background-color: transparent;
  text-decoration: underline;
}

.cc-close {
  display: block;
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  font-size: 1.6em;
  opacity: 0.9;
  line-height: 0.75;
}

.cc-close:focus,
.cc-close:hover {
  opacity: 1;
}

.cc-revoke.cc-top {
  top: 0;
  left: 3em;
  border-bottom-left-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
}

.cc-revoke.cc-bottom {
  bottom: 0;
  left: 3em;
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em;
}

.cc-revoke.cc-left {
  left: 3em;
  right: unset;
}

.cc-revoke.cc-right {
  right: 3em;
  left: unset;
}

.cc-top {
  top: 1em;
}

.cc-left {
  left: 1em;
}

.cc-right {
  right: 1em;
}

.cc-bottom {
  bottom: 1em;
}

.cc-floating > .cc-link {
  margin-bottom: 1em;
}

.cc-floating .cc-message {
  display: block;
  margin-bottom: 1em;
}

.cc-window.cc-floating .cc-compliance {
  -ms-flex: 1 0 auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
}

.cc-window.cc-banner {
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.cc-banner.cc-top {
  left: 0;
  right: 0;
  top: 0;
}

.cc-banner.cc-bottom {
  left: 0;
  right: 0;
  bottom: 0;
}

.cc-banner .cc-message {
  display: block;
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: 100%;
  margin-right: 1em;
}

.cc-compliance {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-line-pack: justify;
  -webkit-align-content: space-between;
  align-content: space-between;
}

.cc-floating .cc-compliance > .cc-btn {
  -ms-flex: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}

.cc-btn + .cc-btn {
  margin-left: 0.5em;
}

@media print {
  .cc-revoke,
  .cc-window {
    display: none;
  }
}

@media screen and (max-width: 900px) {
  .cc-btn {
    white-space: normal;
  }
}

@media screen and (max-width: 414px) and (orientation: portrait),
  screen and (max-width: 736px) and (orientation: landscape) {
  .cc-window.cc-top {
    top: 0;
  }
  .cc-window.cc-bottom {
    bottom: 0;
  }
  .cc-window.cc-banner,
  .cc-window.cc-floating,
  .cc-window.cc-left,
  .cc-window.cc-right {
    left: 0;
    right: 0;
  }
  .cc-window.cc-banner {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cc-window.cc-banner .cc-compliance {
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .cc-window.cc-floating {
    max-width: none;
  }
  .cc-window .cc-message {
    margin-bottom: 1em;
  }
  .cc-window.cc-banner {
    -ms-flex-align: unset;
    -webkit-box-align: unset;
    -webkit-align-items: unset;
    align-items: unset;
  }
  .cc-window.cc-banner .cc-message {
    margin-right: 0;
  }
}

.cc-floating.cc-theme-classic {
  padding: 1.2em;
  border-radius: 5px;
}

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
  text-align: center;
  display: inline;
  -ms-flex: none;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  flex: none;
}

.cc-theme-classic .cc-btn {
  border-radius: 5px;
}

.cc-theme-classic .cc-btn:last-child {
  min-width: 140px;
}

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
  display: inline-block;
}

.cc-theme-edgeless.cc-window {
  padding: 0;
}

.cc-floating.cc-theme-edgeless .cc-message {
  margin: 2em 2em 1.5em;
}

.cc-banner.cc-theme-edgeless .cc-btn {
  margin: 0;
  padding: 0.8em 1.8em;
  height: 100%;
}

.cc-banner.cc-theme-edgeless .cc-message {
  margin-left: 1em;
}

.cc-floating.cc-theme-edgeless .cc-btn + .cc-btn {
  margin-left: 0;
}

/* ==================  Misc CSS  ================== */
/*
Hidden Classes: .hide-on-responsive,
Visible Classes: .show-on-responsive,

Misc */
textarea,
input,
select {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  resize: vertical;
}

input[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

div {
  display: block;
  position: relative;
  padding: 0;
  margin: 0;
}

p {
  margin: 0;
  padding: 0 0 15px;
}

img {
  border: 0;
  -webkit-backface-visibility: hidden;
  vertical-align: top;
  padding: 0;
  margin: 0;
}

a {
  color: #161c21;
  text-decoration: none;
  padding: 0;
  margin: 0;
}

:focus {
  outline: none;
}

span.highlight {
  font-family: "RecklessNeue-LightItalic", sans-serif;
  font-weight: 300;
  font-style: italic;
}

@-webkit-keyframes fadeTrans {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeTrans {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.staggerFadeIn {
  opacity: 0;
}

.staggerFadeIn.stag-visible {
  -webkit-animation-name: fadeTrans;
  animation-name: fadeTrans;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.hover-zoom > div {
  overflow: hidden;
}

.hover-zoom > div img {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.hover-zoom:hover > div img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.white-background {
  background-color: #ffffff;
}

.off-white-background {
  background-color: #f6f2ef;
}

.light-green-background {
  background-color: #d6dbd5;
}

.dark-green-background {
  background-color: #165755;
}

.light-pink-background {
  background-color: #ebd2ca;
}

.cream-background {
  background-color: #f4eeea;
}

.light-yellow-background {
  background-color: #efe7d8;
}

.light-blue-background {
  background-color: #bbc6c9;
}

.twenty-spacer {
  padding-top: 20px;
}

.thirty-spacer {
  padding-top: 30px;
}

.forty-spacer {
  padding-top: 40px;
}

.fifty-spacer {
  padding-top: 50px;
}

.sixty-spacer {
  padding-top: 60px;
}

.eighty-spacer {
  padding-top: 80px;
}

.one-hundred-spacer {
  padding-top: 100px;
}

.hide-on-responsive {
  display: block !important;
}

.show-on-responsive {
  display: none !important;
}

.show-on-small-desktop {
  display: none !important;
}

.overflow-fix {
  overflow-x: hidden;
}

.add-flex-fix {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}

.z-index-fix {
  z-index: 999;
}

.ios-font-fix {
  -webkit-text-size-adjust: 100%;
}

.long-text-fix {
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all; /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all; /* Instead use this non-standard one: */
  word-break: break-word; /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

:root {
  --white-filter: invert(100%) sepia(39%) saturate(1%) hue-rotate(206deg)
    brightness(101%) contrast(101%);
  --light-green-filter: invert(99%) sepia(1%) saturate(878%) hue-rotate(51deg)
    brightness(92%) contrast(84%);
  --dark-green-filter: invert(27%) sepia(19%) saturate(1552%) hue-rotate(129deg)
    brightness(94%) contrast(89%);
  --light-yellow-filter: invert(88%) sepia(20%) saturate(207%)
    hue-rotate(341deg) brightness(107%) contrast(87%);
}

.scroll-to-top-container {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 20px;
}

.scroll-to-top-container img {
  width: 55px;
  height: auto;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.scroll-to-top-container img:hover {
  cursor: pointer;
  opacity: 0.5;
}

.fade-in-animation {
  opacity: 0;
  -webkit-transform: translateY(40px);
  -ms-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.fade-in-animation.in-viewport {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

@keyframes fadeTrans {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.staggerFadeIn {
  opacity: 0;
}

.staggerFadeIn.stag-visible {
  -webkit-animation-name: fadeTrans;
  animation-name: fadeTrans;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.fade-in-seq-animation {
  opacity: 0;
  -webkit-opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  will-change: opacity, transform, visibility;
}

.fade-in-seq-animation.is-visible {
  opacity: 1;
  -webkit-opacity: 1;
  visibility: visible;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

section {
  background-color: #ffffff;
}

.content.top-100:before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100px;
  z-index: 0;
}

.content.top-200:before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 200px;
  z-index: 0;
}

.content.top-300:before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 300px;
  z-index: 0;
}

.content.top-bg-cream:before {
  background-color: #f4eeea;
}

.content.top-bg-pink:before {
  background-color: #b58379;
}

.content.top-bg-light-green:before {
  background-color: #d6dbd5;
}

.content.top-bg-light-pink:before {
  background-color: #ebd2ca;
}

.page-404-title {
  font-family: "MessinaSans-Regular", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-display: block;
  font-size: 64px;
  line-height: 64px;
  letter-spacing: -2.56px;
  padding-bottom: 40px;
}

.page-404-text {
  font-family: "MessinaSans-Regular", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-display: block;
  font-size: 31px;
  line-height: 37px;
  letter-spacing: -1.24px;
  padding-bottom: 65px;
}

.page-404-text a {
  opacity: 1;
}

.page-404-text a:hover {
  opacity: 0.7;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

/* ==================  Reponsive CSS  ================== */
/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 980px) and (max-width: 1400px) {
  /* ==================  Theme CSS Starts ================== */
  /* ==================  Site Fonts  ================== */
  /* Font Name: MessinaSans-Regular Example: // @include font-messina-sans-regular(54px, 58px, -2px); */
  /* Font Name: MessinaSans-Book Example: // @include font-messina-sans-book(54px, 58px, -2px); */
  /* Font Name: MessinaSans-Light Example: // @include font-messina-sans-light(54px, 58px, -2px); */
  /* Font Name: RecklessNeue-Regular Example: // @include font-reckless-regular(54px, 58px, -2px); */
  /* Font Name: RecklessNeue-RegularItalic Example: // @include font-reckless-regular-italic(54px, 58px, -2px); */
  /* Font Name: RecklessNeue-Book Example: // @include font-reckless-book(54px, 58px, -2px); */
  /* Font Name: RecklessNeue-Light Example: // @include font-reckless-light(54px, 58px, -2px); */
  /* Font Name: RecklessNeue-LightItalic Example: // @include font-reckless-light-italic(54px, 58px, -2px); */
  /* ==================  Site Animations  ================== */
  /* ==================  Responsive Grid Col Settings  ================== */
  /* Generates classes for a grid of columns, prefixed by size. The result will be .col-[size]-[col]-[total-columns] E.g. .col-xs-6-12 @param {string}	$size			The name of the size target (e.g. xs, sm, md, lg, xl, etc.) @param {int}		$grid-columns	Amount of columns */
  /* A mixin targeting a specific device width and larger. These are the available targets: 'xs', 'sm', 'md', 'lg', 'xl' @param {string} $media The target media */
  .col-xs-1-12 {
    width: 8.3333333333%;
  }
  .col-xs-2-12 {
    width: 16.6666666667%;
  }
  .col-xs-3-12 {
    width: 25%;
  }
  .col-xs-4-12 {
    width: 33.3333333333%;
  }
  .col-xs-5-12 {
    width: 41.6666666667%;
  }
  .col-xs-6-12 {
    width: 50%;
  }
  .col-xs-7-12 {
    width: 58.3333333333%;
  }
  .col-xs-8-12 {
    width: 66.6666666667%;
  }
  .col-xs-9-12 {
    width: 75%;
  }
  .col-xs-10-12 {
    width: 83.3333333333%;
  }
  .col-xs-11-12 {
    width: 91.6666666667%;
  }
  .col-xs-12-12 {
    width: 100%;
  }
  .col-xs-1-10 {
    width: 10%;
  }
  .col-xs-2-10 {
    width: 20%;
  }
  .col-xs-3-10 {
    width: 30%;
  }
  .col-xs-4-10 {
    width: 40%;
  }
  .col-xs-5-10 {
    width: 50%;
  }
  .col-xs-6-10 {
    width: 60%;
  }
  .col-xs-7-10 {
    width: 70%;
  }
  .col-xs-8-10 {
    width: 80%;
  }
  .col-xs-9-10 {
    width: 90%;
  }
  .col-xs-10-10 {
    width: 100%;
  }
  .col-xs-1-9 {
    width: 11.1111111111%;
  }
  .col-xs-2-9 {
    width: 22.2222222222%;
  }
  .col-xs-3-9 {
    width: 33.3333333333%;
  }
  .col-xs-4-9 {
    width: 44.4444444444%;
  }
  .col-xs-5-9 {
    width: 55.5555555556%;
  }
  .col-xs-6-9 {
    width: 66.6666666667%;
  }
  .col-xs-7-9 {
    width: 77.7777777778%;
  }
  .col-xs-8-9 {
    width: 88.8888888889%;
  }
  .col-xs-9-9 {
    width: 100%;
  }
  .col-xs-1-7 {
    width: 14.2857142857%;
  }
  .col-xs-2-7 {
    width: 28.5714285714%;
  }
  .col-xs-3-7 {
    width: 42.8571428571%;
  }
  .col-xs-4-7 {
    width: 57.1428571429%;
  }
  .col-xs-5-7 {
    width: 71.4285714286%;
  }
  .col-xs-6-7 {
    width: 85.7142857143%;
  }
  .col-xs-7-7 {
    width: 100%;
  }
  .col-xs-1-6 {
    width: 16.6666666667%;
  }
  .col-xs-2-6 {
    width: 33.3333333333%;
  }
  .col-xs-3-6 {
    width: 50%;
  }
  .col-xs-4-6 {
    width: 66.6666666667%;
  }
  .col-xs-5-6 {
    width: 83.3333333333%;
  }
  .col-xs-6-6 {
    width: 100%;
  }
  .col-xs-1-3 {
    width: 33.3333333333%;
  }
  .col-xs-2-3 {
    width: 66.6666666667%;
  }
  .col-xs-3-3 {
    width: 100%;
  }
}

@media only screen and (min-width: 980px) and (max-width: 1400px) and (min-width: 768px) {
  .col-sm-1-12 {
    width: 8.3333333333%;
  }
  .col-sm-2-12 {
    width: 16.6666666667%;
  }
  .col-sm-3-12 {
    width: 25%;
  }
  .col-sm-4-12 {
    width: 33.3333333333%;
  }
  .col-sm-5-12 {
    width: 41.6666666667%;
  }
  .col-sm-6-12 {
    width: 50%;
  }
  .col-sm-7-12 {
    width: 58.3333333333%;
  }
  .col-sm-8-12 {
    width: 66.6666666667%;
  }
  .col-sm-9-12 {
    width: 75%;
  }
  .col-sm-10-12 {
    width: 83.3333333333%;
  }
  .col-sm-11-12 {
    width: 91.6666666667%;
  }
  .col-sm-12-12 {
    width: 100%;
  }
}

@media only screen and (min-width: 980px) and (max-width: 1400px) and (min-width: 980px) {
  .col-md-1-12 {
    width: 8.3333333333%;
  }
  .col-md-2-12 {
    width: 16.6666666667%;
  }
  .col-md-3-12 {
    width: 25%;
  }
  .col-md-4-12 {
    width: 33.3333333333%;
  }
  .col-md-5-12 {
    width: 41.6666666667%;
  }
  .col-md-6-12 {
    width: 50%;
  }
  .col-md-7-12 {
    width: 58.3333333333%;
  }
  .col-md-8-12 {
    width: 66.6666666667%;
  }
  .col-md-9-12 {
    width: 75%;
  }
  .col-md-10-12 {
    width: 83.3333333333%;
  }
  .col-md-11-12 {
    width: 91.6666666667%;
  }
  .col-md-12-12 {
    width: 100%;
  }
  .col-md-1-10 {
    width: 10%;
  }
  .col-md-2-10 {
    width: 20%;
  }
  .col-md-3-10 {
    width: 30%;
  }
  .col-md-4-10 {
    width: 40%;
  }
  .col-md-5-10 {
    width: 50%;
  }
  .col-md-6-10 {
    width: 60%;
  }
  .col-md-7-10 {
    width: 70%;
  }
  .col-md-8-10 {
    width: 80%;
  }
  .col-md-9-10 {
    width: 90%;
  }
  .col-md-10-10 {
    width: 100%;
  }
  .col-md-1-9 {
    width: 11.1111111111%;
  }
  .col-md-2-9 {
    width: 22.2222222222%;
  }
  .col-md-3-9 {
    width: 33.3333333333%;
  }
  .col-md-4-9 {
    width: 44.4444444444%;
  }
  .col-md-5-9 {
    width: 55.5555555556%;
  }
  .col-md-6-9 {
    width: 66.6666666667%;
  }
  .col-md-7-9 {
    width: 77.7777777778%;
  }
  .col-md-8-9 {
    width: 88.8888888889%;
  }
  .col-md-9-9 {
    width: 100%;
  }
  .col-md-1-7 {
    width: 14.2857142857%;
  }
  .col-md-2-7 {
    width: 28.5714285714%;
  }
  .col-md-3-7 {
    width: 42.8571428571%;
  }
  .col-md-4-7 {
    width: 57.1428571429%;
  }
  .col-md-5-7 {
    width: 71.4285714286%;
  }
  .col-md-6-7 {
    width: 85.7142857143%;
  }
  .col-md-7-7 {
    width: 100%;
  }
  .col-md-1-6 {
    width: 16.6666666667%;
  }
  .col-md-2-6 {
    width: 33.3333333333%;
  }
  .col-md-3-6 {
    width: 50%;
  }
  .col-md-4-6 {
    width: 66.6666666667%;
  }
  .col-md-5-6 {
    width: 83.3333333333%;
  }
  .col-md-6-6 {
    width: 100%;
  }
  .col-md-1-3 {
    width: 33.3333333333%;
  }
  .col-md-2-3 {
    width: 66.6666666667%;
  }
  .col-md-3-3 {
    width: 100%;
  }
}

@media only screen and (min-width: 980px) and (max-width: 1400px) and (min-width: 1400px) {
  .col-lg-1-12 {
    width: 8.3333333333%;
  }
  .col-lg-2-12 {
    width: 16.6666666667%;
  }
  .col-lg-3-12 {
    width: 25%;
  }
  .col-lg-4-12 {
    width: 33.3333333333%;
  }
  .col-lg-5-12 {
    width: 41.6666666667%;
  }
  .col-lg-6-12 {
    width: 50%;
  }
  .col-lg-7-12 {
    width: 58.3333333333%;
  }
  .col-lg-8-12 {
    width: 66.6666666667%;
  }
  .col-lg-9-12 {
    width: 75%;
  }
  .col-lg-10-12 {
    width: 83.3333333333%;
  }
  .col-lg-11-12 {
    width: 91.6666666667%;
  }
  .col-lg-12-12 {
    width: 100%;
  }
  .col-lg-1-10 {
    width: 10%;
  }
  .col-lg-2-10 {
    width: 20%;
  }
  .col-lg-3-10 {
    width: 30%;
  }
  .col-lg-4-10 {
    width: 40%;
  }
  .col-lg-5-10 {
    width: 50%;
  }
  .col-lg-6-10 {
    width: 60%;
  }
  .col-lg-7-10 {
    width: 70%;
  }
  .col-lg-8-10 {
    width: 80%;
  }
  .col-lg-9-10 {
    width: 90%;
  }
  .col-lg-10-10 {
    width: 100%;
  }
  .col-lg-1-9 {
    width: 11.1111111111%;
  }
  .col-lg-2-9 {
    width: 22.2222222222%;
  }
  .col-lg-3-9 {
    width: 33.3333333333%;
  }
  .col-lg-4-9 {
    width: 44.4444444444%;
  }
  .col-lg-5-9 {
    width: 55.5555555556%;
  }
  .col-lg-6-9 {
    width: 66.6666666667%;
  }
  .col-lg-7-9 {
    width: 77.7777777778%;
  }
  .col-lg-8-9 {
    width: 88.8888888889%;
  }
  .col-lg-9-9 {
    width: 100%;
  }
  .col-lg-1-7 {
    width: 14.2857142857%;
  }
  .col-lg-2-7 {
    width: 28.5714285714%;
  }
  .col-lg-3-7 {
    width: 42.8571428571%;
  }
  .col-lg-4-7 {
    width: 57.1428571429%;
  }
  .col-lg-5-7 {
    width: 71.4285714286%;
  }
  .col-lg-6-7 {
    width: 85.7142857143%;
  }
  .col-lg-7-7 {
    width: 100%;
  }
  .col-lg-1-6 {
    width: 16.6666666667%;
  }
  .col-lg-2-6 {
    width: 33.3333333333%;
  }
  .col-lg-3-6 {
    width: 50%;
  }
  .col-lg-4-6 {
    width: 66.6666666667%;
  }
  .col-lg-5-6 {
    width: 83.3333333333%;
  }
  .col-lg-6-6 {
    width: 100%;
  }
  .col-lg-1-3 {
    width: 33.3333333333%;
  }
  .col-lg-2-3 {
    width: 66.6666666667%;
  }
  .col-lg-3-3 {
    width: 100%;
  }
}

@media only screen and (min-width: 980px) and (max-width: 1400px) and (min-width: 1800px) {
  .col-xl-1-10 {
    width: 10%;
  }
  .col-xl-2-10 {
    width: 20%;
  }
  .col-xl-3-10 {
    width: 30%;
  }
  .col-xl-4-10 {
    width: 40%;
  }
  .col-xl-5-10 {
    width: 50%;
  }
  .col-xl-6-10 {
    width: 60%;
  }
  .col-xl-7-10 {
    width: 70%;
  }
  .col-xl-8-10 {
    width: 80%;
  }
  .col-xl-9-10 {
    width: 90%;
  }
  .col-xl-10-10 {
    width: 100%;
  }
  .col-xl-1-12 {
    width: 8.3333333333%;
  }
  .col-xl-2-12 {
    width: 16.6666666667%;
  }
  .col-xl-3-12 {
    width: 25%;
  }
  .col-xl-4-12 {
    width: 33.3333333333%;
  }
  .col-xl-5-12 {
    width: 41.6666666667%;
  }
  .col-xl-6-12 {
    width: 50%;
  }
  .col-xl-7-12 {
    width: 58.3333333333%;
  }
  .col-xl-8-12 {
    width: 66.6666666667%;
  }
  .col-xl-9-12 {
    width: 75%;
  }
  .col-xl-10-12 {
    width: 83.3333333333%;
  }
  .col-xl-11-12 {
    width: 91.6666666667%;
  }
  .col-xl-12-12 {
    width: 100%;
  }
}

@media only screen and (min-width: 980px) and (max-width: 1400px) {
  /* ==================  Site Flex Settings  ================== */
  /* ==================  Responsive Fonts Settings  ================== */
  /* ==================  Theme CSS Ends ================== */
  /* Hide and show classes */
  .hide-on-small-desktop {
    display: none !important;
  }
  .show-on-small-desktop {
    display: block !important;
  }
  .fifty-spacer {
    padding-top: 30px;
  }
  .sixty-spacer,
  .eighty-spacer {
    padding-top: 40px;
  }
  .one-hundred-spacer {
    padding-top: 60px;
  }
  .fifty-padding-both {
    padding: 0 15px;
  }
  .flex-content-block {
    width: 960px;
  }
  .one-flex-container {
    width: 930px;
    margin: 0 15px;
  }
  .half-block-container {
    width: 450px;
    margin: 0 15px;
  }
  .third-flex-container {
    width: 290px;
    margin: 0 15px;
  }
  .scroll-to-top-container {
    bottom: 40px;
  }
  .side-gutters {
    padding: 0 30px;
    margin: 0;
  }
  .insta-side-gutters {
    padding: 0 30px;
    margin: 0;
  }
  .content.top-100:before {
    height: 60px;
  }
  .content.top-200:before {
    height: 120px;
  }
  .content.top-300:before {
    height: 180px;
  }
  /* Desktop Header / Small Desktop */
  header .main-header .header-menu-container {
    padding: 20px 40px;
  }
  header .main-header .header-menu-container .left .logo img {
    width: 110px;
    height: auto;
  }
  header .main-header .header-menu-container ul.menu li.tier-0 > a,
  header .main-header .header-menu-container ul.menu li.tier-0 > span {
    font-family: "MessinaSans-Regular", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-display: block;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: -0.55px;
    padding: 10px 12px;
  }
  header .main-header .header-menu-container ul.menu li.tier-0:last-child > a,
  header
    .main-header
    .header-menu-container
    ul.menu
    li.tier-0:last-child
    > span {
    padding: 10px 12px;
  }
  header .main-header .header-menu-container .search-btn {
    padding: 10px 0 10px 32px;
  }
  /* Full screen menu */
  .main-header .full-screen-menu-container .full-screen-menu ul li a {
    display: block;
    font-family: "MessinaSans-Regular", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-display: block;
    font-size: 45px;
    line-height: 45px;
    letter-spacing: -1.8px;
    padding: 30px 0;
    -webkit-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
  }
  .main-header .full-screen-menu-container .full-screen-menu ul li a:hover {
    opacity: 1;
  }
  .main-header
    .full-screen-menu-container
    .full-screen-menu
    ul
    li.absolute-link {
    bottom: 80px;
  }
  /* Mobile header */
  header .mobile-header {
    display: none !important;
  }
  /* Header Search */
  header .header-search-container {
    z-index: 200;
  }
  header .header-search-container .hs-bar-container {
    grid-template-columns: 1fr auto 1fr;
    padding: 0 40px;
  }
  header .header-search-container .hs-input-container .flex-content-block {
    padding: 0 8px;
  }
  header .header-search-container .hs-bar-container .logo-container img {
    width: 110px;
    height: auto;
  }
  header .header-search-container .hs-bar-container .content-container {
    font-family: "MessinaSans-Regular", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-display: block;
    font-size: 15px;
    line-height: 15px;
  }
  header
    .header-search-container
    .hs-bar-container
    .close-btn-container
    button {
    font-family: "MessinaSans-Regular", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-display: block;
    font-size: 15px;
    line-height: 15px;
  }
  header .header-search-container .hs-input-container input {
    font-family: "RecklessNeue-LightItalic", sans-serif;
    font-weight: 300;
    font-style: italic;
    font-display: block;
    font-size: 26px;
    line-height: 26px;
  }
  header .header-search-container .hs-result-container {
    padding: 50px calc(((100% - 960px) / 2) + 8px) 200px;
  }
  header .header-search-container .hs-result .articles {
    -webkit-column-gap: calc(((960px / 12) * 1));
    -moz-column-gap: calc(((960px / 12) * 1));
    column-gap: calc(((960px / 12) * 1));
    row-gap: 60px;
  }
  header .header-search-container .hs-result .article .category {
    font-family: "RecklessNeue-Regular", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-display: block;
    font-size: 14px;
    line-height: 14px;
    padding: 0 0 10px;
  }
  header .header-search-container .hs-result .article .title {
    font-family: "MessinaSans-Regular", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-display: block;
    font-size: 18px;
    line-height: 22px;
    padding: 0 0 10px;
  }
  header .header-search-container .hs-result .article .excerpt {
    font-family: "RecklessNeue-Regular", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-display: block;
    font-size: 15px;
    line-height: 22px;
    color: #ffffff;
  }
}

/*
Hidden Classes: .hide-on-responsive,
Visible Classes: .show-on-responsive

Tablet Portrait size to standard 960 (devices and browsers)
*/
@media only screen and (min-width: 1px) and (max-width: 979px) {
  /* ==================  Theme CSS Starts ================== */
  /* ==================  Site Fonts  ================== */
  /* Font Name: MessinaSans-Regular Example: // @include font-messina-sans-regular(54px, 58px, -2px); */
  /* Font Name: MessinaSans-Book Example: // @include font-messina-sans-book(54px, 58px, -2px); */
  /* Font Name: MessinaSans-Light Example: // @include font-messina-sans-light(54px, 58px, -2px); */
  /* Font Name: RecklessNeue-Regular Example: // @include font-reckless-regular(54px, 58px, -2px); */
  /* Font Name: RecklessNeue-RegularItalic Example: // @include font-reckless-regular-italic(54px, 58px, -2px); */
  /* Font Name: RecklessNeue-Book Example: // @include font-reckless-book(54px, 58px, -2px); */
  /* Font Name: RecklessNeue-Light Example: // @include font-reckless-light(54px, 58px, -2px); */
  /* Font Name: RecklessNeue-LightItalic Example: // @include font-reckless-light-italic(54px, 58px, -2px); */
  /* ==================  Site Animations  ================== */
  /* ==================  Responsive Grid Col Settings  ================== */
  /* Generates classes for a grid of columns, prefixed by size. The result will be .col-[size]-[col]-[total-columns] E.g. .col-xs-6-12 @param {string}	$size			The name of the size target (e.g. xs, sm, md, lg, xl, etc.) @param {int}		$grid-columns	Amount of columns */
  /* A mixin targeting a specific device width and larger. These are the available targets: 'xs', 'sm', 'md', 'lg', 'xl' @param {string} $media The target media */
  .col-xs-1-12 {
    width: 8.3333333333%;
  }
  .col-xs-2-12 {
    width: 16.6666666667%;
  }
  .col-xs-3-12 {
    width: 25%;
  }
  .col-xs-4-12 {
    width: 33.3333333333%;
  }
  .col-xs-5-12 {
    width: 41.6666666667%;
  }
  .col-xs-6-12 {
    width: 50%;
  }
  .col-xs-7-12 {
    width: 58.3333333333%;
  }
  .col-xs-8-12 {
    width: 66.6666666667%;
  }
  .col-xs-9-12 {
    width: 75%;
  }
  .col-xs-10-12 {
    width: 83.3333333333%;
  }
  .col-xs-11-12 {
    width: 91.6666666667%;
  }
  .col-xs-12-12 {
    width: 100%;
  }
  .col-xs-1-10 {
    width: 10%;
  }
  .col-xs-2-10 {
    width: 20%;
  }
  .col-xs-3-10 {
    width: 30%;
  }
  .col-xs-4-10 {
    width: 40%;
  }
  .col-xs-5-10 {
    width: 50%;
  }
  .col-xs-6-10 {
    width: 60%;
  }
  .col-xs-7-10 {
    width: 70%;
  }
  .col-xs-8-10 {
    width: 80%;
  }
  .col-xs-9-10 {
    width: 90%;
  }
  .col-xs-10-10 {
    width: 100%;
  }
  .col-xs-1-9 {
    width: 11.1111111111%;
  }
  .col-xs-2-9 {
    width: 22.2222222222%;
  }
  .col-xs-3-9 {
    width: 33.3333333333%;
  }
  .col-xs-4-9 {
    width: 44.4444444444%;
  }
  .col-xs-5-9 {
    width: 55.5555555556%;
  }
  .col-xs-6-9 {
    width: 66.6666666667%;
  }
  .col-xs-7-9 {
    width: 77.7777777778%;
  }
  .col-xs-8-9 {
    width: 88.8888888889%;
  }
  .col-xs-9-9 {
    width: 100%;
  }
  .col-xs-1-7 {
    width: 14.2857142857%;
  }
  .col-xs-2-7 {
    width: 28.5714285714%;
  }
  .col-xs-3-7 {
    width: 42.8571428571%;
  }
  .col-xs-4-7 {
    width: 57.1428571429%;
  }
  .col-xs-5-7 {
    width: 71.4285714286%;
  }
  .col-xs-6-7 {
    width: 85.7142857143%;
  }
  .col-xs-7-7 {
    width: 100%;
  }
  .col-xs-1-6 {
    width: 16.6666666667%;
  }
  .col-xs-2-6 {
    width: 33.3333333333%;
  }
  .col-xs-3-6 {
    width: 50%;
  }
  .col-xs-4-6 {
    width: 66.6666666667%;
  }
  .col-xs-5-6 {
    width: 83.3333333333%;
  }
  .col-xs-6-6 {
    width: 100%;
  }
  .col-xs-1-3 {
    width: 33.3333333333%;
  }
  .col-xs-2-3 {
    width: 66.6666666667%;
  }
  .col-xs-3-3 {
    width: 100%;
  }
}

@media only screen and (min-width: 1px) and (max-width: 979px) and (min-width: 768px) {
  .col-sm-1-12 {
    width: 8.3333333333%;
  }
  .col-sm-2-12 {
    width: 16.6666666667%;
  }
  .col-sm-3-12 {
    width: 25%;
  }
  .col-sm-4-12 {
    width: 33.3333333333%;
  }
  .col-sm-5-12 {
    width: 41.6666666667%;
  }
  .col-sm-6-12 {
    width: 50%;
  }
  .col-sm-7-12 {
    width: 58.3333333333%;
  }
  .col-sm-8-12 {
    width: 66.6666666667%;
  }
  .col-sm-9-12 {
    width: 75%;
  }
  .col-sm-10-12 {
    width: 83.3333333333%;
  }
  .col-sm-11-12 {
    width: 91.6666666667%;
  }
  .col-sm-12-12 {
    width: 100%;
  }
}

@media only screen and (min-width: 1px) and (max-width: 979px) and (min-width: 980px) {
  .col-md-1-12 {
    width: 8.3333333333%;
  }
  .col-md-2-12 {
    width: 16.6666666667%;
  }
  .col-md-3-12 {
    width: 25%;
  }
  .col-md-4-12 {
    width: 33.3333333333%;
  }
  .col-md-5-12 {
    width: 41.6666666667%;
  }
  .col-md-6-12 {
    width: 50%;
  }
  .col-md-7-12 {
    width: 58.3333333333%;
  }
  .col-md-8-12 {
    width: 66.6666666667%;
  }
  .col-md-9-12 {
    width: 75%;
  }
  .col-md-10-12 {
    width: 83.3333333333%;
  }
  .col-md-11-12 {
    width: 91.6666666667%;
  }
  .col-md-12-12 {
    width: 100%;
  }
  .col-md-1-10 {
    width: 10%;
  }
  .col-md-2-10 {
    width: 20%;
  }
  .col-md-3-10 {
    width: 30%;
  }
  .col-md-4-10 {
    width: 40%;
  }
  .col-md-5-10 {
    width: 50%;
  }
  .col-md-6-10 {
    width: 60%;
  }
  .col-md-7-10 {
    width: 70%;
  }
  .col-md-8-10 {
    width: 80%;
  }
  .col-md-9-10 {
    width: 90%;
  }
  .col-md-10-10 {
    width: 100%;
  }
  .col-md-1-9 {
    width: 11.1111111111%;
  }
  .col-md-2-9 {
    width: 22.2222222222%;
  }
  .col-md-3-9 {
    width: 33.3333333333%;
  }
  .col-md-4-9 {
    width: 44.4444444444%;
  }
  .col-md-5-9 {
    width: 55.5555555556%;
  }
  .col-md-6-9 {
    width: 66.6666666667%;
  }
  .col-md-7-9 {
    width: 77.7777777778%;
  }
  .col-md-8-9 {
    width: 88.8888888889%;
  }
  .col-md-9-9 {
    width: 100%;
  }
  .col-md-1-7 {
    width: 14.2857142857%;
  }
  .col-md-2-7 {
    width: 28.5714285714%;
  }
  .col-md-3-7 {
    width: 42.8571428571%;
  }
  .col-md-4-7 {
    width: 57.1428571429%;
  }
  .col-md-5-7 {
    width: 71.4285714286%;
  }
  .col-md-6-7 {
    width: 85.7142857143%;
  }
  .col-md-7-7 {
    width: 100%;
  }
  .col-md-1-6 {
    width: 16.6666666667%;
  }
  .col-md-2-6 {
    width: 33.3333333333%;
  }
  .col-md-3-6 {
    width: 50%;
  }
  .col-md-4-6 {
    width: 66.6666666667%;
  }
  .col-md-5-6 {
    width: 83.3333333333%;
  }
  .col-md-6-6 {
    width: 100%;
  }
  .col-md-1-3 {
    width: 33.3333333333%;
  }
  .col-md-2-3 {
    width: 66.6666666667%;
  }
  .col-md-3-3 {
    width: 100%;
  }
}

@media only screen and (min-width: 1px) and (max-width: 979px) and (min-width: 1400px) {
  .col-lg-1-12 {
    width: 8.3333333333%;
  }
  .col-lg-2-12 {
    width: 16.6666666667%;
  }
  .col-lg-3-12 {
    width: 25%;
  }
  .col-lg-4-12 {
    width: 33.3333333333%;
  }
  .col-lg-5-12 {
    width: 41.6666666667%;
  }
  .col-lg-6-12 {
    width: 50%;
  }
  .col-lg-7-12 {
    width: 58.3333333333%;
  }
  .col-lg-8-12 {
    width: 66.6666666667%;
  }
  .col-lg-9-12 {
    width: 75%;
  }
  .col-lg-10-12 {
    width: 83.3333333333%;
  }
  .col-lg-11-12 {
    width: 91.6666666667%;
  }
  .col-lg-12-12 {
    width: 100%;
  }
  .col-lg-1-10 {
    width: 10%;
  }
  .col-lg-2-10 {
    width: 20%;
  }
  .col-lg-3-10 {
    width: 30%;
  }
  .col-lg-4-10 {
    width: 40%;
  }
  .col-lg-5-10 {
    width: 50%;
  }
  .col-lg-6-10 {
    width: 60%;
  }
  .col-lg-7-10 {
    width: 70%;
  }
  .col-lg-8-10 {
    width: 80%;
  }
  .col-lg-9-10 {
    width: 90%;
  }
  .col-lg-10-10 {
    width: 100%;
  }
  .col-lg-1-9 {
    width: 11.1111111111%;
  }
  .col-lg-2-9 {
    width: 22.2222222222%;
  }
  .col-lg-3-9 {
    width: 33.3333333333%;
  }
  .col-lg-4-9 {
    width: 44.4444444444%;
  }
  .col-lg-5-9 {
    width: 55.5555555556%;
  }
  .col-lg-6-9 {
    width: 66.6666666667%;
  }
  .col-lg-7-9 {
    width: 77.7777777778%;
  }
  .col-lg-8-9 {
    width: 88.8888888889%;
  }
  .col-lg-9-9 {
    width: 100%;
  }
  .col-lg-1-7 {
    width: 14.2857142857%;
  }
  .col-lg-2-7 {
    width: 28.5714285714%;
  }
  .col-lg-3-7 {
    width: 42.8571428571%;
  }
  .col-lg-4-7 {
    width: 57.1428571429%;
  }
  .col-lg-5-7 {
    width: 71.4285714286%;
  }
  .col-lg-6-7 {
    width: 85.7142857143%;
  }
  .col-lg-7-7 {
    width: 100%;
  }
  .col-lg-1-6 {
    width: 16.6666666667%;
  }
  .col-lg-2-6 {
    width: 33.3333333333%;
  }
  .col-lg-3-6 {
    width: 50%;
  }
  .col-lg-4-6 {
    width: 66.6666666667%;
  }
  .col-lg-5-6 {
    width: 83.3333333333%;
  }
  .col-lg-6-6 {
    width: 100%;
  }
  .col-lg-1-3 {
    width: 33.3333333333%;
  }
  .col-lg-2-3 {
    width: 66.6666666667%;
  }
  .col-lg-3-3 {
    width: 100%;
  }
}

@media only screen and (min-width: 1px) and (max-width: 979px) and (min-width: 1800px) {
  .col-xl-1-10 {
    width: 10%;
  }
  .col-xl-2-10 {
    width: 20%;
  }
  .col-xl-3-10 {
    width: 30%;
  }
  .col-xl-4-10 {
    width: 40%;
  }
  .col-xl-5-10 {
    width: 50%;
  }
  .col-xl-6-10 {
    width: 60%;
  }
  .col-xl-7-10 {
    width: 70%;
  }
  .col-xl-8-10 {
    width: 80%;
  }
  .col-xl-9-10 {
    width: 90%;
  }
  .col-xl-10-10 {
    width: 100%;
  }
  .col-xl-1-12 {
    width: 8.3333333333%;
  }
  .col-xl-2-12 {
    width: 16.6666666667%;
  }
  .col-xl-3-12 {
    width: 25%;
  }
  .col-xl-4-12 {
    width: 33.3333333333%;
  }
  .col-xl-5-12 {
    width: 41.6666666667%;
  }
  .col-xl-6-12 {
    width: 50%;
  }
  .col-xl-7-12 {
    width: 58.3333333333%;
  }
  .col-xl-8-12 {
    width: 66.6666666667%;
  }
  .col-xl-9-12 {
    width: 75%;
  }
  .col-xl-10-12 {
    width: 83.3333333333%;
  }
  .col-xl-11-12 {
    width: 91.6666666667%;
  }
  .col-xl-12-12 {
    width: 100%;
  }
}

@media only screen and (min-width: 1px) and (max-width: 979px) {
  /* ==================  Site Flex Settings  ================== */
  /* ==================  Responsive Fonts Settings  ================== */
  /* ==================  Theme CSS Ends ================== */
  /* Hide and show classes */
  .hide-on-responsive {
    display: none !important;
  }
  .show-on-responsive {
    display: block !important;
  }
  .fifty-spacer {
    padding-top: 30px;
  }
  .sixty-spacer,
  .eighty-spacer {
    padding-top: 40px;
  }
  .one-hundred-spacer {
    padding-top: 50px;
  }
  .fifty-padding-both {
    padding: 0 20px;
  }
  .scroll-to-top-container {
    right: 18px;
    bottom: 20px;
  }
  .side-gutters {
    padding: 0 20px;
    margin: 0;
  }
  .insta-side-gutters {
    padding: 0 10px;
    margin: 0;
  }
  .flex-content-block {
    width: 90%;
    margin: auto;
  }
  .one-flex-container,
  .half-flex-container,
  .third-flex-container {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .full-width-container,
  .full-half-flex-container,
  .full-third-flex-container,
  .full-fourth-flex-container {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .content.top-100:before {
    height: 0;
  }
  .content.top-200:before {
    height: 0;
  }
  .content.top-300:before {
    height: 0;
  }
  /* Desktop Header / Small Desktop */
  header .main-header {
    display: none !important;
  }
  /* Mobile header */
  header.transparent-header .mobile-header {
    background-position: 100% 100%;
  }
  /*
  header.transparent-header
    .mobile-header
    .header-menu-container
    .left
    .logo
    img {
    -webkit-filter: var(--white-filter);
    filter: var(--white-filter);
  }*/
  header.transparent-header .mobile-header .burger-holder .line {
    background-color: #ffffff;
  }
  header .mobile-header.homepage-header .header-menu-container {
    position: fixed;
    width: 100%;
    z-index: 70;
    background: transparent;
    border-bottom: none;
  }
  header .mobile-header {
    display: block !important;
    height: 80px;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#ffffff),
      color-stop(50%, #ffffff),
      color-stop(50%, transparent),
      to(transparent)
    );
    background-image: -webkit-linear-gradient(
      top,
      #ffffff,
      #ffffff 50%,
      transparent 50%,
      transparent
    );
    background-image: linear-gradient(
      to bottom,
      #ffffff,
      #ffffff 50%,
      transparent 50%,
      transparent
    );
    background-position: 0 0;
    background-size: 100% 200%;
    -webkit-transition: background-position 0.3s ease-in-out;
    transition: background-position 0.3s ease-in-out;
  }
  header .mobile-header .header-menu-container {
    position: fixed;
    width: 100%;
    height: 80px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    background-color: #ffffff;
    -webkit-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
    z-index: 99;
    padding: 0 30px;
  }
  header .mobile-header.is-active .header-menu-container {
    background-color: #165755;
  }
  header .mobile-header .header-menu-container .left .logo img {
    width: 145px;
    height: auto;
    -webkit-transition: filter 0.3s ease-in-out;
    -webkit-transition: -webkit-filter 0.3s ease-in-out;
    transition: -webkit-filter 0.3s ease-in-out;
    transition: filter 0.3s ease-in-out;
    transition: filter 0.3s ease-in-out, -webkit-filter 0.3s ease-in-out;
  }
  /*header .mobile-header.is-active .header-menu-container .left .logo img {
    -webkit-filter: var(--white-filter);
    filter: var(--white-filter);
  }*/
  header .mobile-header .mobile-burger-outer-container {
    display: inline-block;
  }
  header .mobile-header .burger-holder {
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    padding: 10px 0 10px 20px;
    margin: 0;
  }
  header .mobile-header .burger-holder:hover {
    opacity: 0.5;
    cursor: pointer;
  }
  header .mobile-header .burger-holder .line {
    display: block;
    width: 35px;
    height: 1px;
    background-color: #161c21;
    -webkit-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
    margin-bottom: 5px;
  }
  header .mobile-header.is-active .burger-holder .line {
    background-color: #ffffff;
  }
  header .mobile-header .burger-holder .line:last-child {
    margin-bottom: 0;
  }
  header .mobile-header .burger-holder.is-active .line:nth-child(1) {
    -webkit-transform: translateY(3px) translateX(4px) rotate(-45deg);
    -ms-transform: translateY(3px) translateX(4px) rotate(-45deg);
    transform: translateY(3px) translateX(4px) rotate(-45deg);
  }
  header .mobile-header .burger-holder.is-active .line:nth-child(2) {
    -webkit-transform: translateY(-3px) translateX(4px) rotate(45deg);
    -ms-transform: translateY(-3px) translateX(4px) rotate(45deg);
    transform: translateY(-3px) translateX(4px) rotate(45deg);
  }
  /* Header Search */
  header .header-search-container {
    z-index: 200;
  }
  header .header-search-container .hs-bar-container {
    grid-template-columns: 1fr auto 1fr;
    padding: 0 30px;
  }
  header .header-search-container .hs-bar-container .logo-container img {
    width: 145px;
  }
  header .header-search-container .hs-bar-container .content-container {
    font-family: "MessinaSans-Regular", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-display: block;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    width: 0;
    height: 0;
    opacity: 0;
    padding: 0 15px;
  }
  header
    .header-search-container
    .hs-bar-container
    .close-btn-container
    button {
    font-family: "MessinaSans-Regular", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-display: block;
    font-size: 14px;
    line-height: 16px;
  }
  header .header-search-container .hs-input-container {
    height: 70px;
  }
  header .header-search-container .hs-input-container .flex-content-block {
    width: 100%;
    padding: 0 30px;
  }
  header .header-search-container .hs-input-container input[type="text"] {
    font-family: "RecklessNeue-LightItalic", sans-serif;
    font-weight: 300;
    font-style: italic;
    font-display: block;
    font-size: 20px;
    line-height: 20px;
  }
  header .header-search-container .hs-result-container {
    padding: 40px 30px 130px;
  }
  header .header-search-container .hs-result > div {
    padding: 0 0 50px;
  }
  header .header-search-container .hs-result .title {
    display: block;
    font-family: "RecklessNeue-LightItalic", sans-serif;
    font-weight: 300;
    font-style: italic;
    font-display: block;
    font-size: 16px;
    line-height: 16px;
    padding: 0 0 15px;
  }
  header .header-search-container .no-result span,
  header .header-search-container .search-loader span {
    font-family: "RecklessNeue-LightItalic", sans-serif;
    font-weight: 300;
    font-style: italic;
    font-display: block;
    font-size: 18px;
    line-height: 22px;
  }
  header .header-search-container .hs-result li a {
    display: block;
    font-family: "MessinaSans-Regular", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-display: block;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    color: #ffffff;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
    padding: 14px 0 10px;
    margin: 0;
  }
  header .header-search-container .hs-result li:last-child a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  header .header-search-container .hs-result li a:hover {
    color: rgba(255, 255, 255, 0.5);
  }
  header .header-search-container .hs-result .articles {
    grid-template-columns: 1fr;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    row-gap: 60px;
  }
  header .header-search-container .hs-result .article {
    grid-template-columns: 1fr;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    row-gap: 15px;
  }
  header .header-search-container .hs-result .article .image {
    width: 100%;
    height: auto;
  }
  header .header-search-container .hs-result .article .category {
    font-family: "RecklessNeue-Regular", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-display: block;
    font-size: 14px;
    line-height: 18px;
    padding: 0 0 10px;
  }
  header .header-search-container .hs-result .article .title {
    font-family: "MessinaSans-Regular", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-display: block;
    font-size: 18px;
    line-height: 22px;
    padding: 0 0 10px;
  }
  header .header-search-container .hs-result .article .excerpt {
    font-family: "RecklessNeue-Regular", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-display: block;
    font-size: 15px;
    line-height: 22px;
    color: #ffffff;
  }
  .hover-arrow-animation:before {
    background-color: #165755;
  }
  .hover-arrow-animation:after {
    opacity: 1;
  }
  .hover-arrow-animation span:not(.highlight):before {
    opacity: 0;
  }
  .hover-arrow-animation:hover span:not(.highlight):before {
    opacity: 0;
  }
  .overflow-fix-mobile {
    overflow-x: hidden;
  }
}

/* Tablet Portrait size to standard 960 (devices and browsers) */
/* Small Screens Height Fix */
/* ==================  Charts CSS  ================== */
.chart-holder {
  display: block;
  margin: 50px 0;
  width: 80%;
}

.chart-holder canvas {
  width: 100%;
  height: auto;
}

.chart-title {
  font-family: "MessinaSans-Regular", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-display: block;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: normal;
  text-align: center;
}

.chart-legends ul {
  list-style: none;
  padding: 20px 0 0 !important;
  margin: 20px 0 0;
  text-align: center;
}

.chart-legends ul li {
  display: inline-block;
  margin-right: 10px;
  text-align: center;
}

.chart-legends ul li:before {
  content: none !important;
}

.chart-legends.stacked ul {
  list-style: none;
  text-align: initial;
  padding: 20px 0;
}

.chart-legends.stacked ul li {
  display: block;
  margin-left: 0;
  margin-right: 0;
}

.chart-legend {
  display: inline-block;
  width: 15px;
  height: 15px;
}

.chart-legend-label-text {
  padding-left: 10px;
  font-family: "MessinaSans-Regular", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-display: block;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: normal;
}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 980px) and (max-width: 1400px) {
  .chart-title {
    font-family: "MessinaSans-Regular", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-display: block;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: normal;
  }
  .chart-legend-label-text {
    font-family: "MessinaSans-Regular", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-display: block;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: normal;
  }
}

@media only screen and (min-width: 1px) and (max-width: 979px) {
  .chart-holder {
    width: 100%;
  }
  .chart-title {
    font-family: "MessinaSans-Regular", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-display: block;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: normal;
  }
  .chart-legend-label-text {
    font-family: "MessinaSans-Regular", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-display: block;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: normal;
  }
}
@media(max-width: 1399.98px) {
  .contact .wrapper {
    flex-wrap:wrap
  }
}

.contact-item {
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 0 25px rgba(0,0,0,.05);
  padding: 130px 14px 150px;
  max-width: 509px;
  width: 100%;
  display: flex;
  align-items: start;
  flex-direction: column
}

@media(max-width: 1399.98px) {
  .contact-item {
    max-width:calc(50% - 16px)
  }
}

@media(max-width: 991.98px) {
  .contact-item {
    max-width:100%
  }
}

.contact-item .top {
  padding: 0 24px;
  margin-bottom: 20px
}

.contact-item .top .title {
  font-weight: 600;
  font-size: 14px;
  color: #003041;
  text-transform: uppercase
}

.contact-item .top .item {
  display: flex;
  align-items: center;
  color: #003041
}

.contact-item .top .item .icon-wrapper {
  font-size: 23px;
  padding-right: 11px;
  margin-right: 15px;
  border-right: 1px solid rgba(0,48,65,.19);
  line-height: 0
}

.contact-item .top .item address {
  margin-bottom: 0;
  font-size: 14px;
  color: #003041;
  max-width: 242px
}

.contact-item .top .item a {
  color: #003041
}

.contact-item .top .item.address {
  margin-top: 10px;
  margin-bottom: 30px
}

.contact-item .top .item.phone a {
  font-weight: bold;
  font-size: 20px
}

.contact-item .top .d-flex {
  gap: 30px
}

.contact-item .maps {
  margin-top: auto;
  width: 100% !important
}

.contact-item .maps iframe {
  width: 100% !important;
  height: 195px !important;
  border-radius: 16px
}
/*# sourceMappingURL=style.css.map */
