@charset "UTF-8";
@font-face {
  font-family: "Italian Plate No2 Expanded";
  src: url("../fonts/z8dWr3gONcsm.eot");
  src: url("../fonts/z8dWr3gONcsm.eot#iefix") format("embedded-opentype"), url("../fonts/Z7LHOt7HylWF.woff2") format("woff2"), url("../fonts/5QmwK3DHjYwZ.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Italian Plate No2 Expanded";
  src: url("../fonts/aLWGYnECRQ7p.eot");
  src: url("../fonts/aLWGYnECRQ7p.eot#iefix") format("embedded-opentype"), url("../fonts/TpE5IlpUDDjL.woff2") format("woff2"), url("../fonts/AOyI5YK137sm.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Italian Plate No2 Expanded";
  src: url("../fonts/kpHRGSZuteHP.eot");
  src: url("../fonts/kpHRGSZuteHP.eot#iefix") format("embedded-opentype"), url("../fonts/DyUzWmuBxDyl.woff2") format("woff2"), url("../fonts/SWEa7bsxF0UB.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
html {
  box-sizing: border-box;
}

*, *::after, *::before {
  box-sizing: inherit;
}

/*
Minimal example:
<html class="sticky-footer">
  <body>
    <div class="sticky-footer-page-content-wrapper">
      ... page content here ...
    </div>
    <footer class="sticky-footer-wrapper">
      ... footer content here ...
    </footer>
  </body>
</html>
*/
body {
  margin: 0;
  color: #14003d;
  font-family: "Italian Plate No2 Expanded", arial, sans-serif;
  font-size: 19px;
  line-height: 1.25;
  font-weight: 400;
}
@media screen and (max-width: 992px) {
  body {
    font-size: 16px;
  }
}

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

h1 {
  text-transform: uppercase;
  margin-bottom: 12px;
  line-height: 1.1;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 23px;
  }
}

h2 {
  margin-bottom: 10px;
}

img {
  display: block;
}

hr {
  height: 1px;
  background-color: #e6e6e6;
  border: none;
  margin: 0 0 20px 0;
}

table {
  border-collapse: collapse;
}

p {
  margin: 0 0 30px 0;
}

a {
  color: #0064ff;
  outline: none;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: underline;
  cursor: pointer;
}
a:hover {
  color: #66a2ff;
}

b,
strong {
  font-weight: 700;
}

ul {
  margin-top: 0;
  margin-bottom: 30px;
}

ol {
  margin-top: 0;
  margin-bottom: 30px;
}

select {
  outline: none;
  padding: 10px 14px 6px 14px;
  margin-bottom: 18px;
  cursor: pointer;
  font-size: 16px;
  background: white;
  width: 100%;
  color: #14003d;
  border-radius: 5px;
}
select:disabled {
  background-color: #e6e6e6;
  color: #e6e6e6;
}

input {
  outline: none;
  padding: 9px 14px 5px 14px;
  margin-bottom: 20px;
  margin-top: 0;
  width: 100%;
  border: 1px solid #9a9a9a;
  -webkit-appearance: none;
  -moz-appearance: none;
  line-height: 23px;
  min-height: 39px;
  border-radius: 5px;
  color: #14003d;
}
input::-webkit-input-placeholder {
  color: #9a9a9a !important;
}
input::-moz-placeholder {
  color: #9a9a9a !important;
}
input:-moz-placeholder {
  color: #9a9a9a !important;
}
input:-ms-input-placeholder {
  color: #9a9a9a !important;
}
input::-ms-clear {
  display: none;
}

label {
  display: inline-block;
  font-size: 15px;
  margin-bottom: 2px;
}
@media screen and (max-width: 1170px) {
  label {
    font-size: 14px;
  }
}

small {
  font-size: 85%;
}

textarea {
  outline: none;
  padding: 14px 14px;
  margin-bottom: 20px;
  width: 100%;
  min-height: 93px;
  border: 1px solid #9a9a9a;
  border-radius: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: #14003d;
}
textarea::-webkit-input-placeholder {
  color: #9a9a9a;
}
textarea::-moz-placeholder {
  color: #9a9a9a;
}
textarea:-moz-placeholder {
  color: #9a9a9a;
}
textarea:-ms-input-placeholder {
  color: #9a9a9a;
}

.helper-indent {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 480px) {
  .helper-indent {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.helper-nobreak {
  white-space: nowrap;
}

.helper-rtl {
  direction: rtl;
}

.helper-clearfix::after {
  clear: both;
  content: "";
  display: block;
}

.helper-inline {
  display: inline-block;
}

.header {
  padding-top: 5px;
  border-bottom: 3px solid white;
}
.header-menu {
  list-style-type: none;
  padding: 0 0 0 0;
  margin: 0;
  line-height: 21px;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #14003d;
}
.header-menu::after {
  clear: both;
  content: "";
  display: block;
}
.header-menu li {
  position: relative;
  float: left;
  padding: 1px 0 0 0;
  margin: 0;
}
.header-menu li:hover ul {
  display: block;
}
.header-menu li.header-menu-expandable > a:after {
  display: inline-block;
  font-family: "FontAwesome";
  content: "";
  margin-left: 6px;
  line-height: 15px;
}
.header-menu li a {
  display: block;
  padding: 11px 21px 9px 21px;
  color: white;
  text-decoration: none;
}
.header-menu li a:hover {
  color: #d9d9d9;
}
.header-menu li:last-child a {
  padding-right: 0;
}
.header-menu li.header-menu-theme {
  background-color: #e6e6e6;
}
.header-menu li.header-menu-theme a {
  color: #14003d;
}
.header-menu li.header-menu-theme a:hover {
  color: #250070;
}
.header-menu li.header-menu-location a {
  position: relative;
  padding-right: 35px;
}
.header-menu li.header-menu-location a img {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  top: calc(50% - 13px);
  right: 3px;
  width: 23px;
  opacity: 1;
  transition: opacity 0.2s;
}
.header-menu li.header-menu-location a:hover img {
  opacity: 0.8;
}
.header-menu li ul {
  position: absolute;
  z-index: 100;
  display: none;
  overflow: hidden;
  top: 100%;
  left: 0;
  min-width: 100%;
  margin: 0;
  padding: 0;
  background-color: white;
  border: 1px solid #14003d;
  border-top: none;
  border-radius: 0 0 5px 5px;
  list-style-type: none;
}
.header-menu li ul li {
  float: none;
  padding-top: 0;
}
.header-menu li ul li a {
  padding: 8px 9px 4px 9px !important;
  color: #14003d;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.header-menu li ul li a:hover {
  color: #14003d;
  background-color: #e6e6e6;
}
.header-burger {
  display: none;
  color: #0064ff;
  font-size: 28px;
  line-height: 20px;
  padding: 7px 0;
}
.header-submenu {
  list-style-type: none;
  padding: 0;
  margin: 0 0 10px 0;
  text-align: right;
}
.header-submenu a {
  font-size: 14px;
  text-decoration: none;
}
.header-submenu img {
  margin-bottom: -3px;
}
.header-submenu li {
  display: inline-block;
  margin-right: 14px;
}
.header-submenu li:last-child {
  margin-right: 0;
}
.header-logo {
  display: inline-block;
  max-width: 100%;
}
.header-logo img {
  max-width: 100%;
}
.header-search {
  position: relative;
}
.header-search input {
  line-height: 18px;
  padding: 7px 55px 4px 10px;
  min-height: 31px;
  margin: 0;
  width: 225px;
  border-color: #e6e6e6;
  font-size: 16px;
  border-radius: 0;
}
.header-search button {
  position: absolute;
  right: 0;
  top: 0;
  width: 45px;
  height: 100%;
  border: 0;
  cursor: pointer;
  background-color: transparent;
  background-size: 19px auto;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  transition: color 0.2s;
}
.header-search button .fa {
  margin-top: 3px;
}
.header-search button:hover {
  color: #3500a3;
}
.header-bar {
  position: relative;
}
.header .shopping-cart-link {
  margin-top: 10px;
}
.header .shopping-cart-link a {
  text-decoration: none;
}
.header .shopping-cart-link a i {
  font-size: 30px;
}
@media screen and (max-width: 1170px) {
  .header-menu > li a {
    padding-left: 7px;
    padding-right: 7px;
  }
}
@media screen and (max-width: 992px) {
  .header-menu {
    font-size: 12px;
  }
  .header-menu > li a {
    padding-left: 4px;
    padding-right: 4px;
  }
  .header-menu > li:last-child a {
    padding-right: 0 !important;
  }
  .header-menu > li.header-menu-location a img {
    top: calc(50% - 9px);
    right: -18px;
    width: 14px;
  }
}
@media screen and (max-width: 768px) {
  .header {
    padding-top: 5px;
  }
  .header-logo {
    margin-bottom: 0;
    max-width: 100%;
    /*img{
      max-width: 70%;
    }*/
  }
  .header-submenu-hide {
    display: none !important;
  }
  .header-menu {
    position: absolute;
    z-index: 100;
    top: 100%;
    left: -101%;
    padding: 6px 0;
    width: 100%;
    background-color: #0064ff;
    box-shadow: 4px 4px 8px -4px rgba(0, 0, 0, 0.8);
    border-bottom-right-radius: 4px;
    -webkit-transition: left 0.4s;
    -moz-transition: left 0.4s;
    transition: left 0.4s;
  }
  .header-menu--active {
    left: 0;
  }
  .header-menu li {
    float: none;
    font-size: 20px;
  }
  .header-menu li a {
    padding: 10px 25px !important;
  }
  .header-menu li:last-child a {
    padding-right: 25px !important;
  }
  .header-menu li ul {
    position: static;
    display: none !important;
    background-color: transparent !important;
    border: none;
  }
  .header-menu li ul li {
    font-size: 16px;
  }
  .header-menu li ul li a {
    color: white;
    padding: 6px 35px !important;
  }
  .header-menu li ul li a:hover {
    color: #d9d9d9;
    background-color: transparent;
  }
  .header-menu li.header-menu-location a img {
    position: static;
    margin-left: 5px;
    width: 20px;
    margin-top: -2px;
  }
  .header-menu li.header-menu--expanded ul {
    display: block !important;
  }
  .header-menu li.header-menu-expandable > a:after {
    margin-left: 10px;
  }
  .header-burger {
    display: inline-block;
  }
}

.banner {
  position: relative;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("../images/8NU2Xj2Svfd3.jpg");
  height: 240px;
  opacity: 1;
  text-decoration: none;
  -webkit-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.banner-header {
  padding: 22px 10px 15px 10px;
  background-color: #14003d;
  color: white;
  text-align: center;
  font-size: 48px;
  font-weight: 600;
  line-height: 0.95;
}
.banner-label {
  position: absolute;
  bottom: 27px;
  right: 93px;
  padding: 12px 16px 9px 16px;
  background-color: #14003d;
  color: white;
  font-weight: bold;
  font-size: 22px;
}
.banner--tall {
  height: 360px;
}
.banner--content {
  height: auto !important;
}
.banner--content img {
  width: 100%;
}
@media screen and (max-width: 1170px) {
  .banner {
    height: 213px;
  }
  .banner-header {
    padding: 22px 10px 15px 10px;
    font-size: 45px;
  }
  .banner--tall {
    height: 293px;
  }
}
@media screen and (max-width: 768px) {
  .banner {
    height: 128px;
  }
  .banner-header {
    padding: 20px 10px 13px 10px;
    font-size: 36px;
  }
  .banner-label {
    font-size: 18px;
    right: 27px;
  }
  .banner--tall {
    height: 232px;
  }
}
@media screen and (max-width: 480px) {
  .banner {
    height: 92px;
  }
  .banner-header {
    padding: 18px 10px 11px 10px;
    font-size: 28px;
    line-height: 1.05;
  }
  .banner--tall {
    height: 300px;
  }
}

a.banner:hover {
  opacity: 0.82;
}

.teaserbox {
  display: block;
  padding: 15px 20px;
  background-color: #14003d;
  text-decoration: none;
  color: white;
  font-size: 18px;
  margin-bottom: 20px;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.teaserbox-title {
  display: block;
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 3px;
}
.teaserbox:hover {
  color: white;
  background-color: #210066;
}
@media screen and (max-width: 1170px) {
  .teaserbox-title {
    font-size: 22px;
  }
}
@media screen and (max-width: 992px) {
  .teaserbox {
    font-size: 15px;
  }
  .teaserbox-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 992px) {
  .teaserbox {
    margin-bottom: 20px;
  }
}

.rte {
  font-family: "Italian Plate No2 Expanded", arial, sans-serif;
  font-size: 16px;
}
.rte h1 {
  text-transform: uppercase;
}
.rte p {
  margin-bottom: 20px;
}
.rte img {
  margin-bottom: 30px;
}
.rte table {
  margin-bottom: 20px;
}
.rte table tbody tr td {
  border-top: 1px solid #e6e6e6;
  padding-top: 20px;
}
.rte > :last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 992px) {
  .rte {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .rte .responsive-table table,
.rte .responsive-table thead,
.rte .responsive-table tbody,
.rte .responsive-table th,
.rte .responsive-table td,
.rte .responsive-table tr {
    display: block;
  }
  .rte .responsive-table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .rte .responsive-table tr:nth-of-type(odd) {
    background: white;
    height: auto !important;
  }
  .rte .responsive-table tr {
    border-top: 1px solid #e6e6e6;
    height: auto !important;
  }
  .rte .responsive-table td {
    border: 0 !important;
    padding-top: 6px !important;
    width: 100% !important;
    text-align: left !important;
    height: auto !important;
  }
  .rte .responsive-table td::after {
    clear: both;
    content: "";
    display: block;
  }
  .rte .responsive-table td .responsive-table-label {
    float: left;
    width: 45%;
    font-weight: bold;
  }
  .rte .responsive-table td .responsive-table-content {
    float: left;
    width: 50%;
  }
}

.iconlink {
  display: block;
  opacity: 1;
  margin-bottom: 20px;
}
.iconlink:hover img {
  opacity: 0.8;
}
.iconlink img {
  display: block;
  margin: 0 auto;
  max-width: 90%;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-backface-visibility: hidden;
}

.button {
  display: block;
  margin-bottom: 20px;
  font-family: "Italian Plate No2 Expanded", arial, sans-serif;
  width: 100%;
  padding: 43px 12px 36px 12px;
  line-height: 20px;
  font-size: 22px;
  color: white;
  background-color: #0064ff;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  border: none;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.button:hover {
  color: white;
  background-color: #0050cc;
}
.button--submit {
  display: inline-block;
  color: #14003d;
  text-transform: uppercase;
  width: auto;
  padding: 12px 30px 8px 30px;
  color: white;
  cursor: pointer;
  background: none;
  font-weight: bold;
}
.button--submit:hover {
  background: none;
}
.button--theme {
  display: inline-block;
  color: #14003d;
  border-radius: 3px;
  width: auto;
  padding: 12px 30px 5px 30px;
  font-weight: 700;
  color: white;
  background-color: #14003d;
  cursor: pointer;
}
.button--theme:hover {
  color: white;
  background-color: #03000a;
}
.button--large {
  width: 100%;
  padding: 25px 30px 15px 30px;
  font-size: 30px;
}
.button--small {
  padding: 12px 12px 6px 12px;
  font-size: 14px;
  font-weight: bold;
}
.button--high {
  padding-top: 34px;
  padding-bottom: 28px;
  font-size: 28px;
  line-height: 30px;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .button {
    font-size: 19px;
  }
  .button--large {
    padding: 22px 30px 15px 30px;
  }
  .button--high {
    padding-top: 18px;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 480px) {
  .button {
    font-size: 15px;
  }
  .button--large {
    padding: 22px 30px 15px 30px;
  }
}

.footer {
  padding-bottom: 16px;
  line-height: 1.1;
}
.footer-list {
  list-style-type: none;
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 17px;
  font-weight: 400;
}
.footer-list li {
  position: relative;
  padding: 3px 0 3px 13px;
  margin: 0;
}
.footer-list li a {
  text-decoration: none;
  color: #3500a3;
}
.footer-list li a:hover {
  color: #5000f5;
}
.footer-list li.footer-list-title {
  font-weight: 700;
  color: #14003d;
}
.footer-list li.footer-list-title:before {
  color: #14003d;
}
.footer-list li:before {
  position: absolute;
  left: 0;
  top: 1px;
  font-family: "FontAwesome";
  content: "";
  font-weight: 700;
  color: #3500a3;
}
.footer-info {
  color: #14003d;
  font-size: 17px;
}
.footer-info a {
  display: inline-block;
  color: #14003d;
  text-decoration: none;
}
.footer-info a:hover {
  color: black;
}
.footer-info span {
  display: inline-block;
}
.footer-info ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.footer-info ul::after {
  clear: both;
  content: "";
  display: block;
}
.footer-info ul li {
  position: relative;
  float: left;
  margin: 0;
  padding: 0 25px 0 0;
}
.footer-info ul li:last-child {
  padding: 0;
}
.footer-info ul li:last-child:after {
  content: none;
}
.footer-info ul li:after {
  position: absolute;
  right: 11px;
  top: 6px;
  font-family: "FontAwesome";
  content: "";
  font-size: 3px;
}
.footer-info-themelink {
  color: #14003d !important;
}
.footer-info-themelink:hover {
  color: black !important;
}
.footer-info p {
  margin: 0 0 0 0;
}
@media screen and (max-width: 992px) {
  .footer-list {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .footer-list {
    font-size: 17px;
  }
}
@media screen and (max-width: 480px) {
  .footer-info ul li {
    padding: 0 17px 0 0;
  }
  .footer-info ul li:after {
    right: 7px;
  }
}

.slideshow {
  position: relative;
}
.slideshow .slick-arrow {
  position: absolute;
  z-index: 50;
  top: calc(50% - 25px);
  height: 50px;
  width: 50px;
  border: none;
  cursor: pointer;
  outline: none;
  background-color: transparent;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.slideshow .slick-arrow:after {
  font-family: "FontAwesome";
  font-size: 36px;
  color: white;
}
.slideshow .slick-arrow:hover {
  opacity: 0.75;
}
.slideshow .slick-arrow.slick-prev {
  left: 30px;
}
.slideshow .slick-arrow.slick-prev:after {
  content: "";
}
.slideshow .slick-arrow.slick-next {
  right: 30px;
}
.slideshow .slick-arrow.slick-next:after {
  content: "";
}
.slideshow--frontpage .slick-dots {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.slideshow--frontpage .slick-dots li {
  margin: 5px 5px 0 5px;
}
.slideshow--frontpage .slick-dots button {
  display: block;
  width: 12px;
  height: 12px;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: white;
  text-indent: -9999px;
}
.slideshow--frontpage .slick-dots li.slick-active button {
  background-color: #14003d;
}
.slideshow--frontpage .banner {
  background-size: calc(100% - 160px) auto;
}
@media screen and (max-width: 768px) {
  .slideshow--frontpage .banner {
    background-size: calc(100% - 100px) auto;
  }
}
@media screen and (max-width: 480px) {
  .slideshow--frontpage .banner {
    background-size: calc(100% - 80px) auto;
  }
}
@media screen and (max-width: 768px) {
  .slideshow--frontpage .slick-arrow.slick-prev {
    left: 2px;
  }
  .slideshow--frontpage .slick-arrow.slick-next {
    right: 2px;
  }
}
@media screen and (max-width: 480px) {
  .slideshow--frontpage .slick-arrow {
    width: 40px;
  }
  .slideshow--frontpage .slick-arrow.slick-prev {
    left: 0px;
  }
  .slideshow--frontpage .slick-arrow.slick-next {
    right: 0px;
  }
}

.seperator {
  height: 3px;
  background-color: white;
  margin: 0;
}

.contentbox {
  padding: 20px 30px;
  background-color: #0064ff;
  margin-bottom: 20px;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  color: white;
}
.contentbox-title {
  text-transform: uppercase;
  margin-bottom: 12px;
  line-height: 1.1;
  font-weight: 700;
  font-size: 2em;
  display: block;
}
.contentbox--dark {
  background-color: #0064ff;
}
.contentbox--light {
  background-color: #99c1ff;
  color: #14003d;
}
.contentbox--form {
  background-color: #4d93ff;
  color: #14003d;
}
.contentbox--form h2 {
  color: white;
}
.contentbox--form .datepicker {
  color: #14003d;
}
.contentbox--compact {
  font-size: 15px;
}
.contentbox-indent {
  margin-left: 30px;
}
.contentbox--fixed {
  height: 285px;
}
.contentbox p {
  font-size: 15px;
}
@media screen and (max-width: 992px) {
  .contentbox {
    padding: 20px;
  }
  .contentbox-indent {
    margin-left: 20px;
  }
  .grid-laptop-span12-nogap .contentbox-indent {
    margin-left: 0;
  }
  .contentbox--fixed {
    height: 310px;
  }
}
@media screen and (max-width: 768px) {
  .contentbox--fixed {
    height: auto;
  }
}
@media screen and (max-width: 480px) {
  .contentbox--fixed {
    height: auto;
  }
  .contentbox-title {
    font-size: 20px;
  }
}

.datepicker {
  position: relative;
}
.datepicker i {
  position: absolute;
  right: 12px;
  top: 12px;
  font-size: 14px;
}
.datepicker input {
  padding-right: 30px;
}

.chosen-container.error {
  margin-bottom: 0;
}

.chosen-container-single {
  margin-bottom: 20px;
}
.chosen-container-single .chosen-single {
  box-shadow: none !important;
  border-color: #9a9a9a !important;
  width: 100%;
  height: 39px;
  line-height: 39px;
  padding: 1px 0 0 15px;
  background: white !important;
  font-family: "Italian Plate No2 Expanded", arial, sans-serif;
  font-size: 19px;
  color: #14003d !important;
  border-radius: 5px;
}
.chosen-container-single .chosen-single span {
  line-height: 40px;
}
.chosen-container-single .chosen-single abbr {
  top: 20px;
}
.chosen-container-single.chosen-disabled {
  opacity: 1 !important;
}
.chosen-container-single.chosen-disabled .chosen-single {
  color: #e6e6e6 !important;
  background-color: #e6e6e6 !important;
}
@media screen and (max-width: 992px) {
  .chosen-container-single .chosen-single {
    font-size: 16px;
  }
}

.chosen-container ul.chosen-results li.highlighted {
  background-image: none;
  background-color: #99c1ff;
  color: white;
}

.chosen-container-single .chosen-single div b {
  background: url("../images/zzq4o1T8noJq.png") no-repeat 0px 10px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-container-single .chosen-single div b {
    background-image: url("../images/chosen-sprite%402x.png") !important;
  }
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -17px 10px;
}

.chosen-container-single .chosen-drop {
  border-color: #e6e6e6 !important;
}
.chosen-container-single .chosen-drop li {
  padding: 8px 6px 4px 12px;
  font-size: 17px;
}
@media screen and (max-width: 992px) {
  .chosen-container-single .chosen-drop li {
    font-size: 16px;
  }
}

.map {
  position: relative;
  width: 290px;
  height: 321px;
  margin-top: 60px;
  background: url("../images/rE5sfaJOb0FW.png") no-repeat 0 0;
}
.map-item {
  position: absolute;
  margin: -5px 0 0 -5px;
  width: 11px;
  height: 11px;
  background: url("../images/sxvR25a6eLGf.png") no-repeat 0 0;
}

.maplist-title {
  display: block;
  font-size: 26px;
  margin: 0 0 5px 0;
}
.maplist ul {
  margin: 0 0 16px 0;
  padding: 0;
  list-style-type: none;
  font-size: 16px;
}
.maplist ul li {
  display: block;
}
.maplist ul li a {
  display: inline-block;
  text-decoration: none;
  color: #14003d;
  padding: 3px 0 0 0;
}
.maplist ul li a:hover {
  color: #3e00bd;
}

.checkbox {
  position: relative;
  margin-top: 3px;
  margin-bottom: 3px;
}
.checkbox input[type=checkbox] {
  display: none;
}
.checkbox input[type=checkbox] + label {
  display: inline-block;
  vertical-align: top;
  line-height: 20px;
  padding: 2px 0 0 27px;
  cursor: pointer;
}
.checkbox input[type=checkbox] + label:hover span {
  border-color: #0064ff;
}
.checkbox input[type=checkbox] + label span {
  position: absolute;
  top: 2px;
  left: 0;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  background-color: white;
  cursor: pointer;
  -webkit-transition: border-color 0.2s;
  -moz-transition: border-color 0.2s;
  transition: border-color 0.2s;
}
.checkbox input[type=checkbox]:checked + label span {
  border-color: #0064ff;
}
.checkbox input[type=checkbox]:checked + label span:after {
  display: inline-block;
  vertical-align: top;
  margin-top: -1px;
  font-family: "FontAwesome";
  font-size: 14px;
  line-height: 16px;
  color: #0064ff;
  content: "";
}
.checkbox.checkbox-right {
  text-align: right;
}
.checkbox.checkbox-right input[type=checkbox] + label {
  padding: 2px 27px 0 0;
}
.checkbox.checkbox-right input[type=checkbox] + label span {
  left: auto;
  right: 0;
  -webkit-transition: border-color 0.2s;
  -moz-transition: border-color 0.2s;
  transition: border-color 0.2s;
}

.radio {
  position: relative;
  margin-top: 3px;
  margin-bottom: 3px;
}
.radio input[type=radio] {
  display: none;
}
.radio input[type=radio] + label {
  display: inline-block;
  vertical-align: top;
  line-height: 20px;
  padding: 2px 0 0 27px;
  cursor: pointer;
}
.radio input[type=radio] + label:hover span {
  border-color: #0064ff;
}
.radio input[type=radio] + label span {
  position: absolute;
  top: 2px;
  left: 0;
  display: inline-block;
  width: 15px;
  height: 15px;
  background-color: white;
  cursor: pointer;
  border-radius: 50%;
  border: 1px solid #e6e6e6;
  -webkit-transition: border-color 0.2s;
  -moz-transition: border-color 0.2s;
  transition: border-color 0.2s;
}
.radio input[type=radio]:checked + label span {
  border-color: #0064ff;
}
.radio input[type=radio]:checked + label span:before {
  position: absolute;
  content: "";
  left: 3px;
  top: 3px;
  height: 7px;
  width: 7px;
  border-radius: 50%;
  background-color: #0064ff;
}
.radio-wrapper--sublist {
  padding-left: 20px;
  margin-top: 3px;
  margin-bottom: 7px;
}
.radio-wrapper--inline {
  margin-top: 4px;
}
.radio-wrapper--inline .radio {
  display: inline-block;
  margin-right: 20px;
}
.radio-wrapper--inline .radio:last-child {
  margin-right: 0;
}

.submitlink {
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 700;
  color: white;
  cursor: pointer;
  padding-top: 3px;
  white-space: nowrap;
}
.submitlink:hover {
  color: #e6f0ff;
}

.progress {
  text-align: center;
  margin-bottom: 10px;
}
.progress-item {
  display: inline-block;
  margin-right: 130px;
  margin-bottom: 10px;
}
.progress-item:last-child {
  margin-right: 0;
}
.progress-item-number {
  display: inline-block;
  vertical-align: top;
  line-height: 33px;
  min-width: 40px;
  text-align: center;
  padding: 7px 5px 0 5px;
  margin-right: 4px;
  color: white;
  border-radius: 4px;
  background-color: #14003d;
  font-weight: 700;
  font-size: 25px;
}
.progress-item-text {
  display: inline-block;
  vertical-align: top;
  line-height: 37px;
  padding-top: 3px;
  font-weight: 400;
  font-size: 16px;
  color: #14003d;
  text-transform: uppercase;
}
.progress-item--disabled .progress-item-number {
  background-color: #e6e6e6;
}
.progress-item--disabled .progress-item-text {
  color: #e6e6e6;
}
@media screen and (max-width: 1170px) {
  .progress-item {
    margin-right: 70px;
  }
}
@media screen and (max-width: 992px) {
  .progress-item {
    margin-right: 18px;
  }
  .progress-item-number {
    margin-right: 2px;
  }
}
@media screen and (max-width: 768px) {
  .progress-item {
    margin-right: 12px;
  }
  .progress-item-text {
    display: none;
  }
}

.license {
  position: relative;
  border: 2px solid #14003d;
  border-radius: 5px;
  overflow: hidden;
}
.license-tag {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 57px;
  padding: 7px 0 0 0;
  line-height: 83px;
  text-align: center;
  text-transform: uppercase;
  color: white;
  background-color: #14003d;
  font-size: 30px;
  font-weight: 700;
}
.license input {
  padding: 6px 15px 0 75px;
  margin-bottom: 0;
  line-height: 84px;
  height: 90px;
  border-radius: 5px;
  border: none;
  font-size: 40px;
}

a.filter {
  display: block;
  margin-bottom: 15px;
  width: 100%;
  line-height: 28px;
  padding: 14px 0 8px 0;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
  color: #14003d;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
a.filter--active {
  color: white;
  background-color: #14003d;
}
a.filter.filter--white {
  background-color: #ffffff;
  border: 1px solid #14003d;
}

.filter.chosen-container-single .chosen-single {
  text-align: center;
  height: 52px;
  line-height: 52px;
  color: white !important;
  background-color: #14003d !important;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.filter.chosen-container-single .chosen-single.chosen-default {
  color: #14003d !important;
  background-color: white !important;
}
.filter.chosen-container-single .chosen-single span {
  line-height: 53px;
}
.filter.chosen-container-single .chosen-single div b {
  background-position: 0 16px;
}
.filter.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -17px 16px;
}
.filter--responsive {
  display: inline-block !important;
  width: auto !important;
  max-width: 100%;
  padding: 14px 55px 8px 55px !important;
}
@media screen and (max-width: 480px) {
  .filter {
    width: 100% !important;
  }
  .filter--carname {
    padding: 10px !important;
    line-height: 1.2;
  }
}

.result {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  border: 1px solid #e6e6e6;
  font-size: 13px;
}
.result::after {
  clear: both;
  content: "";
  display: block;
}
.result b {
  font-weight: 700;
}
.result .button {
  width: 100%;
  padding: 15px 20px 8px 20px;
}
.result-image {
  float: left;
  width: 30%;
  padding: 35px 0;
  border-right: 1px solid #e6e6e6;
  text-align: center;
}
.result-image img {
  max-width: 90%;
  margin: 0 auto;
}
.result-image a img {
  transform: translate3d(0px, 0px, 0px);
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.result-image a:hover img {
  opacity: 0.85;
}
.result-image-link {
  position: relative;
  margin: 0 10px;
  display: inline-block;
  max-width: calc(100% - 20px);
  border: 2px solid transparent;
  border-radius: 4px;
  text-decoration: none;
  -webkit-transition: border-color 0.2s;
  -moz-transition: border-color 0.2s;
  transition: border-color 0.2s;
}
.result-image-link:after {
  position: absolute;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
  font-family: "FontAwesome";
  font-size: 25px;
  content: "";
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin-left: -25px;
  margin-top: -25px;
  background-color: #14003d;
  color: white;
  border-radius: 50%;
}
.result-image-link:hover {
  border: 2px solid #14003d;
}
.result-image-link:hover:after {
  opacity: 1;
}
.result-image-link img {
  max-width: 100%;
}
.result-image-title {
  margin-top: 20px;
  font-weight: 400;
  font-size: 28px;
  text-transform: uppercase;
  color: #3500a3;
}
.result-thumb {
  position: relative;
  display: block;
  float: left;
  width: 49%;
}
.result-thumb:last-child {
  float: right;
}
.result-thumb img {
  width: 100%;
  max-width: 100%;
}
.result-thumb-wrapper {
  margin: 0 10px;
}
.result-thumb-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 10px;
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  font-size: 28px;
  font-size: 0;
  -webkit-transition: background-color, 0.2s;
  -moz-transition: background-color, 0.2s;
  transition: background-color, 0.2s;
}
.result-thumb-overlay:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.result-thumb-overlay > * {
  display: inline-block;
  vertical-align: middle;
  font-size: 30px;
}
.result-thumb-overlay:hover {
  background-color: rgba(0, 0, 0, 0.4);
  color: white;
}
.result-content {
  float: left;
  width: calc(70% + 1px);
  margin-left: -1px;
  border-left: 1px solid #e6e6e6;
}
.result-content table {
  width: 100%;
  font-weight: bold;
}
.result-content table td {
  padding-right: 10px;
}
.result-content table td:last-child {
  padding-right: 0;
}
.result-content-item {
  padding: 10px 10px 6px 10px;
  border-bottom: 1px solid #e6e6e6;
}
.result-content-item:last-child {
  border-bottom: 0;
}
.result-content-item p {
  margin-bottom: 4px;
}
.result-content-item > p:last-child {
  margin-bottom: 0;
}
.result-content-item--narrow {
  padding: 6px 6px 6px 6px;
}
.result-infofield {
  overflow: auto;
  height: 165px;
}
.result-title {
  margin: 5px 0 2px 0;
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
}
.result-title a {
  color: #14003d;
  text-decoration: none;
}
.result-title a:hover {
  color: #210066;
}
.result-subtitle {
  margin: 0;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  color: #e6e6e6;
}
.result-title-container {
  min-height: 57px;
  margin-bottom: 5px;
}
.result-amount {
  border: 0;
  display: inline-block;
  margin: 0;
  line-height: 19px;
  min-height: 19px;
  border: 1px solid #e6e6e6;
  padding: 3px 3px 2px 3px;
  width: 41px;
}
.result input[type=number]::-webkit-inner-spin-button,
.result input[type=number]::-webkit-outer-spin-button {
  opacity: 1;
}
.result-price {
  float: right;
  margin: 0 0 0 5px;
  font-size: 28px;
  font-weight: 700;
}
.result-price-container::after {
  clear: both;
  content: "";
  display: block;
}
.result-footer {
  padding: 6px;
  border-top: 1px solid #e6e6e6;
}
.result-fade {
  color: #3500a3;
}
.result-theme {
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  .result-title {
    font-size: 18px;
  }
  .result-subtitle {
    font-size: 16px;
  }
  .result-price {
    font-size: 20px;
  }
  .result-content table tr,
.result-content table td,
.result-content table thead,
.result-content table tbody {
    display: block;
  }
  .result-content table td {
    padding-right: 0;
    padding-bottom: 6px;
  }
  .result-content table td:last-child {
    padding-bottom: 0;
  }
  .result-image-link:after {
    height: 30px;
    width: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 18px;
    line-height: 30px;
  }
  .result-thumb-overlay {
    font-weight: normal;
    padding-top: 5px;
  }
  .result-thumb-overlay > * {
    font-size: 14px !important;
    line-height: 15px;
  }
}

.popup {
  padding: 0;
  border-radius: 0;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
  max-width: 800px;
}
.popup .result {
  margin: 0;
}
.popup .result-image {
  padding: 13px 0;
}
.popup .result-title {
  margin-top: 9px;
}
.popup .result .button {
  line-height: 38px;
  font-size: 34px;
  padding-top: 18px;
}
.popup .close-modal {
  background: url("../images/vmtLIeQbQ8Xx.png") no-repeat 0 0 !important;
  top: -23px !important;
  right: -23px !important;
  width: 46px !important;
  height: 46px !important;
}
@media screen and (max-width: 992px) {
  .popup {
    max-width: 680px;
  }
}
@media screen and (max-width: 768px) {
  .popup {
    max-width: 470px;
  }
  .popup .result-image {
    padding: 13px 7px;
  }
  .popup .result-image-title {
    font-size: 18px;
  }
  .popup .result .button {
    line-height: 38px;
    font-size: 26px;
    padding-top: 18px;
  }
  .popup .iconinfo {
    display: block;
    text-align: left;
    margin-right: 0;
    margin-bottom: 6px;
  }
}
@media screen and (max-width: 480px) {
  .popup {
    max-width: 100%;
    width: 100%;
  }
  .popup .result-image {
    font-size: 9px;
  }
  .popup .result-image-title {
    font-size: 13px;
  }
  .popup .result .button {
    line-height: 28px;
    font-size: 18px;
    padding-top: 15px;
  }
  .popup .close-modal {
    right: -18px !important;
  }
}

.jquery-modal.blocker {
  background-color: rgba(0, 0, 0, 0.45);
}

.teaserlink {
  position: relative;
  display: block;
  margin-bottom: 10px;
  padding: 22px 120px 8px 25px;
  color: white;
  background-color: #14003d;
  border-radius: 5px;
  text-decoration: none;
  font-size: 16px;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.teaserlink:last-child {
  margin-bottom: 0;
}
.teaserlink:hover {
  color: white;
  background-color: #070014;
}
.teaserlink p {
  margin-bottom: 10px;
}
.teaserlink-title {
  display: block;
  text-transform: uppercase;
  font-size: 37px;
  font-weight: 700;
  line-height: 38px;
  margin-bottom: 2px;
}
.teaserlink-price {
  font-size: 35px;
  font-weight: 700;
}
.teaserlink-icon {
  position: absolute;
  top: calc(50% - 41px);
  right: 50px;
  font-size: 80px;
  font-weight: 700;
}
.teaserlink--theme {
  background-color: #0064ff;
}
.teaserlink--theme:hover {
  background-color: #0064ff;
}
@media screen and (max-width: 480px) {
  .teaserlink {
    padding: 10px 50px 10px 10px;
  }
  .teaserlink-title {
    font-size: 23px;
    line-height: 26px;
  }
  .teaserlink-icon {
    right: 8px;
    font-size: 55px;
    top: calc(50% - 31px);
  }
  .teaserlink-price {
    font-size: 28px;
  }
}

.calendarbox {
  margin-bottom: 30px;
}
.calendarbox input {
  display: none;
}
.calendarbox-calendar .pika-single {
  border-radius: 5px;
}
.calendarbox-calendar .pika-single .pika-lendar {
  width: calc(100% - 16px);
}

.basketlink {
  display: inline-block;
  color: #14003d;
  margin-left: 40px;
}
.basketlink:hover {
  color: #03000a;
}
@media screen and (max-width: 768px) {
  .basketlink {
    display: block;
    margin-left: 0px;
    margin-bottom: 20px;
  }
}

.secondary-basketlink {
  color: #14003d;
}
.secondary-basketlink:hover {
  color: #03000a;
}

.basketitem {
  position: relative;
  border: 1px solid #e6e6e6;
  margin-bottom: 15px;
  border-radius: 5px;
  overflow: hidden;
  padding: 12px;
  font-size: 14px;
}
.basketitem-content {
  padding: 10px 50px 10px 0;
}
.basketitem-theme {
  font-weight: bold;
}
.basketitem input[type=number]::-webkit-inner-spin-button,
.basketitem input[type=number]::-webkit-outer-spin-button {
  opacity: 1;
}
.basketitem-image img {
  margin: 0 auto;
  max-width: 100%;
  max-height: 146px;
}
.basketitem-title-container {
  min-height: 45px;
  padding-right: 20px;
}
.basketitem-title {
  font-size: 17px;
  font-weight: 700;
  display: block;
  text-transform: uppercase;
  line-height: 24px;
  margin-bottom: 5px;
}
.basketitem-subtitle {
  font-size: 14px;
  font-weight: 400;
  display: block;
  color: #e6e6e6;
  line-height: 16px;
  margin-bottom: 10px;
}
.basketitem-delivery-subtitle {
  display: block;
  margin-top: 20px;
}
.basketitem-complete-wheel-subtitle {
  display: block;
  margin-bottom: 2px;
}
.basketitem-pricelabel {
  font-size: 16px;
  line-height: 17px;
}
.basketitem-price {
  font-size: 30px;
  font-weight: 700;
  margin-left: 8px;
  line-height: 42px;
}
.basketitem-price-container {
  margin-top: 20px;
}
.basketitem-quantity-container {
  margin-top: 18px;
}
.basketitem-remove-container {
  margin-top: 30px;
  text-align: center;
}
.basketitem-remove-container img {
  display: inline-block;
}
.basketitem-action {
  position: absolute;
  right: 14px;
  top: 14px;
  font-size: 28px;
}
.basketitem-action--delete {
  color: #d63232;
}
.basketitem-action--delete:hover {
  color: #e06565;
}
.basketitem-action--edit {
  color: #0064ff;
}
.basketitem-action--edit:hover {
  color: #3d89ff;
}
.basketitem .iconinfo {
  margin-top: 8px;
}
@media screen and (max-width: 992px) {
  .basketitem-remove-container {
    position: absolute;
    right: 14px;
    top: 14px;
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .basketitem-content {
    padding: 10px 10px 10px 0;
  }
}
@media screen and (max-width: 480px) {
  .basketitem-image {
    margin-bottom: 10px;
  }
  .basketitem-image img {
    max-width: calc(100% - 40px);
  }
  .basketitem-price-container {
    margin-top: 15px;
  }
}

.iconinfo {
  display: inline-block;
  margin: 3px 15px 0 0;
  color: #4600d6;
}
.iconinfo img {
  display: inline-block;
  vertical-align: middle;
}
.iconinfo span {
  display: inline-block;
  vertical-align: middle;
  font-weight: 700;
  margin-top: 4px;
  font-weight: 700;
  font-size: 14px;
}
.iconinfo:last-child {
  margin-right: 0;
}

.customerinfo input {
  margin-bottom: 5px;
}
.customerinfo-inputheight {
  min-height: 38px;
  padding: 7px 0;
}
.customerinfo-inline-container::after {
  clear: both;
  content: "";
  display: block;
}
.customerinfo-inline-container-item {
  float: left;
}
.customerinfo-inline-container-item:first-child {
  width: 32%;
  margin-right: 4px;
}
.customerinfo-inline-container-item:last-child {
  width: calc(68% - 4px);
}
@media screen and (max-width: 480px) {
  .customerinfo-inline-container-item:first-child {
    width: 45%;
  }
  .customerinfo-inline-container-item:last-child {
    width: calc(55% - 4px);
  }
}

.title--subtitle {
  text-transform: uppercase;
  margin-bottom: 12px;
  line-height: 1.1;
  font-weight: 700;
  font-size: 32px;
}
@media screen and (max-width: 480px) {
  .title--subtitle {
    font-size: 24px;
    margin-bottom: 8px;
  }
}

.baskettotal {
  border: 1px solid #e6e6e6;
  margin-bottom: 10px;
  border-radius: 5px;
  overflow: hidden;
  padding: 18px 12px 12px 18px;
  font-size: 16px;
}
.baskettotal-title {
  display: block;
  margin-right: 10px;
  margin-bottom: 4px;
  font-size: 38px;
  font-weight: 700;
  display: inline-block;
  text-transform: uppercase;
  line-height: 40px;
}
.baskettotal-pricelabel {
  font-size: 22px;
}
.baskettotal-price {
  font-size: 62px;
  font-weight: 700;
  margin-left: 40px;
  line-height: 25px;
}
.baskettotal-price-container {
  margin-top: 46px;
  margin-right: 50px;
}
@media screen and (max-width: 768px) {
  .baskettotal-price {
    font-size: 50px;
  }
  .baskettotal-price-container {
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .baskettotal-pricelabel {
    display: block;
    line-height: 60px;
  }
  .baskettotal-price {
    font-size: 45px;
    margin-left: 0;
  }
  .baskettotal-price-container {
    margin-top: 15px;
  }
}

label.error {
  color: #d63232;
  margin-bottom: 5px;
  margin-left: 15px;
  font-size: 14px;
}

input.error,
textarea.error {
  margin-bottom: 2px;
  border-color: #d63232;
}

.productslideshow {
  position: relative;
  padding: 10px;
}
.productslideshow-main {
  margin: 0 50px;
}
.productslideshow-main .slick-slide {
  float: none;
  display: inline-block;
  vertical-align: middle;
  outline: none;
}
.productslideshow-main .slick-slide img {
  max-width: 100%;
  margin: 0 auto;
}
.productslideshow-nav {
  padding: 0 55px;
}
.productslideshow-nav .slick-slide {
  outline: none;
  margin: 0 5px;
  padding: 5px;
  float: none;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.productslideshow-nav .slick-slide img {
  max-width: 100%;
  margin: 0 auto;
}
.productslideshow-nav .slick-slide:hover {
  opacity: 0.8;
}
.productslideshow-nav .slick-current {
  box-shadow: inset 0 0 0 2px #14003d;
  border-radius: 4px;
}
.productslideshow-nav .slick-arrow {
  position: absolute;
  z-index: 50;
  top: calc(50% - 25px);
  height: 50px;
  width: 50px;
  border: none;
  cursor: pointer;
  outline: none;
  background-color: transparent;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.productslideshow-nav .slick-arrow:after {
  font-family: "FontAwesome";
  font-size: 50px;
  line-height: 42px;
  color: #e6e6e6;
}
.productslideshow-nav .slick-arrow:hover {
  opacity: 0.75;
}
.productslideshow-nav .slick-arrow.slick-prev {
  left: 0;
}
.productslideshow-nav .slick-arrow.slick-prev:after {
  content: "";
}
.productslideshow-nav .slick-arrow.slick-next {
  right: 0;
}
.productslideshow-nav .slick-arrow.slick-next:after {
  content: "";
}
.productslideshow hr {
  background-color: #e6e6e6;
}
.productslideshow .button {
  position: absolute;
  z-index: 99999;
  left: 10px;
  top: 10px;
}

#mobile-indicator {
  display: none;
}

@media screen and (max-width: 768px) {
  #mobile-indicator {
    display: block;
  }
}
ul.side-nav {
  list-style-type: none;
  margin-top: 120px;
  margin-left: 0;
  padding: 0;
}
ul.side-nav li a {
  font-size: 20px;
  font-weight: bold;
  color: #14003d;
  text-decoration: none;
}
ul.side-nav li a:hover {
  color: black;
}
ul.side-nav li ul {
  list-style-type: none;
  margin-left: 40px;
  margin-bottom: 10px;
  padding: 0;
}
ul.side-nav li ul li {
  margin-bottom: 4px;
}
ul.side-nav li ul li a {
  font-size: 18px;
  font-weight: normal;
}

.accessory-content--title {
  border: 1px solid #14003d;
  padding: 35px 30px 30px;
}
.accessory-content--title h1 {
  margin: 0;
}
.accessory-content--accessories {
  border: 1px solid #14003d;
  border-top: 0;
  padding: 10px 30px;
}
.accessory-content--category {
  text-decoration: none;
}
.accessory-content--category:hover div[class*="--title"] {
  color: white;
  background-color: #070014;
}
.accessory-content--category--title {
  position: relative;
  display: block;
  text-align: center;
  padding: 10px 0 8px;
  margin-top: 5px;
  margin-bottom: 10px;
  background-color: #14003d;
  border-radius: 5px;
  color: white;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.accessory-content--category--thumb img {
  max-width: 100%;
}
.accessory-content--product {
  font-size: 16px;
}
.accessory-content--product-price {
  float: right;
  font-size: 30px;
  font-weight: 700;
  margin-left: 8px;
  line-height: 42px;
}
.accessory-content--product h3 {
  margin-bottom: 20px;
}
.accessory-content--product img {
  max-width: 100%;
}
.accessory-content--product p {
  margin-bottom: 15px;
}
.accessory-content--product .button {
  float: right;
}
.accessory-content--product input[type=number]::-webkit-inner-spin-button,
.accessory-content--product input[type=number]::-webkit-outer-spin-button {
  opacity: 1;
}

.loading-spinner {
  position: fixed;
  z-index: 9000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.8) url("../images/oQiJ055Bulk1.gif") 50% 50% no-repeat;
}

.global-text-bar {
  background-color: #0064ff;
  color: white;
  padding: 15px 21px 11px 21px;
}
.global-text-bar p:last-of-type {
  margin-bottom: 0;
}
.global-text-bar a {
  color: white;
  text-decoration: none;
}

.product-ribbon span {
  z-index: 2;
  position: absolute;
  font-size: 14px;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
  text-align: center;
  line-height: 24px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 150px;
  display: block;
  position: absolute;
  top: 25px;
  left: -35px;
  padding-top: 4px;
  padding-bottom: 1px;
}

.jquery-modal.blocker {
  z-index: 3;
}
.jquery-modal.blocker .modal {
  z-index: 4;
}
.jquery-modal.blocker .modal .product-ribbon span {
  z-index: 5;
}

.info-toggle {
  color: #9e9fa0;
}
.info-toggle:hover {
  color: #c3c3c3;
}
.info-toggle--dark {
  color: #14003d;
}
.info-toggle--dark:hover {
  color: #250070;
}

.cookiebanner {
  z-index: 9999999999 !important;
}
@media screen and (max-width: 480px) {
  .cookiebanner {
    text-align: left !important;
  }
  .cookiebanner-close {
    font-size: 21px !important;
    display: inline-block !important;
    width: 30px !important;
    line-height: 30px !important;
    height: 30px !important;
  }
}

#CybotCookiebotDialogBodyContentText {
  font-size: 12px !important;
  line-height: 18px !important;
}

#CybotCookiebotDialog {
  border: 0 !important;
  padding: 18px 20px 20px 20px !important;
  box-shadow: none !important;
}

#CybotCookiebotDialog div {
  font-family: "Italian Plate No2 Expanded", arial, sans-serif !important;
}

#CybotCookiebotDialogBodyContentTitle {
  font-size: 16px !important;
  font-family: "Italian Plate No2 Expanded", arial, sans-serif !important;
}

#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection {
  padding: 7px 12px 4px !important;
  background-color: transparent !important;
  border-color: #0064ff !important;
  color: #0064ff !important;
  width: auto !important;
  font-size: 12px !important;
}

#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
  padding: 7px 12px 4px !important;
  border-color: transparent !important;
  background-color: #0064ff !important;
  width: auto !important;
  font-size: 12px !important;
}

#CybotCookiebotDialogBodyLevelButtonsTable {
  padding-top: 5px !important;
}

.CybotCookiebotDialogBodyLevelButton:focus + label {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjYxNkU3NEJGQkJDMjExRTNCMzA3ODU5MUUzMDlDM0FDIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjYxNkU3NEMwQkJDMjExRTNCMzA3ODU5MUUzMDlDM0FDIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NjE2RTc0QkRCQkMyMTFFM0IzMDc4NTkxRTMwOUMzQUMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NjE2RTc0QkVCQkMyMTFFM0IzMDc4NTkxRTMwOUMzQUMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz71Yc/eAAAAOklEQVR42mL8//8/AzmAkf4aL1y4QLROfX19RjgHpBFkKyGMro6JgUwwqnFQaWQBERcvXiQ53QEEGADSSDs5lXMYKAAAAABJRU5ErkJggg==) !important;
}

.CybotCookiebotDialogBodyLevelButton:checked + label {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQwIDc5LjE2MDQ1MSwgMjAxNy8wNS8wNi0wMTowODoyMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NzFFRkExOEQ1MDRDMTFFQTlFMUI5QUFBQUU5RDUyRDciIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NzFFRkExOEM1MDRDMTFFQTlFMUI5QUFBQUU5RDUyRDciIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6M0YxQTQyQTVCQkMyMTFFMzlBQjFDNDBGOTBERjMxQjIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6M0YxQTQyQTZCQkMyMTFFMzlBQjFDNDBGOTBERjMxQjIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz73xVq2AAAA50lEQVR42mL8//8/AyMjIwMxwDOl1wFIgfAERmI1AjUJAKn7QAyiPzAxEA/mQzWBwAfGCxcu/Cek4+SV5wwbDlxDFnJkAZEGBgaMeJyoAKTOI9k2Yfuc4gNMaIoMCDjxAlBTIYjBhKQJpOA8kE5AEiuAhiIMJMIYYD9WTtnrCGTvR1NwAepEMHC3VGEoSPaHewlm4wUoRnbeeiT+BQdjeRT3gzUC3f0BFFJomhVgQQ/Egegeh/sRh2YQaATKPcCpEU3zAqjQAaDYBGzRxIIuANWcCAzRhVhsZ0AJVWLTnL6+PjxUAQIMAOZBUgfnPv3TAAAAAElFTkSuQmCC) !important;
}

.CybotCookiebotDialogBodyLevelButton.CybotCookiebotDialogBodyLevelButtonDisabled + label {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjgzMjc3NEM2QkJDMjExRTNBN0ExOUJFMzFCMzdBRjdEIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjgzMjc3NEM3QkJDMjExRTNBN0ExOUJFMzFCMzdBRjdEIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6ODMyNzc0QzRCQkMyMTFFM0E3QTE5QkUzMUIzN0FGN0QiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6ODMyNzc0QzVCQkMyMTFFM0E3QTE5QkUzMUIzN0FGN0QiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz54CbH2AAABFElEQVR42oxSLQ/CQAy9I6hZMrVgQW4aCdnvGIoER8Lm+AcbWBIcFo0cFuw0dkxMMAlyvC69y/hek6VN19e+16ssy1JIKUUTC8Owh9o+wkNbNDSADICmCA18w1ZTIEAeg8juMkmS8h+oKAqR57nIsmzD0pYVVcdx5A+KHRQuLMuaEYj0+b5/br0UdT9QHANgcJwGQbCjWAOjKPKoM/yglhvB9dTW0WCrG5LGOI77SM5rz0IFKXILniRs2564rqsL2tzpQjQQKqoectdao9Q0zScJFVXwvsGteIr612F/Q279ql1rxKYqME8WNV17NL5+BSowCmnykUFngA6fnunt5Jj2Fhs9wV++XlKTy1GGzeptPQQYAF1/e0nsKZ1HAAAAAElFTkSuQmCC) !important;
}

.image {
  max-width: 100%;
}

.video {
  position: relative;
  padding-bottom: 56.25%;
}
.video iframe,
.video object,
.video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.small-table {
  width: 100%;
  font-size: 12px;
}
.small-table th {
  text-align: left;
}
.small-table tr:nth-child(even) {
  background: #0f94d8;
}
.small-table tr:hover {
  background: #2babec;
}

.selector input[type=radio] {
  display: none;
}
.selector input[type=radio] + label {
  position: relative;
  display: block;
  height: 100%;
  padding: 24px 20px 24px 20px;
  border-radius: 5px;
  border: 1px solid black;
  line-height: 20px;
  cursor: pointer;
  background-color: white;
  text-align: center;
  outline: 3px solid transparent;
  -webkit-transition: border-color 0.2s, outline-color 0.2s, color 0.2s;
  -moz-transition: border-color 0.2s, outline-color 0.2s, color 0.2s;
  transition: border-color 0.2s, outline-color 0.2s, color 0.2s;
}
.selector input[type=radio] + label:hover .selector-radio {
  border-color: #0064ff;
}
.selector-radio {
  display: block;
  position: absolute;
  top: 6px;
  right: 6px;
  width: 20px;
  height: 20px;
  background-color: white;
  border-radius: 50%;
  border: 1px solid transparent;
  -webkit-transition: border-color 0.2s, background-color 0.2s;
  -moz-transition: border-color 0.2s, background-color 0.2s;
  transition: border-color 0.2s, background-color 0.2s;
}
.selector-radio:before {
  position: absolute;
  top: -1px;
  left: 4px;
  content: "";
  font-family: "FontAwesome";
  content: "";
  color: white;
  font-size: 10px;
  font-weight: 100;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.selector-image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 25px auto;
  aspect-ratio: 1/1;
  width: 78%;
}
.selector-image {
  -webkit-transition: width 0.1s;
  -moz-transition: width 0.1s;
  transition: width 0.1s;
  width: 88%;
}
.selector-title {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 4px;
}
.selector input[type=radio]:checked + label {
  border-color: #0064ff;
  outline-color: #0064ff;
  color: #0064ff;
}
.selector input[type=radio]:checked + label .selector-image {
  width: 100%;
}
.selector input[type=radio]:checked + label .selector-radio {
  border-color: #0064ff;
  background-color: #0064ff;
}
.selector input[type=radio]:checked + label .selector-radio:before {
  opacity: 1;
}
.selector-wrapper {
  display: flex;
  gap: 5.4%;
  align-items: stretch;
}
.selector-wrapper > div {
  flex: 0 1 47.3%;
}

.grid {
  /* Does not support negative shift  */
}
.grid-full-height {
  height: 100%;
}
.grid-row {
  display: block;
}
.grid-row::after {
  clear: both;
  content: "";
  display: block;
}
.grid-outer-container {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}
.grid-outer-container::after {
  clear: both;
  content: "";
  display: block;
}
.grid-fill-parent {
  width: 100%;
}
.grid-text-left {
  text-align: left;
}
.grid-text-center {
  text-align: center;
}
.grid-text-right {
  text-align: right;
}
.grid-hidden {
  display: none;
}
.grid-visible {
  display: block;
}
.grid-span1-nogap {
  float: left;
  display: block;
  width: 8.3333333333%;
  margin-right: 0;
}
.grid-span2-nogap {
  float: left;
  display: block;
  width: 16.6666666667%;
  margin-right: 0;
}
.grid-span3-nogap {
  float: left;
  display: block;
  width: 25%;
  margin-right: 0;
}
.grid-span4-nogap {
  float: left;
  display: block;
  width: 33.3333333333%;
  margin-right: 0;
}
.grid-span5-nogap {
  float: left;
  display: block;
  width: 41.6666666667%;
  margin-right: 0;
}
.grid-span6-nogap {
  float: left;
  display: block;
  width: 50%;
  margin-right: 0;
}
.grid-span7-nogap {
  float: left;
  display: block;
  width: 58.3333333333%;
  margin-right: 0;
}
.grid-span8-nogap {
  float: left;
  display: block;
  width: 66.6666666667%;
  margin-right: 0;
}
.grid-span9-nogap {
  float: left;
  display: block;
  width: 75%;
  margin-right: 0;
}
.grid-span10-nogap {
  float: left;
  display: block;
  width: 83.3333333333%;
  margin-right: 0;
}
.grid-span11-nogap {
  float: left;
  display: block;
  width: 91.6666666667%;
  margin-right: 0;
}
.grid-span12-nogap {
  float: left;
  display: block;
  width: 100%;
  margin-right: 0;
}
.grid-shift1-nogap {
  margin-left: 8.3333333333%;
}
.grid-shift2-nogap {
  margin-left: 16.6666666667%;
}
.grid-shift3-nogap {
  margin-left: 25%;
}
.grid-shift4-nogap {
  margin-left: 33.3333333333%;
}
.grid-shift5-nogap {
  margin-left: 41.6666666667%;
}
.grid-shift6-nogap {
  margin-left: 50%;
}
.grid-shift7-nogap {
  margin-left: 58.3333333333%;
}
.grid-shift8-nogap {
  margin-left: 66.6666666667%;
}
.grid-shift9-nogap {
  margin-left: 75%;
}
.grid-shift10-nogap {
  margin-left: 83.3333333333%;
}
.grid-shift11-nogap {
  margin-left: 91.6666666667%;
}
.grid-shift12-nogap {
  margin-left: 100%;
}
.grid-span1 {
  float: left;
  display: block;
  margin-right: 2.7027027027%;
  width: 5.8558558559%;
}
.grid-span1:last-child {
  margin-right: 0;
}
.grid-span2 {
  float: left;
  display: block;
  margin-right: 2.7027027027%;
  width: 14.4144144144%;
}
.grid-span2:last-child {
  margin-right: 0;
}
.grid-span3 {
  float: left;
  display: block;
  margin-right: 2.7027027027%;
  width: 22.972972973%;
}
.grid-span3:last-child {
  margin-right: 0;
}
.grid-span4 {
  float: left;
  display: block;
  margin-right: 2.7027027027%;
  width: 31.5315315315%;
}
.grid-span4:last-child {
  margin-right: 0;
}
.grid-span5 {
  float: left;
  display: block;
  margin-right: 2.7027027027%;
  width: 40.0900900901%;
}
.grid-span5:last-child {
  margin-right: 0;
}
.grid-span6 {
  float: left;
  display: block;
  margin-right: 2.7027027027%;
  width: 48.6486486486%;
}
.grid-span6:last-child {
  margin-right: 0;
}
.grid-span7 {
  float: left;
  display: block;
  margin-right: 2.7027027027%;
  width: 57.2072072072%;
}
.grid-span7:last-child {
  margin-right: 0;
}
.grid-span8 {
  float: left;
  display: block;
  margin-right: 2.7027027027%;
  width: 65.7657657658%;
}
.grid-span8:last-child {
  margin-right: 0;
}
.grid-span9 {
  float: left;
  display: block;
  margin-right: 2.7027027027%;
  width: 74.3243243243%;
}
.grid-span9:last-child {
  margin-right: 0;
}
.grid-span10 {
  float: left;
  display: block;
  margin-right: 2.7027027027%;
  width: 82.8828828829%;
}
.grid-span10:last-child {
  margin-right: 0;
}
.grid-span11 {
  float: left;
  display: block;
  margin-right: 2.7027027027%;
  width: 91.4414414414%;
}
.grid-span11:last-child {
  margin-right: 0;
}
.grid-span12 {
  float: left;
  display: block;
  margin-right: 2.7027027027%;
  width: 100%;
}
.grid-span12:last-child {
  margin-right: 0;
}
.grid-shift0 {
  margin-left: 0%;
}
.grid-shift1 {
  margin-left: 8.5585585586%;
}
.grid-shift2 {
  margin-left: 17.1171171171%;
}
.grid-shift3 {
  margin-left: 25.6756756757%;
}
.grid-shift4 {
  margin-left: 34.2342342342%;
}
.grid-shift5 {
  margin-left: 42.7927927928%;
}
.grid-shift6 {
  margin-left: 51.3513513514%;
}
.grid-shift7 {
  margin-left: 59.9099099099%;
}
.grid-shift8 {
  margin-left: 68.4684684685%;
}
.grid-shift9 {
  margin-left: 77.027027027%;
}
.grid-shift10 {
  margin-left: 85.5855855856%;
}
.grid-shift11 {
  margin-left: 94.1441441441%;
}
.grid-shift-negative1 {
  margin-left: -8.5585585586%;
}
.grid-shift-negative2 {
  margin-left: -17.1171171171%;
}
.grid-shift-negative3 {
  margin-left: -25.6756756757%;
}
.grid-shift-negative4 {
  margin-left: -34.2342342342%;
}
.grid-shift-negative5 {
  margin-left: -42.7927927928%;
}
.grid-shift-negative6 {
  margin-left: -51.3513513514%;
}
.grid-shift-negative7 {
  margin-left: -59.9099099099%;
}
.grid-shift-negative8 {
  margin-left: -68.4684684685%;
}
.grid-shift-negative9 {
  margin-left: -77.027027027%;
}
.grid-shift-negative10 {
  margin-left: -85.5855855856%;
}
.grid-shift-negative11 {
  margin-left: -94.1441441441%;
}
.grid-shift-negative12 {
  margin-left: -102.7027027027%;
}
.grid-omega {
  margin-right: 0;
}
.grid-omega1:nth-child(1n) {
  margin-right: 0;
}
.grid-omega1:nth-child(1n+1) {
  clear: left;
}
.grid-omega2:nth-child(2n) {
  margin-right: 0;
}
.grid-omega2:nth-child(2n+1) {
  clear: left;
}
.grid-omega3:nth-child(3n) {
  margin-right: 0;
}
.grid-omega3:nth-child(3n+1) {
  clear: left;
}
.grid-omega4:nth-child(4n) {
  margin-right: 0;
}
.grid-omega4:nth-child(4n+1) {
  clear: left;
}
.grid-omega5:nth-child(5n) {
  margin-right: 0;
}
.grid-omega5:nth-child(5n+1) {
  clear: left;
}
.grid-omega6:nth-child(6n) {
  margin-right: 0;
}
.grid-omega6:nth-child(6n+1) {
  clear: left;
}
.grid-omega7:nth-child(7n) {
  margin-right: 0;
}
.grid-omega7:nth-child(7n+1) {
  clear: left;
}
.grid-omega8:nth-child(8n) {
  margin-right: 0;
}
.grid-omega8:nth-child(8n+1) {
  clear: left;
}
.grid-omega9:nth-child(9n) {
  margin-right: 0;
}
.grid-omega9:nth-child(9n+1) {
  clear: left;
}
.grid-omega10:nth-child(10n) {
  margin-right: 0;
}
.grid-omega10:nth-child(10n+1) {
  clear: left;
}
.grid-omega11:nth-child(11n) {
  margin-right: 0;
}
.grid-omega11:nth-child(11n+1) {
  clear: left;
}
.grid-omega12:nth-child(12n) {
  margin-right: 0;
}
.grid-omega12:nth-child(12n+1) {
  clear: left;
}
.grid-gap0-below {
  margin-bottom: 0px;
}
.grid-gap1-below {
  margin-bottom: 10px;
}
.grid-gap2-below {
  margin-bottom: 20px;
}
.grid-gap3-below {
  margin-bottom: 30px;
}
.grid-gap4-below {
  margin-bottom: 40px;
}
.grid-gap5-below {
  margin-bottom: 50px;
}
.grid-gap6-below {
  margin-bottom: 60px;
}
.grid-gap7-below {
  margin-bottom: 70px;
}
.grid-gap8-below {
  margin-bottom: 80px;
}
.grid-gap9-below {
  margin-bottom: 90px;
}
.grid-gap10-below {
  margin-bottom: 100px;
}
.grid-gap0-above {
  margin-top: 0px;
}
.grid-gap1-above {
  margin-top: 10px;
}
.grid-gap2-above {
  margin-top: 20px;
}
.grid-gap3-above {
  margin-top: 30px;
}
.grid-gap4-above {
  margin-top: 40px;
}
.grid-gap5-above {
  margin-top: 50px;
}
.grid-gap6-above {
  margin-top: 60px;
}
.grid-gap7-above {
  margin-top: 70px;
}
.grid-gap8-above {
  margin-top: 80px;
}
.grid-gap9-above {
  margin-top: 90px;
}
.grid-gap10-above {
  margin-top: 100px;
}
@media screen and (max-width: 1170px) {
  .grid {
    /* Does not support negative shift  */
  }
  .grid-desktop-row {
    display: block;
  }
  .grid-desktop-row::after {
    clear: both;
    content: "";
    display: block;
  }
  .grid-desktop-outer-container {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
  }
  .grid-desktop-outer-container::after {
    clear: both;
    content: "";
    display: block;
  }
  .grid-desktop-fill-parent {
    width: 100%;
  }
  .grid-desktop-text-left {
    text-align: left;
  }
  .grid-desktop-text-center {
    text-align: center;
  }
  .grid-desktop-text-right {
    text-align: right;
  }
  .grid-desktop-hidden {
    display: none;
  }
  .grid-desktop-visible {
    display: block;
  }
  .grid-desktop-span1-nogap {
    float: left;
    display: block;
    width: 8.3333333333%;
    margin-right: 0;
  }
  .grid-desktop-span2-nogap {
    float: left;
    display: block;
    width: 16.6666666667%;
    margin-right: 0;
  }
  .grid-desktop-span3-nogap {
    float: left;
    display: block;
    width: 25%;
    margin-right: 0;
  }
  .grid-desktop-span4-nogap {
    float: left;
    display: block;
    width: 33.3333333333%;
    margin-right: 0;
  }
  .grid-desktop-span5-nogap {
    float: left;
    display: block;
    width: 41.6666666667%;
    margin-right: 0;
  }
  .grid-desktop-span6-nogap {
    float: left;
    display: block;
    width: 50%;
    margin-right: 0;
  }
  .grid-desktop-span7-nogap {
    float: left;
    display: block;
    width: 58.3333333333%;
    margin-right: 0;
  }
  .grid-desktop-span8-nogap {
    float: left;
    display: block;
    width: 66.6666666667%;
    margin-right: 0;
  }
  .grid-desktop-span9-nogap {
    float: left;
    display: block;
    width: 75%;
    margin-right: 0;
  }
  .grid-desktop-span10-nogap {
    float: left;
    display: block;
    width: 83.3333333333%;
    margin-right: 0;
  }
  .grid-desktop-span11-nogap {
    float: left;
    display: block;
    width: 91.6666666667%;
    margin-right: 0;
  }
  .grid-desktop-span12-nogap {
    float: left;
    display: block;
    width: 100%;
    margin-right: 0;
  }
  .grid-desktop-shift1-nogap {
    margin-left: 8.3333333333%;
  }
  .grid-desktop-shift2-nogap {
    margin-left: 16.6666666667%;
  }
  .grid-desktop-shift3-nogap {
    margin-left: 25%;
  }
  .grid-desktop-shift4-nogap {
    margin-left: 33.3333333333%;
  }
  .grid-desktop-shift5-nogap {
    margin-left: 41.6666666667%;
  }
  .grid-desktop-shift6-nogap {
    margin-left: 50%;
  }
  .grid-desktop-shift7-nogap {
    margin-left: 58.3333333333%;
  }
  .grid-desktop-shift8-nogap {
    margin-left: 66.6666666667%;
  }
  .grid-desktop-shift9-nogap {
    margin-left: 75%;
  }
  .grid-desktop-shift10-nogap {
    margin-left: 83.3333333333%;
  }
  .grid-desktop-shift11-nogap {
    margin-left: 91.6666666667%;
  }
  .grid-desktop-shift12-nogap {
    margin-left: 100%;
  }
  .grid-desktop-span1 {
    float: left;
    display: block;
    margin-right: 2.7027027027%;
    width: 5.8558558559%;
  }
  .grid-desktop-span1:last-child {
    margin-right: 0;
  }
  .grid-desktop-span2 {
    float: left;
    display: block;
    margin-right: 2.7027027027%;
    width: 14.4144144144%;
  }
  .grid-desktop-span2:last-child {
    margin-right: 0;
  }
  .grid-desktop-span3 {
    float: left;
    display: block;
    margin-right: 2.7027027027%;
    width: 22.972972973%;
  }
  .grid-desktop-span3:last-child {
    margin-right: 0;
  }
  .grid-desktop-span4 {
    float: left;
    display: block;
    margin-right: 2.7027027027%;
    width: 31.5315315315%;
  }
  .grid-desktop-span4:last-child {
    margin-right: 0;
  }
  .grid-desktop-span5 {
    float: left;
    display: block;
    margin-right: 2.7027027027%;
    width: 40.0900900901%;
  }
  .grid-desktop-span5:last-child {
    margin-right: 0;
  }
  .grid-desktop-span6 {
    float: left;
    display: block;
    margin-right: 2.7027027027%;
    width: 48.6486486486%;
  }
  .grid-desktop-span6:last-child {
    margin-right: 0;
  }
  .grid-desktop-span7 {
    float: left;
    display: block;
    margin-right: 2.7027027027%;
    width: 57.2072072072%;
  }
  .grid-desktop-span7:last-child {
    margin-right: 0;
  }
  .grid-desktop-span8 {
    float: left;
    display: block;
    margin-right: 2.7027027027%;
    width: 65.7657657658%;
  }
  .grid-desktop-span8:last-child {
    margin-right: 0;
  }
  .grid-desktop-span9 {
    float: left;
    display: block;
    margin-right: 2.7027027027%;
    width: 74.3243243243%;
  }
  .grid-desktop-span9:last-child {
    margin-right: 0;
  }
  .grid-desktop-span10 {
    float: left;
    display: block;
    margin-right: 2.7027027027%;
    width: 82.8828828829%;
  }
  .grid-desktop-span10:last-child {
    margin-right: 0;
  }
  .grid-desktop-span11 {
    float: left;
    display: block;
    margin-right: 2.7027027027%;
    width: 91.4414414414%;
  }
  .grid-desktop-span11:last-child {
    margin-right: 0;
  }
  .grid-desktop-span12 {
    float: left;
    display: block;
    margin-right: 2.7027027027%;
    width: 100%;
  }
  .grid-desktop-span12:last-child {
    margin-right: 0;
  }
  .grid-desktop-shift0 {
    margin-left: 0%;
  }
  .grid-desktop-shift1 {
    margin-left: 8.5585585586%;
  }
  .grid-desktop-shift2 {
    margin-left: 17.1171171171%;
  }
  .grid-desktop-shift3 {
    margin-left: 25.6756756757%;
  }
  .grid-desktop-shift4 {
    margin-left: 34.2342342342%;
  }
  .grid-desktop-shift5 {
    margin-left: 42.7927927928%;
  }
  .grid-desktop-shift6 {
    margin-left: 51.3513513514%;
  }
  .grid-desktop-shift7 {
    margin-left: 59.9099099099%;
  }
  .grid-desktop-shift8 {
    margin-left: 68.4684684685%;
  }
  .grid-desktop-shift9 {
    margin-left: 77.027027027%;
  }
  .grid-desktop-shift10 {
    margin-left: 85.5855855856%;
  }
  .grid-desktop-shift11 {
    margin-left: 94.1441441441%;
  }
  .grid-desktop-shift-negative1 {
    margin-left: -8.5585585586%;
  }
  .grid-desktop-shift-negative2 {
    margin-left: -17.1171171171%;
  }
  .grid-desktop-shift-negative3 {
    margin-left: -25.6756756757%;
  }
  .grid-desktop-shift-negative4 {
    margin-left: -34.2342342342%;
  }
  .grid-desktop-shift-negative5 {
    margin-left: -42.7927927928%;
  }
  .grid-desktop-shift-negative6 {
    margin-left: -51.3513513514%;
  }
  .grid-desktop-shift-negative7 {
    margin-left: -59.9099099099%;
  }
  .grid-desktop-shift-negative8 {
    margin-left: -68.4684684685%;
  }
  .grid-desktop-shift-negative9 {
    margin-left: -77.027027027%;
  }
  .grid-desktop-shift-negative10 {
    margin-left: -85.5855855856%;
  }
  .grid-desktop-shift-negative11 {
    margin-left: -94.1441441441%;
  }
  .grid-desktop-shift-negative12 {
    margin-left: -102.7027027027%;
  }
  .grid-desktop-omega {
    margin-right: 0;
  }
  .grid-desktop-omega1:nth-child(1n) {
    margin-right: 0;
  }
  .grid-desktop-omega1:nth-child(1n+1) {
    clear: left;
  }
  .grid-desktop-omega2:nth-child(2n) {
    margin-right: 0;
  }
  .grid-desktop-omega2:nth-child(2n+1) {
    clear: left;
  }
  .grid-desktop-omega3:nth-child(3n) {
    margin-right: 0;
  }
  .grid-desktop-omega3:nth-child(3n+1) {
    clear: left;
  }
  .grid-desktop-omega4:nth-child(4n) {
    margin-right: 0;
  }
  .grid-desktop-omega4:nth-child(4n+1) {
    clear: left;
  }
  .grid-desktop-omega5:nth-child(5n) {
    margin-right: 0;
  }
  .grid-desktop-omega5:nth-child(5n+1) {
    clear: left;
  }
  .grid-desktop-omega6:nth-child(6n) {
    margin-right: 0;
  }
  .grid-desktop-omega6:nth-child(6n+1) {
    clear: left;
  }
  .grid-desktop-omega7:nth-child(7n) {
    margin-right: 0;
  }
  .grid-desktop-omega7:nth-child(7n+1) {
    clear: left;
  }
  .grid-desktop-omega8:nth-child(8n) {
    margin-right: 0;
  }
  .grid-desktop-omega8:nth-child(8n+1) {
    clear: left;
  }
  .grid-desktop-omega9:nth-child(9n) {
    margin-right: 0;
  }
  .grid-desktop-omega9:nth-child(9n+1) {
    clear: left;
  }
  .grid-desktop-omega10:nth-child(10n) {
    margin-right: 0;
  }
  .grid-desktop-omega10:nth-child(10n+1) {
    clear: left;
  }
  .grid-desktop-omega11:nth-child(11n) {
    margin-right: 0;
  }
  .grid-desktop-omega11:nth-child(11n+1) {
    clear: left;
  }
  .grid-desktop-omega12:nth-child(12n) {
    margin-right: 0;
  }
  .grid-desktop-omega12:nth-child(12n+1) {
    clear: left;
  }
  .grid-desktop-gap0-below {
    margin-bottom: 0px;
  }
  .grid-desktop-gap1-below {
    margin-bottom: 10px;
  }
  .grid-desktop-gap2-below {
    margin-bottom: 20px;
  }
  .grid-desktop-gap3-below {
    margin-bottom: 30px;
  }
  .grid-desktop-gap4-below {
    margin-bottom: 40px;
  }
  .grid-desktop-gap5-below {
    margin-bottom: 50px;
  }
  .grid-desktop-gap6-below {
    margin-bottom: 60px;
  }
  .grid-desktop-gap7-below {
    margin-bottom: 70px;
  }
  .grid-desktop-gap8-below {
    margin-bottom: 80px;
  }
  .grid-desktop-gap9-below {
    margin-bottom: 90px;
  }
  .grid-desktop-gap10-below {
    margin-bottom: 100px;
  }
  .grid-desktop-gap0-above {
    margin-top: 0px;
  }
  .grid-desktop-gap1-above {
    margin-top: 10px;
  }
  .grid-desktop-gap2-above {
    margin-top: 20px;
  }
  .grid-desktop-gap3-above {
    margin-top: 30px;
  }
  .grid-desktop-gap4-above {
    margin-top: 40px;
  }
  .grid-desktop-gap5-above {
    margin-top: 50px;
  }
  .grid-desktop-gap6-above {
    margin-top: 60px;
  }
  .grid-desktop-gap7-above {
    margin-top: 70px;
  }
  .grid-desktop-gap8-above {
    margin-top: 80px;
  }
  .grid-desktop-gap9-above {
    margin-top: 90px;
  }
  .grid-desktop-gap10-above {
    margin-top: 100px;
  }
}
@media screen and (max-width: 992px) {
  .grid {
    /* Does not support negative shift  */
  }
  .grid-laptop-row {
    display: block;
  }
  .grid-laptop-row::after {
    clear: both;
    content: "";
    display: block;
  }
  .grid-laptop-outer-container {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
  }
  .grid-laptop-outer-container::after {
    clear: both;
    content: "";
    display: block;
  }
  .grid-laptop-fill-parent {
    width: 100%;
  }
  .grid-laptop-text-left {
    text-align: left;
  }
  .grid-laptop-text-center {
    text-align: center;
  }
  .grid-laptop-text-right {
    text-align: right;
  }
  .grid-laptop-hidden {
    display: none;
  }
  .grid-laptop-visible {
    display: block;
  }
  .grid-laptop-span1-nogap {
    float: left;
    display: block;
    width: 8.3333333333%;
    margin-right: 0;
  }
  .grid-laptop-span2-nogap {
    float: left;
    display: block;
    width: 16.6666666667%;
    margin-right: 0;
  }
  .grid-laptop-span3-nogap {
    float: left;
    display: block;
    width: 25%;
    margin-right: 0;
  }
  .grid-laptop-span4-nogap {
    float: left;
    display: block;
    width: 33.3333333333%;
    margin-right: 0;
  }
  .grid-laptop-span5-nogap {
    float: left;
    display: block;
    width: 41.6666666667%;
    margin-right: 0;
  }
  .grid-laptop-span6-nogap {
    float: left;
    display: block;
    width: 50%;
    margin-right: 0;
  }
  .grid-laptop-span7-nogap {
    float: left;
    display: block;
    width: 58.3333333333%;
    margin-right: 0;
  }
  .grid-laptop-span8-nogap {
    float: left;
    display: block;
    width: 66.6666666667%;
    margin-right: 0;
  }
  .grid-laptop-span9-nogap {
    float: left;
    display: block;
    width: 75%;
    margin-right: 0;
  }
  .grid-laptop-span10-nogap {
    float: left;
    display: block;
    width: 83.3333333333%;
    margin-right: 0;
  }
  .grid-laptop-span11-nogap {
    float: left;
    display: block;
    width: 91.6666666667%;
    margin-right: 0;
  }
  .grid-laptop-span12-nogap {
    float: left;
    display: block;
    width: 100%;
    margin-right: 0;
  }
  .grid-laptop-shift1-nogap {
    margin-left: 8.3333333333%;
  }
  .grid-laptop-shift2-nogap {
    margin-left: 16.6666666667%;
  }
  .grid-laptop-shift3-nogap {
    margin-left: 25%;
  }
  .grid-laptop-shift4-nogap {
    margin-left: 33.3333333333%;
  }
  .grid-laptop-shift5-nogap {
    margin-left: 41.6666666667%;
  }
  .grid-laptop-shift6-nogap {
    margin-left: 50%;
  }
  .grid-laptop-shift7-nogap {
    margin-left: 58.3333333333%;
  }
  .grid-laptop-shift8-nogap {
    margin-left: 66.6666666667%;
  }
  .grid-laptop-shift9-nogap {
    margin-left: 75%;
  }
  .grid-laptop-shift10-nogap {
    margin-left: 83.3333333333%;
  }
  .grid-laptop-shift11-nogap {
    margin-left: 91.6666666667%;
  }
  .grid-laptop-shift12-nogap {
    margin-left: 100%;
  }
  .grid-laptop-span1 {
    float: left;
    display: block;
    margin-right: 2.7027027027%;
    width: 5.8558558559%;
  }
  .grid-laptop-span1:last-child {
    margin-right: 0;
  }
  .grid-laptop-span2 {
    float: left;
    display: block;
    margin-right: 2.7027027027%;
    width: 14.4144144144%;
  }
  .grid-laptop-span2:last-child {
    margin-right: 0;
  }
  .grid-laptop-span3 {
    float: left;
    display: block;
    margin-right: 2.7027027027%;
    width: 22.972972973%;
  }
  .grid-laptop-span3:last-child {
    margin-right: 0;
  }
  .grid-laptop-span4 {
    float: left;
    display: block;
    margin-right: 2.7027027027%;
    width: 31.5315315315%;
  }
  .grid-laptop-span4:last-child {
    margin-right: 0;
  }
  .grid-laptop-span5 {
    float: left;
    display: block;
    margin-right: 2.7027027027%;
    width: 40.0900900901%;
  }
  .grid-laptop-span5:last-child {
    margin-right: 0;
  }
  .grid-laptop-span6 {
    float: left;
    display: block;
    margin-right: 2.7027027027%;
    width: 48.6486486486%;
  }
  .grid-laptop-span6:last-child {
    margin-right: 0;
  }
  .grid-laptop-span7 {
    float: left;
    display: block;
    margin-right: 2.7027027027%;
    width: 57.2072072072%;
  }
  .grid-laptop-span7:last-child {
    margin-right: 0;
  }
  .grid-laptop-span8 {
    float: left;
    display: block;
    margin-right: 2.7027027027%;
    width: 65.7657657658%;
  }
  .grid-laptop-span8:last-child {
    margin-right: 0;
  }
  .grid-laptop-span9 {
    float: left;
    display: block;
    margin-right: 2.7027027027%;
    width: 74.3243243243%;
  }
  .grid-laptop-span9:last-child {
    margin-right: 0;
  }
  .grid-laptop-span10 {
    float: left;
    display: block;
    margin-right: 2.7027027027%;
    width: 82.8828828829%;
  }
  .grid-laptop-span10:last-child {
    margin-right: 0;
  }
  .grid-laptop-span11 {
    float: left;
    display: block;
    margin-right: 2.7027027027%;
    width: 91.4414414414%;
  }
  .grid-laptop-span11:last-child {
    margin-right: 0;
  }
  .grid-laptop-span12 {
    float: left;
    display: block;
    margin-right: 2.7027027027%;
    width: 100%;
  }
  .grid-laptop-span12:last-child {
    margin-right: 0;
  }
  .grid-laptop-shift0 {
    margin-left: 0%;
  }
  .grid-laptop-shift1 {
    margin-left: 8.5585585586%;
  }
  .grid-laptop-shift2 {
    margin-left: 17.1171171171%;
  }
  .grid-laptop-shift3 {
    margin-left: 25.6756756757%;
  }
  .grid-laptop-shift4 {
    margin-left: 34.2342342342%;
  }
  .grid-laptop-shift5 {
    margin-left: 42.7927927928%;
  }
  .grid-laptop-shift6 {
    margin-left: 51.3513513514%;
  }
  .grid-laptop-shift7 {
    margin-left: 59.9099099099%;
  }
  .grid-laptop-shift8 {
    margin-left: 68.4684684685%;
  }
  .grid-laptop-shift9 {
    margin-left: 77.027027027%;
  }
  .grid-laptop-shift10 {
    margin-left: 85.5855855856%;
  }
  .grid-laptop-shift11 {
    margin-left: 94.1441441441%;
  }
  .grid-laptop-shift-negative1 {
    margin-left: -8.5585585586%;
  }
  .grid-laptop-shift-negative2 {
    margin-left: -17.1171171171%;
  }
  .grid-laptop-shift-negative3 {
    margin-left: -25.6756756757%;
  }
  .grid-laptop-shift-negative4 {
    margin-left: -34.2342342342%;
  }
  .grid-laptop-shift-negative5 {
    margin-left: -42.7927927928%;
  }
  .grid-laptop-shift-negative6 {
    margin-left: -51.3513513514%;
  }
  .grid-laptop-shift-negative7 {
    margin-left: -59.9099099099%;
  }
  .grid-laptop-shift-negative8 {
    margin-left: -68.4684684685%;
  }
  .grid-laptop-shift-negative9 {
    margin-left: -77.027027027%;
  }
  .grid-laptop-shift-negative10 {
    margin-left: -85.5855855856%;
  }
  .grid-laptop-shift-negative11 {
    margin-left: -94.1441441441%;
  }
  .grid-laptop-shift-negative12 {
    margin-left: -102.7027027027%;
  }
  .grid-laptop-omega {
    margin-right: 0;
  }
  .grid-laptop-omega1:nth-child(1n) {
    margin-right: 0;
  }
  .grid-laptop-omega1:nth-child(1n+1) {
    clear: left;
  }
  .grid-laptop-omega2:nth-child(2n) {
    margin-right: 0;
  }
  .grid-laptop-omega2:nth-child(2n+1) {
    clear: left;
  }
  .grid-laptop-omega3:nth-child(3n) {
    margin-right: 0;
  }
  .grid-laptop-omega3:nth-child(3n+1) {
    clear: left;
  }
  .grid-laptop-omega4:nth-child(4n) {
    margin-right: 0;
  }
  .grid-laptop-omega4:nth-child(4n+1) {
    clear: left;
  }
  .grid-laptop-omega5:nth-child(5n) {
    margin-right: 0;
  }
  .grid-laptop-omega5:nth-child(5n+1) {
    clear: left;
  }
  .grid-laptop-omega6:nth-child(6n) {
    margin-right: 0;
  }
  .grid-laptop-omega6:nth-child(6n+1) {
    clear: left;
  }
  .grid-laptop-omega7:nth-child(7n) {
    margin-right: 0;
  }
  .grid-laptop-omega7:nth-child(7n+1) {
    clear: left;
  }
  .grid-laptop-omega8:nth-child(8n) {
    margin-right: 0;
  }
  .grid-laptop-omega8:nth-child(8n+1) {
    clear: left;
  }
  .grid-laptop-omega9:nth-child(9n) {
    margin-right: 0;
  }
  .grid-laptop-omega9:nth-child(9n+1) {
    clear: left;
  }
  .grid-laptop-omega10:nth-child(10n) {
    margin-right: 0;
  }
  .grid-laptop-omega10:nth-child(10n+1) {
    clear: left;
  }
  .grid-laptop-omega11:nth-child(11n) {
    margin-right: 0;
  }
  .grid-laptop-omega11:nth-child(11n+1) {
    clear: left;
  }
  .grid-laptop-omega12:nth-child(12n) {
    margin-right: 0;
  }
  .grid-laptop-omega12:nth-child(12n+1) {
    clear: left;
  }
  .grid-laptop-gap0-below {
    margin-bottom: 0px;
  }
  .grid-laptop-gap1-below {
    margin-bottom: 10px;
  }
  .grid-laptop-gap2-below {
    margin-bottom: 20px;
  }
  .grid-laptop-gap3-below {
    margin-bottom: 30px;
  }
  .grid-laptop-gap4-below {
    margin-bottom: 40px;
  }
  .grid-laptop-gap5-below {
    margin-bottom: 50px;
  }
  .grid-laptop-gap6-below {
    margin-bottom: 60px;
  }
  .grid-laptop-gap7-below {
    margin-bottom: 70px;
  }
  .grid-laptop-gap8-below {
    margin-bottom: 80px;
  }
  .grid-laptop-gap9-below {
    margin-bottom: 90px;
  }
  .grid-laptop-gap10-below {
    margin-bottom: 100px;
  }
  .grid-laptop-gap0-above {
    margin-top: 0px;
  }
  .grid-laptop-gap1-above {
    margin-top: 10px;
  }
  .grid-laptop-gap2-above {
    margin-top: 20px;
  }
  .grid-laptop-gap3-above {
    margin-top: 30px;
  }
  .grid-laptop-gap4-above {
    margin-top: 40px;
  }
  .grid-laptop-gap5-above {
    margin-top: 50px;
  }
  .grid-laptop-gap6-above {
    margin-top: 60px;
  }
  .grid-laptop-gap7-above {
    margin-top: 70px;
  }
  .grid-laptop-gap8-above {
    margin-top: 80px;
  }
  .grid-laptop-gap9-above {
    margin-top: 90px;
  }
  .grid-laptop-gap10-above {
    margin-top: 100px;
  }
}
@media screen and (min-width: 993px) {
  .grid {
    /* Does not support negative shift  */
  }
  .grid-laptop_larger-row {
    display: block;
  }
  .grid-laptop_larger-row::after {
    clear: both;
    content: "";
    display: block;
  }
  .grid-laptop_larger-outer-container {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
  }
  .grid-laptop_larger-outer-container::after {
    clear: both;
    content: "";
    display: block;
  }
  .grid-laptop_larger-fill-parent {
    width: 100%;
  }
  .grid-laptop_larger-text-left {
    text-align: left;
  }
  .grid-laptop_larger-text-center {
    text-align: center;
  }
  .grid-laptop_larger-text-right {
    text-align: right;
  }
  .grid-laptop_larger-hidden {
    display: none;
  }
  .grid-laptop_larger-visible {
    display: block;
  }
  .grid-laptop_larger-span1-nogap {
    float: left;
    display: block;
    width: 8.3333333333%;
    margin-right: 0;
  }
  .grid-laptop_larger-span2-nogap {
    float: left;
    display: block;
    width: 16.6666666667%;
    margin-right: 0;
  }
  .grid-laptop_larger-span3-nogap {
    float: left;
    display: block;
    width: 25%;
    margin-right: 0;
  }
  .grid-laptop_larger-span4-nogap {
    float: left;
    display: block;
    width: 33.3333333333%;
    margin-right: 0;
  }
  .grid-laptop_larger-span5-nogap {
    float: left;
    display: block;
    width: 41.6666666667%;
    margin-right: 0;
  }
  .grid-laptop_larger-span6-nogap {
    float: left;
    display: block;
    width: 50%;
    margin-right: 0;
  }
  .grid-laptop_larger-span7-nogap {
    float: left;
    display: block;
    width: 58.3333333333%;
    margin-right: 0;
  }
  .grid-laptop_larger-span8-nogap {
    float: left;
    display: block;
    width: 66.6666666667%;
    margin-right: 0;
  }
  .grid-laptop_larger-span9-nogap {
    float: left;
    display: block;
    width: 75%;
    margin-right: 0;
  }
  .grid-laptop_larger-span10-nogap {
    float: left;
    display: block;
    width: 83.3333333333%;
    margin-right: 0;
  }
  .grid-laptop_larger-span11-nogap {
    float: left;
    display: block;
    width: 91.6666666667%;
    margin-right: 0;
  }
  .grid-laptop_larger-span12-nogap {
    float: left;
    display: block;
    width: 100%;
    margin-right: 0;
  }
  .grid-laptop_larger-shift1-nogap {
    margin-left: 8.3333333333%;
  }
  .grid-laptop_larger-shift2-nogap {
    margin-left: 16.6666666667%;
  }
  .grid-laptop_larger-shift3-nogap {
    margin-left: 25%;
  }
  .grid-laptop_larger-shift4-nogap {
    margin-left: 33.3333333333%;
  }
  .grid-laptop_larger-shift5-nogap {
    margin-left: 41.6666666667%;
  }
  .grid-laptop_larger-shift6-nogap {
    margin-left: 50%;
  }
  .grid-laptop_larger-shift7-nogap {
    margin-left: 58.3333333333%;
  }
  .grid-laptop_larger-shift8-nogap {
    margin-left: 66.6666666667%;
  }
  .grid-laptop_larger-shift9-nogap {
    margin-left: 75%;
  }
  .grid-laptop_larger-shift10-nogap {
    margin-left: 83.3333333333%;
  }
  .grid-laptop_larger-shift11-nogap {
    margin-left: 91.6666666667%;
  }
  .grid-laptop_larger-shift12-nogap {
    margin-left: 100%;
  }
  .grid-laptop_larger-span1 {
    float: left;
    display: block;
    margin-right: 2.7027027027%;
    width: 5.8558558559%;
  }
  .grid-laptop_larger-span1:last-child {
    margin-right: 0;
  }
  .grid-laptop_larger-span2 {
    float: left;
    display: block;
    margin-right: 2.7027027027%;
    width: 14.4144144144%;
  }
  .grid-laptop_larger-span2:last-child {
    margin-right: 0;
  }
  .grid-laptop_larger-span3 {
    float: left;
    display: block;
    margin-right: 2.7027027027%;
    width: 22.972972973%;
  }
  .grid-laptop_larger-span3:last-child {
    margin-right: 0;
  }
  .grid-laptop_larger-span4 {
    float: left;
    display: block;
    margin-right: 2.7027027027%;
    width: 31.5315315315%;
  }
  .grid-laptop_larger-span4:last-child {
    margin-right: 0;
  }
  .grid-laptop_larger-span5 {
    float: left;
    display: block;
    margin-right: 2.7027027027%;
    width: 40.0900900901%;
  }
  .grid-laptop_larger-span5:last-child {
    margin-right: 0;
  }
  .grid-laptop_larger-span6 {
    float: left;
    display: block;
    margin-right: 2.7027027027%;
    width: 48.6486486486%;
  }
  .grid-laptop_larger-span6:last-child {
    margin-right: 0;
  }
  .grid-laptop_larger-span7 {
    float: left;
    display: block;
    margin-right: 2.7027027027%;
    width: 57.2072072072%;
  }
  .grid-laptop_larger-span7:last-child {
    margin-right: 0;
  }
  .grid-laptop_larger-span8 {
    float: left;
    display: block;
    margin-right: 2.7027027027%;
    width: 65.7657657658%;
  }
  .grid-laptop_larger-span8:last-child {
    margin-right: 0;
  }
  .grid-laptop_larger-span9 {
    float: left;
    display: block;
    margin-right: 2.7027027027%;
    width: 74.3243243243%;
  }
  .grid-laptop_larger-span9:last-child {
    margin-right: 0;
  }
  .grid-laptop_larger-span10 {
    float: left;
    display: block;
    margin-right: 2.7027027027%;
    width: 82.8828828829%;
  }
  .grid-laptop_larger-span10:last-child {
    margin-right: 0;
  }
  .grid-laptop_larger-span11 {
    float: left;
    display: block;
    margin-right: 2.7027027027%;
    width: 91.4414414414%;
  }
  .grid-laptop_larger-span11:last-child {
    margin-right: 0;
  }
  .grid-laptop_larger-span12 {
    float: left;
    display: block;
    margin-right: 2.7027027027%;
    width: 100%;
  }
  .grid-laptop_larger-span12:last-child {
    margin-right: 0;
  }
  .grid-laptop_larger-shift0 {
    margin-left: 0%;
  }
  .grid-laptop_larger-shift1 {
    margin-left: 8.5585585586%;
  }
  .grid-laptop_larger-shift2 {
    margin-left: 17.1171171171%;
  }
  .grid-laptop_larger-shift3 {
    margin-left: 25.6756756757%;
  }
  .grid-laptop_larger-shift4 {
    margin-left: 34.2342342342%;
  }
  .grid-laptop_larger-shift5 {
    margin-left: 42.7927927928%;
  }
  .grid-laptop_larger-shift6 {
    margin-left: 51.3513513514%;
  }
  .grid-laptop_larger-shift7 {
    margin-left: 59.9099099099%;
  }
  .grid-laptop_larger-shift8 {
    margin-left: 68.4684684685%;
  }
  .grid-laptop_larger-shift9 {
    margin-left: 77.027027027%;
  }
  .grid-laptop_larger-shift10 {
    margin-left: 85.5855855856%;
  }
  .grid-laptop_larger-shift11 {
    margin-left: 94.1441441441%;
  }
  .grid-laptop_larger-shift-negative1 {
    margin-left: -8.5585585586%;
  }
  .grid-laptop_larger-shift-negative2 {
    margin-left: -17.1171171171%;
  }
  .grid-laptop_larger-shift-negative3 {
    margin-left: -25.6756756757%;
  }
  .grid-laptop_larger-shift-negative4 {
    margin-left: -34.2342342342%;
  }
  .grid-laptop_larger-shift-negative5 {
    margin-left: -42.7927927928%;
  }
  .grid-laptop_larger-shift-negative6 {
    margin-left: -51.3513513514%;
  }
  .grid-laptop_larger-shift-negative7 {
    margin-left: -59.9099099099%;
  }
  .grid-laptop_larger-shift-negative8 {
    margin-left: -68.4684684685%;
  }
  .grid-laptop_larger-shift-negative9 {
    margin-left: -77.027027027%;
  }
  .grid-laptop_larger-shift-negative10 {
    margin-left: -85.5855855856%;
  }
  .grid-laptop_larger-shift-negative11 {
    margin-left: -94.1441441441%;
  }
  .grid-laptop_larger-shift-negative12 {
    margin-left: -102.7027027027%;
  }
  .grid-laptop_larger-omega {
    margin-right: 0;
  }
  .grid-laptop_larger-omega1:nth-child(1n) {
    margin-right: 0;
  }
  .grid-laptop_larger-omega1:nth-child(1n+1) {
    clear: left;
  }
  .grid-laptop_larger-omega2:nth-child(2n) {
    margin-right: 0;
  }
  .grid-laptop_larger-omega2:nth-child(2n+1) {
    clear: left;
  }
  .grid-laptop_larger-omega3:nth-child(3n) {
    margin-right: 0;
  }
  .grid-laptop_larger-omega3:nth-child(3n+1) {
    clear: left;
  }
  .grid-laptop_larger-omega4:nth-child(4n) {
    margin-right: 0;
  }
  .grid-laptop_larger-omega4:nth-child(4n+1) {
    clear: left;
  }
  .grid-laptop_larger-omega5:nth-child(5n) {
    margin-right: 0;
  }
  .grid-laptop_larger-omega5:nth-child(5n+1) {
    clear: left;
  }
  .grid-laptop_larger-omega6:nth-child(6n) {
    margin-right: 0;
  }
  .grid-laptop_larger-omega6:nth-child(6n+1) {
    clear: left;
  }
  .grid-laptop_larger-omega7:nth-child(7n) {
    margin-right: 0;
  }
  .grid-laptop_larger-omega7:nth-child(7n+1) {
    clear: left;
  }
  .grid-laptop_larger-omega8:nth-child(8n) {
    margin-right: 0;
  }
  .grid-laptop_larger-omega8:nth-child(8n+1) {
    clear: left;
  }
  .grid-laptop_larger-omega9:nth-child(9n) {
    margin-right: 0;
  }
  .grid-laptop_larger-omega9:nth-child(9n+1) {
    clear: left;
  }
  .grid-laptop_larger-omega10:nth-child(10n) {
    margin-right: 0;
  }
  .grid-laptop_larger-omega10:nth-child(10n+1) {
    clear: left;
  }
  .grid-laptop_larger-omega11:nth-child(11n) {
    margin-right: 0;
  }
  .grid-laptop_larger-omega11:nth-child(11n+1) {
    clear: left;
  }
  .grid-laptop_larger-omega12:nth-child(12n) {
    margin-right: 0;
  }
  .grid-laptop_larger-omega12:nth-child(12n+1) {
    clear: left;
  }
  .grid-laptop_larger-gap0-below {
    margin-bottom: 0px;
  }
  .grid-laptop_larger-gap1-below {
    margin-bottom: 10px;
  }
  .grid-laptop_larger-gap2-below {
    margin-bottom: 20px;
  }
  .grid-laptop_larger-gap3-below {
    margin-bottom: 30px;
  }
  .grid-laptop_larger-gap4-below {
    margin-bottom: 40px;
  }
  .grid-laptop_larger-gap5-below {
    margin-bottom: 50px;
  }
  .grid-laptop_larger-gap6-below {
    margin-bottom: 60px;
  }
  .grid-laptop_larger-gap7-below {
    margin-bottom: 70px;
  }
  .grid-laptop_larger-gap8-below {
    margin-bottom: 80px;
  }
  .grid-laptop_larger-gap9-below {
    margin-bottom: 90px;
  }
  .grid-laptop_larger-gap10-below {
    margin-bottom: 100px;
  }
  .grid-laptop_larger-gap0-above {
    margin-top: 0px;
  }
  .grid-laptop_larger-gap1-above {
    margin-top: 10px;
  }
  .grid-laptop_larger-gap2-above {
    margin-top: 20px;
  }
  .grid-laptop_larger-gap3-above {
    margin-top: 30px;
  }
  .grid-laptop_larger-gap4-above {
    margin-top: 40px;
  }
  .grid-laptop_larger-gap5-above {
    margin-top: 50px;
  }
  .grid-laptop_larger-gap6-above {
    margin-top: 60px;
  }
  .grid-laptop_larger-gap7-above {
    margin-top: 70px;
  }
  .grid-laptop_larger-gap8-above {
    margin-top: 80px;
  }
  .grid-laptop_larger-gap9-above {
    margin-top: 90px;
  }
  .grid-laptop_larger-gap10-above {
    margin-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .grid {
    /* Does not support negative shift  */
  }
  .grid-tablet-row {
    display: block;
  }
  .grid-tablet-row::after {
    clear: both;
    content: "";
    display: block;
  }
  .grid-tablet-outer-container {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
  }
  .grid-tablet-outer-container::after {
    clear: both;
    content: "";
    display: block;
  }
  .grid-tablet-fill-parent {
    width: 100%;
  }
  .grid-tablet-text-left {
    text-align: left;
  }
  .grid-tablet-text-center {
    text-align: center;
  }
  .grid-tablet-text-right {
    text-align: right;
  }
  .grid-tablet-hidden {
    display: none;
  }
  .grid-tablet-visible {
    display: block;
  }
  .grid-tablet-span1-nogap {
    float: left;
    display: block;
    width: 8.3333333333%;
    margin-right: 0;
  }
  .grid-tablet-span2-nogap {
    float: left;
    display: block;
    width: 16.6666666667%;
    margin-right: 0;
  }
  .grid-tablet-span3-nogap {
    float: left;
    display: block;
    width: 25%;
    margin-right: 0;
  }
  .grid-tablet-span4-nogap {
    float: left;
    display: block;
    width: 33.3333333333%;
    margin-right: 0;
  }
  .grid-tablet-span5-nogap {
    float: left;
    display: block;
    width: 41.6666666667%;
    margin-right: 0;
  }
  .grid-tablet-span6-nogap {
    float: left;
    display: block;
    width: 50%;
    margin-right: 0;
  }
  .grid-tablet-span7-nogap {
    float: left;
    display: block;
    width: 58.3333333333%;
    margin-right: 0;
  }
  .grid-tablet-span8-nogap {
    float: left;
    display: block;
    width: 66.6666666667%;
    margin-right: 0;
  }
  .grid-tablet-span9-nogap {
    float: left;
    display: block;
    width: 75%;
    margin-right: 0;
  }
  .grid-tablet-span10-nogap {
    float: left;
    display: block;
    width: 83.3333333333%;
    margin-right: 0;
  }
  .grid-tablet-span11-nogap {
    float: left;
    display: block;
    width: 91.6666666667%;
    margin-right: 0;
  }
  .grid-tablet-span12-nogap {
    float: left;
    display: block;
    width: 100%;
    margin-right: 0;
  }
  .grid-tablet-shift1-nogap {
    margin-left: 8.3333333333%;
  }
  .grid-tablet-shift2-nogap {
    margin-left: 16.6666666667%;
  }
  .grid-tablet-shift3-nogap {
    margin-left: 25%;
  }
  .grid-tablet-shift4-nogap {
    margin-left: 33.3333333333%;
  }
  .grid-tablet-shift5-nogap {
    margin-left: 41.6666666667%;
  }
  .grid-tablet-shift6-nogap {
    margin-left: 50%;
  }
  .grid-tablet-shift7-nogap {
    margin-left: 58.3333333333%;
  }
  .grid-tablet-shift8-nogap {
    margin-left: 66.6666666667%;
  }
  .grid-tablet-shift9-nogap {
    margin-left: 75%;
  }
  .grid-tablet-shift10-nogap {
    margin-left: 83.3333333333%;
  }
  .grid-tablet-shift11-nogap {
    margin-left: 91.6666666667%;
  }
  .grid-tablet-shift12-nogap {
    margin-left: 100%;
  }
  .grid-tablet-span1 {
    float: left;
    display: block;
    margin-right: 2.7027027027%;
    width: 5.8558558559%;
  }
  .grid-tablet-span1:last-child {
    margin-right: 0;
  }
  .grid-tablet-span2 {
    float: left;
    display: block;
    margin-right: 2.7027027027%;
    width: 14.4144144144%;
  }
  .grid-tablet-span2:last-child {
    margin-right: 0;
  }
  .grid-tablet-span3 {
    float: left;
    display: block;
    margin-right: 2.7027027027%;
    width: 22.972972973%;
  }
  .grid-tablet-span3:last-child {
    margin-right: 0;
  }
  .grid-tablet-span4 {
    float: left;
    display: block;
    margin-right: 2.7027027027%;
    width: 31.5315315315%;
  }
  .grid-tablet-span4:last-child {
    margin-right: 0;
  }
  .grid-tablet-span5 {
    float: left;
    display: block;
    margin-right: 2.7027027027%;
    width: 40.0900900901%;
  }
  .grid-tablet-span5:last-child {
    margin-right: 0;
  }
  .grid-tablet-span6 {
    float: left;
    display: block;
    margin-right: 2.7027027027%;
    width: 48.6486486486%;
  }
  .grid-tablet-span6:last-child {
    margin-right: 0;
  }
  .grid-tablet-span7 {
    float: left;
    display: block;
    margin-right: 2.7027027027%;
    width: 57.2072072072%;
  }
  .grid-tablet-span7:last-child {
    margin-right: 0;
  }
  .grid-tablet-span8 {
    float: left;
    display: block;
    margin-right: 2.7027027027%;
    width: 65.7657657658%;
  }
  .grid-tablet-span8:last-child {
    margin-right: 0;
  }
  .grid-tablet-span9 {
    float: left;
    display: block;
    margin-right: 2.7027027027%;
    width: 74.3243243243%;
  }
  .grid-tablet-span9:last-child {
    margin-right: 0;
  }
  .grid-tablet-span10 {
    float: left;
    display: block;
    margin-right: 2.7027027027%;
    width: 82.8828828829%;
  }
  .grid-tablet-span10:last-child {
    margin-right: 0;
  }
  .grid-tablet-span11 {
    float: left;
    display: block;
    margin-right: 2.7027027027%;
    width: 91.4414414414%;
  }
  .grid-tablet-span11:last-child {
    margin-right: 0;
  }
  .grid-tablet-span12 {
    float: left;
    display: block;
    margin-right: 2.7027027027%;
    width: 100%;
  }
  .grid-tablet-span12:last-child {
    margin-right: 0;
  }
  .grid-tablet-shift0 {
    margin-left: 0%;
  }
  .grid-tablet-shift1 {
    margin-left: 8.5585585586%;
  }
  .grid-tablet-shift2 {
    margin-left: 17.1171171171%;
  }
  .grid-tablet-shift3 {
    margin-left: 25.6756756757%;
  }
  .grid-tablet-shift4 {
    margin-left: 34.2342342342%;
  }
  .grid-tablet-shift5 {
    margin-left: 42.7927927928%;
  }
  .grid-tablet-shift6 {
    margin-left: 51.3513513514%;
  }
  .grid-tablet-shift7 {
    margin-left: 59.9099099099%;
  }
  .grid-tablet-shift8 {
    margin-left: 68.4684684685%;
  }
  .grid-tablet-shift9 {
    margin-left: 77.027027027%;
  }
  .grid-tablet-shift10 {
    margin-left: 85.5855855856%;
  }
  .grid-tablet-shift11 {
    margin-left: 94.1441441441%;
  }
  .grid-tablet-shift-negative1 {
    margin-left: -8.5585585586%;
  }
  .grid-tablet-shift-negative2 {
    margin-left: -17.1171171171%;
  }
  .grid-tablet-shift-negative3 {
    margin-left: -25.6756756757%;
  }
  .grid-tablet-shift-negative4 {
    margin-left: -34.2342342342%;
  }
  .grid-tablet-shift-negative5 {
    margin-left: -42.7927927928%;
  }
  .grid-tablet-shift-negative6 {
    margin-left: -51.3513513514%;
  }
  .grid-tablet-shift-negative7 {
    margin-left: -59.9099099099%;
  }
  .grid-tablet-shift-negative8 {
    margin-left: -68.4684684685%;
  }
  .grid-tablet-shift-negative9 {
    margin-left: -77.027027027%;
  }
  .grid-tablet-shift-negative10 {
    margin-left: -85.5855855856%;
  }
  .grid-tablet-shift-negative11 {
    margin-left: -94.1441441441%;
  }
  .grid-tablet-shift-negative12 {
    margin-left: -102.7027027027%;
  }
  .grid-tablet-omega {
    margin-right: 0;
  }
  .grid-tablet-omega1:nth-child(1n) {
    margin-right: 0;
  }
  .grid-tablet-omega1:nth-child(1n+1) {
    clear: left;
  }
  .grid-tablet-omega2:nth-child(2n) {
    margin-right: 0;
  }
  .grid-tablet-omega2:nth-child(2n+1) {
    clear: left;
  }
  .grid-tablet-omega3:nth-child(3n) {
    margin-right: 0;
  }
  .grid-tablet-omega3:nth-child(3n+1) {
    clear: left;
  }
  .grid-tablet-omega4:nth-child(4n) {
    margin-right: 0;
  }
  .grid-tablet-omega4:nth-child(4n+1) {
    clear: left;
  }
  .grid-tablet-omega5:nth-child(5n) {
    margin-right: 0;
  }
  .grid-tablet-omega5:nth-child(5n+1) {
    clear: left;
  }
  .grid-tablet-omega6:nth-child(6n) {
    margin-right: 0;
  }
  .grid-tablet-omega6:nth-child(6n+1) {
    clear: left;
  }
  .grid-tablet-omega7:nth-child(7n) {
    margin-right: 0;
  }
  .grid-tablet-omega7:nth-child(7n+1) {
    clear: left;
  }
  .grid-tablet-omega8:nth-child(8n) {
    margin-right: 0;
  }
  .grid-tablet-omega8:nth-child(8n+1) {
    clear: left;
  }
  .grid-tablet-omega9:nth-child(9n) {
    margin-right: 0;
  }
  .grid-tablet-omega9:nth-child(9n+1) {
    clear: left;
  }
  .grid-tablet-omega10:nth-child(10n) {
    margin-right: 0;
  }
  .grid-tablet-omega10:nth-child(10n+1) {
    clear: left;
  }
  .grid-tablet-omega11:nth-child(11n) {
    margin-right: 0;
  }
  .grid-tablet-omega11:nth-child(11n+1) {
    clear: left;
  }
  .grid-tablet-omega12:nth-child(12n) {
    margin-right: 0;
  }
  .grid-tablet-omega12:nth-child(12n+1) {
    clear: left;
  }
  .grid-tablet-gap0-below {
    margin-bottom: 0px;
  }
  .grid-tablet-gap1-below {
    margin-bottom: 10px;
  }
  .grid-tablet-gap2-below {
    margin-bottom: 20px;
  }
  .grid-tablet-gap3-below {
    margin-bottom: 30px;
  }
  .grid-tablet-gap4-below {
    margin-bottom: 40px;
  }
  .grid-tablet-gap5-below {
    margin-bottom: 50px;
  }
  .grid-tablet-gap6-below {
    margin-bottom: 60px;
  }
  .grid-tablet-gap7-below {
    margin-bottom: 70px;
  }
  .grid-tablet-gap8-below {
    margin-bottom: 80px;
  }
  .grid-tablet-gap9-below {
    margin-bottom: 90px;
  }
  .grid-tablet-gap10-below {
    margin-bottom: 100px;
  }
  .grid-tablet-gap0-above {
    margin-top: 0px;
  }
  .grid-tablet-gap1-above {
    margin-top: 10px;
  }
  .grid-tablet-gap2-above {
    margin-top: 20px;
  }
  .grid-tablet-gap3-above {
    margin-top: 30px;
  }
  .grid-tablet-gap4-above {
    margin-top: 40px;
  }
  .grid-tablet-gap5-above {
    margin-top: 50px;
  }
  .grid-tablet-gap6-above {
    margin-top: 60px;
  }
  .grid-tablet-gap7-above {
    margin-top: 70px;
  }
  .grid-tablet-gap8-above {
    margin-top: 80px;
  }
  .grid-tablet-gap9-above {
    margin-top: 90px;
  }
  .grid-tablet-gap10-above {
    margin-top: 100px;
  }
}
@media screen and (max-width: 480px) {
  .grid {
    /* Does not support negative shift  */
  }
  .grid-mobile-row {
    display: block;
  }
  .grid-mobile-row::after {
    clear: both;
    content: "";
    display: block;
  }
  .grid-mobile-outer-container {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
  }
  .grid-mobile-outer-container::after {
    clear: both;
    content: "";
    display: block;
  }
  .grid-mobile-fill-parent {
    width: 100%;
  }
  .grid-mobile-text-left {
    text-align: left;
  }
  .grid-mobile-text-center {
    text-align: center;
  }
  .grid-mobile-text-right {
    text-align: right;
  }
  .grid-mobile-hidden {
    display: none;
  }
  .grid-mobile-visible {
    display: block;
  }
  .grid-mobile-span1-nogap {
    float: left;
    display: block;
    width: 8.3333333333%;
    margin-right: 0;
  }
  .grid-mobile-span2-nogap {
    float: left;
    display: block;
    width: 16.6666666667%;
    margin-right: 0;
  }
  .grid-mobile-span3-nogap {
    float: left;
    display: block;
    width: 25%;
    margin-right: 0;
  }
  .grid-mobile-span4-nogap {
    float: left;
    display: block;
    width: 33.3333333333%;
    margin-right: 0;
  }
  .grid-mobile-span5-nogap {
    float: left;
    display: block;
    width: 41.6666666667%;
    margin-right: 0;
  }
  .grid-mobile-span6-nogap {
    float: left;
    display: block;
    width: 50%;
    margin-right: 0;
  }
  .grid-mobile-span7-nogap {
    float: left;
    display: block;
    width: 58.3333333333%;
    margin-right: 0;
  }
  .grid-mobile-span8-nogap {
    float: left;
    display: block;
    width: 66.6666666667%;
    margin-right: 0;
  }
  .grid-mobile-span9-nogap {
    float: left;
    display: block;
    width: 75%;
    margin-right: 0;
  }
  .grid-mobile-span10-nogap {
    float: left;
    display: block;
    width: 83.3333333333%;
    margin-right: 0;
  }
  .grid-mobile-span11-nogap {
    float: left;
    display: block;
    width: 91.6666666667%;
    margin-right: 0;
  }
  .grid-mobile-span12-nogap {
    float: left;
    display: block;
    width: 100%;
    margin-right: 0;
  }
  .grid-mobile-shift1-nogap {
    margin-left: 8.3333333333%;
  }
  .grid-mobile-shift2-nogap {
    margin-left: 16.6666666667%;
  }
  .grid-mobile-shift3-nogap {
    margin-left: 25%;
  }
  .grid-mobile-shift4-nogap {
    margin-left: 33.3333333333%;
  }
  .grid-mobile-shift5-nogap {
    margin-left: 41.6666666667%;
  }
  .grid-mobile-shift6-nogap {
    margin-left: 50%;
  }
  .grid-mobile-shift7-nogap {
    margin-left: 58.3333333333%;
  }
  .grid-mobile-shift8-nogap {
    margin-left: 66.6666666667%;
  }
  .grid-mobile-shift9-nogap {
    margin-left: 75%;
  }
  .grid-mobile-shift10-nogap {
    margin-left: 83.3333333333%;
  }
  .grid-mobile-shift11-nogap {
    margin-left: 91.6666666667%;
  }
  .grid-mobile-shift12-nogap {
    margin-left: 100%;
  }
  .grid-mobile-span1 {
    float: left;
    display: block;
    margin-right: 2.7027027027%;
    width: 5.8558558559%;
  }
  .grid-mobile-span1:last-child {
    margin-right: 0;
  }
  .grid-mobile-span2 {
    float: left;
    display: block;
    margin-right: 2.7027027027%;
    width: 14.4144144144%;
  }
  .grid-mobile-span2:last-child {
    margin-right: 0;
  }
  .grid-mobile-span3 {
    float: left;
    display: block;
    margin-right: 2.7027027027%;
    width: 22.972972973%;
  }
  .grid-mobile-span3:last-child {
    margin-right: 0;
  }
  .grid-mobile-span4 {
    float: left;
    display: block;
    margin-right: 2.7027027027%;
    width: 31.5315315315%;
  }
  .grid-mobile-span4:last-child {
    margin-right: 0;
  }
  .grid-mobile-span5 {
    float: left;
    display: block;
    margin-right: 2.7027027027%;
    width: 40.0900900901%;
  }
  .grid-mobile-span5:last-child {
    margin-right: 0;
  }
  .grid-mobile-span6 {
    float: left;
    display: block;
    margin-right: 2.7027027027%;
    width: 48.6486486486%;
  }
  .grid-mobile-span6:last-child {
    margin-right: 0;
  }
  .grid-mobile-span7 {
    float: left;
    display: block;
    margin-right: 2.7027027027%;
    width: 57.2072072072%;
  }
  .grid-mobile-span7:last-child {
    margin-right: 0;
  }
  .grid-mobile-span8 {
    float: left;
    display: block;
    margin-right: 2.7027027027%;
    width: 65.7657657658%;
  }
  .grid-mobile-span8:last-child {
    margin-right: 0;
  }
  .grid-mobile-span9 {
    float: left;
    display: block;
    margin-right: 2.7027027027%;
    width: 74.3243243243%;
  }
  .grid-mobile-span9:last-child {
    margin-right: 0;
  }
  .grid-mobile-span10 {
    float: left;
    display: block;
    margin-right: 2.7027027027%;
    width: 82.8828828829%;
  }
  .grid-mobile-span10:last-child {
    margin-right: 0;
  }
  .grid-mobile-span11 {
    float: left;
    display: block;
    margin-right: 2.7027027027%;
    width: 91.4414414414%;
  }
  .grid-mobile-span11:last-child {
    margin-right: 0;
  }
  .grid-mobile-span12 {
    float: left;
    display: block;
    margin-right: 2.7027027027%;
    width: 100%;
  }
  .grid-mobile-span12:last-child {
    margin-right: 0;
  }
  .grid-mobile-shift0 {
    margin-left: 0%;
  }
  .grid-mobile-shift1 {
    margin-left: 8.5585585586%;
  }
  .grid-mobile-shift2 {
    margin-left: 17.1171171171%;
  }
  .grid-mobile-shift3 {
    margin-left: 25.6756756757%;
  }
  .grid-mobile-shift4 {
    margin-left: 34.2342342342%;
  }
  .grid-mobile-shift5 {
    margin-left: 42.7927927928%;
  }
  .grid-mobile-shift6 {
    margin-left: 51.3513513514%;
  }
  .grid-mobile-shift7 {
    margin-left: 59.9099099099%;
  }
  .grid-mobile-shift8 {
    margin-left: 68.4684684685%;
  }
  .grid-mobile-shift9 {
    margin-left: 77.027027027%;
  }
  .grid-mobile-shift10 {
    margin-left: 85.5855855856%;
  }
  .grid-mobile-shift11 {
    margin-left: 94.1441441441%;
  }
  .grid-mobile-shift-negative1 {
    margin-left: -8.5585585586%;
  }
  .grid-mobile-shift-negative2 {
    margin-left: -17.1171171171%;
  }
  .grid-mobile-shift-negative3 {
    margin-left: -25.6756756757%;
  }
  .grid-mobile-shift-negative4 {
    margin-left: -34.2342342342%;
  }
  .grid-mobile-shift-negative5 {
    margin-left: -42.7927927928%;
  }
  .grid-mobile-shift-negative6 {
    margin-left: -51.3513513514%;
  }
  .grid-mobile-shift-negative7 {
    margin-left: -59.9099099099%;
  }
  .grid-mobile-shift-negative8 {
    margin-left: -68.4684684685%;
  }
  .grid-mobile-shift-negative9 {
    margin-left: -77.027027027%;
  }
  .grid-mobile-shift-negative10 {
    margin-left: -85.5855855856%;
  }
  .grid-mobile-shift-negative11 {
    margin-left: -94.1441441441%;
  }
  .grid-mobile-shift-negative12 {
    margin-left: -102.7027027027%;
  }
  .grid-mobile-omega {
    margin-right: 0;
  }
  .grid-mobile-omega1:nth-child(1n) {
    margin-right: 0;
  }
  .grid-mobile-omega1:nth-child(1n+1) {
    clear: left;
  }
  .grid-mobile-omega2:nth-child(2n) {
    margin-right: 0;
  }
  .grid-mobile-omega2:nth-child(2n+1) {
    clear: left;
  }
  .grid-mobile-omega3:nth-child(3n) {
    margin-right: 0;
  }
  .grid-mobile-omega3:nth-child(3n+1) {
    clear: left;
  }
  .grid-mobile-omega4:nth-child(4n) {
    margin-right: 0;
  }
  .grid-mobile-omega4:nth-child(4n+1) {
    clear: left;
  }
  .grid-mobile-omega5:nth-child(5n) {
    margin-right: 0;
  }
  .grid-mobile-omega5:nth-child(5n+1) {
    clear: left;
  }
  .grid-mobile-omega6:nth-child(6n) {
    margin-right: 0;
  }
  .grid-mobile-omega6:nth-child(6n+1) {
    clear: left;
  }
  .grid-mobile-omega7:nth-child(7n) {
    margin-right: 0;
  }
  .grid-mobile-omega7:nth-child(7n+1) {
    clear: left;
  }
  .grid-mobile-omega8:nth-child(8n) {
    margin-right: 0;
  }
  .grid-mobile-omega8:nth-child(8n+1) {
    clear: left;
  }
  .grid-mobile-omega9:nth-child(9n) {
    margin-right: 0;
  }
  .grid-mobile-omega9:nth-child(9n+1) {
    clear: left;
  }
  .grid-mobile-omega10:nth-child(10n) {
    margin-right: 0;
  }
  .grid-mobile-omega10:nth-child(10n+1) {
    clear: left;
  }
  .grid-mobile-omega11:nth-child(11n) {
    margin-right: 0;
  }
  .grid-mobile-omega11:nth-child(11n+1) {
    clear: left;
  }
  .grid-mobile-omega12:nth-child(12n) {
    margin-right: 0;
  }
  .grid-mobile-omega12:nth-child(12n+1) {
    clear: left;
  }
  .grid-mobile-gap0-below {
    margin-bottom: 0px;
  }
  .grid-mobile-gap1-below {
    margin-bottom: 10px;
  }
  .grid-mobile-gap2-below {
    margin-bottom: 20px;
  }
  .grid-mobile-gap3-below {
    margin-bottom: 30px;
  }
  .grid-mobile-gap4-below {
    margin-bottom: 40px;
  }
  .grid-mobile-gap5-below {
    margin-bottom: 50px;
  }
  .grid-mobile-gap6-below {
    margin-bottom: 60px;
  }
  .grid-mobile-gap7-below {
    margin-bottom: 70px;
  }
  .grid-mobile-gap8-below {
    margin-bottom: 80px;
  }
  .grid-mobile-gap9-below {
    margin-bottom: 90px;
  }
  .grid-mobile-gap10-below {
    margin-bottom: 100px;
  }
  .grid-mobile-gap0-above {
    margin-top: 0px;
  }
  .grid-mobile-gap1-above {
    margin-top: 10px;
  }
  .grid-mobile-gap2-above {
    margin-top: 20px;
  }
  .grid-mobile-gap3-above {
    margin-top: 30px;
  }
  .grid-mobile-gap4-above {
    margin-top: 40px;
  }
  .grid-mobile-gap5-above {
    margin-top: 50px;
  }
  .grid-mobile-gap6-above {
    margin-top: 60px;
  }
  .grid-mobile-gap7-above {
    margin-top: 70px;
  }
  .grid-mobile-gap8-above {
    margin-top: 80px;
  }
  .grid-mobile-gap9-above {
    margin-top: 90px;
  }
  .grid-mobile-gap10-above {
    margin-top: 100px;
  }
}

.sticky-footer, .sticky-footer > body {
  height: 100%;
}
.sticky-footer-page-content-wrapper {
  min-height: 100%;
  margin-bottom: -105px;
}
.sticky-footer-page-content-wrapper:after {
  content: "";
  display: block;
  height: 105px;
}
.sticky-footer-wrapper {
  height: 105px;
}

/*############
Grid code
############*/
@media screen and (max-width: 1170px) {
  .grid-outer-container {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
  }
  .grid-outer-container::after {
    clear: both;
    content: "";
    display: block;
  }
}
@media screen and (max-width: 992px) {
  .grid-outer-container {
    max-width: calc(100% - 20px);
    margin-left: auto;
    margin-right: auto;
  }
  .grid-outer-container::after {
    clear: both;
    content: "";
    display: block;
  }
}

/*############
Print code
############*/
.visible-print {
  display: none;
}

@media print {
  .visible-print {
    display: block;
  }

  .hidden-print {
    display: none !important;
  }
}

/*# sourceMappingURL=style.css.map */
