/* Variants */
/*
 * -- BASE STYLES --
 * Don't screw this up!
 */
.container.container-row {
  padding: 1em 0;
}
.container.container-bg {
  background-color: #fff;
  color: #222;
  border-top-left-radius: 0.2em;
  border-top-right-radius: 0.2em;
  position: relative;
  overflow: hidden;
}
.has-background .root-container > div > .container {
  background-color: #fff;
}
body {
  background-color: #fff;
}
#body {
  max-width: 1920px;
  -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.5);
  box-shadow: 0 0 2px rgba(0,0,0,0.5);
  margin: 0 auto;
  color: #222;
  overflow: hidden;
  background-color: #fff;
}
#body.has-background {
  background-image: $bgImg;
  background-size: $bgSize;
  background-repeat: $bgRepeat;
  background-position: $bgPosition;
  background-attachment: $bgAttachment;
}
input,
select,
textarea {
  background-color: #fff;
  color: #222;
}
main {
  -webkit-transition: filter 0.5s ease-in-out;
  -moz-transition: filter 0.5s ease-in-out;
  -o-transition: filter 0.5s ease-in-out;
  -ms-transition: filter 0.5s ease-in-out;
  transition: filter 0.5s ease-in-out;
}
main > .root-container {
  min-height: 100vh;
}
main.blocked {
  filter: blur(4px);
  -webkit-filter: blur(4px);
}
.root-container {
  max-width: 1920px;
}
blocker {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.5s ease-in-out, z-index 0s linear 0.5s;
  -moz-transition: opacity 0.5s ease-in-out, z-index 0s linear 0.5s;
  -o-transition: opacity 0.5s ease-in-out, z-index 0s linear 0.5s;
  -ms-transition: opacity 0.5s ease-in-out, z-index 0s linear 0.5s;
  transition: opacity 0.5s ease-in-out, z-index 0s linear 0.5s;
  background-color: rgba(0,0,0,0.85);
  text-align: center;
}
blocker.blocking {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  z-index: 10000;
  -webkit-transition: opacity 0.5s ease-in-out, z-index 0s linear;
  -moz-transition: opacity 0.5s ease-in-out, z-index 0s linear;
  -o-transition: opacity 0.5s ease-in-out, z-index 0s linear;
  -ms-transition: opacity 0.5s ease-in-out, z-index 0s linear;
  transition: opacity 0.5s ease-in-out, z-index 0s linear;
}
img,
img:focus,
a,
a:focus {
  outline: 0;
  color: #3d5afe;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
}
h2,
h3 {
  margin: 5px 0;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
.pure-g {
  display: block;
}
.pure-g [class *="pure-u"] {
  font-family: roboto, arial, sans-serif;
}
.pure-menu-active > .pure-menu-link,
.pure-menu-link:hover,
.pure-menu-link:focus {
  background: none;
}
.l-content {
  margin: 0 auto;
}
.l-box {
  padding: 0.5em 2em;
}
.container {
  max-width: 1250px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sizer {
  height: 100%;
  width: 0;
  display: inline-block;
  vertical-align: middle;
}
.textPrimary,
.textA {
  color: #0d47a1;
}
.textSecondary {
  color: $secondaryBg;
}
.textAlt {
  color: #3d5afe;
}
.textGrey,
.textGray {
  color: #f4f4f4;
}
.bgPrimary,
.bgA {
  background: #0d47a1;
  color: #eee;
}
.altBg {
  background: #f4f4f4;
  color: #222;
}
div[class^="ion"] {
  font-size: 1em;
  display: inline;
  padding: 0 5px;
  color: #3d5afe;
}
.pure-g.no-gap {
  line-height: 0;
}
.pure-g.no-gap > * {
  line-height: normal;
}
.legacy-redirect {
  color: #222;
  font-size: 2em;
  margin-top: calc(50vh - 1em);
  text-align: center;
}
@media screen and (max-width: 35.6em) {
  #body.has-background {
    background-size: initial;
  }
  .container.container-row {
    padding: 0;
  }
}
@media screen and (max-width: 48em) {
  .pure-u-sm-0 {
    display: none;
  }
}
@media screen and (min-width: 48em) and (max-width: 64em) {
  .pure-u-md-0 {
    display: none;
  }
}
@media screen and (min-width: 64em) {
  .pure-u-lg-0 {
    display: none;
  }
}
@media print {
  * {
    background-color: #fff;
    color: #222 /* Variants */;
  }
}
/* main 53 */
.top-header-section {
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #e2e8f0;
  padding: 15px 5%;
  font-family: 'Inter', sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.top-header-section * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.top-header-container {
  max-width: 1300px;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 20px;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.info-cards-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 16px;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.info-card {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  padding: 8px 16px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}
.info-card:hover {
  border-color: #00bcd4;
  -webkit-box-shadow: 0 4px 12px rgba(0,188,212,0.15);
  box-shadow: 0 4px 12px rgba(0,188,212,0.15);
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}
.info-card-icon {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding-right: 12px;
  border-right: 1px solid #e0e0e0;
  margin-right: 12px;
  -webkit-transition: border-color 0.3s ease;
  -moz-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  -ms-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
.info-card:hover .info-card-icon {
  border-right-color: #00bcd4;
}
.info-card-icon ion-icon {
  font-size: 26px;
  color: #00bcd4;
  -webkit-transition: -webkit-transform 0.3s ease;
  -moz-transition: -moz-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  -ms-transition: -ms-transform 0.3s ease;
  transition: transform 0.3s ease;
}
.info-card:hover .info-card-icon ion-icon {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.info-card-content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.info-card-title {
  font-size: 13px;
  font-weight: 700;
  color: #1a202c;
  line-height: 1.2;
}
.info-card-subtext {
  font-size: 12px;
  color: #4a5568;
  margin-top: 2px;
  line-height: 1.2;
}
.social-links-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
}
.social-link {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0 16px;
  height: 36px;
  border-left: 1px solid #e0e0e0;
  color: #2d3748;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.social-link:last-child {
  border-right: 1px solid #e0e0e0;
}
.social-link ion-icon {
  font-size: 20px;
  -webkit-transition: -webkit-transform 0.3s ease, color 0.3s ease;
  -moz-transition: -moz-transform 0.3s ease, color 0.3s ease;
  -o-transition: -o-transform 0.3s ease, color 0.3s ease;
  -ms-transition: -ms-transform 0.3s ease, color 0.3s ease;
  transition: transform 0.3s ease, color 0.3s ease;
}
.social-link:hover ion-icon {
  color: #00bcd4;
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}
.top-header-section.primary-color {
  background-color: #e31424;
  border-bottom-color: transparent;
}
.top-header-section.black-bg {
  background-color: #000;
  border-bottom-color: transparent;
}
.top-header-section.primary-color .social-link,
.top-header-section.black-bg .social-link {
  color: #fff;
  border-left-color: rgba(255,255,255,0.2);
}
.top-header-section.primary-color .social-link:last-child,
.top-header-section.black-bg .social-link:last-child {
  border-right-color: rgba(255,255,255,0.2);
}
@media (max-width: 992px) {
  .top-header-container {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .social-links-wrapper {
    margin-top: 5px;
  }
}
@media (max-width: 600px) {
  .info-cards-wrapper {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
  .info-card {
    width: 100%;
  }
  .social-link {
    padding: 0 12px;
  }
}
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;700;800&display=swap");
.daybreak-header-section {
  --primary-color: #00bcd4;
  --dark-block: #333;
  --text-dark: #222;
  --font-family: 'Poppins', sans-serif;
  --geometric-light-cyan: #72e1ed;
  --geometric-dark-cyan: #00b4d8;
  width: 100%;
  font-family: var(--font-family);
  background-color: #fff;
  -webkit-box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.daybreak-header-section * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
/* Hide the toggle checkbox visually */
.daybreak-header-section .menu-toggle-checkbox {
  position: absolute;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  pointer-events: none;
}
/* ================= Top Bar ================= */
.daybreak-header-section .top-header {
  padding: 24px 8%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
/* ================= Logo Area ================= */
.daybreak-header-section .logo-container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
}
.daybreak-header-section .logo-text h1 {
  font-size: 34px;
  font-weight: 800;
  color: var(--text-dark);
  line-height: 1;
}
/* ================= Contact Us / Badge Call to Action ================= */
/* Base button layout */
.daybreak-header-section .btn-quote,
.daybreak-header-section a.btn-quote {
  position: relative;
  background-color: #00bcd4;
  color: #fff !important;
  padding: 12px 24px;
  border: none !important;
  outline: none !important;
  border-radius: 40px;
  text-align: center;
  -webkit-box-shadow: 0 10px 25px rgba(0,188,212,0.4);
  box-shadow: 0 10px 25px rgba(0,188,212,0.4);
  z-index: 10;
  width: auto;
  min-width: 155px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  min-height: 54px;
  -webkit-transition: -webkit-transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
  -moz-transition: -moz-transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
  -o-transition: -o-transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
  -ms-transition: -ms-transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
  cursor: pointer;
/* Text formatting */
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.5px;
  text-transform: none !important;
  white-space: nowrap;
}
/* Kills visited/link underlines on the button and ALL child elements (<a>, <span>, etc.) */
.daybreak-header-section .btn-quote,
.daybreak-header-section .btn-quote:link,
.daybreak-header-section .btn-quote:visited,
.daybreak-header-section a.btn-quote,
.daybreak-header-section a.btn-quote:link,
.daybreak-header-section a.btn-quote:visited,
.daybreak-header-section .btn-quote *,
.daybreak-header-section .btn-quote *:link,
.daybreak-header-section .btn-quote *:visited {
  text-decoration: none !important;
  text-decoration-line: none !important;
  text-decoration-color: transparent !important;
  border-bottom: none !important;
  color: #fff !important;
}
/* Interactive States — Preserves lift & glow while keeping underline gone */
.daybreak-header-section .btn-quote:hover,
.daybreak-header-section .btn-quote:focus,
.daybreak-header-section .btn-quote:active,
.daybreak-header-section a.btn-quote:hover,
.daybreak-header-section a.btn-quote:focus,
.daybreak-header-section a.btn-quote:active {
  text-decoration: none !important;
  text-decoration-line: none !important;
  border-bottom: none !important;
  outline: none !important;
  color: #fff !important;
  -webkit-transform: translateY(-3px) scale(1.02);
  -moz-transform: translateY(-3px) scale(1.02);
  -o-transform: translateY(-3px) scale(1.02);
  -ms-transform: translateY(-3px) scale(1.02);
  transform: translateY(-3px) scale(1.02);
  -webkit-box-shadow: 0 14px 30px rgba(0,188,212,0.6);
  box-shadow: 0 14px 30px rgba(0,188,212,0.6);
  background-color: #00acc1;
}
/* Mobile Toggle Hamburger Icon */
.daybreak-header-section .mobile-toggle {
  display: none;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 8px;
}
.daybreak-header-section .mobile-toggle span {
  width: 25px;
  height: 3px;
  background-color: var(--text-dark);
  border-radius: 2px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* ================= Navigation Strip ================= */
.daybreak-header-section .nav-bar-container {
  padding: 0 8%;
  background-color: var(--geometric-dark-cyan);
  position: relative;
  overflow: hidden;
}
/* Left Light-Cyan Rounded Cap */
.daybreak-header-section .nav-bar-container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 180px;
  height: 100%;
  background-color: var(--geometric-light-cyan);
  border-radius: 0 50px 50px 0;
  z-index: 1;
}
/* Right Light-Cyan Rounded Cap */
.daybreak-header-section .nav-bar-container::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 180px;
  height: 100%;
  background-color: var(--geometric-light-cyan);
  border-radius: 50px 0 0 50px;
  z-index: 1;
}
.daybreak-header-section .nav-menu {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  list-style: none;
  z-index: 2;
}
.daybreak-header-section .nav-item {
  position: relative;
}
.daybreak-header-section .nav-link {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
  padding: 18px 24px;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.daybreak-header-section .nav-link:focus-visible {
  outline: 2px solid #fff;
  outline-offset: -4px;
}
/* ================= Navigation Bottom Line Hover Effect ================= */
.daybreak-header-section .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 3px;
  background-color: #2d3748;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.daybreak-header-section .nav-link:hover::after,
.daybreak-header-section .nav-link:focus-visible::after {
  width: 100%;
}
/* ================= Responsive Styles ================= */
@media (max-width: 868px) {
  .daybreak-header-section .top-header {
    padding: 15px 5%;
  }
  .daybreak-header-section .mobile-toggle {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
  }
  .daybreak-header-section .nav-bar-container {
    padding: 0;
    overflow: visible;
  }
  .daybreak-header-section .nav-bar-container::before,
  .daybreak-header-section .nav-bar-container::after {
    display: none;
  }
  .daybreak-header-section .nav-menu {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -o-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    display: none;
  }
  .daybreak-header-section .menu-toggle-checkbox:checked ~ .nav-bar-container .nav-menu {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
  }
  .daybreak-header-section .nav-link {
    padding: 16px 5%;
    border-bottom: 1px solid rgba(255,255,255,0.1);
  }
}
@media (max-width: 576px) {
  .daybreak-header-section .btn-quote,
  .daybreak-header-section a.btn-quote {
    padding: 10px 16px;
    font-size: 0.95rem;
    min-width: 130px;
  }
}
@media screen and (min-width: 48em) {
  .mobile-text {
    display: none;
  }
}
@media screen and (max-width: 48em) {
  .mobile-text {
    position: fixed;
    z-index: 10;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    -webkit-box-shadow: 0 -0.1em 0.1em rgba(0,0,0,0.25);
    box-shadow: 0 -0.1em 0.1em rgba(0,0,0,0.25);
  }
  .mobile-text .text-dealer {
    padding: 0.5em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #0d47a1;
    color: #eee;
    text-align: center;
  }
  .mobile-text .text-dealer a {
    display: inline-block;
    width: 100%;
    color: #eee;
    text-decoration: none;
  }
}
blocker .lightbox {
  overflow: hidden;
  width: 100%;
  height: 100%;
  color: #fff;
}
blocker .lightbox .title-bar {
  border-bottom: 1px solid rgba(255,255,255,0.2);
}
blocker .lightbox .title-bar .title {
  font-family: 'Oswald', 'Roboto', sans-serif;
  font-size: 2em;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  padding: 0.5em 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
blocker .lightbox .title-bar .close {
  height: 80px;
  border-left: 1px solid rgba(255,255,255,0.2);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.5em 1em;
  line-height: 65px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
blocker .lightbox .title-bar .close:hover {
  background: rgba(255,255,255,0.2);
}
blocker .lightbox .main-pic {
  overflow: hidden;
  padding: 1em 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
blocker .lightbox .main-pic .control {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 2em;
  cursor: pointer;
  padding: 2em 0.5em;
  text-shadow: 1px 1px 1px #000;
}
blocker .lightbox .main-pic .control.left {
  left: 0;
}
blocker .lightbox .main-pic .control.right {
  right: 0;
}
blocker .lightbox .panels {
  white-space: nowrap;
  position: relative;
  -webkit-transition: left 0.5s ease-in-out;
  -moz-transition: left 0.5s ease-in-out;
  -o-transition: left 0.5s ease-in-out;
  -ms-transition: left 0.5s ease-in-out;
  transition: left 0.5s ease-in-out;
  left: 0;
  height: 100%;
}
blocker .lightbox .panel {
  display: inline-block;
  vertical-align: middle;
  min-width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
blocker .lightbox .panel > div {
  display: inline-block;
  vertical-align: middle;
}
blocker .lightbox .panel img {
  max-height: calc(100vh - 3em);
  max-width: 100%;
}
blocker .lightbox .panel .img-caption {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  text-align: center;
  background: rgba(0,0,0,0.5);
  color: #fff;
  padding: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
blocker .lightbox .thumbnails {
  padding: 0.5em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  overflow: auto;
  max-height: 90vh;
}
blocker .lightbox .thumbnails .thumb-wrapper {
  padding: 0.5em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
blocker .lightbox .thumbnails .img {
  padding-bottom: 75%;
  background-size: cover;
  background-position: center center;
  border-radius: 0.25em;
  overflow: hidden;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
blocker .lightbox .thumbnails .img.active {
  border: 2px solid #0d47a1;
}
@media screen and (max-width: 48em) {
  blocker .lightbox .title-bar .close span {
    display: none;
  }
  blocker .lightbox .panel img {
    max-height: calc(100vh - 20vw);
  }
  blocker .lightbox .panel .img-caption {
    display: none;
  }
  blocker .lightbox .thumbnails {
    white-space: nowrap;
    overflow: auto;
  }
}
@media screen and (max-width: 35.6em) {
  blocker .lightbox .title-bar .title {
    font-size: 1.25em;
    line-height: 60px;
  }
  blocker .lightbox .panel img {
    max-height: calc(100vh - 80vw);
  }
}
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/ionicons/2.0.1/css/ionicons.min.css");
.footer-section {
  background-color: #00bcd4;
  color: #fff;
  padding: 50px 20px 40px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}
.footer-section * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.footer-section .footer-container {
  max-width: 1200px;
  margin: 0 auto;
}
/* --- Top Row Layout --- */
.footer-section .footer-top-row {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  padding-bottom: 30px;
}
/* Navigation */
.footer-section .footer-nav {
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
}
.footer-section .footer-nav li a {
  color: #fff;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 600;
  text-transform: uppercase; /* Replicates the style from image_a482fe.png */
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  -ms-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.footer-section .footer-nav li a:hover {
  opacity: 0.75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  filter: alpha(opacity=75);
}
/* Social Icons */
.footer-section .social-icons {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 20px;
}
.footer-section .social-icons a {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  font-size: 1.3rem;
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  -moz-transition: opacity 0.2s ease, -moz-transform 0.2s ease;
  -o-transition: opacity 0.2s ease, -o-transform 0.2s ease;
  -ms-transition: opacity 0.2s ease, -ms-transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.footer-section .social-icons a:hover {
  opacity: 0.75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  filter: alpha(opacity=75);
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}
/* --- Divider Line --- */
.footer-section .footer-divider {
  border: 0;
  border-top: 1px solid rgba(255,255,255,0.2);
  margin: 0;
}
/* --- Bottom Row Layout --- */
.footer-section .footer-bottom-row {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  padding-top: 30px;
}
/* Brand Name */
.footer-section .brand-box h2 {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: -0.5px;
  margin: 0;
}
/* Copyright Links */
.footer-section .copyright {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.9);
}
.footer-section .footer-bottom-link {
  color: rgba(255,255,255,0.9);
  text-decoration: none;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  -ms-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.footer-section .footer-bottom-link:hover {
  color: #fff;
  text-decoration: underline;
}
/* --- Mobile Responsiveness --- */
@media (max-width: 768px) {
  .footer-section .footer-top-row,
  .footer-section .footer-bottom-row {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
    gap: 30px;
  }
  .footer-section .footer-nav {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
div.scroll-back-up {
  position: fixed;
  left: -75%;
  bottom: calc(1.5em + 150px);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  background-color: rgba(51,51,51,0.85);
  color: #fff;
  border-radius: 50%;
  width: 2em;
  height: 2em;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1000;
  -webkit-transition: opacity 0.3s ease-in-out, left 0s linear 0.3s, background-color 0.3s ease, -webkit-transform 0.3s ease;
  -moz-transition: opacity 0.3s ease-in-out, left 0s linear 0.3s, background-color 0.3s ease, -moz-transform 0.3s ease;
  -o-transition: opacity 0.3s ease-in-out, left 0s linear 0.3s, background-color 0.3s ease, -o-transform 0.3s ease;
  -ms-transition: opacity 0.3s ease-in-out, left 0s linear 0.3s, background-color 0.3s ease, -ms-transform 0.3s ease;
  transition: opacity 0.3s ease-in-out, left 0s linear 0.3s, background-color 0.3s ease, transform 0.3s ease;
  cursor: pointer;
  font-size: 1.5em;
  text-align: center;
}
div.scroll-back-up:hover {
  background-color: rgba(17,17,17,0.6);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
div.scroll-back-up.active {
  left: calc(50% + 600px);
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transition: opacity 0.3s ease-in-out, left 0s linear;
  -moz-transition: opacity 0.3s ease-in-out, left 0s linear;
  -o-transition: opacity 0.3s ease-in-out, left 0s linear;
  -ms-transition: opacity 0.3s ease-in-out, left 0s linear;
  transition: opacity 0.3s ease-in-out, left 0s linear;
}
@media screen and (max-width: 1280px) {
  div.scroll-back-up.active {
    left: calc(100% - 2.5em);
  }
}
/* Home 6 */
.about-section {
  padding: 60px 15px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  font-family: 'Poppins', sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.about-section div,
.about-section h2,
.about-section h4,
.about-section p,
.about-section button,
.about-section span,
.about-section svg {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.about-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.about-section .image-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  position: relative;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
}
.about-section .img-mask {
  width: 100%;
  overflow: hidden;
  border-radius: 120px;
  -webkit-box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}
.about-section .img-mask img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  -webkit-transition: -webkit-transform 0.5s ease;
  -moz-transition: -moz-transform 0.5s ease;
  -o-transition: -o-transform 0.5s ease;
  -ms-transition: -ms-transform 0.5s ease;
  transition: transform 0.5s ease;
}
.about-section .mask-1 {
  height: 380px;
}
.about-section .mask-2 {
  height: 320px;
}
.about-section .mask-3 {
  height: 440px;
}
.about-section .hover-lift {
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.4s ease;
  -moz-transition: -moz-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.4s ease;
  -o-transition: -o-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.4s ease;
  -ms-transition: -ms-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.4s ease;
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.4s ease;
}
.about-section .hover-lift:hover {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-box-shadow: 0 20px 40px rgba(0,0,0,0.15);
  box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}
.about-section .hover-lift:hover img {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -o-transform: scale(1.06);
  -ms-transform: scale(1.06);
  transform: scale(1.06);
}
.about-section .experience-badge {
  position: absolute;
  bottom: -10px;
  right: -10px;
  background-color: #00bcd4;
  color: #fff;
  padding: 10px 20px;
  border-radius: 40px;
  text-align: center;
  -webkit-box-shadow: 0 10px 25px rgba(0,188,212,0.4);
  box-shadow: 0 10px 25px rgba(0,188,212,0.4);
  z-index: 10;
  width: auto;
  min-width: 155px;
  max-width: 190px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  min-height: 54px;
}
.about-section .badge-main-text {
  font-size: 0.7rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
}
.about-section .badge-sub-text {
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  word-break: break-word;
}
.about-section .content-box {
  width: 100%;
}
.about-section .badge-about {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 6px;
  background-color: #00bcd4;
  color: #fff;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 600;
  margin-bottom: 24px;
}
.about-section .badge-car-icon {
  width: 14px;
  height: 14px;
  fill: currentColor;
}
.about-section .main-heading {
  color: #061c57;
  font-size: 2.7rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 24px;
}
.about-section .highlight {
  color: #00bcd4;
}
.about-section .description {
  color: #757575;
  font-size: 0.95rem;
  line-height: 1.7;
  margin-bottom: 30px;
}
.about-section .description p {
  margin-bottom: 15px;
  color: #757575;
  font-size: 0.95rem;
  line-height: 1.7;
}
.about-section .description p:last-child {
  margin-bottom: 0;
}
.about-section .description a {
  color: #00bcd4;
  text-decoration: none;
  font-weight: 500;
}
.about-section .description a:hover {
  text-decoration: underline;
}
.about-section .features-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 30px;
}
.about-section .feature-card {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 12px;
  padding: 16px 20px;
  border: 1px solid #f1f5f9;
  border-radius: 12px;
  background-color: #fff;
  -webkit-transition: border-color 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  -moz-transition: border-color 0.3s ease, box-shadow 0.3s ease, -moz-transform 0.3s ease;
  -o-transition: border-color 0.3s ease, box-shadow 0.3s ease, -o-transform 0.3s ease;
  -ms-transition: border-color 0.3s ease, box-shadow 0.3s ease, -ms-transform 0.3s ease;
  transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}
.about-section .hover-glow:hover {
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
  border-color: rgba(0,188,212,0.3);
  -webkit-box-shadow: 0 10px 20px rgba(0,188,212,0.05);
  box-shadow: 0 10px 20px rgba(0,188,212,0.05);
}
.about-section .icon-wrapper {
  color: #00bcd4;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 2px solid #00bcd4;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.about-section .v2-svg-icon {
  width: 20px;
  height: 20px;
  fill: currentColor;
}
.about-section .feature-text h4 {
  color: #061c57;
  font-size: 0.95rem;
  font-weight: 700;
  margin-bottom: 2px;
}
.about-section .feature-text p {
  color: #757575;
  font-size: 0.8rem;
}
.about-section .slogan-container {
  font-style: italic;
  font-weight: 300;
  font-size: 1.15rem;
  color: #061c57;
  padding: 15px;
  margin-bottom: 25px;
  border-left: 3px solid #00bcd4;
  background-color: #f9fbfd;
  border-radius: 0 8px 8px 0;
}
.about-section .animate-fade-in-left {
  -webkit-animation: fadeInLeft 1.1s cubic-bezier(0.25, 1, 0.5, 1) both;
  -moz-animation: fadeInLeft 1.1s cubic-bezier(0.25, 1, 0.5, 1) both;
  -o-animation: fadeInLeft 1.1s cubic-bezier(0.25, 1, 0.5, 1) both;
  -ms-animation: fadeInLeft 1.1s cubic-bezier(0.25, 1, 0.5, 1) both;
  animation: fadeInLeft 1.1s cubic-bezier(0.25, 1, 0.5, 1) both;
}
.about-section .animate-fade-in-right {
  -webkit-animation: fadeInRight 1.1s cubic-bezier(0.25, 1, 0.5, 1) both;
  -moz-animation: fadeInRight 1.1s cubic-bezier(0.25, 1, 0.5, 1) both;
  -o-animation: fadeInRight 1.1s cubic-bezier(0.25, 1, 0.5, 1) both;
  -ms-animation: fadeInRight 1.1s cubic-bezier(0.25, 1, 0.5, 1) both;
  animation: fadeInRight 1.1s cubic-bezier(0.25, 1, 0.5, 1) both;
}
.about-section .animate-fade-in-up {
  -webkit-animation: fadeInUp 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.3s both;
  -moz-animation: fadeInUp 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.3s both;
  -o-animation: fadeInUp 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.3s both;
  -ms-animation: fadeInUp 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.3s both;
  animation: fadeInUp 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.3s both;
}
.about-section .animate-pulse {
  -webkit-animation: pulseBreathing 3s ease-in-out infinite;
  -moz-animation: pulseBreathing 3s ease-in-out infinite;
  -o-animation: pulseBreathing 3s ease-in-out infinite;
  -ms-animation: pulseBreathing 3s ease-in-out infinite;
  animation: pulseBreathing 3s ease-in-out infinite;
}
@media (max-width: 992px) {
  .about-container {
    grid-template-columns: 1fr;
    gap: 60px;
  }
  .about-section .image-gallery {
    max-width: 500px;
    margin: 0 auto;
  }
  .about-section .content-box {
    text-align: center;
  }
  .about-section .badge-about {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .about-section .features-container {
    text-align: left;
  }
  .about-section .slogan-container {
    border-left: none;
    border-top: 3px solid #00bcd4;
    border-radius: 0 0 8px 8px;
    text-align: center;
  }
}
@media (max-width: 576px) {
  .about-section {
    padding: 40px 10px;
  }
  .about-section .main-heading {
    font-size: 2rem;
  }
  .about-section .mask-1 {
    height: 280px;
  }
  .about-section .mask-2 {
    height: 240px;
  }
  .about-section .mask-3 {
    height: 320px;
  }
  .about-section .image-gallery {
    gap: 10px;
  }
  .about-section .experience-badge {
    padding: 10px 16px;
    bottom: -15px;
    right: 5px;
  }
  .about-section .features-container {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
/* Privacy Policy 6 */
.container-wrapper {
  position: relative;
  max-width: 1250px;
  margin: 0 auto;
}
.container-bg-border {
  display: block;
  height: 50%;
  margin-bottom: -50%;
  z-index: 0;
  left: -1px;
  top: -1px;
  right: -1px;
  position: absolute;
  background: -webkit-linear-gradient(rgba(0,0,0,0.05), transparent);
  background: -moz-linear-gradient(rgba(0,0,0,0.05), transparent);
  background: -o-linear-gradient(rgba(0,0,0,0.05), transparent);
  background: -ms-linear-gradient(rgba(0,0,0,0.05), transparent);
  background: linear-gradient(rgba(0,0,0,0.05), transparent);
  border-radius: 0.2em;
  max-width: 100%;
}
.container.primary,
.container-full.primary {
  background-color: #0d47a1;
  color: #eee;
}
.container.alt-bg,
.container-full.alt-bg {
  background-color: #f4f4f4;
  color: #222;
}
.container.left-m,
.container-full.left-m {
  margin-left: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.container.right-m,
.container-full.right-m {
  margin-right: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.container.container-trans,
.container-full.container-trans {
  background: rgba(255,255,255,0.9);
}
.container-full {
  width: 100%;
  background-color: #fff;
}
.has-background .root-container > div > .container-trans {
  background-color: rgba(255,255,255,0.9);
}
@media screen and (max-width: 48em) {
  .container.alt-bg,
  .container.left-m,
  .container.right-m {
    margin: 0;
  }
}
.privacy-policy {
  padding: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.privacy-policy h3 {
  background-color: #f4f4f4;
  color: #222;
  padding: 0.5em 1em;
}
.privacy-policy h3,
.privacy-policy strong {
  font-weight: 500;
}
.privacy-policy h3.title {
  text-align: center;
  margin-bottom: 1em;
  border-bottom: 0.2em solid #f4f4f4;
}
.privacy-policy .info {
  margin: 1em 0;
}
.privacy-policy ol li,
.privacy-policy ul li {
  padding-bottom: 1em;
}
.privacy-policy .worldpay p {
  text-align: justify;
}
/* Sitemap 6 */
.container-wrapper {
  position: relative;
  max-width: 1250px;
  margin: 0 auto;
}
.container-bg-border {
  display: block;
  height: 50%;
  margin-bottom: -50%;
  z-index: 0;
  left: -1px;
  top: -1px;
  right: -1px;
  position: absolute;
  background: -webkit-linear-gradient(rgba(0,0,0,0.05), transparent);
  background: -moz-linear-gradient(rgba(0,0,0,0.05), transparent);
  background: -o-linear-gradient(rgba(0,0,0,0.05), transparent);
  background: -ms-linear-gradient(rgba(0,0,0,0.05), transparent);
  background: linear-gradient(rgba(0,0,0,0.05), transparent);
  border-radius: 0.2em;
  max-width: 100%;
}
.container.primary,
.container-full.primary {
  background-color: #0d47a1;
  color: #eee;
}
.container.alt-bg,
.container-full.alt-bg {
  background-color: #f4f4f4;
  color: #222;
}
.container.left-m,
.container-full.left-m {
  margin-left: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.container.right-m,
.container-full.right-m {
  margin-right: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.container.container-trans,
.container-full.container-trans {
  background: rgba(255,255,255,0.9);
}
.container-full {
  width: 100%;
  background-color: #fff;
}
.has-background .root-container > div > .container-trans {
  background-color: rgba(255,255,255,0.9);
}
@media screen and (max-width: 48em) {
  .container.alt-bg,
  .container.left-m,
  .container.right-m {
    margin: 0;
  }
}
h2.custom-header-one {
  border-bottom: 1px solid #d8d8d8;
  font-weight: 400;
  padding: 0.5em 0;
  margin: 0 0.5em 0.5em 0.5em;
  position: relative;
}
h2.custom-header-one:before {
  content: '';
  height: 1px;
  width: 100%;
  background-color: #ccc;
  position: absolute;
  bottom: 0;
  left: 0;
}
h2.custom-header-two {
  position: relative;
  text-align: center;
  font-weight: 400;
  padding: 0;
  margin: 0 0 0.5em 0;
  text-transform: uppercase;
  color: #0d47a1;
}
h2.custom-header-two span {
  font-size: 1.25em;
  padding: 0 1em;
  position: relative;
  z-index: 2;
  background: #fff;
}
h2.custom-header-two:before {
  content: '';
  height: 2px;
  width: 100%;
  background-color: #222;
  position: absolute;
  bottom: 50%;
  left: 0;
}
h2.custom-header-two:after {
  content: '';
  height: 2px;
  width: 100%;
  background-color: #222;
  position: absolute;
  bottom: 51%;
  left: 0;
}
h2.custom-header-three {
  border-left: 0.2em solid #0d47a1;
  padding-left: 1em;
  font-weight: 400;
}
h2.custom-header-four {
  background: #0d47a1;
  color: #eee;
  padding: 0.25em 0.5em;
  font-weight: 400;
  margin: 0;
}
h2.custom-header-five {
  border-bottom: 2px solid #0d47a1;
  font-weight: 400;
  padding: 0.5em 0;
  margin: 0 0.5em 0.5em 0.5em;
  position: relative;
}
h2.custom-header-six {
  position: relative;
  margin-bottom: 1em;
}
h2.custom-header-six:before {
  width: 4em;
  height: 2px;
  content: '';
  position: absolute;
  display: block;
  left: 50%;
  bottom: -0.25em;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #0d47a1;
}
h2.custom-header-six:after {
  width: 2em;
  height: 2px;
  content: '';
  position: absolute;
  display: block;
  left: 50%;
  bottom: -0.5em;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #0d47a1;
}
h2.custom-header-slashes {
  position: relative;
  margin-bottom: 1em;
}
h2.custom-header-slashes:before {
  width: 100%;
  height: 24px;
  content: '';
  position: absolute;
  display: block;
  left: 0;
  top: 100%;
  background: url("/themes/theme1/img/slashes_2.png");
}
h2.Oswald {
  font-family: 'Oswald', sans-serif;
}
h2.Roboto {
  font-family: 'Roboto', sans-serif;
}
h2.OpenSans {
  font-family: 'Open Sans', sans-serif;
}
@media screen and (max-width: 64em) {
  h2 {
    padding-left: 0.5em;
  }
}
.sitemap .section {
  padding: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sitemap .toplevel {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sitemap .toplevel a {
  color: #222;
  text-decoration: none;
}
.sitemap .toplevel a:hover {
  color: #0d47a1;
}
.sitemap .toplevel ul a {
  color: #0d47a1;
}
.sitemap .toplevel ul a:hover {
  text-decoration: underline;
}
/* Inventory 6 */
.container-wrapper {
  position: relative;
  max-width: 1250px;
  margin: 0 auto;
}
.container-bg-border {
  display: block;
  height: 50%;
  margin-bottom: -50%;
  z-index: 0;
  left: -1px;
  top: -1px;
  right: -1px;
  position: absolute;
  background: -webkit-linear-gradient(rgba(0,0,0,0.05), transparent);
  background: -moz-linear-gradient(rgba(0,0,0,0.05), transparent);
  background: -o-linear-gradient(rgba(0,0,0,0.05), transparent);
  background: -ms-linear-gradient(rgba(0,0,0,0.05), transparent);
  background: linear-gradient(rgba(0,0,0,0.05), transparent);
  border-radius: 0.2em;
  max-width: 100%;
}
.container.primary,
.container-full.primary {
  background-color: #0d47a1;
  color: #eee;
}
.container.alt-bg,
.container-full.alt-bg {
  background-color: #f4f4f4;
  color: #222;
}
.container.left-m,
.container-full.left-m {
  margin-left: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.container.right-m,
.container-full.right-m {
  margin-right: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.container.container-trans,
.container-full.container-trans {
  background: rgba(255,255,255,0.9);
}
.container-full {
  width: 100%;
  background-color: #fff;
}
.has-background .root-container > div > .container-trans {
  background-color: rgba(255,255,255,0.9);
}
@media screen and (max-width: 48em) {
  .container.alt-bg,
  .container.left-m,
  .container.right-m {
    margin: 0;
  }
}
.padded-box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.html-cmp svg .bgA {
  fill: #0d47a1;
}
.html-cmp svg .bg {
  fill: #fff;
}
.html-cmp svg .bgB {
  fill: #f4f4f4;
}
.html-cmp svg .bgC {
  fill: #f4f4f4;
}
#inventory {
  padding-top: 1em;
}
.container-bg #inventory {
  padding-top: 0;
}
.no-inv-found {
  padding: 1em;
  min-height: 10em;
}
.no-inv-found h2 {
  font-weight: 300;
  font-style: italic;
}
.container.ltr-fix {
  direction: rtl;
}
.container.ltr-fix > * {
  direction: ltr;
}
.pagination {
  text-align: center;
  margin: 1em 0;
}
.pagination div {
  display: inline-block;
}
.pagination .page {
  cursor: pointer;
  background: #f4f4f4;
  color: #222;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 0.5em 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none; /* webkit (safari, chrome) browsers */
  -moz-user-select: none; /* mozilla browsers */
  -khtml-user-select: none; /* webkit (konqueror) browsers */
  -ms-user-select: none; /* IE10+ */
}
.pagination .page.ticks {
  padding: 0.5em;
}
.pagination .page.off {
  color: #f4f4f4;
}
.pagination .page.faded i {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.pagination .page.active {
  background: #0d47a1;
  color: #eee;
}
.pagination .page.left {
  border-top-left-radius: 0.2em;
  border-bottom-left-radius: 0.2em;
  border-left: 1px solid #ccc;
}
.pagination .page.right {
  border-top-right-radius: 0.2em;
  border-bottom-right-radius: 0.2em;
}
.inv-loading .wrapper {
  position: relative;
  min-height: 20em;
  text-align: center;
}
.inv-loading .wrapper h2 {
  text-transform: uppercase;
  font-weight: 400;
}
.inv-loading .wrapper .dotted {
  position: relative;
  margin: 0 auto;
  width: 8px;
  height: 8px;
  background-color: #0d47a1;
  border-radius: 8px;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-animation: dotted 600ms linear infinite alternate;
  -moz-animation: dotted 600ms linear infinite alternate;
  -o-animation: dotted 600ms linear infinite alternate;
  -ms-animation: dotted 600ms linear infinite alternate;
  animation: dotted 600ms linear infinite alternate;
  -webkit-animation-delay: 200ms;
  -moz-animation-delay: 200ms;
  -o-animation-delay: 200ms;
  -ms-animation-delay: 200ms;
  animation-delay: 200ms;
}
.inv-loading .wrapper .dotted:before,
.inv-loading .wrapper .dotted:after {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #0d47a1;
  border-radius: 10px;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.inv-loading .wrapper .dotted:before {
  left: -16px;
  -webkit-animation: dotted 600ms linear infinite alternate;
  -moz-animation: dotted 600ms linear infinite alternate;
  -o-animation: dotted 600ms linear infinite alternate;
  -ms-animation: dotted 600ms linear infinite alternate;
  animation: dotted 600ms linear infinite alternate;
  -webkit-animation-delay: 0ms;
  -moz-animation-delay: 0ms;
  -o-animation-delay: 0ms;
  -ms-animation-delay: 0ms;
  animation-delay: 0ms;
}
.inv-loading .wrapper .dotted:after {
  left: 16px;
  -webkit-animation: dotted 600ms linear infinite alternate;
  -moz-animation: dotted 600ms linear infinite alternate;
  -o-animation: dotted 600ms linear infinite alternate;
  -ms-animation: dotted 600ms linear infinite alternate;
  animation: dotted 600ms linear infinite alternate;
  -webkit-animation-delay: 400ms;
  -moz-animation-delay: 400ms;
  -o-animation-delay: 400ms;
  -ms-animation-delay: 400ms;
  animation-delay: 400ms;
}
@-webkit-keyframes dotted {
  0% {
    background-color: #0d47a1;
  }
  100% {
    background-color: #fff;
  }
}
@-moz-keyframes dotted {
  0% {
    background-color: #0d47a1;
  }
  100% {
    background-color: #fff;
  }
}
@-webkit-keyframes dotted {
  0% {
    background-color: #0d47a1;
  }
  100% {
    background-color: #fff;
  }
}
@-o-keyframes dotted {
  0% {
    background-color: #0d47a1;
  }
  100% {
    background-color: #fff;
  }
}
@keyframes dotted {
  0% {
    background-color: #0d47a1;
  }
  100% {
    background-color: #fff;
  }
}
#inventory .pure-u-1 {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -o-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
}
#inventory .pure-u-1 > .search-results {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
#inventory .pure-u-1 > .pagination {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
.tq-card-wrap {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.6em;
  width: 33.333%;
  background: #fff;
  border: 1px solid #ccc;
  border-bottom: 3px solid #0d47a1;
  border-radius: 0.65em;
  overflow: hidden;
  -webkit-box-shadow: 0 1px 3px rgba(16,18,27,0.08);
  box-shadow: 0 1px 3px rgba(16,18,27,0.08);
  -webkit-transition: box-shadow 0.2s ease, -webkit-transform 0.2s ease;
  -moz-transition: box-shadow 0.2s ease, -moz-transform 0.2s ease;
  -o-transition: box-shadow 0.2s ease, -o-transform 0.2s ease;
  -ms-transition: box-shadow 0.2s ease, -ms-transform 0.2s ease;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.tq-card-wrap:hover {
  -webkit-box-shadow: 0 12px 28px rgba(16,18,27,0.12);
  box-shadow: 0 12px 28px rgba(16,18,27,0.12);
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}
.tq-card-cols-2 {
  width: 50%;
}
.tq-card-cols-4 {
  width: 25%;
}
.tq-card-media {
  display: block;
  position: relative;
  text-decoration: none;
  overflow: hidden;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -o-box-flex: 0;
  box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}
.tq-card-media .tq-card-img {
  width: 100%;
  display: block;
  aspect-ratio: 16/10;
  object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  -moz-transition: -moz-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  -ms-transition: -ms-transform 0.3s ease;
  transition: transform 0.3s ease;
}
.tq-card-media:hover .tq-card-img {
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -o-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}
.tq-card-media .tq-card-no-photo {
  aspect-ratio: 16/10;
  background: #f4f4f4;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.tq-card-media .tq-card-no-photo i {
  font-size: 3em;
  color: #222;
}
.tq-card-media .tq-card-sold-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-image: url("/themes/theme1/img/stamp_sold.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 5;
}
.tq-card-media .tq-card-badges {
  position: absolute;
  top: 0.5em;
  left: 0.5em;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  gap: 0.3em;
}
.tq-card-media .tq-card-count {
  position: absolute;
  bottom: 0.5em;
  right: 0.5em;
  background: #fff;
  color: #222;
  font-size: 0.7em;
  letter-spacing: 0.03em;
  padding: 0.2em 0.5em;
  border-radius: 0.25em;
}
.tq-cbadge {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-size: 0.7em;
  padding: 0.3em 0.55em;
  border-radius: 0.25em;
}
.tq-cbadge.new {
  background: #2563eb;
  color: #fff;
}
.tq-cbadge.used {
  background: #0c4091;
  color: #fff;
}
.tq-cbadge.deal {
  background: #f59e0b;
  color: #222;
}
.tq-cbadge.sold {
  background: #dc2626;
  color: #fff;
}
.tq-card-body {
  padding: 0.9em 1em 0.5em;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.tq-card-title {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.1em;
  margin: 0 0 0.6em;
  line-height: 1.15;
}
.tq-card-title a {
  color: #222;
  text-decoration: none;
}
.tq-card-title a:hover {
  color: #0d47a1;
}
.tq-card-title em {
  font-style: normal;
  font-weight: 400;
  color: #222;
}
.tq-card-specs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.25em 0.75em;
  margin-bottom: 0.8em;
}
.tq-card-specs .tq-cspec {
  font-size: 0.82em;
  color: #626262;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.tq-card-specs .tq-cspec i {
  color: #626262;
  margin-right: 0.3em;
}
.tq-card-price {
  border-top: 1px solid #ccc;
  padding-top: 0.7em;
  margin-top: auto;
}
.tq-card-price .tq-cprice-main {
  font-weight: 600;
  font-size: 1.6em;
  color: #222;
  line-height: 1;
  display: inline-block;
}
.tq-card-price .tq-cprice-main.special {
  color: #f59e0b;
}
.tq-card-price .tq-cprice-was {
  font-size: 0.9em;
  color: #222;
  text-decoration: line-through;
  margin-left: 0.4em;
}
.tq-card-price .tq-cprice-save {
  display: block;
  text-transform: uppercase;
  font-size: 0.72em;
  color: #16a34a;
  font-weight: 600;
  margin-top: 0.2em;
}
.tq-card-price .tq-cprice-mo {
  font-size: 0.8em;
  color: #222;
  margin-top: 0.25em;
}
.tq-card-price .tq-card-disclaimer {
  font-size: 0.68em;
  color: #222;
  margin-top: 0.3em;
}
.tq-card-price .tq-card-disclaimer em {
  font-style: normal;
}
.tq-reports-panel {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  border-top: 3px solid #2563eb;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -o-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.25s ease;
  -moz-transition: -moz-transform 0.25s ease;
  -o-transition: -o-transform 0.25s ease;
  -ms-transition: -ms-transform 0.25s ease;
  transition: transform 0.25s ease;
  z-index: 20;
}
.tq-reports-panel.open {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.tq-reports-head {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 0.6em 0.9em;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 0.78em;
  color: #222;
  border-bottom: 1px solid #ccc;
}
.tq-reports-head i {
  margin-right: 0.4em;
  color: #0d47a1;
}
.tq-reports-close {
  border: none;
  background: none;
  cursor: pointer;
  color: #222;
  font-size: 1.1em;
  padding: 0;
  line-height: 1;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-box;
  display: inline-flex;
}
.tq-reports-close:hover {
  color: #222;
}
.tq-reports-body {
  padding: 0.75em;
}
.tq-report-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.4em;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.tq-report-item img {
  max-height: 3.5em;
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
.tq-report-item .carfax img {
  background: #fff;
  border-radius: 0.3em;
  padding: 0.1em 0.2em;
}
.tq-card-actions {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 0.4em;
  padding: 0.6em 1em 0.9em;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -o-box-flex: 0;
  box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}
.tq-card-actions a {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.tq-card-actions .tq-cta {
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-size: 0.82em;
  padding: 0.6em 0.5em;
  border-radius: 0.3em;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border: 1px solid transparent;
  text-align: center;
}
.tq-card-actions .tq-cta.primary {
  background: #2563eb;
  color: #fff;
  border-color: #2563eb;
}
.tq-card-actions .tq-cta.primary:hover {
  background: #1d4ed8;
}
.tq-card-actions .tq-cta.ghost {
  background: #fff;
  color: #222;
  border-color: #ccc;
}
.tq-card-actions .tq-cta.ghost:hover {
  border-color: #222;
}
.tq-card-actions .tq-cta.sold-btn {
  background: #f4f4f4;
  color: #222;
  border-color: #ccc;
  cursor: default;
}
.tq-card-actions .tq-cta.accent {
  background: #f59e0b;
  color: #222;
  border-color: #f59e0b;
}
.tq-card-actions .tq-cta.accent:hover {
  background: #d97706;
}
.tq-reports-trigger {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -o-box-flex: 0;
  box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  width: 36px;
  height: 36px;
  border-radius: 0.3em;
  border: 1px solid #ccc;
  background: #fff;
  color: #222;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 1.05em;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  -ms-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.tq-reports-trigger:hover {
  border-color: #2563eb;
  color: #0d47a1;
}
.tq-reports-trigger.active {
  background: #2563eb;
  color: #fff;
  border-color: #2563eb;
}
.search-results {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: baseline;
  -moz-box-align: baseline;
  -o-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
  gap: 0.35em;
  padding: 0.75em 0;
  color: #222;
  font-size: 0.9em;
}
.search-results h2 {
  font-weight: 600;
  font-size: 1.5em;
  color: #0d47a1;
  margin: 0;
}
#inventory .pagination {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 1.5em 0;
}
#inventory .pagination-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
#inventory .pagination .page {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 0.75em;
  cursor: pointer;
  font-size: 0.9em;
  font-weight: 500;
  letter-spacing: 0.02em;
  background: #fff;
  color: #222;
  border: 1px solid #ccc;
  border-right: none;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  -ms-transition: all 0.15s ease;
  transition: all 0.15s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#inventory .pagination .page:hover {
  background: #eef3ff;
  color: #0d47a1;
  border-color: #b3c8ff;
}
#inventory .pagination .page.active {
  background: #2563eb;
  color: #fff;
  border-color: #2563eb;
}
#inventory .pagination .page.active:hover {
  background: #1d4ed8;
}
#inventory .pagination .page.ticks {
  color: #222;
  padding: 0 0.5em;
  cursor: default;
}
#inventory .pagination .page.ticks:hover {
  background: #fff;
  color: #222;
}
#inventory .pagination .page.off {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  pointer-events: none;
}
#inventory .pagination .page.faded {
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  cursor: not-allowed;
}
#inventory .pagination .page.faded:hover {
  background: #fff;
  color: #222;
}
#inventory .pagination .page.left {
  border-radius: 0.3em 0 0 0.3em;
  border-left: 1px solid #ccc;
}
#inventory .pagination .page.right {
  border-radius: 0 0.3em 0.3em 0;
  border-right: 1px solid #ccc;
}
@media screen and (max-width: 64em) {
  .tq-card-wrap {
    width: 50%;
  }
  .tq-card-cols-4 {
    width: 50%;
  }
}
@media screen and (max-width: 35.5em) {
  .tq-card-wrap,
  .tq-card-cols-2,
  .tq-card-cols-4 {
    width: 100%;
  }
  #inventory .pagination .page {
    min-width: 34px;
    height: 34px;
  }
}
.tq-search {
  border-radius: 0.9em;
  padding: 1.5em;
}
.tq-search.dark {
  background: -webkit-linear-gradient(315deg, #0c4399, #030e20);
  background: -moz-linear-gradient(315deg, #0c4399, #030e20);
  background: -o-linear-gradient(315deg, #0c4399, #030e20);
  background: -ms-linear-gradient(315deg, #0c4399, #030e20);
  background: linear-gradient(135deg, #0c4399, #030e20);
  -webkit-box-shadow: 0 12px 28px rgba(16,18,27,0.12);
  box-shadow: 0 12px 28px rgba(16,18,27,0.12);
}
.tq-search.light {
  background: -webkit-linear-gradient(315deg, #0e4eb1, #c1d7fa);
  background: -moz-linear-gradient(315deg, #0e4eb1, #c1d7fa);
  background: -o-linear-gradient(315deg, #0e4eb1, #c1d7fa);
  background: -ms-linear-gradient(315deg, #0e4eb1, #c1d7fa);
  background: linear-gradient(135deg, #0e4eb1, #c1d7fa);
  border: 1px solid #e0e3e9;
  -webkit-box-shadow: 0 1px 3px rgba(16,18,27,0.08);
  box-shadow: 0 1px 3px rgba(16,18,27,0.08);
}
.tq-search .container {
  padding: 0;
  max-width: none;
}
.tq-search .tq-search-title {
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 0.95em;
  margin-bottom: 1em;
}
.tq-search .tq-search-title i {
  color: #222;
  margin-right: 0.4em;
}
.tq-search.dark .tq-search-title {
  color: rgba(255,255,255,0.75);
}
.tq-search.light .tq-search-title {
  color: #222;
}
.tq-search .tq-search-grid {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: end;
  -moz-box-align: end;
  -o-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.tq-search .tq-search-cell {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.4em;
}
.tq-search .tq-search-label {
  color: #fff;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 0.7em;
  margin-bottom: 0.4em;
}
.tq-search.dark .tq-search-label {
  color: #fff;
}
.tq-search.light .tq-search-label {
  color: #fff;
}
.tq-search .tq-search-input {
  width: 100%;
  position: relative;
}
.tq-search .tq-search-input i {
  position: absolute;
  left: 0.8em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #1f1f1f;
}
.tq-search .tq-search-input input {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 44px;
  padding: 0 0.8em 0 2.3em;
  border: 1px solid #cbd1da;
  border-radius: 0.3em;
  font-size: 1em;
  background: #fff;
  color: #222;
}
.tq-search select {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 44px;
  padding: 0 0.8em;
  border: 1px solid #cbd1da;
  border-radius: 0.3em;
  font-size: 1em;
  background: #fff;
  color: #16181d;
}
.tq-search .tq-search-btn {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 44px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #f59e0b;
  color: #0e1014;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  text-decoration: none;
  border-radius: 0.3em;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.tq-search .tq-search-btn i {
  margin-right: 0.4em;
}
.tq-search .tq-search-btn:hover {
  background: #d97706;
}
.tq-detail-page {
  color: #222;
}
.tq-detail-topbar {
  background: #f4f4f4;
  border-bottom: 1px solid #ccc;
  padding: 0.65em 0;
}
.tq-detail-topbar .container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.5em;
}
.tq-breadcrumb {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 0.5em;
  font-size: 0.88em;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.tq-bc-back {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 0.3em;
  color: #2563eb;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-size: 0.88em;
  font-weight: 500;
}
.tq-bc-back:hover {
  color: #0c4091;
}
.tq-bc-sep {
  color: #222;
}
.tq-bc-current {
  color: #222;
  font-size: 0.88em;
}
.tq-detail-quickbtns {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  gap: 0.4em;
}
.tq-quickbtn {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 0.35em;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-size: 0.78em;
  font-weight: 500;
  padding: 0.4em 0.8em;
  border: 1px solid #ccc;
  border-radius: 0.3em;
  background: #fff;
  color: #222;
  cursor: pointer;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  -ms-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.tq-quickbtn:hover {
  border-color: #2563eb;
  color: #0d47a1;
}
.tq-detail-body {
  padding: 1.5em 0 3em;
}
.tq-detail-left {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 2em;
}
.tq-detail-right {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.tq-gallery {
  margin-bottom: 1.5em;
}
.tq-gallery-main {
  position: relative;
  border-radius: 0.6em;
  overflow: hidden;
  background: #f4f4f4;
  border: 1px solid #ccc;
}
.tq-gallery-main.tq-gallery-empty {
  aspect-ratio: 16/9;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  gap: 0.5em;
  color: #222;
}
.tq-gallery-main.tq-gallery-empty i {
  font-size: 4em;
}
.tq-gallery-main.tq-gallery-empty span {
  text-transform: uppercase;
  font-size: 0.8em;
  letter-spacing: 0.04em;
}
.tq-gallery-img {
  width: 100%;
  display: block;
  max-height: 480px;
  object-fit: cover;
}
.tq-gallery-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.6);
  color: #fff;
  padding: 0.6em 1em;
  font-size: 0.85em;
  text-align: center;
}
.tq-gallery-nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: rgba(255,255,255,0.9);
  border: none;
  border-radius: 0.3em;
  width: 40px;
  height: 40px;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  cursor: pointer;
  color: #222;
  font-size: 1.2em;
  -webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.15);
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  -ms-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.tq-gallery-nav:hover {
  background: #fff;
  color: #0d47a1;
}
.tq-gallery-nav.tq-gallery-prev {
  left: 10px;
}
.tq-gallery-nav.tq-gallery-next {
  right: 10px;
}
.tq-gallery-count {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: rgba(0,0,0,0.55);
  color: #fff;
  font-size: 0.75em;
  letter-spacing: 0.03em;
  padding: 0.2em 0.6em;
  border-radius: 0.25em;
}
.tq-gallery-badges {
  position: absolute;
  top: 12px;
  left: 12px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  gap: 0.35em;
}
.tq-gallery-thumbs {
  margin-top: 0.5em;
}
.tq-thumb-cell {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.2em;
  cursor: pointer;
}
.tq-thumb {
  border-radius: 0.3em;
  overflow: hidden;
  border: 2px solid transparent;
  aspect-ratio: 4/3;
  -webkit-transition: border-color 0.15s ease;
  -moz-transition: border-color 0.15s ease;
  -o-transition: border-color 0.15s ease;
  -ms-transition: border-color 0.15s ease;
  transition: border-color 0.15s ease;
}
.tq-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.tq-thumb.active {
  border-color: #2563eb;
}
.tq-thumb:hover {
  border-color: #4d7cf5;
}
.tq-gallery-more {
  margin-top: 0.5em;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #f4f4f4;
  border: 1px solid #ccc;
  border-radius: 0.3em;
  padding: 0.5em;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-size: 0.8em;
  color: #222;
  cursor: pointer;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  gap: 0.4em;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  -ms-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.tq-gallery-more:hover {
  border-color: #2563eb;
  color: #0d47a1;
}
.tq-spincar {
  margin-top: 0.75em;
}
.tq-accordion {
  margin-top: 1.5em;
}
.tq-accordion-item {
  border-radius: 0.4em;
  margin-bottom: 0.6em;
  overflow: hidden;
  background: #fff;
}
.tq-accordion-head {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 0.8em 1em;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.85em;
  font-weight: 600;
  color: #222;
  background: #fff;
  -webkit-transition: background 0.15s ease;
  -moz-transition: background 0.15s ease;
  -o-transition: background 0.15s ease;
  -ms-transition: background 0.15s ease;
  transition: background 0.15s ease;
}
.tq-accordion-head span {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 0.4em;
}
.tq-accordion-head span i {
  color: #0d47a1;
}
.tq-accordion-head:hover {
  background: #f4f4f4;
}
.tq-accordion-chev {
  color: #222;
  font-size: 0.9em;
  -webkit-transition: -webkit-transform 0.2s ease;
  -moz-transition: -moz-transform 0.2s ease;
  -o-transition: -o-transform 0.2s ease;
  -ms-transition: -ms-transform 0.2s ease;
  transition: transform 0.2s ease;
}
.tq-accordion-item.open .tq-accordion-chev {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.tq-accordion-body {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease;
  -moz-transition: max-height 0.3s ease;
  -o-transition: max-height 0.3s ease;
  -ms-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
}
.tq-accordion-item.open .tq-accordion-body {
  max-height: 1200px;
}
.tq-accordion-inner {
  padding: 0.2em 1em 1em;
}
.tq-specs-grid {
  padding: 0.4em 0;
}
.tq-spec-row {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0.55em 0;
  border-bottom: 1px solid #d4d4d4;
}
.tq-spec-row:last-child {
  border-bottom: 0;
}
.tq-spec-key {
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 0.75em;
  font-weight: 500;
  color: #222;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.tq-spec-val {
  font-size: 0.88em;
  color: #222;
  font-weight: 600;
  text-align: right;
}
.tq-history-badges .tq-badge-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.5em;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.tq-history-badges .tq-badge-item img {
  max-height: 4em;
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
.tq-buybox {
  background: #fff;
  border: 1px solid #ccc;
  border-bottom: 3px solid #0d47a1;
  border-radius: 0.65em;
  overflow: hidden;
  -webkit-box-shadow: inset 0 0 0 1px rgba(16,18,27,0.16);
  box-shadow: inset 0 0 0 1px rgba(16,18,27,0.16);
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  padding: 1.4em;
  position: sticky;
  top: 1em;
}
.tq-buybox-eyebrow {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 0.4em;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0.75em;
}
.tq-cbadge {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-size: 0.7em;
  padding: 0.3em 0.55em;
  border-radius: 0.25em;
}
.tq-cbadge.new {
  background: #2563eb;
  color: #fff;
}
.tq-cbadge.used {
  background: #0c4091;
  color: #fff;
}
.tq-cbadge.deal {
  background: #f59e0b;
  color: #222;
}
.tq-cbadge.sold {
  background: #dc2626;
  color: #fff;
}
.tq-cbadge.certified {
  background: #eef3ff;
  color: #0c4091;
  border: 1px solid #b3c8ff;
}
.tq-buybox-location {
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 0.7em;
  color: #222;
  margin-left: auto;
}
.tq-buybox-location i {
  margin-right: 0.2em;
}
.tq-buybox-title {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 2em;
  line-height: 1.05;
  color: #222;
  margin: 0 0 0.2em;
}
.tq-buybox-trim {
  font-size: 0.9em;
  color: #696969;
  margin: 0 0 0.15em;
  font-weight: 400;
}
.tq-buybox-price {
  padding-top: 0.9em;
  margin-bottom: 1em;
}
.tq-bp-main {
  font-weight: 700;
  font-size: 2.4em;
  color: #222;
  line-height: 1;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.01em;
}
.tq-bp-main.special {
  color: #f59e0b;
}
.tq-bp-was {
  font-size: 1em;
  color: #222;
  text-decoration: line-through;
  margin-left: 0.5em;
  vertical-align: middle;
}
.tq-bp-save-badge {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-box;
  display: inline-flex;
  margin-top: 0.4em;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-size: 0.75em;
  font-weight: 600;
  color: #16a34a;
  background: #e9f8ef;
  border: 1px solid #bbe6cc;
  border-radius: 0.25em;
  padding: 0.25em 0.6em;
}
.tq-bp-disclaimer {
  font-size: 0.7em;
  color: #222;
  margin: 0.4em 0 0;
}
.tq-bp-disclaimer em {
  font-style: normal;
}
.tq-buybox-btns {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.5em;
  margin-bottom: 1.2em;
}
.tq-bb-btn {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  gap: 0.5em;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 0.88em;
  font-weight: 500;
  padding: 0.8em 1em;
  border-radius: 0.3em;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border: 1px solid transparent;
}
.tq-bb-btn.accent {
  background: #f59e0b;
  color: #222;
  border-color: #f59e0b;
}
.tq-bb-btn.accent:hover {
  background: #d97706;
}
.tq-bb-btn.primary {
  background: #2563eb;
  color: #fff;
  border-color: #2563eb;
}
.tq-bb-btn.primary:hover {
  background: #1d4ed8;
}
.tq-bb-btn.secondary {
  background: #fff;
  color: #222;
  border-color: #ccc;
  text-align: center;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.tq-bb-btn.secondary:hover {
  border-color: #222;
}
.tq-bb-btn.confirmed {
  background: #28a745;
  color: #fff;
}
.tq-bb-row {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  gap: 0.5em;
}
.tq-calculator {
  background: #f4f4f4;
  border-radius: 0.5em;
  padding: 1em 1.1em;
  margin: 1em 0;
}
.tq-calc-row {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 0.5em;
}
.tq-calc-label {
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 0.68em;
  font-weight: 500;
  color: #222;
}
.tq-calc-val {
  font-size: 0.82em;
  color: #222;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
}
.tq-calc-slider {
  -webkit-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 5px;
  border-radius: 3px;
  background: #ccc;
  outline: none;
}
.tq-calc-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #2563eb;
  cursor: pointer;
  -webkit-box-shadow: 0 1px 3px rgba(16,18,27,0.2);
  box-shadow: 0 1px 3px rgba(16,18,27,0.2);
}
.tq-calc-slider::-moz-range-thumb {
  width: 18px;
  height: 18px;
  border: none;
  border-radius: 50%;
  background: #2563eb;
  cursor: pointer;
}
.tq-calc-result {
  margin-top: 0.25em;
  background: #fff;
  border: 1px solid #b3c8ff;
  border-radius: 0.4em;
  padding: 0.9em 1em;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.tq-calc-result-label {
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 0.7em;
  color: #222;
}
.tq-calc-result-val {
  font-weight: 700;
  font-size: 1.6em;
  color: #2563eb;
  font-variant-numeric: tabular-nums;
  line-height: 1;
}
.tq-calc-result-val small {
  font-size: 0.55em;
  font-weight: 400;
  color: #222;
  margin-left: 0.1em;
}
.tq-calc-woodside {
  margin-top: 0.5em;
  font-size: 0.85em;
  color: #222;
  text-align: center;
}
.tq-calc-disclaimer {
  font-size: 0.68em;
  color: #222;
  margin: 0.6em 0 0;
  font-style: italic;
}
@media screen and (max-width: 48em) {
  .tq-detail-body .container.pure-g {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .tq-detail-left {
    display: contents;
  }
  .tq-gallery {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -o-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    margin-bottom: 1.5em;
    width: 100%;
  }
  .tq-detail-right {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -o-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    margin-bottom: 1.5em;
    width: 100%;
  }
  .tq-accordion {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -o-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    margin-top: 0;
    width: 100%;
  }
  .tq-buybox {
    position: static;
  }
  .tq-detail-quickbtns span {
    display: none;
  }
}
.tq-desc-wrap {
  border-radius: 0.65em;
  overflow: hidden;
}
.tq-desc-section {
  border-bottom: 1px solid #ccc;
}
.tq-desc-section:last-child {
  border-bottom: 0;
}
.tq-desc-title {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 0.9em 1.2em;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 0.88em;
  font-weight: 600;
  color: #222;
  background: #fff;
  -webkit-transition: background 0.15s ease;
  -moz-transition: background 0.15s ease;
  -o-transition: background 0.15s ease;
  -ms-transition: background 0.15s ease;
  transition: background 0.15s ease;
}
.tq-desc-title span {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 0.4em;
}
.tq-desc-title span i {
  color: #0d47a1;
}
.tq-desc-title:hover {
  background: #f4f4f4;
}
.tq-desc-title.tq-desc-open {
  background: #f4f4f4;
}
.tq-desc-chev {
  color: #222;
  font-size: 0.9em;
  -webkit-transition: -webkit-transform 0.2s ease;
  -moz-transition: -moz-transform 0.2s ease;
  -o-transition: -o-transform 0.2s ease;
  -ms-transition: -ms-transform 0.2s ease;
  transition: transform 0.2s ease;
}
.tq-desc-body {
  max-height: 2000px;
  overflow: hidden;
  -webkit-transition: max-height 0.35s ease;
  -moz-transition: max-height 0.35s ease;
  -o-transition: max-height 0.35s ease;
  -ms-transition: max-height 0.35s ease;
  transition: max-height 0.35s ease;
}
.tq-desc-body.closed {
  max-height: 0;
}
.tq-desc-inner {
  padding: 1em 1.2em 1.2em;
  border-top: 1px solid #d4d4d4;
}
.tq-feat-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.tq-feat-list li {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  gap: 0.5em;
  font-size: 0.88em;
  color: #222;
  padding: 0.3em 0.5em 0.3em 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.tq-feat-list li i {
  color: #16a34a;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -o-box-flex: 0;
  box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  margin-top: 0.1em;
}
.tq-options-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.tq-options-list li {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  gap: 0.5em;
  font-size: 0.85em;
  color: #222;
  padding: 0.25em 0.5em 0.25em 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.tq-options-list li i {
  color: #0d47a1;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -o-box-flex: 0;
  box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  margin-top: 0.1em;
}
.tq-desc-copy {
  font-size: 0.9em;
  line-height: 1.65;
  color: #222;
}
.tq-desc-copy img {
  max-width: 100%;
  height: auto;
}
.tq-youtube-wrap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
}
.tq-youtube-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* About 6 */
.container-wrapper {
  position: relative;
  max-width: 1250px;
  margin: 0 auto;
}
.container-bg-border {
  display: block;
  height: 50%;
  margin-bottom: -50%;
  z-index: 0;
  left: -1px;
  top: -1px;
  right: -1px;
  position: absolute;
  background: -webkit-linear-gradient(rgba(0,0,0,0.05), transparent);
  background: -moz-linear-gradient(rgba(0,0,0,0.05), transparent);
  background: -o-linear-gradient(rgba(0,0,0,0.05), transparent);
  background: -ms-linear-gradient(rgba(0,0,0,0.05), transparent);
  background: linear-gradient(rgba(0,0,0,0.05), transparent);
  border-radius: 0.2em;
  max-width: 100%;
}
.container.primary,
.container-full.primary {
  background-color: #0d47a1;
  color: #eee;
}
.container.alt-bg,
.container-full.alt-bg {
  background-color: #f4f4f4;
  color: #222;
}
.container.left-m,
.container-full.left-m {
  margin-left: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.container.right-m,
.container-full.right-m {
  margin-right: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.container.container-trans,
.container-full.container-trans {
  background: rgba(255,255,255,0.9);
}
.container-full {
  width: 100%;
  background-color: #fff;
}
.has-background .root-container > div > .container-trans {
  background-color: rgba(255,255,255,0.9);
}
@media screen and (max-width: 48em) {
  .container.alt-bg,
  .container.left-m,
  .container.right-m {
    margin: 0;
  }
}
h2.custom-header-one {
  border-bottom: 1px solid #d8d8d8;
  font-weight: 400;
  padding: 0.5em 0;
  margin: 0 0.5em 0.5em 0.5em;
  position: relative;
}
h2.custom-header-one:before {
  content: '';
  height: 1px;
  width: 100%;
  background-color: #ccc;
  position: absolute;
  bottom: 0;
  left: 0;
}
h2.custom-header-two {
  position: relative;
  text-align: center;
  font-weight: 400;
  padding: 0;
  margin: 0 0 0.5em 0;
  text-transform: uppercase;
  color: #0d47a1;
}
h2.custom-header-two span {
  font-size: 1.25em;
  padding: 0 1em;
  position: relative;
  z-index: 2;
  background: #fff;
}
h2.custom-header-two:before {
  content: '';
  height: 2px;
  width: 100%;
  background-color: #222;
  position: absolute;
  bottom: 50%;
  left: 0;
}
h2.custom-header-two:after {
  content: '';
  height: 2px;
  width: 100%;
  background-color: #222;
  position: absolute;
  bottom: 51%;
  left: 0;
}
h2.custom-header-three {
  border-left: 0.2em solid #0d47a1;
  padding-left: 1em;
  font-weight: 400;
}
h2.custom-header-four {
  background: #0d47a1;
  color: #eee;
  padding: 0.25em 0.5em;
  font-weight: 400;
  margin: 0;
}
h2.custom-header-five {
  border-bottom: 2px solid #0d47a1;
  font-weight: 400;
  padding: 0.5em 0;
  margin: 0 0.5em 0.5em 0.5em;
  position: relative;
}
h2.custom-header-six {
  position: relative;
  margin-bottom: 1em;
}
h2.custom-header-six:before {
  width: 4em;
  height: 2px;
  content: '';
  position: absolute;
  display: block;
  left: 50%;
  bottom: -0.25em;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #0d47a1;
}
h2.custom-header-six:after {
  width: 2em;
  height: 2px;
  content: '';
  position: absolute;
  display: block;
  left: 50%;
  bottom: -0.5em;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #0d47a1;
}
h2.custom-header-slashes {
  position: relative;
  margin-bottom: 1em;
}
h2.custom-header-slashes:before {
  width: 100%;
  height: 24px;
  content: '';
  position: absolute;
  display: block;
  left: 0;
  top: 100%;
  background: url("/themes/theme1/img/slashes_2.png");
}
h2.Oswald {
  font-family: 'Oswald', sans-serif;
}
h2.Roboto {
  font-family: 'Roboto', sans-serif;
}
h2.OpenSans {
  font-family: 'Open Sans', sans-serif;
}
@media screen and (max-width: 64em) {
  h2 {
    padding-left: 0.5em;
  }
}
.dealer-about-us .l-box {
  padding: 0.5em 1em;
  text-align: justify;
  line-height: 1.5em;
}
.dealer-about-us .l-box p {
  margin-top: 0;
}
.dealer-about-us .l-box .slogan {
  font-style: italic;
  font-weight: 300;
  font-size: 1.2em;
  padding: 1em 0;
  text-align: center;
}
@media screen and (max-width: 35.6em) {
  .dealer-about-us .l-box {
    padding: 0.5em;
    text-align: initial;
  }
}
.dealer-info-boxes .info-box {
  padding: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.dealer-info-boxes .icon {
  margin-bottom: 1em;
  font-size: 1.25em;
}
.dealer-info-boxes .icon i {
  font-size: 1.55em;
  margin-right: 0.5em;
}
.dealer-info-boxes span.title {
  font-weight: 700;
}
.padded-box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.html-cmp svg .bgA {
  fill: #0d47a1;
}
.html-cmp svg .bg {
  fill: #fff;
}
.html-cmp svg .bgB {
  fill: #f4f4f4;
}
.html-cmp svg .bgC {
  fill: #f4f4f4;
}
h2.tabber-custom-header {
  border-bottom: 1px solid #d8d8d8;
  font-weight: 400;
  padding: 0.5em;
  position: relative;
  margin: 0 0.5em 0.5em;
}
h2.tabber-custom-header:before {
  content: '';
  height: 1px;
  width: 100%;
  background-color: #ccc;
  position: absolute;
  bottom: 0;
  left: 0;
}
h2.tabber-custom-header a {
  color: inherit;
  text-decoration: none;
}
.inv-box-tabber {
  height: 30em;
  margin: 1em 0;
}
.inv-box-tabber.smaller {
  height: 24.5em;
}
.inv-box-tabber .l-box {
  height: 100%;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.5em;
}
.inv-box-tabber .l-box .main-img {
  height: 100%;
  background-position: center center;
  background-size: cover;
  position: relative;
  -webkit-transition: background-image 0.3s 0.2s ease-in-out;
  -moz-transition: background-image 0.3s 0.2s ease-in-out;
  -o-transition: background-image 0.3s 0.2s ease-in-out;
  -ms-transition: background-image 0.3s 0.2s ease-in-out;
  transition: background-image 0.3s 0.2s ease-in-out;
  cursor: pointer;
}
.inv-box-tabber .l-box .main-img .overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  min-height: 20%;
  background: rgba(0,0,0,0.7);
  color: #fff;
  font-size: 1.5em;
  font-weight: 300;
}
.inv-box-tabber .l-box .main-img .overlay .selected-details,
.inv-box-tabber .l-box .main-img .overlay .view-details {
  padding: 0.5em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
}
.inv-box-tabber .l-box .main-img .overlay .view-details {
  text-align: center;
  font-size: 0.8em;
}
.inv-box-tabber .l-box .main-img .overlay .view-details .btn {
  padding: 0.5em 1em;
  background: #0d47a1;
  color: #eee;
  border-radius: 0.25em;
  display: inline-block;
}
.inv-box-tabber .l-box .tabber-column-wrapper {
  background: #f4f4f4;
  color: #222;
  height: 100%;
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.inv-box-tabber .l-box .tabber-column-wrapper .tabber-inv-column {
  position: relative;
  -webkit-transition: top 0.3s ease-in-out;
  -moz-transition: top 0.3s ease-in-out;
  -o-transition: top 0.3s ease-in-out;
  -ms-transition: top 0.3s ease-in-out;
  transition: top 0.3s ease-in-out;
}
.inv-box-tabber .l-box .tabber-column-wrapper .tabber-items {
  height: 5.8em;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  vertical-align: middle;
  width: 100%;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s ease-in-out, background-image 0.2s ease-in-out, color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out, background-image 0.2s ease-in-out, color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out, background-image 0.2s ease-in-out, color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out, background-image 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, background-image 0.2s ease-in-out, color 0.2s ease-in-out;
  white-space: nowrap;
  cursor: pointer;
}
.inv-box-tabber .l-box .tabber-column-wrapper .tabber-items > span {
  display: inline-block;
  white-space: normal;
  vertical-align: middle;
}
.inv-box-tabber .l-box .tabber-column-wrapper .tabber-items:nth-last-child(1) {
  border-bottom: 0;
}
.inv-box-tabber .l-box .tabber-column-wrapper .tabber-items.active,
.inv-box-tabber .l-box .tabber-column-wrapper .tabber-items:hover,
.inv-box-tabber .l-box .tabber-column-wrapper .tabber-items:focus {
  color: #0d47a1;
}
.inv-box-tabber .controls {
  background: #f4f4f4;
  color: #222;
  position: relative;
  height: 100%;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.inv-box-tabber .controls .arrow-up,
.inv-box-tabber .controls .arrow-down {
  position: absolute;
  text-align: center;
  width: 100%;
  cursor: pointer;
  padding: 1em 0;
}
.inv-box-tabber .controls .arrow-up i,
.inv-box-tabber .controls .arrow-down i {
  color: #222;
}
.inv-box-tabber .controls .arrow-up {
  top: 0;
  border-bottom: 1px solid #ccc;
}
.inv-box-tabber .controls .arrow-down {
  bottom: 0;
  border-top: 1px solid #ccc;
}
@media screen and (max-width: 48em) {
  .inv-box-tabber .tabber-column-wrapper,
  .inv-box-tabber .controls {
    display: none;
  }
}
@media screen and (max-width: 35.5em) {
  .inv-box-tabber {
    height: 17.5em;
  }
}
/* Contact 6 */
.container-wrapper {
  position: relative;
  max-width: 1250px;
  margin: 0 auto;
}
.container-bg-border {
  display: block;
  height: 50%;
  margin-bottom: -50%;
  z-index: 0;
  left: -1px;
  top: -1px;
  right: -1px;
  position: absolute;
  background: -webkit-linear-gradient(rgba(0,0,0,0.05), transparent);
  background: -moz-linear-gradient(rgba(0,0,0,0.05), transparent);
  background: -o-linear-gradient(rgba(0,0,0,0.05), transparent);
  background: -ms-linear-gradient(rgba(0,0,0,0.05), transparent);
  background: linear-gradient(rgba(0,0,0,0.05), transparent);
  border-radius: 0.2em;
  max-width: 100%;
}
.container.primary,
.container-full.primary {
  background-color: #0d47a1;
  color: #eee;
}
.container.alt-bg,
.container-full.alt-bg {
  background-color: #f4f4f4;
  color: #222;
}
.container.left-m,
.container-full.left-m {
  margin-left: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.container.right-m,
.container-full.right-m {
  margin-right: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.container.container-trans,
.container-full.container-trans {
  background: rgba(255,255,255,0.9);
}
.container-full {
  width: 100%;
  background-color: #fff;
}
.has-background .root-container > div > .container-trans {
  background-color: rgba(255,255,255,0.9);
}
@media screen and (max-width: 48em) {
  .container.alt-bg,
  .container.left-m,
  .container.right-m {
    margin: 0;
  }
}
h2.custom-header-one {
  border-bottom: 1px solid #d8d8d8;
  font-weight: 400;
  padding: 0.5em 0;
  margin: 0 0.5em 0.5em 0.5em;
  position: relative;
}
h2.custom-header-one:before {
  content: '';
  height: 1px;
  width: 100%;
  background-color: #ccc;
  position: absolute;
  bottom: 0;
  left: 0;
}
h2.custom-header-two {
  position: relative;
  text-align: center;
  font-weight: 400;
  padding: 0;
  margin: 0 0 0.5em 0;
  text-transform: uppercase;
  color: #0d47a1;
}
h2.custom-header-two span {
  font-size: 1.25em;
  padding: 0 1em;
  position: relative;
  z-index: 2;
  background: #fff;
}
h2.custom-header-two:before {
  content: '';
  height: 2px;
  width: 100%;
  background-color: #222;
  position: absolute;
  bottom: 50%;
  left: 0;
}
h2.custom-header-two:after {
  content: '';
  height: 2px;
  width: 100%;
  background-color: #222;
  position: absolute;
  bottom: 51%;
  left: 0;
}
h2.custom-header-three {
  border-left: 0.2em solid #0d47a1;
  padding-left: 1em;
  font-weight: 400;
}
h2.custom-header-four {
  background: #0d47a1;
  color: #eee;
  padding: 0.25em 0.5em;
  font-weight: 400;
  margin: 0;
}
h2.custom-header-five {
  border-bottom: 2px solid #0d47a1;
  font-weight: 400;
  padding: 0.5em 0;
  margin: 0 0.5em 0.5em 0.5em;
  position: relative;
}
h2.custom-header-six {
  position: relative;
  margin-bottom: 1em;
}
h2.custom-header-six:before {
  width: 4em;
  height: 2px;
  content: '';
  position: absolute;
  display: block;
  left: 50%;
  bottom: -0.25em;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #0d47a1;
}
h2.custom-header-six:after {
  width: 2em;
  height: 2px;
  content: '';
  position: absolute;
  display: block;
  left: 50%;
  bottom: -0.5em;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #0d47a1;
}
h2.custom-header-slashes {
  position: relative;
  margin-bottom: 1em;
}
h2.custom-header-slashes:before {
  width: 100%;
  height: 24px;
  content: '';
  position: absolute;
  display: block;
  left: 0;
  top: 100%;
  background: url("/themes/theme1/img/slashes_2.png");
}
h2.Oswald {
  font-family: 'Oswald', sans-serif;
}
h2.Roboto {
  font-family: 'Roboto', sans-serif;
}
h2.OpenSans {
  font-family: 'Open Sans', sans-serif;
}
@media screen and (max-width: 64em) {
  h2 {
    padding-left: 0.5em;
  }
}
.pure-form .select select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
div[id^='contact'].pure-form.max-input div.field {
  width: 96%;
}
.contact-form {
  padding: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0.2em;
}
.contact-form.bordered {
  border: 1px solid #ccc;
}
.contact-form.bordered.borderless {
  border: 0;
}
.contact-form fieldset {
  margin-top: 1em;
  border: 1px solid #ccc;
  border-radius: 2px;
  padding-top: 0;
  padding-bottom: 0;
  background: #fff;
  -webkit-transition: height 0.5s ease-in-out;
  -moz-transition: height 0.5s ease-in-out;
  -o-transition: height 0.5s ease-in-out;
  -ms-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out;
}
.contact-form fieldset:first-child {
  margin-top: 0;
}
.contact-form fieldset fieldset {
  margin: 0.5em;
}
.contact-form div[id^='contact'].pure-form.max-input div.field {
  width: 96%;
}
.contact-form .secure-msg {
  padding: 0.5em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.contact-form label.terms {
  overflow: initial;
  -o-text-overflow: initial;
  text-overflow: initial;
  white-space: initial;
}
.contact-form .terms-and-conditions {
  padding: 1em 0;
}
.contact-form .terms-and-conditions strong {
  font-weight: 500;
}
.contact-form .terms-and-conditions .sub-terms {
  background-color: #f4f4f4;
  color: #222;
  padding: 0.5em 1em;
  margin-top: 0.5em;
  overflow: hidden;
  border-radius: 0.2em;
}
.contact-form .terms-and-conditions .sub-terms .expanded-terms,
.contact-form .terms-and-conditions .sub-terms .expand-btn {
  display: block;
  cursor: pointer;
}
.contact-form .terms-and-conditions .sub-terms .expanded-terms {
  max-height: 0em;
  overflow: hidden;
  -webkit-transition: max-height 0.5s ease-in-out;
  -moz-transition: max-height 0.5s ease-in-out;
  -o-transition: max-height 0.5s ease-in-out;
  -ms-transition: max-height 0.5s ease-in-out;
  transition: max-height 0.5s ease-in-out;
  padding-top: 0.5em;
}
.contact-form .terms-and-conditions .sub-terms .expanded-terms.expand {
  max-height: 100em;
  -webkit-transition: max-height 0.5s ease-in-out;
  -moz-transition: max-height 0.5s ease-in-out;
  -o-transition: max-height 0.5s ease-in-out;
  -ms-transition: max-height 0.5s ease-in-out;
  transition: max-height 0.5s ease-in-out;
}
.contact-form .terms-and-conditions .sub-terms .expanded-terms .break {
  padding-bottom: 0.5em;
}
.contact-form input.term-input {
  margin-left: 0.25em;
}
.contact-form div.field {
  display: inline-block;
  margin: 0.5em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
  max-width: 100%;
}
.contact-form div.field > label {
  white-space: nowrap;
  font-size: 0.8em;
  display: block;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  position: relative;
}
.contact-form div.field > label > * {
  font-size: 1em;
}
.contact-form div.field.large > label,
.contact-form div.string.field > label > input {
  width: 100%;
}
.contact-form div.submit.field {
  display: block;
}
.contact-form div.submit > button {
  background-color: #0d47a1;
  color: #eee;
}
.contact-form div.string.field > label > input,
.contact-form div.date.field > label > input,
.contact-form div.label.field > label > div,
.contact-form div.number.field > label > input,
.contact-form div.phone.field > label > input,
.contact-form div.email.field > label > input,
.contact-form div.text.field > label > textarea,
.contact-form div.select.field > label > select {
  margin-top: 0.2em;
  display: block;
  width: 100%;
  background: #f4f4f4;
  border-color: #ccc;
  color: #222;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.5em;
  height: 3.5em;
}
.contact-form div.string.field > label > input:focus,
.contact-form div.date.field > label > input:focus,
.contact-form div.label.field > label > div:focus,
.contact-form div.number.field > label > input:focus,
.contact-form div.phone.field > label > input:focus,
.contact-form div.email.field > label > input:focus,
.contact-form div.text.field > label > textarea:focus,
.contact-form div.select.field > label > select:focus {
  border-color: #222;
}
.contact-form div.string.field > label > input:required:valid,
.contact-form div.date.field > label > input:required:valid,
.contact-form div.label.field > label > div:required:valid,
.contact-form div.number.field > label > input:required:valid,
.contact-form div.phone.field > label > input:required:valid,
.contact-form div.email.field > label > input:required:valid,
.contact-form div.text.field > label > textarea:required:valid,
.contact-form div.select.field > label > select:required:valid {
  background-color: #f4fdf8;
  border: 2px solid #93e5b4;
  color: #222 !important;
}
.contact-form div.check.field > label:before {
  content: ' ';
  display: block;
  height: 2.2em;
}
.contact-form div.select.field > label > select {
  display: block;
}
.contact-form div.string.field > label > input,
.contact-form div.date.field > label > input {
  height: 3.5em;
}
.contact-form div.field.button > button {
  margin-top: 1.2em;
}
.contact-form div.text.field {
  display: block;
}
.contact-form div.text.field > label > textarea {
  width: 100%;
  min-height: 7em;
  display: block;
  margin-top: 0.2em;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.contact-form div.check.field > label > input {
  margin-right: 0.25em;
}
.contact-form div.field > label > span.required:after {
  content: '*';
  color: #f00;
}
.contact-form div.title {
  background-color: #0d47a1;
  color: #eee;
  line-height: 2em;
  padding: 0.2em 0 0.2em 1em;
  border: 0;
  border-bottom: 1px solid #082e69;
  border-radius: 2px;
  cursor: pointer;
}
.contact-form div.title > div[class^="ion"] {
  color: #eee;
  padding: 0 1em 0 0;
}
.contact-form div.select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-top: 0.2em;
  background: #f4f4f4;
  border-color: border;
  color: #222 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  border-style: solid;
  padding: 0 0.5em;
  position: relative;
  width: 100%;
}
.contact-form span.caret {
  display: inline-block;
  width: 0px;
  height: 0px;
  vertical-align: middle;
  border-top: 4px solid #222;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  position: absolute;
  top: 65%;
  right: 5px;
  z-index: 1;
}
.contact-form div.select select option {
  padding: 0.5em 0 0.5em 0.2em;
  background: #fff;
  color: #222;
}
.contact-form textarea {
  border-radius: 0;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  border: 1px solid #222;
}
.contact-form.submitted :invalid:not(fieldset) {
  border: 2px solid #f00 !important;
}
/* 
 * Submit Modal
 */
.submit-modal {
  display: none;
  position: relative;
  height: 370px;
  width: 500px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: calc(50vh - 185px);
  padding: 3em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 0.2em;
  -webkit-box-shadow: 0 0.2em 0.25em rgba(0,0,0,0.3);
  box-shadow: 0 0.2em 0.25em rgba(0,0,0,0.3);
  z-index: 10001;
}
.submit-modal.active {
  display: block;
}
.submit-modal .svg-placeholder {
  width: 100px;
  height: 100px;
}
.submit-modal svg {
  max-height: 100px;
  width: 100px;
  display: block;
  margin: 0 auto 1em;
}
.submit-modal .path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
}
.submit-modal .path.circle {
  -webkit-animation: dash 0.9s ease-in-out;
  -webkit-animation: dash 0.9s ease-in-out;
  -moz-animation: dash 0.9s ease-in-out;
  -o-animation: dash 0.9s ease-in-out;
  -ms-animation: dash 0.9s ease-in-out;
  animation: dash 0.9s ease-in-out;
}
.submit-modal .path.line {
  stroke-dashoffset: 1000;
  -webkit-animation: dash 0.9s 0.35s ease-in-out forwards;
  -webkit-animation: dash 0.9s 0.35s ease-in-out forwards;
  -moz-animation: dash 0.9s 0.35s ease-in-out forwards;
  -o-animation: dash 0.9s 0.35s ease-in-out forwards;
  -ms-animation: dash 0.9s 0.35s ease-in-out forwards;
  animation: dash 0.9s 0.35s ease-in-out forwards;
}
.submit-modal .path.check {
  stroke-dashoffset: -100;
  -webkit-animation: dash-check 0.9s 0.35s ease-in-out forwards;
  -webkit-animation: dash-check 0.9s 0.35s ease-in-out forwards;
  -moz-animation: dash-check 0.9s 0.35s ease-in-out forwards;
  -o-animation: dash-check 0.9s 0.35s ease-in-out forwards;
  -ms-animation: dash-check 0.9s 0.35s ease-in-out forwards;
  animation: dash-check 0.9s 0.35s ease-in-out forwards;
}
.submit-modal .status {
  padding: 0.5em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  font-size: 1.2em;
  display: none;
}
.submit-modal .status.active {
  display: block;
}
.submit-modal .status:first-of-type {
  padding-top: 1em;
}
.submit-modal .status.success {
  color: #73af55;
}
.submit-modal .status.success .processing {
  display: none;
}
.submit-modal .status .processing {
  position: relative;
  margin: 0.5em auto 0;
  width: 8px;
  height: 8px;
  background-color: #0d47a1;
  border-radius: 8px;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-animation: dotted 600ms linear infinite alternate;
  -moz-animation: dotted 600ms linear infinite alternate;
  -o-animation: dotted 600ms linear infinite alternate;
  -ms-animation: dotted 600ms linear infinite alternate;
  animation: dotted 600ms linear infinite alternate;
  -webkit-animation-delay: 200ms;
  -moz-animation-delay: 200ms;
  -o-animation-delay: 200ms;
  -ms-animation-delay: 200ms;
  animation-delay: 200ms;
}
.submit-modal .status .processing:before,
.submit-modal .status .processing:after {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #0d47a1;
  border-radius: 10px;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.submit-modal .status .processing:before {
  left: -16px;
  -webkit-animation: dotted 600ms linear infinite alternate;
  -moz-animation: dotted 600ms linear infinite alternate;
  -o-animation: dotted 600ms linear infinite alternate;
  -ms-animation: dotted 600ms linear infinite alternate;
  animation: dotted 600ms linear infinite alternate;
  -webkit-animation-delay: 0ms;
  -moz-animation-delay: 0ms;
  -o-animation-delay: 0ms;
  -ms-animation-delay: 0ms;
  animation-delay: 0ms;
}
.submit-modal .status .processing:after {
  left: 16px;
  -webkit-animation: dotted 600ms linear infinite alternate;
  -moz-animation: dotted 600ms linear infinite alternate;
  -o-animation: dotted 600ms linear infinite alternate;
  -ms-animation: dotted 600ms linear infinite alternate;
  animation: dotted 600ms linear infinite alternate;
  -webkit-animation-delay: 400ms;
  -moz-animation-delay: 400ms;
  -o-animation-delay: 400ms;
  -ms-animation-delay: 400ms;
  animation-delay: 400ms;
}
@-webkit-keyframes dotted {
  0% {
    background-color: #0d47a1;
  }
  100% {
    background-color: #fff;
  }
}
@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes dash-check {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}
@media screen and (max-width: 36em) {
  .contact-form {
    padding: 0;
  }
  .contact-form label.terms {
    white-space: normal !important;
    margin-bottom: 2em;
    font-size: 1em !important;
  }
  div.field {
    display: block !important;
  }
  div.string.field > label > input,
  div.select.field > label > select {
    width: 100%;
  }
  div.check.field > label:before {
    display: none;
  }
  div.button.field > button {
    margin-top: 0;
  }
  div.submit > button {
    width: 100%;
  }
}
@media screen and (min-width: 36em) {
  .pure-g [class *="pure-u-md"] div.string.field {
    width: 29%;
  }
  .pure-g [class *="pure-u-lg"] div.string.field {
    width: 29%;
  }
  div.string.field {
    width: 20%;
  }
  div.date.field {
    width: 20%;
    min-width: 7em;
  }
  div.tiny.field {
    width: 10%;
    min-width: 2em;
  }
  div.small.field {
    width: 15%;
    min-width: 7em;
  }
  div.large.field {
    width: 66%;
  }
  div.xlarge.field {
    width: 95%;
    width: calc(100% - 1em);
  }
}
.dealer-info-boxes .info-box {
  padding: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.dealer-info-boxes .icon {
  margin-bottom: 1em;
  font-size: 1.25em;
}
.dealer-info-boxes .icon i {
  font-size: 1.55em;
  margin-right: 0.5em;
}
.dealer-info-boxes span.title {
  font-weight: 700;
}
/* Credit 6 */
.container-wrapper {
  position: relative;
  max-width: 1250px;
  margin: 0 auto;
}
.container-bg-border {
  display: block;
  height: 50%;
  margin-bottom: -50%;
  z-index: 0;
  left: -1px;
  top: -1px;
  right: -1px;
  position: absolute;
  background: -webkit-linear-gradient(rgba(0,0,0,0.05), transparent);
  background: -moz-linear-gradient(rgba(0,0,0,0.05), transparent);
  background: -o-linear-gradient(rgba(0,0,0,0.05), transparent);
  background: -ms-linear-gradient(rgba(0,0,0,0.05), transparent);
  background: linear-gradient(rgba(0,0,0,0.05), transparent);
  border-radius: 0.2em;
  max-width: 100%;
}
.container.primary,
.container-full.primary {
  background-color: #0d47a1;
  color: #eee;
}
.container.alt-bg,
.container-full.alt-bg {
  background-color: #f4f4f4;
  color: #222;
}
.container.left-m,
.container-full.left-m {
  margin-left: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.container.right-m,
.container-full.right-m {
  margin-right: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.container.container-trans,
.container-full.container-trans {
  background: rgba(255,255,255,0.9);
}
.container-full {
  width: 100%;
  background-color: #fff;
}
.has-background .root-container > div > .container-trans {
  background-color: rgba(255,255,255,0.9);
}
@media screen and (max-width: 48em) {
  .container.alt-bg,
  .container.left-m,
  .container.right-m {
    margin: 0;
  }
}
h2.custom-header-one {
  border-bottom: 1px solid #d8d8d8;
  font-weight: 400;
  padding: 0.5em 0;
  margin: 0 0.5em 0.5em 0.5em;
  position: relative;
}
h2.custom-header-one:before {
  content: '';
  height: 1px;
  width: 100%;
  background-color: #ccc;
  position: absolute;
  bottom: 0;
  left: 0;
}
h2.custom-header-two {
  position: relative;
  text-align: center;
  font-weight: 400;
  padding: 0;
  margin: 0 0 0.5em 0;
  text-transform: uppercase;
  color: #0d47a1;
}
h2.custom-header-two span {
  font-size: 1.25em;
  padding: 0 1em;
  position: relative;
  z-index: 2;
  background: #fff;
}
h2.custom-header-two:before {
  content: '';
  height: 2px;
  width: 100%;
  background-color: #222;
  position: absolute;
  bottom: 50%;
  left: 0;
}
h2.custom-header-two:after {
  content: '';
  height: 2px;
  width: 100%;
  background-color: #222;
  position: absolute;
  bottom: 51%;
  left: 0;
}
h2.custom-header-three {
  border-left: 0.2em solid #0d47a1;
  padding-left: 1em;
  font-weight: 400;
}
h2.custom-header-four {
  background: #0d47a1;
  color: #eee;
  padding: 0.25em 0.5em;
  font-weight: 400;
  margin: 0;
}
h2.custom-header-five {
  border-bottom: 2px solid #0d47a1;
  font-weight: 400;
  padding: 0.5em 0;
  margin: 0 0.5em 0.5em 0.5em;
  position: relative;
}
h2.custom-header-six {
  position: relative;
  margin-bottom: 1em;
}
h2.custom-header-six:before {
  width: 4em;
  height: 2px;
  content: '';
  position: absolute;
  display: block;
  left: 50%;
  bottom: -0.25em;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #0d47a1;
}
h2.custom-header-six:after {
  width: 2em;
  height: 2px;
  content: '';
  position: absolute;
  display: block;
  left: 50%;
  bottom: -0.5em;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #0d47a1;
}
h2.custom-header-slashes {
  position: relative;
  margin-bottom: 1em;
}
h2.custom-header-slashes:before {
  width: 100%;
  height: 24px;
  content: '';
  position: absolute;
  display: block;
  left: 0;
  top: 100%;
  background: url("/themes/theme1/img/slashes_2.png");
}
h2.Oswald {
  font-family: 'Oswald', sans-serif;
}
h2.Roboto {
  font-family: 'Roboto', sans-serif;
}
h2.OpenSans {
  font-family: 'Open Sans', sans-serif;
}
@media screen and (max-width: 64em) {
  h2 {
    padding-left: 0.5em;
  }
}
.pure-form .select select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
div[id^='contact'].pure-form.max-input div.field {
  width: 96%;
}
.contact-form {
  padding: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0.2em;
}
.contact-form.bordered {
  border: 1px solid #ccc;
}
.contact-form.bordered.borderless {
  border: 0;
}
.contact-form fieldset {
  margin-top: 1em;
  border: 1px solid #ccc;
  border-radius: 2px;
  padding-top: 0;
  padding-bottom: 0;
  background: #fff;
  -webkit-transition: height 0.5s ease-in-out;
  -moz-transition: height 0.5s ease-in-out;
  -o-transition: height 0.5s ease-in-out;
  -ms-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out;
}
.contact-form fieldset:first-child {
  margin-top: 0;
}
.contact-form fieldset fieldset {
  margin: 0.5em;
}
.contact-form div[id^='contact'].pure-form.max-input div.field {
  width: 96%;
}
.contact-form .secure-msg {
  padding: 0.5em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.contact-form label.terms {
  overflow: initial;
  -o-text-overflow: initial;
  text-overflow: initial;
  white-space: initial;
}
.contact-form .terms-and-conditions {
  padding: 1em 0;
}
.contact-form .terms-and-conditions strong {
  font-weight: 500;
}
.contact-form .terms-and-conditions .sub-terms {
  background-color: #f4f4f4;
  color: #222;
  padding: 0.5em 1em;
  margin-top: 0.5em;
  overflow: hidden;
  border-radius: 0.2em;
}
.contact-form .terms-and-conditions .sub-terms .expanded-terms,
.contact-form .terms-and-conditions .sub-terms .expand-btn {
  display: block;
  cursor: pointer;
}
.contact-form .terms-and-conditions .sub-terms .expanded-terms {
  max-height: 0em;
  overflow: hidden;
  -webkit-transition: max-height 0.5s ease-in-out;
  -moz-transition: max-height 0.5s ease-in-out;
  -o-transition: max-height 0.5s ease-in-out;
  -ms-transition: max-height 0.5s ease-in-out;
  transition: max-height 0.5s ease-in-out;
  padding-top: 0.5em;
}
.contact-form .terms-and-conditions .sub-terms .expanded-terms.expand {
  max-height: 100em;
  -webkit-transition: max-height 0.5s ease-in-out;
  -moz-transition: max-height 0.5s ease-in-out;
  -o-transition: max-height 0.5s ease-in-out;
  -ms-transition: max-height 0.5s ease-in-out;
  transition: max-height 0.5s ease-in-out;
}
.contact-form .terms-and-conditions .sub-terms .expanded-terms .break {
  padding-bottom: 0.5em;
}
.contact-form input.term-input {
  margin-left: 0.25em;
}
.contact-form div.field {
  display: inline-block;
  margin: 0.5em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
  max-width: 100%;
}
.contact-form div.field > label {
  white-space: nowrap;
  font-size: 0.8em;
  display: block;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  position: relative;
}
.contact-form div.field > label > * {
  font-size: 1em;
}
.contact-form div.field.large > label,
.contact-form div.string.field > label > input {
  width: 100%;
}
.contact-form div.submit.field {
  display: block;
}
.contact-form div.submit > button {
  background-color: #0d47a1;
  color: #eee;
}
.contact-form div.string.field > label > input,
.contact-form div.date.field > label > input,
.contact-form div.label.field > label > div,
.contact-form div.number.field > label > input,
.contact-form div.phone.field > label > input,
.contact-form div.email.field > label > input,
.contact-form div.text.field > label > textarea,
.contact-form div.select.field > label > select {
  margin-top: 0.2em;
  display: block;
  width: 100%;
  background: #f4f4f4;
  border-color: #ccc;
  color: #222;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.5em;
  height: 3.5em;
}
.contact-form div.string.field > label > input:focus,
.contact-form div.date.field > label > input:focus,
.contact-form div.label.field > label > div:focus,
.contact-form div.number.field > label > input:focus,
.contact-form div.phone.field > label > input:focus,
.contact-form div.email.field > label > input:focus,
.contact-form div.text.field > label > textarea:focus,
.contact-form div.select.field > label > select:focus {
  border-color: #222;
}
.contact-form div.string.field > label > input:required:valid,
.contact-form div.date.field > label > input:required:valid,
.contact-form div.label.field > label > div:required:valid,
.contact-form div.number.field > label > input:required:valid,
.contact-form div.phone.field > label > input:required:valid,
.contact-form div.email.field > label > input:required:valid,
.contact-form div.text.field > label > textarea:required:valid,
.contact-form div.select.field > label > select:required:valid {
  background-color: #f4fdf8;
  border: 2px solid #93e5b4;
  color: #222 !important;
}
.contact-form div.check.field > label:before {
  content: ' ';
  display: block;
  height: 2.2em;
}
.contact-form div.select.field > label > select {
  display: block;
}
.contact-form div.string.field > label > input,
.contact-form div.date.field > label > input {
  height: 3.5em;
}
.contact-form div.field.button > button {
  margin-top: 1.2em;
}
.contact-form div.text.field {
  display: block;
}
.contact-form div.text.field > label > textarea {
  width: 100%;
  min-height: 7em;
  display: block;
  margin-top: 0.2em;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.contact-form div.check.field > label > input {
  margin-right: 0.25em;
}
.contact-form div.field > label > span.required:after {
  content: '*';
  color: #f00;
}
.contact-form div.title {
  background-color: #0d47a1;
  color: #eee;
  line-height: 2em;
  padding: 0.2em 0 0.2em 1em;
  border: 0;
  border-bottom: 1px solid #082e69;
  border-radius: 2px;
  cursor: pointer;
}
.contact-form div.title > div[class^="ion"] {
  color: #eee;
  padding: 0 1em 0 0;
}
.contact-form div.select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-top: 0.2em;
  background: #f4f4f4;
  border-color: border;
  color: #222 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  border-style: solid;
  padding: 0 0.5em;
  position: relative;
  width: 100%;
}
.contact-form span.caret {
  display: inline-block;
  width: 0px;
  height: 0px;
  vertical-align: middle;
  border-top: 4px solid #222;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  position: absolute;
  top: 65%;
  right: 5px;
  z-index: 1;
}
.contact-form div.select select option {
  padding: 0.5em 0 0.5em 0.2em;
  background: #fff;
  color: #222;
}
.contact-form textarea {
  border-radius: 0;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  border: 1px solid #222;
}
.contact-form.submitted :invalid:not(fieldset) {
  border: 2px solid #f00 !important;
}
/* 
 * Submit Modal
 */
.submit-modal {
  display: none;
  position: relative;
  height: 370px;
  width: 500px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: calc(50vh - 185px);
  padding: 3em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 0.2em;
  -webkit-box-shadow: 0 0.2em 0.25em rgba(0,0,0,0.3);
  box-shadow: 0 0.2em 0.25em rgba(0,0,0,0.3);
  z-index: 10001;
}
.submit-modal.active {
  display: block;
}
.submit-modal .svg-placeholder {
  width: 100px;
  height: 100px;
}
.submit-modal svg {
  max-height: 100px;
  width: 100px;
  display: block;
  margin: 0 auto 1em;
}
.submit-modal .path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
}
.submit-modal .path.circle {
  -webkit-animation: dash 0.9s ease-in-out;
  -webkit-animation: dash 0.9s ease-in-out;
  -moz-animation: dash 0.9s ease-in-out;
  -o-animation: dash 0.9s ease-in-out;
  -ms-animation: dash 0.9s ease-in-out;
  animation: dash 0.9s ease-in-out;
}
.submit-modal .path.line {
  stroke-dashoffset: 1000;
  -webkit-animation: dash 0.9s 0.35s ease-in-out forwards;
  -webkit-animation: dash 0.9s 0.35s ease-in-out forwards;
  -moz-animation: dash 0.9s 0.35s ease-in-out forwards;
  -o-animation: dash 0.9s 0.35s ease-in-out forwards;
  -ms-animation: dash 0.9s 0.35s ease-in-out forwards;
  animation: dash 0.9s 0.35s ease-in-out forwards;
}
.submit-modal .path.check {
  stroke-dashoffset: -100;
  -webkit-animation: dash-check 0.9s 0.35s ease-in-out forwards;
  -webkit-animation: dash-check 0.9s 0.35s ease-in-out forwards;
  -moz-animation: dash-check 0.9s 0.35s ease-in-out forwards;
  -o-animation: dash-check 0.9s 0.35s ease-in-out forwards;
  -ms-animation: dash-check 0.9s 0.35s ease-in-out forwards;
  animation: dash-check 0.9s 0.35s ease-in-out forwards;
}
.submit-modal .status {
  padding: 0.5em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  font-size: 1.2em;
  display: none;
}
.submit-modal .status.active {
  display: block;
}
.submit-modal .status:first-of-type {
  padding-top: 1em;
}
.submit-modal .status.success {
  color: #73af55;
}
.submit-modal .status.success .processing {
  display: none;
}
.submit-modal .status .processing {
  position: relative;
  margin: 0.5em auto 0;
  width: 8px;
  height: 8px;
  background-color: #0d47a1;
  border-radius: 8px;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-animation: dotted 600ms linear infinite alternate;
  -moz-animation: dotted 600ms linear infinite alternate;
  -o-animation: dotted 600ms linear infinite alternate;
  -ms-animation: dotted 600ms linear infinite alternate;
  animation: dotted 600ms linear infinite alternate;
  -webkit-animation-delay: 200ms;
  -moz-animation-delay: 200ms;
  -o-animation-delay: 200ms;
  -ms-animation-delay: 200ms;
  animation-delay: 200ms;
}
.submit-modal .status .processing:before,
.submit-modal .status .processing:after {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #0d47a1;
  border-radius: 10px;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.submit-modal .status .processing:before {
  left: -16px;
  -webkit-animation: dotted 600ms linear infinite alternate;
  -moz-animation: dotted 600ms linear infinite alternate;
  -o-animation: dotted 600ms linear infinite alternate;
  -ms-animation: dotted 600ms linear infinite alternate;
  animation: dotted 600ms linear infinite alternate;
  -webkit-animation-delay: 0ms;
  -moz-animation-delay: 0ms;
  -o-animation-delay: 0ms;
  -ms-animation-delay: 0ms;
  animation-delay: 0ms;
}
.submit-modal .status .processing:after {
  left: 16px;
  -webkit-animation: dotted 600ms linear infinite alternate;
  -moz-animation: dotted 600ms linear infinite alternate;
  -o-animation: dotted 600ms linear infinite alternate;
  -ms-animation: dotted 600ms linear infinite alternate;
  animation: dotted 600ms linear infinite alternate;
  -webkit-animation-delay: 400ms;
  -moz-animation-delay: 400ms;
  -o-animation-delay: 400ms;
  -ms-animation-delay: 400ms;
  animation-delay: 400ms;
}
@-webkit-keyframes dotted {
  0% {
    background-color: #0d47a1;
  }
  100% {
    background-color: #fff;
  }
}
@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes dash-check {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}
@media screen and (max-width: 36em) {
  .contact-form {
    padding: 0;
  }
  .contact-form label.terms {
    white-space: normal !important;
    margin-bottom: 2em;
    font-size: 1em !important;
  }
  div.field {
    display: block !important;
  }
  div.string.field > label > input,
  div.select.field > label > select {
    width: 100%;
  }
  div.check.field > label:before {
    display: none;
  }
  div.button.field > button {
    margin-top: 0;
  }
  div.submit > button {
    width: 100%;
  }
}
@media screen and (min-width: 36em) {
  .pure-g [class *="pure-u-md"] div.string.field {
    width: 29%;
  }
  .pure-g [class *="pure-u-lg"] div.string.field {
    width: 29%;
  }
  div.string.field {
    width: 20%;
  }
  div.date.field {
    width: 20%;
    min-width: 7em;
  }
  div.tiny.field {
    width: 10%;
    min-width: 2em;
  }
  div.small.field {
    width: 15%;
    min-width: 7em;
  }
  div.large.field {
    width: 66%;
  }
  div.xlarge.field {
    width: 95%;
    width: calc(100% - 1em);
  }
}
/* Payment 6 */
.container-wrapper {
  position: relative;
  max-width: 1250px;
  margin: 0 auto;
}
.container-bg-border {
  display: block;
  height: 50%;
  margin-bottom: -50%;
  z-index: 0;
  left: -1px;
  top: -1px;
  right: -1px;
  position: absolute;
  background: -webkit-linear-gradient(rgba(0,0,0,0.05), transparent);
  background: -moz-linear-gradient(rgba(0,0,0,0.05), transparent);
  background: -o-linear-gradient(rgba(0,0,0,0.05), transparent);
  background: -ms-linear-gradient(rgba(0,0,0,0.05), transparent);
  background: linear-gradient(rgba(0,0,0,0.05), transparent);
  border-radius: 0.2em;
  max-width: 100%;
}
.container.primary,
.container-full.primary {
  background-color: #0d47a1;
  color: #eee;
}
.container.alt-bg,
.container-full.alt-bg {
  background-color: #f4f4f4;
  color: #222;
}
.container.left-m,
.container-full.left-m {
  margin-left: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.container.right-m,
.container-full.right-m {
  margin-right: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.container.container-trans,
.container-full.container-trans {
  background: rgba(255,255,255,0.9);
}
.container-full {
  width: 100%;
  background-color: #fff;
}
.has-background .root-container > div > .container-trans {
  background-color: rgba(255,255,255,0.9);
}
@media screen and (max-width: 48em) {
  .container.alt-bg,
  .container.left-m,
  .container.right-m {
    margin: 0;
  }
}
h2.custom-header-one {
  border-bottom: 1px solid #d8d8d8;
  font-weight: 400;
  padding: 0.5em 0;
  margin: 0 0.5em 0.5em 0.5em;
  position: relative;
}
h2.custom-header-one:before {
  content: '';
  height: 1px;
  width: 100%;
  background-color: #ccc;
  position: absolute;
  bottom: 0;
  left: 0;
}
h2.custom-header-two {
  position: relative;
  text-align: center;
  font-weight: 400;
  padding: 0;
  margin: 0 0 0.5em 0;
  text-transform: uppercase;
  color: #0d47a1;
}
h2.custom-header-two span {
  font-size: 1.25em;
  padding: 0 1em;
  position: relative;
  z-index: 2;
  background: #fff;
}
h2.custom-header-two:before {
  content: '';
  height: 2px;
  width: 100%;
  background-color: #222;
  position: absolute;
  bottom: 50%;
  left: 0;
}
h2.custom-header-two:after {
  content: '';
  height: 2px;
  width: 100%;
  background-color: #222;
  position: absolute;
  bottom: 51%;
  left: 0;
}
h2.custom-header-three {
  border-left: 0.2em solid #0d47a1;
  padding-left: 1em;
  font-weight: 400;
}
h2.custom-header-four {
  background: #0d47a1;
  color: #eee;
  padding: 0.25em 0.5em;
  font-weight: 400;
  margin: 0;
}
h2.custom-header-five {
  border-bottom: 2px solid #0d47a1;
  font-weight: 400;
  padding: 0.5em 0;
  margin: 0 0.5em 0.5em 0.5em;
  position: relative;
}
h2.custom-header-six {
  position: relative;
  margin-bottom: 1em;
}
h2.custom-header-six:before {
  width: 4em;
  height: 2px;
  content: '';
  position: absolute;
  display: block;
  left: 50%;
  bottom: -0.25em;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #0d47a1;
}
h2.custom-header-six:after {
  width: 2em;
  height: 2px;
  content: '';
  position: absolute;
  display: block;
  left: 50%;
  bottom: -0.5em;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #0d47a1;
}
h2.custom-header-slashes {
  position: relative;
  margin-bottom: 1em;
}
h2.custom-header-slashes:before {
  width: 100%;
  height: 24px;
  content: '';
  position: absolute;
  display: block;
  left: 0;
  top: 100%;
  background: url("/themes/theme1/img/slashes_2.png");
}
h2.Oswald {
  font-family: 'Oswald', sans-serif;
}
h2.Roboto {
  font-family: 'Roboto', sans-serif;
}
h2.OpenSans {
  font-family: 'Open Sans', sans-serif;
}
@media screen and (max-width: 64em) {
  h2 {
    padding-left: 0.5em;
  }
}
/* removes dotted outline in firefox */
.wp-form button {
  padding: 0.5em 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0.25em;
  color: #222;
}
.payment-form {
  padding: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.payment-form .termsconditions {
  font-size: 0.9em;
  padding: 0.5em;
}
.payment-form h3.active {
  color: #0d47a1;
}
.payment-form section {
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  max-height: 0;
  overflow: hidden;
  padding: 0 1em;
}
.payment-form section.active {
  max-height: 9999em;
  border-bottom: 1px solid #ccc;
}
.payment-form fieldset {
  padding-top: 0;
  padding-bottom: 0;
  -webkit-transition: height 0.5s ease-in-out;
  -moz-transition: height 0.5s ease-in-out;
  -o-transition: height 0.5s ease-in-out;
  -ms-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out;
}
.payment-form fieldset fieldset {
  margin: 0.5em;
}
.payment-form .payment-calc,
.payment-form .payment-msg {
  display: inline-block;
  padding: 0.5em 1em;
}
.payment-form .pay {
  text-align: right;
  padding-bottom: 0.5em;
}
.payment-form .payment-amount {
  font-size: 1.5em;
  font-weight: 300;
  padding: 0;
}
.payment-form .payment-amount.total {
  border-top: 0.1em solid #222;
}
.payment-form .break.hr {
  border-bottom: 0.1em dotted #222;
}
.payment-form.review div.field div {
  background: #f4f4f4;
  color: #222;
  border: 1px solid #ccc;
  border-radius: 0.2em;
  padding: 0.25em 0.5em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.payment-form .select select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.payment-form div.field {
  display: inline-block;
  margin: 0.5em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
  max-width: 100%;
}
.payment-form div.field > label {
  white-space: nowrap;
  font-size: 0.8em;
  display: block;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  position: relative;
}
.payment-form div.field > label > * {
  font-size: 1em;
}
.payment-form div.field > label > div {
  padding: 1em 0.5em 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.payment-form div.field.large > label,
.payment-form div.string.field > label > input {
  width: 100%;
}
.payment-form div.submit.field {
  display: block;
}
.payment-form div.submit .submit-btn {
  background-color: #0d47a1;
  color: #eee;
}
.payment-form div.string.field div.exp-inputs {
  font-size: 0.8em;
}
.payment-form div.string.field div.exp-inputs input.exp {
  width: 30%;
  display: inline-block;
  margin-top: 0;
}
.payment-form div.string.field > label > input,
.payment-form div.date.field > label > input,
.payment-form div.label.field > label > div,
.payment-form div.number.field > label > input,
.payment-form div.phone.field > label > input,
.payment-form div.email.field > label > input,
.payment-form div.string.field .exp-inputs input {
  margin-top: 0.2em;
  display: block;
  width: 100%;
  background: #f4f4f4;
  border-color: #ccc;
  color: #222;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.5em;
}
.payment-form div.string.field > label > input:focus,
.payment-form div.date.field > label > input:focus,
.payment-form div.label.field > label > div:focus,
.payment-form div.number.field > label > input:focus,
.payment-form div.phone.field > label > input:focus,
.payment-form div.email.field > label > input:focus,
.payment-form div.string.field .exp-inputs input:focus {
  border-color: #222;
}
.payment-form div.string.field > label > input:required:valid,
.payment-form div.date.field > label > input:required:valid,
.payment-form div.label.field > label > div:required:valid,
.payment-form div.number.field > label > input:required:valid,
.payment-form div.phone.field > label > input:required:valid,
.payment-form div.email.field > label > input:required:valid,
.payment-form div.string.field .exp-inputs input:required:valid {
  background-color: #f4fdf8;
  border: 2px solid #93e5b4;
  color: #222;
}
.payment-form.submitted input:invalid:not(fieldset) {
  border: 2px solid #f00 !important;
}
.payment-form div.check.field input.block {
  display: block;
}
.payment-form div.check.field > label:before {
  content: ' ';
  display: block;
  height: 2.2em;
}
.payment-form div.select.field > label > select {
  display: block;
}
.payment-form div.string.field > label > input,
.payment-form div.date.field > label > input {
  height: 2.3em;
}
.payment-form div.field.button > button {
  margin-top: 1.2em;
}
.payment-form div.text.field {
  display: block;
}
.payment-form div.text.field > label > textarea {
  width: 100%;
  min-height: 7em;
  display: block;
  margin-top: 0.2em;
  border-radius: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.payment-form div.check.field > label > input {
  margin-right: 0.25em;
}
.payment-form div.field > label > span.required:after {
  content: '*';
  color: #f00;
}
.payment-form div.title {
  line-height: 2em;
  padding: 0 0.5em;
  font-weight: 500;
}
.payment-form div.title > div[class^="ion"] {
  color: #eee;
  padding: 0 1em 0 0;
}
.payment-form div.select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  margin-top: 0.2em;
  border-color: #222;
  color: #222 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  border-style: solid;
  padding: 0;
  position: relative;
  width: 100%;
  padding-right: 1em;
}
.payment-form span.caret {
  display: inline-block;
  width: 0px;
  height: 0px;
  vertical-align: middle;
  border-top: 4px solid #222;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  position: absolute;
  top: 65%;
  right: 5px;
  z-index: 1;
}
.payment-form div.select select option {
  padding: 0.5em 0 0.5em 0.2em;
  background: #fff;
  color: #222;
}
.payment-form textarea {
  border-radius: 0;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  border: 1px solid #222;
}
@media screen and (max-width: 36em) {
  div.field display block,
  div.string.field > label > input,
  div.select.field > label > select {
    width: 100%;
  }
  div.check.field > label:before {
    display: none;
  }
  div.button.field > button {
    margin-top: 0;
  }
}
@media screen and (min-width: 36em) {
  .pure-g [class *="pure-u-md"] div.string.field {
    width: 29%;
  }
  .pure-g [class *="pure-u-md"] div.string.field.large {
    width: 50%;
    word-break: break-all;
  }
  .pure-g [class *="pure-u-lg"] div.string.field {
    width: 29%;
  }
  .pure-g [class *="pure-u-lg"] div.string.field.large {
    width: 50%;
    word-break: break-all;
  }
  div.string.field {
    width: 20%;
  }
  div.date.field {
    width: 20%;
    min-width: 7em;
  }
  div.tiny.field {
    width: 10%;
    min-width: 2em;
  }
  div.small.field {
    width: 15%;
    min-width: 7em;
  }
  div.large.field {
    width: 66%;
  }
  div.xlarge.field {
    width: 95%;
    width: calc(100% - 1em);
  }
}
/* Reviews 6 */
.container-wrapper {
  position: relative;
  max-width: 1250px;
  margin: 0 auto;
}
.container-bg-border {
  display: block;
  height: 50%;
  margin-bottom: -50%;
  z-index: 0;
  left: -1px;
  top: -1px;
  right: -1px;
  position: absolute;
  background: -webkit-linear-gradient(rgba(0,0,0,0.05), transparent);
  background: -moz-linear-gradient(rgba(0,0,0,0.05), transparent);
  background: -o-linear-gradient(rgba(0,0,0,0.05), transparent);
  background: -ms-linear-gradient(rgba(0,0,0,0.05), transparent);
  background: linear-gradient(rgba(0,0,0,0.05), transparent);
  border-radius: 0.2em;
  max-width: 100%;
}
.container.primary,
.container-full.primary {
  background-color: #0d47a1;
  color: #eee;
}
.container.alt-bg,
.container-full.alt-bg {
  background-color: #f4f4f4;
  color: #222;
}
.container.left-m,
.container-full.left-m {
  margin-left: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.container.right-m,
.container-full.right-m {
  margin-right: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.container.container-trans,
.container-full.container-trans {
  background: rgba(255,255,255,0.9);
}
.container-full {
  width: 100%;
  background-color: #fff;
}
.has-background .root-container > div > .container-trans {
  background-color: rgba(255,255,255,0.9);
}
@media screen and (max-width: 48em) {
  .container.alt-bg,
  .container.left-m,
  .container.right-m {
    margin: 0;
  }
}
h2.custom-header-one {
  border-bottom: 1px solid #d8d8d8;
  font-weight: 400;
  padding: 0.5em 0;
  margin: 0 0.5em 0.5em 0.5em;
  position: relative;
}
h2.custom-header-one:before {
  content: '';
  height: 1px;
  width: 100%;
  background-color: #ccc;
  position: absolute;
  bottom: 0;
  left: 0;
}
h2.custom-header-two {
  position: relative;
  text-align: center;
  font-weight: 400;
  padding: 0;
  margin: 0 0 0.5em 0;
  text-transform: uppercase;
  color: #0d47a1;
}
h2.custom-header-two span {
  font-size: 1.25em;
  padding: 0 1em;
  position: relative;
  z-index: 2;
  background: #fff;
}
h2.custom-header-two:before {
  content: '';
  height: 2px;
  width: 100%;
  background-color: #222;
  position: absolute;
  bottom: 50%;
  left: 0;
}
h2.custom-header-two:after {
  content: '';
  height: 2px;
  width: 100%;
  background-color: #222;
  position: absolute;
  bottom: 51%;
  left: 0;
}
h2.custom-header-three {
  border-left: 0.2em solid #0d47a1;
  padding-left: 1em;
  font-weight: 400;
}
h2.custom-header-four {
  background: #0d47a1;
  color: #eee;
  padding: 0.25em 0.5em;
  font-weight: 400;
  margin: 0;
}
h2.custom-header-five {
  border-bottom: 2px solid #0d47a1;
  font-weight: 400;
  padding: 0.5em 0;
  margin: 0 0.5em 0.5em 0.5em;
  position: relative;
}
h2.custom-header-six {
  position: relative;
  margin-bottom: 1em;
}
h2.custom-header-six:before {
  width: 4em;
  height: 2px;
  content: '';
  position: absolute;
  display: block;
  left: 50%;
  bottom: -0.25em;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #0d47a1;
}
h2.custom-header-six:after {
  width: 2em;
  height: 2px;
  content: '';
  position: absolute;
  display: block;
  left: 50%;
  bottom: -0.5em;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #0d47a1;
}
h2.custom-header-slashes {
  position: relative;
  margin-bottom: 1em;
}
h2.custom-header-slashes:before {
  width: 100%;
  height: 24px;
  content: '';
  position: absolute;
  display: block;
  left: 0;
  top: 100%;
  background: url("/themes/theme1/img/slashes_2.png");
}
h2.Oswald {
  font-family: 'Oswald', sans-serif;
}
h2.Roboto {
  font-family: 'Roboto', sans-serif;
}
h2.OpenSans {
  font-family: 'Open Sans', sans-serif;
}
@media screen and (max-width: 64em) {
  h2 {
    padding-left: 0.5em;
  }
}
.review-full-page .review-msg {
  padding: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.review-full-page .review-msg .contact-btn {
  display: inline-block;
  padding: 0.5em 1em;
  background-color: #0d47a1;
  background: -webkit-linear-gradient(top, #0d47a1, #0b3c89);
  background: -moz-linear-gradient(top, #0d47a1, #0b3c89);
  background: -o-linear-gradient(top, #0d47a1, #0b3c89);
  background: -ms-linear-gradient(top, #0d47a1, #0b3c89);
  background: linear-gradient(to bottom, #0d47a1, #0b3c89);
  border-radius: 0.2em;
}
.review-full-page .review-msg a {
  color: #eee;
  text-decoration: none;
}
.review-full-page .review-msg a.mail {
  color: #0d47a1;
}
.review-full-page .review-box {
  padding: 1em;
}
.review-full-page .review-box .review {
  background: #f4f4f4;
  color: #222;
  padding: 1em;
  font-size: 1.25em;
  font-style: italic;
  font-weight: 300;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0.2em;
  word-wrap: break-word;
  -webkit-box-shadow: 0.1em 0.1em 0.1em rgba(0,0,0,0.1);
  box-shadow: 0.1em 0.1em 0.1em rgba(0,0,0,0.1);
}
.review-full-page .review-box .review .review-pic {
  padding-bottom: 75%;
  background-size: cover;
  background-position: center center;
}
.review-full-page .review-box .review .content {
  padding-left: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.review-full-page .review-box .reviewer {
  position: relative;
  padding-left: 3.5em;
  padding-top: 0.5em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
}
.review-full-page .review-box .reviewer:after {
  content: '';
  border-top: 1.5em solid #f4f4f4;
  border-left: 1.5em solid transparent;
  position: absolute;
  bottom: 0.5em;
  left: 1em;
}
@media screen and (max-width: 35.6em) {
  .review-full-page .review-box .review .content {
    padding-left: 0;
    padding-top: 1em;
  }
  .review-full-page .review-msg {
    text-align: center;
  }
  .review-full-page .review-msg .contact-btn {
    display: block;
  }
}
/* 404 6 */
.foo-page {
  text-align: center;
}
.foo-page .large-text,
.foo-page .sub-text {
  vertical-align: middle;
}
.foo-page .large-text {
  font-size: 15em;
}
.foo-page .sub-text {
  height: 185px;
}
.foo-page .sub-text span {
  text-transform: uppercase;
  font-size: 2em;
}
.foo-page .sub-text a {
  color: #eee;
  text-decoration: none;
}
.foo-page .sub-text .home-btn {
  padding: 0.5em 1em;
  background-color: #0d47a1;
  border-radius: 0.2em;
  display: inline-block;
}
@media screen and (max-width: 35.6em) {
  .foo-page .large-text {
    font-size: 10em;
  }
}
.container-wrapper {
  position: relative;
  max-width: 1250px;
  margin: 0 auto;
}
.container-bg-border {
  display: block;
  height: 50%;
  margin-bottom: -50%;
  z-index: 0;
  left: -1px;
  top: -1px;
  right: -1px;
  position: absolute;
  background: -webkit-linear-gradient(rgba(0,0,0,0.05), transparent);
  background: -moz-linear-gradient(rgba(0,0,0,0.05), transparent);
  background: -o-linear-gradient(rgba(0,0,0,0.05), transparent);
  background: -ms-linear-gradient(rgba(0,0,0,0.05), transparent);
  background: linear-gradient(rgba(0,0,0,0.05), transparent);
  border-radius: 0.2em;
  max-width: 100%;
}
.container.primary,
.container-full.primary {
  background-color: #0d47a1;
  color: #eee;
}
.container.alt-bg,
.container-full.alt-bg {
  background-color: #f4f4f4;
  color: #222;
}
.container.left-m,
.container-full.left-m {
  margin-left: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.container.right-m,
.container-full.right-m {
  margin-right: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.container.container-trans,
.container-full.container-trans {
  background: rgba(255,255,255,0.9);
}
.container-full {
  width: 100%;
  background-color: #fff;
}
.has-background .root-container > div > .container-trans {
  background-color: rgba(255,255,255,0.9);
}
@media screen and (max-width: 48em) {
  .container.alt-bg,
  .container.left-m,
  .container.right-m {
    margin: 0;
  }
}
@-moz-keyframes fadeInLeft {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(-40px, 0, 0);
    -moz-transform: translate3d(-40px, 0, 0);
    -o-transform: translate3d(-40px, 0, 0);
    -ms-transform: translate3d(-40px, 0, 0);
    transform: translate3d(-40px, 0, 0);
  }
  to {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(-40px, 0, 0);
    -moz-transform: translate3d(-40px, 0, 0);
    -o-transform: translate3d(-40px, 0, 0);
    -ms-transform: translate3d(-40px, 0, 0);
    transform: translate3d(-40px, 0, 0);
  }
  to {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-o-keyframes fadeInLeft {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(-40px, 0, 0);
    -moz-transform: translate3d(-40px, 0, 0);
    -o-transform: translate3d(-40px, 0, 0);
    -ms-transform: translate3d(-40px, 0, 0);
    transform: translate3d(-40px, 0, 0);
  }
  to {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(-40px, 0, 0);
    -moz-transform: translate3d(-40px, 0, 0);
    -o-transform: translate3d(-40px, 0, 0);
    -ms-transform: translate3d(-40px, 0, 0);
    transform: translate3d(-40px, 0, 0);
  }
  to {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes fadeInRight {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(40px, 0, 0);
    -moz-transform: translate3d(40px, 0, 0);
    -o-transform: translate3d(40px, 0, 0);
    -ms-transform: translate3d(40px, 0, 0);
    transform: translate3d(40px, 0, 0);
  }
  to {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(40px, 0, 0);
    -moz-transform: translate3d(40px, 0, 0);
    -o-transform: translate3d(40px, 0, 0);
    -ms-transform: translate3d(40px, 0, 0);
    transform: translate3d(40px, 0, 0);
  }
  to {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-o-keyframes fadeInRight {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(40px, 0, 0);
    -moz-transform: translate3d(40px, 0, 0);
    -o-transform: translate3d(40px, 0, 0);
    -ms-transform: translate3d(40px, 0, 0);
    transform: translate3d(40px, 0, 0);
  }
  to {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(40px, 0, 0);
    -moz-transform: translate3d(40px, 0, 0);
    -o-transform: translate3d(40px, 0, 0);
    -ms-transform: translate3d(40px, 0, 0);
    transform: translate3d(40px, 0, 0);
  }
  to {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes fadeInUp {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(0, 20px, 0);
    -moz-transform: translate3d(0, 20px, 0);
    -o-transform: translate3d(0, 20px, 0);
    -ms-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(0, 20px, 0);
    -moz-transform: translate3d(0, 20px, 0);
    -o-transform: translate3d(0, 20px, 0);
    -ms-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-o-keyframes fadeInUp {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(0, 20px, 0);
    -moz-transform: translate3d(0, 20px, 0);
    -o-transform: translate3d(0, 20px, 0);
    -ms-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(0, 20px, 0);
    -moz-transform: translate3d(0, 20px, 0);
    -o-transform: translate3d(0, 20px, 0);
    -ms-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes pulseBreathing {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-box-shadow: 0 10px 25px rgba(0,188,212,0.4);
    box-shadow: 0 10px 25px rgba(0,188,212,0.4);
  }
  50% {
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -o-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
    -webkit-box-shadow: 0 12px 30px rgba(0,188,212,0.5);
    box-shadow: 0 12px 30px rgba(0,188,212,0.5);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-box-shadow: 0 10px 25px rgba(0,188,212,0.4);
    box-shadow: 0 10px 25px rgba(0,188,212,0.4);
  }
}
@-webkit-keyframes pulseBreathing {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-box-shadow: 0 10px 25px rgba(0,188,212,0.4);
    box-shadow: 0 10px 25px rgba(0,188,212,0.4);
  }
  50% {
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -o-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
    -webkit-box-shadow: 0 12px 30px rgba(0,188,212,0.5);
    box-shadow: 0 12px 30px rgba(0,188,212,0.5);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-box-shadow: 0 10px 25px rgba(0,188,212,0.4);
    box-shadow: 0 10px 25px rgba(0,188,212,0.4);
  }
}
@-o-keyframes pulseBreathing {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-box-shadow: 0 10px 25px rgba(0,188,212,0.4);
    box-shadow: 0 10px 25px rgba(0,188,212,0.4);
  }
  50% {
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -o-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
    -webkit-box-shadow: 0 12px 30px rgba(0,188,212,0.5);
    box-shadow: 0 12px 30px rgba(0,188,212,0.5);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-box-shadow: 0 10px 25px rgba(0,188,212,0.4);
    box-shadow: 0 10px 25px rgba(0,188,212,0.4);
  }
}
@keyframes pulseBreathing {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-box-shadow: 0 10px 25px rgba(0,188,212,0.4);
    box-shadow: 0 10px 25px rgba(0,188,212,0.4);
  }
  50% {
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -o-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
    -webkit-box-shadow: 0 12px 30px rgba(0,188,212,0.5);
    box-shadow: 0 12px 30px rgba(0,188,212,0.5);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-box-shadow: 0 10px 25px rgba(0,188,212,0.4);
    box-shadow: 0 10px 25px rgba(0,188,212,0.4);
  }
}
@-moz-keyframes dotted {
  0% {
    background-color: #0d47a1;
  }
  100% {
    background-color: #fff;
  }
}
@-webkit-keyframes dotted {
  0% {
    background-color: #0d47a1;
  }
  100% {
    background-color: #fff;
  }
}
@-o-keyframes dotted {
  0% {
    background-color: #0d47a1;
  }
  100% {
    background-color: #fff;
  }
}
@keyframes dotted {
  0% {
    background-color: #0d47a1;
  }
  100% {
    background-color: #fff;
  }
}
@-moz-keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-o-keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-moz-keyframes dash-check {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}
@-webkit-keyframes dash-check {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}
@-o-keyframes dash-check {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}
@keyframes dash-check {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}
@-moz-keyframes dotted {
  0% {
    background-color: #0d47a1;
  }
  100% {
    background-color: #fff;
  }
}
@-webkit-keyframes dotted {
  0% {
    background-color: #0d47a1;
  }
  100% {
    background-color: #fff;
  }
}
@-o-keyframes dotted {
  0% {
    background-color: #0d47a1;
  }
  100% {
    background-color: #fff;
  }
}
@keyframes dotted {
  0% {
    background-color: #0d47a1;
  }
  100% {
    background-color: #fff;
  }
}
@-moz-keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-o-keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-moz-keyframes dash-check {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}
@-webkit-keyframes dash-check {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}
@-o-keyframes dash-check {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}
@keyframes dash-check {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}
