@charset "UTF-8";
/*
$toyota-font-Regular: 'toyota_displayregular', 'toyota_textregular', 'Tohama', 'Arial';
$toyota_textbold: 'toyota_displaybold', 'toyota_textbold' 'Tohama', 'Arial';
$toyota-font-Heavy: 'toyota_displayheavy', 'toyota_textbold_italic', 'Tohama', 'Arial';
*/
@import url("https://fast.fonts.net/lt/1.css?apiType=css&c=8959b31a-8bc1-459e-bed9-4829fd8a70a3&fontids=777511,777517,777523,777532,777538,1142501,1142513,1142519,1142525,1142531,1142534,1142537,1142549,1142555,1142561,1142567,1142573,1142579,5656274");
.hub-image-center {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.content-box-hero {
  display: none;
}
.content-box-hero_image {
  margin: 0;
  padding: 0;
}
.content-box-hero_image img {
  width: 100%;
}
.content-box-hero .offer-card {
  padding: 30px 20px 21px;
  width: 100%;
}
.content-box-hero .offer-card p {
  font-size: 15px;
}
.content-box-hero .offer-card h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

@media screen and (max-width: 992px) {
  .content-box-hero {
    display: block;
  }
}
/*!
 * Bootstrap v4.0.0-alpha.6 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */ /*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, footer, header, nav, section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figcaption, figure, main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active, a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: inherit;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button, input, optgroup, select, textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details, menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

@media print {
  *, ::after, ::before, blockquote::first-letter, blockquote::first-line, div::first-letter, div::first-line, li::first-letter, li::first-line, p::first-letter, p::first-line {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  a, a:visited {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  blockquote, pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  img, tr {
    page-break-inside: avoid;
  }
  h2, h3, p {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td, .table th {
    background-color: #fff !important;
  }
  .table-bordered td, .table-bordered th {
    border: 1px solid #ddd !important;
  }
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

@-ms-viewport {
  width: device-width;
}
html {
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #292b2c;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[data-original-title], abbr[title] {
  cursor: help;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

dl, ol, ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol, ol ul, ul ol, ul ul {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

a {
  color: #0275d8;
  text-decoration: none;
}

a:focus, a:hover {
  color: #014c8c;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
}

[role=button] {
  cursor: pointer;
}

[role=button], a, area, button, input, label, select, summary, textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

table {
  border-collapse: collapse;
  background-color: transparent;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #636c72;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: left;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

button, input, select, textarea {
  line-height: inherit;
}

input[type=checkbox]:disabled, input[type=radio]:disabled {
  cursor: not-allowed;
}

input[type=date], input[type=time], input[type=datetime-local], input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
}

input[type=search] {
  -webkit-appearance: none;
}

output {
  display: inline-block;
}

[hidden] {
  display: none !important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

.h1, h1 {
  font-size: 2.5rem;
}

.h2, h2 {
  font-size: 2rem;
}

.h3, h3 {
  font-size: 1.75rem;
}

.h4, h4 {
  font-size: 1.5rem;
}

.h5, h5 {
  font-size: 1.25rem;
}

.h6, h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.1;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.1;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.1;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.1;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.small, small {
  font-size: 80%;
  font-weight: 400;
}

.mark, mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-unstyled li {
  line-height: normal;
  letter-spacing: normal;
  padding: 0;
}
.list-unstyled li:before {
  content: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 5px;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  border-left: 0.25rem solid #eceeef;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #636c72;
}

.blockquote-footer::before {
  content: "— ";
}

.blockquote-reverse {
  padding-right: 1rem;
  padding-left: 0;
  text-align: right;
  border-right: 0.25rem solid #eceeef;
  border-left: 0;
}

.blockquote-reverse .blockquote-footer::before {
  content: "";
}

.blockquote-reverse .blockquote-footer::after {
  content: " —";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #636c72;
}

code, kbd, pre, samp {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

code {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #bd4147;
  background-color: #f7f7f9;
  border-radius: 0.25rem;
}

a > code {
  padding: 0;
  color: inherit;
  background-color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #fff;
  background-color: #292b2c;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 90%;
  color: #292b2c;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 576px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 768px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 1200px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 576px) {
  .container {
    width: 540px;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .container {
    width: 720px;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1140px;
    max-width: 100%;
  }
}
.container-fluid {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 576px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 1200px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 576px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media (min-width: 768px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media (min-width: 992px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media (min-width: 1200px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col, .no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 576px) {
  .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9 {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 768px) {
  .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9 {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9 {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 1200px) {
  .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9 {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.col {
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.333333%;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.666667%;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.333333%;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.666667%;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.333333%;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.666667%;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.333333%;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.666667%;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.pull-0 {
  right: auto;
}

.pull-1 {
  right: 8.333333%;
}

.pull-2 {
  right: 16.666667%;
}

.pull-3 {
  right: 25%;
}

.pull-4 {
  right: 33.333333%;
}

.pull-5 {
  right: 41.666667%;
}

.pull-6 {
  right: 50%;
}

.pull-7 {
  right: 58.333333%;
}

.pull-8 {
  right: 66.666667%;
}

.pull-9 {
  right: 75%;
}

.pull-10 {
  right: 83.333333%;
}

.pull-11 {
  right: 91.666667%;
}

.pull-12 {
  right: 100%;
}

.push-0 {
  left: auto;
}

.push-1 {
  left: 8.333333%;
}

.push-2 {
  left: 16.666667%;
}

.push-3 {
  left: 25%;
}

.push-4 {
  left: 33.333333%;
}

.push-5 {
  left: 41.666667%;
}

.push-6 {
  left: 50%;
}

.push-7 {
  left: 58.333333%;
}

.push-8 {
  left: 66.666667%;
}

.push-9 {
  left: 75%;
}

.push-10 {
  left: 83.333333%;
}

.push-11 {
  left: 91.666667%;
}

.push-12 {
  left: 100%;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-sm-0 {
    right: auto;
  }
  .pull-sm-1 {
    right: 8.333333%;
  }
  .pull-sm-2 {
    right: 16.666667%;
  }
  .pull-sm-3 {
    right: 25%;
  }
  .pull-sm-4 {
    right: 33.333333%;
  }
  .pull-sm-5 {
    right: 41.666667%;
  }
  .pull-sm-6 {
    right: 50%;
  }
  .pull-sm-7 {
    right: 58.333333%;
  }
  .pull-sm-8 {
    right: 66.666667%;
  }
  .pull-sm-9 {
    right: 75%;
  }
  .pull-sm-10 {
    right: 83.333333%;
  }
  .pull-sm-11 {
    right: 91.666667%;
  }
  .pull-sm-12 {
    right: 100%;
  }
  .push-sm-0 {
    left: auto;
  }
  .push-sm-1 {
    left: 8.333333%;
  }
  .push-sm-2 {
    left: 16.666667%;
  }
  .push-sm-3 {
    left: 25%;
  }
  .push-sm-4 {
    left: 33.333333%;
  }
  .push-sm-5 {
    left: 41.666667%;
  }
  .push-sm-6 {
    left: 50%;
  }
  .push-sm-7 {
    left: 58.333333%;
  }
  .push-sm-8 {
    left: 66.666667%;
  }
  .push-sm-9 {
    left: 75%;
  }
  .push-sm-10 {
    left: 83.333333%;
  }
  .push-sm-11 {
    left: 91.666667%;
  }
  .push-sm-12 {
    left: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-md-0 {
    right: auto;
  }
  .pull-md-1 {
    right: 8.333333%;
  }
  .pull-md-2 {
    right: 16.666667%;
  }
  .pull-md-3 {
    right: 25%;
  }
  .pull-md-4 {
    right: 33.333333%;
  }
  .pull-md-5 {
    right: 41.666667%;
  }
  .pull-md-6 {
    right: 50%;
  }
  .pull-md-7 {
    right: 58.333333%;
  }
  .pull-md-8 {
    right: 66.666667%;
  }
  .pull-md-9 {
    right: 75%;
  }
  .pull-md-10 {
    right: 83.333333%;
  }
  .pull-md-11 {
    right: 91.666667%;
  }
  .pull-md-12 {
    right: 100%;
  }
  .push-md-0 {
    left: auto;
  }
  .push-md-1 {
    left: 8.333333%;
  }
  .push-md-2 {
    left: 16.666667%;
  }
  .push-md-3 {
    left: 25%;
  }
  .push-md-4 {
    left: 33.333333%;
  }
  .push-md-5 {
    left: 41.666667%;
  }
  .push-md-6 {
    left: 50%;
  }
  .push-md-7 {
    left: 58.333333%;
  }
  .push-md-8 {
    left: 66.666667%;
  }
  .push-md-9 {
    left: 75%;
  }
  .push-md-10 {
    left: 83.333333%;
  }
  .push-md-11 {
    left: 91.666667%;
  }
  .push-md-12 {
    left: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-lg-0 {
    right: auto;
  }
  .pull-lg-1 {
    right: 8.333333%;
  }
  .pull-lg-2 {
    right: 16.666667%;
  }
  .pull-lg-3 {
    right: 25%;
  }
  .pull-lg-4 {
    right: 33.333333%;
  }
  .pull-lg-5 {
    right: 41.666667%;
  }
  .pull-lg-6 {
    right: 50%;
  }
  .pull-lg-7 {
    right: 58.333333%;
  }
  .pull-lg-8 {
    right: 66.666667%;
  }
  .pull-lg-9 {
    right: 75%;
  }
  .pull-lg-10 {
    right: 83.333333%;
  }
  .pull-lg-11 {
    right: 91.666667%;
  }
  .pull-lg-12 {
    right: 100%;
  }
  .push-lg-0 {
    left: auto;
  }
  .push-lg-1 {
    left: 8.333333%;
  }
  .push-lg-2 {
    left: 16.666667%;
  }
  .push-lg-3 {
    left: 25%;
  }
  .push-lg-4 {
    left: 33.333333%;
  }
  .push-lg-5 {
    left: 41.666667%;
  }
  .push-lg-6 {
    left: 50%;
  }
  .push-lg-7 {
    left: 58.333333%;
  }
  .push-lg-8 {
    left: 66.666667%;
  }
  .push-lg-9 {
    left: 75%;
  }
  .push-lg-10 {
    left: 83.333333%;
  }
  .push-lg-11 {
    left: 91.666667%;
  }
  .push-lg-12 {
    left: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-xl-0 {
    right: auto;
  }
  .pull-xl-1 {
    right: 8.333333%;
  }
  .pull-xl-2 {
    right: 16.666667%;
  }
  .pull-xl-3 {
    right: 25%;
  }
  .pull-xl-4 {
    right: 33.333333%;
  }
  .pull-xl-5 {
    right: 41.666667%;
  }
  .pull-xl-6 {
    right: 50%;
  }
  .pull-xl-7 {
    right: 58.333333%;
  }
  .pull-xl-8 {
    right: 66.666667%;
  }
  .pull-xl-9 {
    right: 75%;
  }
  .pull-xl-10 {
    right: 83.333333%;
  }
  .pull-xl-11 {
    right: 91.666667%;
  }
  .pull-xl-12 {
    right: 100%;
  }
  .push-xl-0 {
    left: auto;
  }
  .push-xl-1 {
    left: 8.333333%;
  }
  .push-xl-2 {
    left: 16.666667%;
  }
  .push-xl-3 {
    left: 25%;
  }
  .push-xl-4 {
    left: 33.333333%;
  }
  .push-xl-5 {
    left: 41.666667%;
  }
  .push-xl-6 {
    left: 50%;
  }
  .push-xl-7 {
    left: 58.333333%;
  }
  .push-xl-8 {
    left: 66.666667%;
  }
  .push-xl-9 {
    left: 75%;
  }
  .push-xl-10 {
    left: 83.333333%;
  }
  .push-xl-11 {
    left: 91.666667%;
  }
  .push-xl-12 {
    left: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
}

.table td, .table th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #eceeef;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #eceeef;
}

.table tbody + tbody {
  border-top: 2px solid #eceeef;
}

.table .table {
  background-color: #fff;
}

.table-sm td, .table-sm th {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #eceeef;
}

.table-bordered td, .table-bordered th {
  border: 1px solid #eceeef;
}

.table-bordered thead td, .table-bordered thead th {
  border-bottom-width: 2px;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-active, .table-active > td, .table-active > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-success, .table-success > td, .table-success > th {
  background-color: #dff0d8;
}

.table-hover .table-success:hover {
  background-color: #d0e9c6;
}

.table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
  background-color: #d0e9c6;
}

.table-info, .table-info > td, .table-info > th {
  background-color: #d9edf7;
}

.table-hover .table-info:hover {
  background-color: #c4e3f3;
}

.table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
  background-color: #c4e3f3;
}

.table-warning, .table-warning > td, .table-warning > th {
  background-color: #fcf8e3;
}

.table-hover .table-warning:hover {
  background-color: #faf2cc;
}

.table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
  background-color: #faf2cc;
}

.table-danger, .table-danger > td, .table-danger > th {
  background-color: #f2dede;
}

.table-hover .table-danger:hover {
  background-color: #ebcccc;
}

.table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
  background-color: #ebcccc;
}

.thead-inverse th {
  color: #fff;
  background-color: #292b2c;
}

.thead-default th {
  color: #464a4c;
  background-color: #eceeef;
}

.table-inverse {
  color: #fff;
  background-color: #292b2c;
}

.table-inverse td, .table-inverse th, .table-inverse thead th {
  border-color: #fff;
}

.table-inverse.table-bordered {
  border: 0;
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive.table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  color: #464a4c;
  background-color: #fff;
  background-image: none;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #464a4c;
  background-color: #fff;
  border-color: #5cb3fd;
  outline: 0;
}

.form-control::-webkit-input-placeholder {
  color: #636c72;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #636c72;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #636c72;
  opacity: 1;
}

.form-control::placeholder {
  color: #636c72;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #eceeef;
  opacity: 1;
}

.form-control:disabled {
  cursor: not-allowed;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}

select.form-control:focus::-ms-value {
  color: #464a4c;
  background-color: #fff;
}

.form-control-file, .form-control-range {
  display: block;
}

.col-form-label {
  padding-top: calc(0.5rem - 2px);
  padding-bottom: calc(0.5rem - 2px);
  margin-bottom: 0;
}

.col-form-label-lg {
  padding-top: calc(0.75rem - 2px);
  padding-bottom: calc(0.75rem - 2px);
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem - 2px);
  padding-bottom: calc(0.25rem - 2px);
  font-size: 0.875rem;
}

.col-form-legend {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
  font-size: 1rem;
}

.form-control-static {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
  line-height: 1.25;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-static.form-control-lg, .form-control-static.form-control-sm, .input-group-lg > .form-control-static.form-control, .input-group-lg > .form-control-static.input-group-addon, .input-group-lg > .input-group-btn > .form-control-static.btn, .input-group-sm > .form-control-static.form-control, .input-group-sm > .form-control-static.input-group-addon, .input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm, .input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]), .input-group-sm > select.input-group-addon:not([size]):not([multiple]), select.form-control-sm:not([size]):not([multiple]) {
  height: 1.8125rem;
}

.form-control-lg, .input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]), .input-group-lg > select.input-group-addon:not([size]):not([multiple]), select.form-control-lg:not([size]):not([multiple]) {
  height: 3.166667rem;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-check {
  position: relative;
  display: block;
  margin-bottom: 0.5rem;
}

.form-check.disabled .form-check-label {
  color: #636c72;
  cursor: not-allowed;
}

.form-check-label {
  padding-left: 1.25rem;
  margin-bottom: 0;
  cursor: pointer;
}

.form-check-input {
  position: absolute;
  margin-top: 0.25rem;
  margin-left: -1.25rem;
}

.form-check-input:only-child {
  position: static;
}

.form-check-inline {
  display: inline-block;
}

.form-check-inline .form-check-label {
  vertical-align: middle;
}

.form-check-inline + .form-check-inline {
  margin-left: 0.75rem;
}

.form-control-feedback {
  margin-top: 0.25rem;
}

.form-control-danger, .form-control-success, .form-control-warning {
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right 0.5625rem;
  -webkit-background-size: 1.125rem 1.125rem;
  background-size: 1.125rem 1.125rem;
}

.has-success .col-form-label, .has-success .custom-control, .has-success .form-check-label, .has-success .form-control-feedback, .has-success .form-control-label {
  color: #5cb85c;
}

.has-success .form-control {
  border-color: #5cb85c;
}

.has-success .input-group-addon {
  color: #5cb85c;
  border-color: #5cb85c;
  background-color: #eaf6ea;
}

.has-success .form-control-success {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
}

.has-warning .col-form-label, .has-warning .custom-control, .has-warning .form-check-label, .has-warning .form-control-feedback, .has-warning .form-control-label {
  color: #f0ad4e;
}

.has-warning .form-control {
  border-color: #f0ad4e;
}

.has-warning .input-group-addon {
  color: #f0ad4e;
  border-color: #f0ad4e;
  background-color: #fff;
}

.has-warning .form-control-warning {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E");
}

.has-danger .col-form-label, .has-danger .custom-control, .has-danger .form-check-label, .has-danger .form-control-feedback, .has-danger .form-control-label {
  color: #d9534f;
}

.has-danger .form-control {
  border-color: #d9534f;
}

.has-danger .input-group-addon {
  color: #d9534f;
  border-color: #d9534f;
  background-color: #fdf7f7;
}

.has-danger .form-control-danger {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");
}

.form-inline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    width: auto;
  }
  .form-inline .form-control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-check {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
  }
  .form-inline .form-check-label {
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
  }
  .form-inline .custom-control-indicator {
    position: static;
    display: inline-block;
    margin-right: 0.25rem;
    vertical-align: text-bottom;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.btn:focus, .btn:hover {
  text-decoration: none;
}

.btn.focus, .btn:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.25);
  box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.25);
}

.btn.disabled, .btn:disabled {
  cursor: not-allowed;
  opacity: 0.65;
}

.btn.active, .btn:active {
  background-image: none;
}

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #0275d8;
  border-color: #0275d8;
}

.btn-primary:hover {
  color: #fff;
  background-color: #025aa5;
  border-color: #01549b;
}

.btn-primary.focus, .btn-primary:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.5);
  box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  background-color: #0275d8;
  border-color: #0275d8;
}

.btn-primary.active, .btn-primary:active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #025aa5;
  background-image: none;
  border-color: #01549b;
}

.btn-secondary {
  color: #292b2c;
  background-color: #fff;
  border-color: #ccc;
}

.btn-secondary:hover {
  color: #292b2c;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-secondary.focus, .btn-secondary:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(204, 204, 204, 0.5);
  box-shadow: 0 0 0 2px rgba(204, 204, 204, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  background-color: #fff;
  border-color: #ccc;
}

.btn-secondary.active, .btn-secondary:active, .show > .btn-secondary.dropdown-toggle {
  color: #292b2c;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #2aabd2;
}

.btn-info.focus, .btn-info:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5);
  box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.btn-info.active, .btn-info:active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  background-image: none;
  border-color: #2aabd2;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #419641;
}

.btn-success.focus, .btn-success:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(92, 184, 92, 0.5);
  box-shadow: 0 0 0 2px rgba(92, 184, 92, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.btn-success.active, .btn-success:active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  background-image: none;
  border-color: #419641;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #eb9316;
}

.btn-warning.focus, .btn-warning:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(240, 173, 78, 0.5);
  box-shadow: 0 0 0 2px rgba(240, 173, 78, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.btn-warning.active, .btn-warning:active, .show > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  background-image: none;
  border-color: #eb9316;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #c12e2a;
}

.btn-danger.focus, .btn-danger:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(217, 83, 79, 0.5);
  box-shadow: 0 0 0 2px rgba(217, 83, 79, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
  background-color: #d9534f;
  border-color: #d9534f;
}

.btn-danger.active, .btn-danger:active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  background-image: none;
  border-color: #c12e2a;
}

.btn-outline-primary {
  color: #0275d8;
  background-image: none;
  background-color: transparent;
  border-color: #0275d8;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #0275d8;
  border-color: #0275d8;
}

.btn-outline-primary.focus, .btn-outline-primary:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.5);
  box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #0275d8;
  background-color: transparent;
}

.btn-outline-primary.active, .btn-outline-primary:active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #0275d8;
  border-color: #0275d8;
}

.btn-outline-secondary {
  color: #ccc;
  background-image: none;
  background-color: transparent;
  border-color: #ccc;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #ccc;
  border-color: #ccc;
}

.btn-outline-secondary.focus, .btn-outline-secondary:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(204, 204, 204, 0.5);
  box-shadow: 0 0 0 2px rgba(204, 204, 204, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #ccc;
  background-color: transparent;
}

.btn-outline-secondary.active, .btn-outline-secondary:active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #ccc;
  border-color: #ccc;
}

.btn-outline-info {
  color: #5bc0de;
  background-image: none;
  background-color: transparent;
  border-color: #5bc0de;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.btn-outline-info.focus, .btn-outline-info:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5);
  box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #5bc0de;
  background-color: transparent;
}

.btn-outline-info.active, .btn-outline-info:active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.btn-outline-success {
  color: #5cb85c;
  background-image: none;
  background-color: transparent;
  border-color: #5cb85c;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.btn-outline-success.focus, .btn-outline-success:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(92, 184, 92, 0.5);
  box-shadow: 0 0 0 2px rgba(92, 184, 92, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #5cb85c;
  background-color: transparent;
}

.btn-outline-success.active, .btn-outline-success:active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.btn-outline-warning {
  color: #f0ad4e;
  background-image: none;
  background-color: transparent;
  border-color: #f0ad4e;
}

.btn-outline-warning:hover {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.btn-outline-warning.focus, .btn-outline-warning:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(240, 173, 78, 0.5);
  box-shadow: 0 0 0 2px rgba(240, 173, 78, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #f0ad4e;
  background-color: transparent;
}

.btn-outline-warning.active, .btn-outline-warning:active, .show > .btn-outline-warning.dropdown-toggle {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.btn-outline-danger {
  color: #d9534f;
  background-image: none;
  background-color: transparent;
  border-color: #d9534f;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}

.btn-outline-danger.focus, .btn-outline-danger:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(217, 83, 79, 0.5);
  box-shadow: 0 0 0 2px rgba(217, 83, 79, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #d9534f;
  background-color: transparent;
}

.btn-outline-danger.active, .btn-outline-danger:active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}

.btn-link {
  font-weight: 400;
  color: #0275d8;
  border-radius: 0;
}

.btn-link, .btn-link.active, .btn-link:active, .btn-link:disabled {
  background-color: transparent;
}

.btn-link, .btn-link:active, .btn-link:focus {
  border-color: transparent;
}

.btn-link:hover {
  border-color: transparent;
}

.btn-link:focus, .btn-link:hover {
  color: #014c8c;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link:disabled {
  color: #636c72;
}

.btn-link:disabled:focus, .btn-link:disabled:hover {
  text-decoration: none;
}

.btn-group-lg > .btn, .btn-lg {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.btn-group-sm > .btn, .btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.show {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.show {
  display: block;
}

tr.collapse.show {
  display: table-row;
}

tbody.collapse.show {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

.dropdown, .dropup {
  position: relative;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropup .dropdown-toggle::after {
  border-top: 0;
  border-bottom: 0.3em solid;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #292b2c;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-divider {
  height: 1px;
  margin: 0.5rem 0;
  overflow: hidden;
  background-color: #eceeef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 3px 1.5rem;
  clear: both;
  font-weight: 400;
  color: #292b2c;
  text-align: inherit;
  white-space: nowrap;
  background: 0 0;
  border: 0;
}

.dropdown-item:focus, .dropdown-item:hover {
  color: #1d1e1f;
  text-decoration: none;
  background-color: #f7f7f9;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0275d8;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #636c72;
  cursor: not-allowed;
  background-color: transparent;
}

.show > .dropdown-menu {
  display: block;
}

.show > a {
  outline: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #636c72;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 0.125rem;
}

.btn-group, .btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group-vertical > .btn, .btn-group > .btn {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.btn-group-vertical > .btn:hover, .btn-group > .btn:hover {
  z-index: 2;
}

.btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus {
  z-index: 2;
}

.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group, .btn-group-vertical .btn + .btn, .btn-group-vertical .btn + .btn-group, .btn-group-vertical .btn-group + .btn, .btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn + .dropdown-toggle-split::after {
  margin-left: 0;
}

.btn-group-sm > .btn + .dropdown-toggle-split, .btn-sm + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-group-lg > .btn + .dropdown-toggle-split, .btn-lg + .dropdown-toggle-split {
  padding-right: 1.125rem;
  padding-left: 1.125rem;
}

.btn-group-vertical {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-group-vertical .btn, .btn-group-vertical .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

[data-toggle=buttons] > .btn input[type=checkbox], [data-toggle=buttons] > .btn input[type=radio], [data-toggle=buttons] > .btn-group > .btn input[type=checkbox], [data-toggle=buttons] > .btn-group > .btn input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group .form-control:active, .input-group .form-control:focus, .input-group .form-control:hover {
  z-index: 3;
}

.input-group .form-control, .input-group-addon, .input-group-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.input-group .form-control:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon, .input-group-btn {
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
  color: #464a4c;
  text-align: center;
  background-color: #eceeef;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.input-group-addon.form-control-sm, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.input-group-addon.form-control-lg, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.input-group-addon input[type=checkbox], .input-group-addon input[type=radio] {
  margin-top: 0;
}

.input-group .form-control:not(:last-child), .input-group-addon:not(:last-child), .input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn, .input-group-btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:not(:last-child) > .btn, .input-group-btn:not(:last-child) > .btn-group > .btn, .input-group-btn:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:not(:last-child) {
  border-right: 0;
}

.input-group .form-control:not(:first-child), .input-group-addon:not(:first-child), .input-group-btn:not(:first-child) > .btn, .input-group-btn:not(:first-child) > .btn-group > .btn, .input-group-btn:not(:first-child) > .dropdown-toggle, .input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn, .input-group-btn:not(:last-child) > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.form-control + .input-group-addon:not(:first-child) {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn > .btn {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0%;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
}

.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

.input-group-btn > .btn:active, .input-group-btn > .btn:focus, .input-group-btn > .btn:hover {
  z-index: 3;
}

.input-group-btn:not(:last-child) > .btn, .input-group-btn:not(:last-child) > .btn-group {
  margin-right: -1px;
}

.input-group-btn:not(:first-child) > .btn, .input-group-btn:not(:first-child) > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.input-group-btn:not(:first-child) > .btn-group:active, .input-group-btn:not(:first-child) > .btn-group:focus, .input-group-btn:not(:first-child) > .btn-group:hover, .input-group-btn:not(:first-child) > .btn:active, .input-group-btn:not(:first-child) > .btn:focus, .input-group-btn:not(:first-child) > .btn:hover {
  z-index: 3;
}

.custom-control {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  margin-right: 1rem;
  cursor: pointer;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-indicator {
  color: #fff;
  background-color: #0275d8;
}

.custom-control-input:focus ~ .custom-control-indicator {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 3px #0275d8;
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px #0275d8;
}

.custom-control-input:active ~ .custom-control-indicator {
  color: #fff;
  background-color: #8fcafe;
}

.custom-control-input:disabled ~ .custom-control-indicator {
  cursor: not-allowed;
  background-color: #eceeef;
}

.custom-control-input:disabled ~ .custom-control-description {
  color: #636c72;
  cursor: not-allowed;
}

.custom-control-indicator {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #ddd;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: 50% 50%;
  background-size: 50% 50%;
}

.custom-checkbox .custom-control-indicator {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-indicator {
  background-color: #0275d8;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

.custom-radio .custom-control-indicator {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

.custom-controls-stacked {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.custom-controls-stacked .custom-control {
  margin-bottom: 0.25rem;
}

.custom-controls-stacked .custom-control + .custom-control {
  margin-left: 0;
}

.custom-select {
  display: inline-block;
  max-width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.25;
  color: #464a4c;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  -webkit-background-size: 8px 10px;
  background-size: 8px 10px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.custom-select:focus {
  border-color: #5cb3fd;
  outline: 0;
}

.custom-select:focus::-ms-value {
  color: #464a4c;
  background-color: #fff;
}

.custom-select:disabled {
  color: #636c72;
  cursor: not-allowed;
  background-color: #eceeef;
}

.custom-select::-ms-expand {
  opacity: 0;
}

.custom-select-sm {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

.custom-file {
  position: relative;
  display: inline-block;
  max-width: 100%;
  height: 2.5rem;
  margin-bottom: 0;
  cursor: pointer;
}

.custom-file-input {
  min-width: 14rem;
  max-width: 100%;
  height: 2.5rem;
  margin: 0;
  filter: alpha(opacity=0);
  opacity: 0;
}

.custom-file-control {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: 2.5rem;
  padding: 0.5rem 1rem;
  line-height: 1.5;
  color: #464a4c;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.custom-file-control:lang(en)::after {
  content: "Choose file...";
}

.custom-file-control::before {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  z-index: 6;
  display: block;
  height: 2.5rem;
  padding: 0.5rem 1rem;
  line-height: 1.5;
  color: #464a4c;
  background-color: #eceeef;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-file-control:lang(en)::before {
  content: "Browse";
}

.nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5em 1em;
}

.nav-link:focus, .nav-link:hover {
  text-decoration: none;
}

.nav-link.disabled {
  color: #636c72;
  cursor: not-allowed;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: #eceeef #eceeef #ddd;
}

.nav-tabs .nav-link.disabled {
  color: #636c72;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #464a4c;
  background-color: #fff;
  border-color: #ddd #ddd #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}

.nav-pills .nav-item.show .nav-link, .nav-pills .nav-link.active {
  color: #fff;
  cursor: default;
  background-color: #0275d8;
}

.nav-fill .nav-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0.5rem 1rem;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:focus, .navbar-brand:hover {
  text-decoration: none;
}

.navbar-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.425rem;
  padding-bottom: 0.425rem;
}

.navbar-toggler {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: 0 0;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus, .navbar-toggler:hover {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

@media (max-width: 575px) {
  .navbar-toggleable .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-toggleable {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-toggleable .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-toggleable > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767px) {
  .navbar-toggleable-sm .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-sm > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-toggleable-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-toggleable-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-toggleable-sm > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991px) {
  .navbar-toggleable-md .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-md > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-toggleable-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-toggleable-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-toggleable-md > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-md .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199px) {
  .navbar-toggleable-lg .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-lg > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-toggleable-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-toggleable-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-toggleable-lg > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-lg .navbar-toggler {
    display: none;
  }
}
.navbar-toggleable-xl {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-toggleable-xl .navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-toggleable-xl > .container {
  padding-right: 0;
  padding-left: 0;
}

.navbar-toggleable-xl .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.navbar-toggleable-xl .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-toggleable-xl > .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-toggleable-xl .navbar-collapse {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 100%;
}

.navbar-toggleable-xl .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand, .navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover, .navbar-light .navbar-toggler:focus, .navbar-light .navbar-toggler:hover {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.open, .navbar-light .navbar-nav .open > .nav-link {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-inverse .navbar-brand, .navbar-inverse .navbar-toggler {
  color: #fff;
}

.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-toggler:focus, .navbar-inverse .navbar-toggler:hover {
  color: #fff;
}

.navbar-inverse .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-inverse .navbar-nav .nav-link:focus, .navbar-inverse .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-inverse .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-inverse .navbar-nav .active > .nav-link, .navbar-inverse .navbar-nav .nav-link.active, .navbar-inverse .navbar-nav .nav-link.open, .navbar-inverse .navbar-nav .open > .nav-link {
  color: #fff;
}

.navbar-inverse .navbar-toggler {
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-inverse .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-inverse .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card-block {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: #f7f7f9;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: #f7f7f9;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-primary {
  background-color: #0275d8;
  border-color: #0275d8;
}

.card-primary .card-footer, .card-primary .card-header {
  background-color: transparent;
}

.card-success {
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.card-success .card-footer, .card-success .card-header {
  background-color: transparent;
}

.card-info {
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.card-info .card-footer, .card-info .card-header {
  background-color: transparent;
}

.card-warning {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.card-warning .card-footer, .card-warning .card-header {
  background-color: transparent;
}

.card-danger {
  background-color: #d9534f;
  border-color: #d9534f;
}

.card-danger .card-footer, .card-danger .card-header {
  background-color: transparent;
}

.card-outline-primary {
  background-color: transparent;
  border-color: #0275d8;
}

.card-outline-secondary {
  background-color: transparent;
  border-color: #ccc;
}

.card-outline-info {
  background-color: transparent;
  border-color: #5bc0de;
}

.card-outline-success {
  background-color: transparent;
  border-color: #5cb85c;
}

.card-outline-warning {
  background-color: transparent;
  border-color: #f0ad4e;
}

.card-outline-danger {
  background-color: transparent;
  border-color: #d9534f;
}

.card-inverse {
  color: rgba(255, 255, 255, 0.65);
}

.card-inverse .card-footer, .card-inverse .card-header {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.2);
}

.card-inverse .card-blockquote, .card-inverse .card-footer, .card-inverse .card-header, .card-inverse .card-title {
  color: #fff;
}

.card-inverse .card-blockquote .blockquote-footer, .card-inverse .card-link, .card-inverse .card-subtitle, .card-inverse .card-text {
  color: rgba(255, 255, 255, 0.65);
}

.card-inverse .card-link:focus, .card-inverse .card-link:hover {
  color: #fff;
}

.card-blockquote {
  padding: 0;
  margin-bottom: 0;
  border-left: 0;
}

.card-img {
  border-radius: calc(0.25rem - 1px);
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img-top {
  border-top-right-radius: calc(0.25rem - 1px);
  border-top-left-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

@media (min-width: 576px) {
  .card-deck {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .card-deck .card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0%;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .card-deck .card:not(:first-child) {
    margin-left: 15px;
  }
  .card-deck .card:not(:last-child) {
    margin-right: 15px;
  }
}
@media (min-width: 576px) {
  .card-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .card-group .card {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0%;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .card-group .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group .card:first-child {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }
  .card-group .card:first-child .card-img-top {
    border-top-right-radius: 0;
  }
  .card-group .card:first-child .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  .card-group .card:last-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }
  .card-group .card:last-child .card-img-top {
    border-top-left-radius: 0;
  }
  .card-group .card:last-child .card-img-bottom {
    border-bottom-left-radius: 0;
  }
  .card-group .card:not(:first-child):not(:last-child) {
    border-radius: 0;
  }
  .card-group .card:not(:first-child):not(:last-child) .card-img-bottom, .card-group .card:not(:first-child):not(:last-child) .card-img-top {
    border-radius: 0;
  }
}
@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
    margin-bottom: 0.75rem;
  }
}
.breadcrumb {
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #eceeef;
  border-radius: 0.25rem;
}

.breadcrumb::after {
  display: block;
  content: "";
  clear: both;
}

.breadcrumb-item {
  float: left;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #636c72;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #636c72;
}

.pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 2;
  color: #fff;
  background-color: #0275d8;
  border-color: #0275d8;
}

.page-item.disabled .page-link {
  color: #636c72;
  pointer-events: none;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #0275d8;
  background-color: #fff;
  border: 1px solid #ddd;
}

.page-link:focus, .page-link:hover {
  color: #014c8c;
  text-decoration: none;
  background-color: #eceeef;
  border-color: #ddd;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
}

.pagination-lg .page-item:first-child .page-link {
  border-bottom-left-radius: 0.3rem;
  border-top-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-bottom-right-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}

.pagination-sm .page-item:first-child .page-link {
  border-bottom-left-radius: 0.2rem;
  border-top-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-bottom-right-radius: 0.2rem;
  border-top-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

a.badge:focus, a.badge:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-default {
  background-color: #636c72;
}

.badge-default[href]:focus, .badge-default[href]:hover {
  background-color: #4b5257;
}

.badge-primary {
  background-color: #0275d8;
}

.badge-primary[href]:focus, .badge-primary[href]:hover {
  background-color: #025aa5;
}

.badge-success {
  background-color: #5cb85c;
}

.badge-success[href]:focus, .badge-success[href]:hover {
  background-color: #449d44;
}

.badge-info {
  background-color: #5bc0de;
}

.badge-info[href]:focus, .badge-info[href]:hover {
  background-color: #31b0d5;
}

.badge-warning {
  background-color: #f0ad4e;
}

.badge-warning[href]:focus, .badge-warning[href]:hover {
  background-color: #ec971f;
}

.badge-danger {
  background-color: #d9534f;
}

.badge-danger[href]:focus, .badge-danger[href]:hover {
  background-color: #c9302c;
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #eceeef;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}
.jumbotron-hr {
  border-top-color: #d0d5d8;
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible .close {
  position: relative;
  top: -0.75rem;
  right: -1.25rem;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d0e9c6;
  color: #3c763d;
}

.alert-success hr {
  border-top-color: #c1e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bcdff1;
  color: #31708f;
}

.alert-info hr {
  border-top-color: #a6d5ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faf2cc;
  color: #8a6d3b;
}

.alert-warning hr {
  border-top-color: #f7ecb5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebcccc;
  color: #a94442;
}

.alert-danger hr {
  border-top-color: #e4b9b9;
}

.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  font-size: 0.75rem;
  line-height: 1rem;
  text-align: center;
  background-color: #eceeef;
  border-radius: 0.25rem;
}

.progress-bar {
  height: 1rem;
  color: #fff;
  background-color: #0275d8;
}

.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 1rem 1rem;
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  -o-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}

.media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.media-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0%;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
}

.list-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #464a4c;
  text-align: inherit;
}

.list-group-item-action .list-group-item-heading {
  color: #292b2c;
}

.list-group-item-action:focus, .list-group-item-action:hover {
  color: #464a4c;
  text-decoration: none;
  background-color: #f7f7f9;
}

.list-group-item-action:active {
  color: #292b2c;
  background-color: #eceeef;
}

.list-group-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.list-group-item:focus, .list-group-item:hover {
  text-decoration: none;
}

.list-group-item.disabled, .list-group-item:disabled {
  color: #636c72;
  cursor: not-allowed;
  background-color: #fff;
}

.list-group-item.disabled .list-group-item-heading, .list-group-item:disabled .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text, .list-group-item:disabled .list-group-item-text {
  color: #636c72;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #0275d8;
  border-color: #0275d8;
}

.list-group-item.active .list-group-item-heading, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active .list-group-item-heading > small {
  color: inherit;
}

.list-group-item.active .list-group-item-text {
  color: #daeeff;
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success, button.list-group-item-success {
  color: #3c763d;
}

a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

a.list-group-item-success:focus, a.list-group-item-success:hover, button.list-group-item-success:focus, button.list-group-item-success:hover {
  color: #3c763d;
  background-color: #d0e9c6;
}

a.list-group-item-success.active, button.list-group-item-success.active {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info, button.list-group-item-info {
  color: #31708f;
}

a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

a.list-group-item-info:focus, a.list-group-item-info:hover, button.list-group-item-info:focus, button.list-group-item-info:hover {
  color: #31708f;
  background-color: #c4e3f3;
}

a.list-group-item-info.active, button.list-group-item-info.active {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning, button.list-group-item-warning {
  color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

a.list-group-item-warning:focus, a.list-group-item-warning:hover, button.list-group-item-warning:focus, button.list-group-item-warning:hover {
  color: #8a6d3b;
  background-color: #faf2cc;
}

a.list-group-item-warning.active, button.list-group-item-warning.active {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger, button.list-group-item-danger {
  color: #a94442;
}

a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

a.list-group-item-danger:focus, a.list-group-item-danger:hover, button.list-group-item-danger:focus, button.list-group-item-danger:hover {
  color: #a94442;
  background-color: #ebcccc;
}

a.list-group-item-danger.active, button.list-group-item-danger.active {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.857143%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}

.close:focus, .close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.75;
}

button.close {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -o-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px;
  border-bottom: 1px solid #eceeef;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 15px;
}

.modal-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 15px;
  border-top: 1px solid #eceeef;
}

.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 30px auto;
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip.bs-tether-element-attached-bottom, .tooltip.tooltip-top {
  padding: 5px 0;
  margin-top: -3px;
}

.tooltip.bs-tether-element-attached-bottom .tooltip-inner::before, .tooltip.tooltip-top .tooltip-inner::before {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  content: "";
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.bs-tether-element-attached-left, .tooltip.tooltip-right {
  padding: 0 5px;
  margin-left: 3px;
}

.tooltip.bs-tether-element-attached-left .tooltip-inner::before, .tooltip.tooltip-right .tooltip-inner::before {
  top: 50%;
  left: 0;
  margin-top: -5px;
  content: "";
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.bs-tether-element-attached-top, .tooltip.tooltip-bottom {
  padding: 5px 0;
  margin-top: 3px;
}

.tooltip.bs-tether-element-attached-top .tooltip-inner::before, .tooltip.tooltip-bottom .tooltip-inner::before {
  top: 0;
  left: 50%;
  margin-left: -5px;
  content: "";
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bs-tether-element-attached-right, .tooltip.tooltip-left {
  padding: 0 5px;
  margin-left: -3px;
}

.tooltip.bs-tether-element-attached-right .tooltip-inner::before, .tooltip.tooltip-left .tooltip-inner::before {
  top: 50%;
  right: 0;
  margin-top: -5px;
  content: "";
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.tooltip-inner::before {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  padding: 1px;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover.bs-tether-element-attached-bottom, .popover.popover-top {
  margin-top: -10px;
}

.popover.bs-tether-element-attached-bottom::after, .popover.bs-tether-element-attached-bottom::before, .popover.popover-top::after, .popover.popover-top::before {
  left: 50%;
  border-bottom-width: 0;
}

.popover.bs-tether-element-attached-bottom::before, .popover.popover-top::before {
  bottom: -11px;
  margin-left: -11px;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.popover.bs-tether-element-attached-bottom::after, .popover.popover-top::after {
  bottom: -10px;
  margin-left: -10px;
  border-top-color: #fff;
}

.popover.bs-tether-element-attached-left, .popover.popover-right {
  margin-left: 10px;
}

.popover.bs-tether-element-attached-left::after, .popover.bs-tether-element-attached-left::before, .popover.popover-right::after, .popover.popover-right::before {
  top: 50%;
  border-left-width: 0;
}

.popover.bs-tether-element-attached-left::before, .popover.popover-right::before {
  left: -11px;
  margin-top: -11px;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.popover.bs-tether-element-attached-left::after, .popover.popover-right::after {
  left: -10px;
  margin-top: -10px;
  border-right-color: #fff;
}

.popover.bs-tether-element-attached-top, .popover.popover-bottom {
  margin-top: 10px;
}

.popover.bs-tether-element-attached-top::after, .popover.bs-tether-element-attached-top::before, .popover.popover-bottom::after, .popover.popover-bottom::before {
  left: 50%;
  border-top-width: 0;
}

.popover.bs-tether-element-attached-top::before, .popover.popover-bottom::before {
  top: -11px;
  margin-left: -11px;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.popover.bs-tether-element-attached-top::after, .popover.popover-bottom::after {
  top: -10px;
  margin-left: -10px;
  border-bottom-color: #f7f7f7;
}

.popover.bs-tether-element-attached-top .popover-title::before, .popover.popover-bottom .popover-title::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 20px;
  margin-left: -10px;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.popover.bs-tether-element-attached-right, .popover.popover-left {
  margin-left: -10px;
}

.popover.bs-tether-element-attached-right::after, .popover.bs-tether-element-attached-right::before, .popover.popover-left::after, .popover.popover-left::before {
  top: 50%;
  border-right-width: 0;
}

.popover.bs-tether-element-attached-right::before, .popover.popover-left::before {
  right: -11px;
  margin-top: -11px;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.bs-tether-element-attached-right::after, .popover.popover-left::after {
  right: -10px;
  margin-top: -10px;
  border-left-color: #fff;
}

.popover-title {
  padding: 8px 14px;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-right-radius: calc(0.3rem - 1px);
  border-top-left-radius: calc(0.3rem - 1px);
}

.popover-title:empty {
  display: none;
}

.popover-content {
  padding: 9px 14px;
}

.popover::after, .popover::before {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover::before {
  content: "";
  border-width: 11px;
}

.popover::after {
  content: "";
  border-width: 10px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  position: relative;
  display: none;
  width: 100%;
}

@media (-webkit-transform-3d) {
  .carousel-item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
}
@supports (-webkit-transform: translate3d(0, 0, 0)) or (transform: translate3d(0, 0, 0)) {
  .carousel-item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
}
.carousel-item-next, .carousel-item-prev, .carousel-item.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.carousel-item-next, .carousel-item-prev {
  position: absolute;
  top: 0;
}

@media (-webkit-transform-3d) {
  .carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .active.carousel-item-right, .carousel-item-next {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  .active.carousel-item-left, .carousel-item-prev {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@supports (-webkit-transform: translate3d(0, 0, 0)) or (transform: translate3d(0, 0, 0)) {
  .carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .active.carousel-item-right, .carousel-item-next {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  .active.carousel-item-left, .carousel-item-prev {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.carousel-control-next, .carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M4 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M1.5 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  max-width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
}

.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators .active {
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-faded {
  background-color: #f7f7f7;
}

.bg-primary {
  background-color: #0275d8 !important;
}

a.bg-primary:focus, a.bg-primary:hover {
  background-color: #025aa5 !important;
}

.bg-success {
  background-color: #5cb85c !important;
}

a.bg-success:focus, a.bg-success:hover {
  background-color: #449d44 !important;
}

.bg-info {
  background-color: #5bc0de !important;
}

a.bg-info:focus, a.bg-info:hover {
  background-color: #31b0d5 !important;
}

.bg-warning {
  background-color: #f0ad4e !important;
}

a.bg-warning:focus, a.bg-warning:hover {
  background-color: #ec971f !important;
}

.bg-danger {
  background-color: #d9534f !important;
}

a.bg-danger:focus, a.bg-danger:hover {
  background-color: #c9302c !important;
}

.bg-inverse {
  background-color: #292b2c !important;
}

a.bg-inverse:focus, a.bg-inverse:hover {
  background-color: #101112 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-top {
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}

.rounded-right {
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.rounded-left {
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}

.rounded-circle {
  border-radius: 50%;
}

.rounded-0 {
  border-radius: 0;
}

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

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.flex-first {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.flex-last {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.flex-unordered {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: row !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: column !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: row-reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: column-reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -webkit-flex-wrap: wrap !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -webkit-flex-wrap: nowrap !important;
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -webkit-flex-wrap: wrap-reverse !important;
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
  -webkit-justify-content: flex-start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
  -webkit-justify-content: flex-end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -webkit-justify-content: space-around !important;
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
  -webkit-align-items: flex-start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
  -webkit-align-items: flex-end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -webkit-align-items: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -webkit-align-items: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -webkit-align-content: flex-start !important;
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -webkit-align-content: flex-end !important;
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -webkit-align-content: center !important;
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -webkit-align-content: space-between !important;
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -webkit-align-content: space-around !important;
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -webkit-align-content: stretch !important;
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -webkit-align-self: auto !important;
  -ms-flex-item-align: auto !important;
  -ms-grid-row-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -webkit-align-self: flex-start !important;
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -webkit-align-self: flex-end !important;
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -webkit-align-self: center !important;
  -ms-flex-item-align: center !important;
  -ms-grid-row-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -webkit-align-self: baseline !important;
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -webkit-align-self: stretch !important;
  -ms-flex-item-align: stretch !important;
  -ms-grid-row-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .flex-sm-last {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .flex-sm-unordered {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .flex-md-last {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .flex-md-unordered {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .flex-lg-last {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .flex-lg-unordered {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .flex-xl-last {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .flex-xl-unordered {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1030;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.m-0 {
  margin: 0 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.m-1 {
  margin: 0.25rem 0.25rem !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mr-1 {
  margin-right: 0.25rem !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1 {
  margin-left: 0.25rem !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem 0.5rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mr-2 {
  margin-right: 0.5rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2 {
  margin-left: 0.5rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.m-3 {
  margin: 1rem 1rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mr-3 {
  margin-right: 1rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.ml-3 {
  margin-left: 1rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.m-4 {
  margin: 1.5rem 1.5rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mr-4 {
  margin-right: 1.5rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4 {
  margin-left: 1.5rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.m-5 {
  margin: 3rem 3rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mr-5 {
  margin-right: 3rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.ml-5 {
  margin-left: 3rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.p-0 {
  padding: 0 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.p-1 {
  padding: 0.25rem 0.25rem !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pr-1 {
  padding-right: 0.25rem !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1 {
  padding-left: 0.25rem !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem 0.5rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pr-2 {
  padding-right: 0.5rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2 {
  padding-left: 0.5rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.p-3 {
  padding: 1rem 1rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pr-3 {
  padding-right: 1rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pl-3 {
  padding-left: 1rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.p-4 {
  padding: 1.5rem 1.5rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pr-4 {
  padding-right: 1.5rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4 {
  padding-left: 1.5rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.p-5 {
  padding: 3rem 3rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pr-5 {
  padding-right: 3rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.pl-5 {
  padding-left: 3rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto {
  margin-top: auto !important;
}

.mr-auto {
  margin-right: auto !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ml-auto {
  margin-left: auto !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 0 !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0 {
    margin-left: 0 !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem 0.25rem !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1 {
    margin-left: 0.25rem !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem 0.5rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2 {
    margin-left: 0.5rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem 1rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3 {
    margin-left: 1rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem 1.5rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4 {
    margin-left: 1.5rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem 3rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5 {
    margin-left: 3rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 0 !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0 {
    padding-left: 0 !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem 0.25rem !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1 {
    padding-left: 0.25rem !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem 0.5rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2 {
    padding-left: 0.5rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem 1rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3 {
    padding-left: 1rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem 1.5rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4 {
    padding-left: 1.5rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem 3rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5 {
    padding-left: 3rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto {
    margin-left: auto !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 0 !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0 {
    margin-left: 0 !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem 0.25rem !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1 {
    margin-left: 0.25rem !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem 0.5rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2 {
    margin-left: 0.5rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem 1rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3 {
    margin-left: 1rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem 1.5rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4 {
    margin-left: 1.5rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem 3rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5 {
    margin-left: 3rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .p-md-0 {
    padding: 0 0 !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0 {
    padding-left: 0 !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem 0.25rem !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1 {
    padding-left: 0.25rem !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem 0.5rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2 {
    padding-left: 0.5rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem 1rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3 {
    padding-left: 1rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem 1.5rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4 {
    padding-left: 1.5rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem 3rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5 {
    padding-left: 3rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto {
    margin-left: auto !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 0 !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0 {
    margin-left: 0 !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem 0.25rem !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1 {
    margin-left: 0.25rem !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem 0.5rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2 {
    margin-left: 0.5rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem 1rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3 {
    margin-left: 1rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem 1.5rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4 {
    margin-left: 1.5rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem 3rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5 {
    margin-left: 3rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 0 !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0 {
    padding-left: 0 !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem 0.25rem !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1 {
    padding-left: 0.25rem !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem 0.5rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2 {
    padding-left: 0.5rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem 1rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3 {
    padding-left: 1rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem 1.5rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4 {
    padding-left: 1.5rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem 3rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5 {
    padding-left: 3rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto {
    margin-left: auto !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 0 !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0 {
    margin-left: 0 !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem 0.25rem !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1 {
    margin-left: 0.25rem !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem 0.5rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2 {
    margin-left: 0.5rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem 1rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3 {
    margin-left: 1rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem 1.5rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4 {
    margin-left: 1.5rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem 3rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5 {
    margin-left: 3rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 0 !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0 {
    padding-left: 0 !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem 0.25rem !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1 {
    padding-left: 0.25rem !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem 0.5rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2 {
    padding-left: 0.5rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem 1rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3 {
    padding-left: 1rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem 1.5rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4 {
    padding-left: 1.5rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem 3rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5 {
    padding-left: 3rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto {
    margin-left: auto !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

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

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-normal {
  font-weight: 400;
}

.font-weight-bold {
  font-weight: 700;
}

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

.text-white {
  color: #fff !important;
}

.text-muted {
  color: #636c72 !important;
}

a.text-muted:focus, a.text-muted:hover {
  color: #4b5257 !important;
}

.text-primary {
  color: #0275d8 !important;
}

a.text-primary:focus, a.text-primary:hover {
  color: #025aa5 !important;
}

.text-success {
  color: #5cb85c !important;
}

a.text-success:focus, a.text-success:hover {
  color: #449d44 !important;
}

.text-info {
  color: #5bc0de !important;
}

a.text-info:focus, a.text-info:hover {
  color: #31b0d5 !important;
}

.text-warning {
  color: #f0ad4e !important;
}

a.text-warning:focus, a.text-warning:hover {
  color: #ec971f !important;
}

.text-danger {
  color: #d9534f !important;
}

a.text-danger:focus, a.text-danger:hover {
  color: #c9302c !important;
}

.text-gray-dark {
  color: #292b2c !important;
}

a.text-gray-dark:focus, a.text-gray-dark:hover {
  color: #101112 !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.invisible {
  visibility: hidden !important;
}

.hidden-xs-up {
  display: none !important;
}

@media (max-width: 575px) {
  .hidden-xs-down {
    display: none !important;
  }
}
@media (min-width: 576px) {
  .hidden-sm-up {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important;
  }
}
.hidden-xl-down {
  display: none !important;
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
body, p {
  white-space: normal;
  word-break: break-word;
}

header .tt-top-bar {
  position: static;
  clear: both;
  float: none;
  height: 42px;
  display: block;
  width: 100%;
  background-color: #fcfcfc;
  box-shadow: inset 0 -1px 0 0 #f3f3f3;
}
header .tt-top-bar .brand-logo {
  float: right;
  margin: 7px 0 7px 23px;
}
header .tt-top-bar .brand-logo img {
  height: 28px;
}
header .tt-top-bar .tt-links-box {
  position: static;
}
header .tt-top-bar .tt-links-box.tt-menu {
  margin-right: 0 !important;
}
header .tt-top-bar .tt-links-box.tt-menu {
  margin-right: 0px;
}
header .tt-top-bar .tt-links-box li {
  float: left;
  display: inline-block;
  line-height: 10px;
  padding: 0;
  margin: 0;
}
header .tt-top-bar .tt-links-box li:before {
  content: "";
  display: inline-block;
  height: 10px;
  border-left: 1px solid rgba(155, 155, 155, 0.9);
  /*margin: 0 25px;*/
  margin: 0 10px;
  vertical-align: middle;
  position: relative;
  width: 1px;
  height: 10px;
  background-color: transparent;
}
header .tt-top-bar .tt-links-box li a {
  text-decoration: none;
  display: inline-block;
  font: normal 10px/15px "toyota_textbold", "Tohama", "Arial";
  letter-spacing: 1.5px;
  color: #000000;
  text-transform: initial;
  padding: 0;
}
header .tt-top-bar .tt-links-box li a:hover {
  border-bottom: 2px solid #d40618;
}
header .tt-top-bar .tt-links-box li a.active {
  color: #d40618;
  border-bottom: 2px solid #d40618;
}
header .tt-top-bar .tt-menu {
  display: inline-block;
  padding: 0;
  float: right;
  margin: 0;
  width: auto;
}
header .tt-top-bar .tt-menu > h4 {
  display: none;
}
header .tt-top-bar .tt-menu > p {
  display: none;
}
header .tt-top-bar .tt-menu ul {
  float: right;
}
header .tt-top-bar .tt-menu ul li {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  font: normal 11px/40px "toyota_textregular", "Tohama", "Arial";
  color: #888888;
  border: none;
  text-transform: none;
  letter-spacing: normal;
}
header .tt-top-bar .tt-menu ul li img {
  max-height: 28px;
}
header .tt-top-bar .tt-menu ul li a {
  float: left;
  margin: 0px 0px;
  letter-spacing: 0;
  padding: 0;
  font: normal 11px/40px "toyota_textregular", "Tohama", "Arial";
  color: #888888;
  border: none;
  text-transform: none;
  border-bottom: 2px solid transparent;
}
header .tt-top-bar .tt-menu ul li a:hover {
  /*              color: $dark-red;*/
}
header .tt-top-bar .tt-menu ul li.active a {
  color: #d40618;
  border-color: #d40618;
}
header .tt-top-bar .tt-menu ul li:before {
  border-color: rgba(155, 155, 155, 0.2) !important;
}
header .tt-top-bar .container .row .col-md-9 {
  text-align: right;
}
header .branding-box {
  display: inline-block;
}
header .logo {
  margin: 13px 0;
  display: inline-block;
  float: left;
}
header .logo img {
  width: 100%;
  height: auto;
  max-width: 280px;
}
header .tt-nav-section {
  position: static;
  display: block;
  clear: both;
  float: none;
  background-color: #ffffff;
  box-shadow: inset 0 -1px 0 0 #f3f3f3;
}
header .tt-nav-section nav {
  height: 62px;
  position: static;
  top: 0;
}
header .tt-nav-section nav > .container {
  position: static;
}
header nav {
  position: relative;
  display: block;
  width: 100%;
  background: #fff;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
  padding: 0;
  margin: 0;
  height: 60px;
  z-index: 8;
}
header nav .col-md-12 {
  position: static;
}
header nav ul.mega-menu {
  display: block;
  text-align: right;
  padding: 0;
  margin: 0;
  float: right;
}
header nav ul.mega-menu > li:before {
  content: none;
}
header nav ul.mega-menu > li > a {
  min-height: 60px;
}
header nav ul.mega-menu > li > a:not(:only-child):after {
  display: none;
}
header nav ul.mega-menu > li > a:not(:only-child):before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  background: url(../images/arrows/menu-arrow.svg) no-repeat center;
  margin: 7px 0px 5px 7px;
  float: right;
}
header nav ul.mega-menu > li.open > a:not(:only-child):before {
  background-image: url(../images/arrows/menu-arrow-active.svg);
}
header nav ul.mega-menu li {
  position: static;
  font: normal 16px "toyota_textregular", "Tohama", "Arial";
  display: inline-block;
  list-style-type: none;
  padding: 0;
  margin: 0 16px;
  letter-spacing: normal;
}
header nav ul.mega-menu li > a {
  border-bottom: 2px solid transparent;
}
header nav ul.mega-menu li a {
  display: inline-block;
  border-top: 1px solid transparent;
  padding: 20px 0;
  font: normal 14px/20px "toyota_textregular", "Tohama", "Arial";
  color: #000000;
  text-decoration: none;
}
header nav ul.mega-menu li:hover > a {
  border-bottom: 2px solid #d40618;
}
header nav ul.mega-menu li.open > a, header nav ul.mega-menu li.active-nav > a {
  color: #d40618;
  border-bottom: 2px solid #d40618;
}
header nav ul.mega-menu li .sub-menu {
  text-align: left;
  position: absolute;
  left: 0;
  top: 62px;
  width: 100%;
  padding: 0;
  background: #fff;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
  z-index: -1;
}
header nav ul.mega-menu li .sub-menu ul {
  border-right: 1px solid #d5d6d6;
  border-left: none;
  padding: 0;
  overflow: hidden;
  border: none;
  min-height: 30px;
}
header nav ul.mega-menu li .sub-menu ul li {
  display: block;
  font: normal 14px "toyota_textregular", "Tohama", "Arial";
  list-style-type: none;
  padding: 0;
  margin: 0;
}
header nav ul.mega-menu li .sub-menu ul li:last-child {
  margin-bottom: 0;
}
header nav ul.mega-menu li .sub-menu ul li a {
  font: normal 11px/15px "toyota_textbold", "Tohama", "Arial";
  padding: 5px 0 12px;
  color: #000;
}
header nav ul.mega-menu li .sub-menu .col-md-2 {
  position: static;
}
header nav ul.mega-menu li .sub-menu .col-md-2:last-child ul {
  border: none;
}
header nav ul.mega-menu li:first-child em {
  display: none;
}
header nav ul.mega-menu li:last-child {
  margin-right: 0;
  margin-left: 25px;
}
header nav.sticky {
  position: fixed;
  width: 100%;
  left: 0;
  right: auto;
  top: 0;
  z-index: 101;
  transition: all 0.3s ease;
  /*ul.mega-menu {
    float: $left;
    width: 65%;
    & > li {
      font-size: 14px;
      margin-left: 0;
      margin-right: 20px;
      .sub-menu {
        top: 46px;
      }
      &:first-child {
        em {
          display: block;
        }
      }
      a {
        padding: 10px 0 14px;
      }
    }
    em {
      float: $left;
      margin-bottom: -7px;
    }
  }*/
  /*  .accessibility {
    display: block;
    float: $right;
    .login {
      width: 141px;
      height: 32px;
      border-top-left-radius: 10px;
      border-bottom-right-radius: 10px;
      margin-top: 8px;
      margin-left: 30px;
      margin-right: 0;
      &:after {
        top: 9px;
      }
      li {
        font-size: 14px;
        box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
        padding-top: 8px;
        &.init {
          height: 32px;
          border-top-left-radius: 10px;
          border-bottom-right-radius: 10px;
          padding-top: 5px;
          box-shadow: none;
          margin-bottom: 8px;
        }
        a {
          padding-bottom: 8px;
        }
      }
    }
  }*/
}
header nav .more-menu-dropdown {
  display: none;
}
header nav.more-menu ul.mega-menu > li {
  display: none;
}
header nav.more-menu ul.mega-menu > li:nth-of-type(-1n+5) {
  display: inline-block;
}
header nav.more-menu ul.mega-menu > li:last-child {
  display: inline-block;
}
header nav.more-menu ul.mega-menu > li:last-child:hover .more-menu-dropdown {
  display: block;
}
header nav.more-menu .more-menu-dropdown {
  position: absolute;
  top: 46px;
  left: 0;
  width: 100%;
  background: #fafafa;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
}
header nav.more-menu .more-menu-dropdown ul {
  display: block;
  padding: 0;
  margin: 0;
}
header nav.more-menu .more-menu-dropdown ul > li {
  display: inline-block;
  font: normal 14px "toyota_textregular", "Tohama", "Arial";
  padding: 0;
  margin: 0;
  margin-left: 0;
  margin-right: 29px;
}
header nav.more-menu .more-menu-dropdown ul > li:nth-of-type(-1n+5) {
  display: none;
}
header nav.more-menu .more-menu-dropdown ul > li:last-child {
  display: none;
}
header nav.more-menu .more-menu-dropdown ul > li a {
  color: #3b3b3b;
}
header nav.more-menu .more-menu-dropdown ul > li a:hover {
  color: #d40618;
}
header nav.more-menu .more-menu-dropdown ul > li:hover .sub-menu {
  display: block;
}
header nav.more-menu .more-menu-dropdown ul > li .sub-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 45px;
  width: 100%;
  padding: 30px 0;
  background: #fff;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
  z-index: 2;
}
header nav.more-menu .more-menu-dropdown ul > li .sub-menu ul {
  border-right: 1px solid #d5d6d6;
  border-left: none;
}
header nav.more-menu .more-menu-dropdown ul > li .sub-menu ul li {
  display: block;
  font: normal 14px "toyota_textregular", "Tohama", "Arial";
  list-style-type: none;
  padding: 0;
  margin: 0 0 10px;
}
header nav.more-menu .more-menu-dropdown ul > li .sub-menu ul li:last-child {
  margin-bottom: 0;
}
header nav.more-menu .more-menu-dropdown ul > li .sub-menu ul li a {
  padding: 0;
}
header nav.more-menu .more-menu-dropdown ul > li .sub-menu .col-md-2 {
  position: static;
}
header nav.more-menu .more-menu-dropdown ul > li .sub-menu .col-md-2:last-child ul {
  border: none;
}
header .accessibility {
  display: none;
}
header .mobile-nav, header .menu-btn {
  /*    display: none;*/
}
header .support-menu {
  float: left;
  padding: 0;
}
header .support-menu .lang {
  float: left;
  font: normal 14px "toyota_textregular", "Tohama", "Arial";
  font-weight: bold;
  padding: 0;
  line-height: 40px !important;
  color: #888888 !important;
}
header .support-menu li {
  display: inline-block;
  float: left;
  font: normal 14px "toyota_textregular", "Tohama", "Arial";
  padding: 0;
  margin: 0;
}
header .support-menu li em {
  margin-left: 0;
  margin-right: 5px;
}
header .support-menu li a {
  color: #d40618;
  font-size: 11px;
  line-height: 38px;
}
header .support-menu li a:hover {
  color: #9f010f;
}
header .support-menu li:before {
  top: 12px !important;
  border-color: rgba(155, 155, 155, 0.2) !important;
}
header .dropdown-menu {
  width: 100%;
}
header .dropdown-submenu {
  position: relative;
}
header .dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
}
header .dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
header .dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}
header .dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}
header .dropdown-submenu.pull-left {
  float: none;
}
header .dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
header ul.mega-menu li.open .dropdown-menu {
  display: block;
  padding: 0px 0;
  margin: 0;
  border: none;
  border-radius: 0;
}

.tt-links-box li a {
  font: normal 10px/15px "toyota_textbold", "Tohama", "Arial";
  letter-spacing: 1.5px;
  /*      opacity: 0.2;*/
  color: #ccc;
}
.tt-links-box li a:hover {
  color: #000;
}
.tt-links-box.no-border > ul > li:before {
  display: none;
}

.tt-search-container {
  float: left;
  padding: 4px 0;
  display: inline-block;
  position: relative;
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
}
.tt-search-container .search-box {
  position: relative;
  float: right;
  display: none;
  padding-left: 10px;
  padding-right: 0;
}
.tt-search-container .search-box .search-input {
  /*display: none;*/
  border: 1px solid #f3f3f3;
  line-height: 20px;
  padding: 5px 10px;
  font: normal 11px/20px "toyota_textregular", "Tohama", "Arial";
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
}
.tt-search-container .search-btn {
  float: left;
  position: relative;
  margin: 0 0 0 0px;
  cursor: pointer;
  display: block;
  overflow: auto;
  z-index: 50;
}
.tt-search-container .search-btn input {
  border: none;
  background: none;
  font: normal 11px/22px "toyota_textregular", "Tohama", "Arial";
  color: #888888;
  cursor: pointer;
  position: relative;
  padding: 5px 0 5px 25px;
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
}
.tt-search-container .search-btn:before {
  content: "";
  background: url(../images/icons/search.png) no-repeat center;
  width: 15px;
  height: 30px;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
.tt-search-container .search-btn .search-input {
  width: 150px;
  margin-right: 10px;
}
.tt-search-container.active-search {
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
}
.tt-search-container.active-search .search-box .search-input {
  width: 160px;
}

/*
header nav.sticky {
  width: calc(100% + 2px);
  left: -1px;
  top:-1px;
}*/
body .car-listing-box .row {
  margin: 0;
}
body .tt-car-item {
  padding: 0 15px 20px 0;
  min-height: auto;
  margin: 0;
  height: 100%;
}
body .tt-tabs .row {
  margin: 0;
}

#header .tt-tabs {
  margin: 50px 0;
}

.no-scroll {
  overflow: hidden;
}
.no-scroll #header .tt-vehicles-item .sub-menu {
  overflow: auto;
  height: calc(100vh - 102px);
}
.no-scroll #header .sticky .tt-vehicles-item .sub-menu {
  height: calc(100vh - 60px);
}

#header .tt-top-bar a.lang.lang-ar {
  display: block;
  text-indent: -999px;
  background: url(../images/lang/arabic-mob-btn.svg) no-repeat center;
  width: 29px;
  height: 100%;
  background-size: 100%;
}

#header .mobile-nav-box a.lang.lang-ar {
  display: block;
  text-indent: -999px;
  background: url(../images/lang/arabic-mob-btn.svg) no-repeat center;
  width: 41px;
  height: 100%;
  margin-left: 20px;
  margin-right: 20px;
  background-size: 100%;
}

header nav ul.mega-menu li a.dropdown-toggle:after {
  display: none !important;
}

#header .tt-top-bar .tt-menu ul li:before {
  margin-top: 15px;
  float: right;
}

.sticky-nav-two {
  padding-top: 130px !important;
}
.sticky-nav-two nav.sticky {
  transform: translateY(-102.5%);
}
.sticky-nav-two .inpage-nav-sec {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 54;
}

body .link-list-carousel .tt-car-item {
  padding-left: 15px;
  padding-right: 0;
}

#header .tt-tabs .tt-tabs-box, #header .tt-tabs .tab {
  margin-left: -5px;
  margin-right: -5px;
}

#header .tt-tabs .tt-tabs-box, #header .tt-tabs .tab {
  margin-left: 0px;
  margin-right: 0px;
}
#header nav .col-md-12 {
  position: static;
  padding: 0;
}

.tt-local-environment #header nav .col-md-12 {
  position: static;
  padding: 0 10px;
}

@media screen and (min-width: 993px) {
  #header ul.mega-menu li .dropdown-menu {
    top: auto;
    z-index: 400;
    width: auto;
    left: auto;
    max-width: 200px;
  }
  #header ul.mega-menu li .dropdown-menu .listing {
    border-top: 2px solid #d20619;
    position: relative;
    margin-top: -2px;
  }
  #header ul.mega-menu li .dropdown-menu .listing a {
    padding: 15px 20px;
    font: normal 13px/1.5 "toyota_textregular", "Tohama", "Arial";
    color: #000;
    letter-spacing: 0.4px;
    display: block;
    border-bottom: 1px solid #f3f3f3;
    font-size: 12px;
  }
  #header ul.mega-menu li .dropdown-menu .listing a:hover {
    background: #f8f8f8;
  }
  #header ul.mega-menu li.tt-vehicles-item .dropdown-menu {
    max-width: 100%;
    width: 100%;
    left: 0;
    right: 0;
  }
  .padding-top #header ul.mega-menu li.tt-vehicles-item .dropdown-menu {
    margin-top: -1px;
    z-index: -1;
  }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  /* IE10+ specific styles go here */
  .sticky-nav-two nav.sticky {
    transform: translateY(0);
    top: -63px;
  }
}
.dropdown-menu.sub-menu > .listing > li:before {
  content: none;
}

.tt-search-container {
  padding: 0;
}

.tt-search-container .search-btn:before {
  top: 5px;
}

.tt-search-container .search-box {
  margin-top: 5px;
}

.tt-search-container .search-box .search-input {
  background: transparent;
  border: none;
  border-bottom: 1px solid #f3f3f3;
  color: #888;
  padding-bottom: 0px;
}

.search-btn p {
  margin: 0;
  line-height: 40px;
  font-size: 11px;
  color: #888;
  padding-left: 20px;
}

.navbar-mobile .tt-search-container {
  margin: 0px 20px;
  float: none;
  height: 60px;
  display: block;
}

.navbar-mobile .tt-search-container div {
  float: none;
}

.navbar-mobile .tt-search-container p {
  width: 30%;
  margin-right: 20px;
  display: inline-block;
}

.navbar-mobile .tt-search-container input {
  border-bottom: 1px solid #f3f3f3;
  width: 60%;
}

/**
 * Swiper 4.1.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 11, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-invisible-blank-slide {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight {
  height: auto;
}
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-prev, .swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active, .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  display: inline-block;
  border-radius: 100%;
  opacity: 0.5;
  background-color: #ffffff;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #fff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */
.swiper-pagination-progressbar {
  background: #eaeaea;
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #333333;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img, .swiper-zoom-container > svg, .swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active {
  pointer-events: auto;
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-prev, .swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top, .swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
}

#footer {
  width: 100%;
  overflow: hidden;
  color: #5e738d;
}
#footer ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(138, 138, 138, 0.7) !important;
  font-family: "toyota_textregular", "Tohama", "Arial";
}
#footer ::-moz-placeholder { /* Firefox 19+ */
  color: rgba(138, 138, 138, 0.7) !important;
  font-family: "toyota_textregular", "Tohama", "Arial";
}
#footer :-ms-input-placeholder { /* IE 10+ */
  color: rgba(138, 138, 138, 0.7) !important;
  font-family: "toyota_textregular", "Tohama", "Arial";
}
#footer :-moz-placeholder { /* Firefox 18- */
  color: rgba(138, 138, 138, 0.7) !important;
  font-family: "toyota_textregular", "Tohama", "Arial";
}
#footer .component.link-list.tt-link-list ul li a, #footer .component.link-list.tt-link-list ul li {
  color: rgba(138, 138, 138, 0.7);
  font-size: 12px;
  color: #a3a6a0;
  line-height: 1.42;
}
#footer .tt-link-list-line, #footer .tt-link-list-inline {
  float: left;
  clear: both;
  display: block !important;
  width: 100%;
}
#footer .col {
  padding: 0;
}
#footer .footer-cols {
  position: relative;
}
#footer .tt-copyright {
  color: #a3a6a0;
  float: right;
  padding: 30px 50px;
  text-align: right;
}
.rtl #footer .tt-copyright {
  text-alight: right;
}
.ltr #footer .tt-copyright {
  text-align: left;
}
#footer .tt-copyright p {
  color: #a3a6a0;
  font-family: "toyota_textregular", "Tohama", "Arial";
  font-size: 11px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  padding: 0;
  margin: 0;
}
#footer .footer-bottom {
  position: relative;
  background-color: #333333;
  height: 74px;
  margin-right: 200px;
  margin-left: 0px;
  margin: 0;
}
#footer .footer-bottom:before {
  position: absolute;
  left: -100%;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  z-index: 1;
  top: 0;
  background: #333333;
}
#footer .footer-bottom:after {
  position: absolute;
  right: -100%;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  z-index: 1;
  top: 0;
  background: url(../images/icons/info-icon.png) no-repeat right center;
  visibility: hidden;
}
#footer .footer-bottom .tt-link-list-inline {
  margin: 3px 0;
  padding: 0 15px 0 0;
  float: left;
  width: auto !important;
  white-space: nowrap;
}
#footer .footer-bottom .tt-link-list-inline ul {
  display: block;
  padding: 0;
  margin: 25px 0;
  float: left;
}
#footer .footer-bottom .tt-link-list-inline ul li {
  display: inline-block;
  font: normal 11px "toyota_textregular", "Tohama", "Arial";
  color: #a3a6a0;
  list-style-type: none;
  padding: 0;
  margin: 0;
  letter-spacing: normal;
  margin-left: 0;
  margin-right: 0px;
}
#footer .footer-bottom .tt-link-list-inline ul li em svg {
  margin-bottom: -14px;
}
#footer .footer-bottom .tt-link-list-inline ul li:last-child {
  margin: 0;
}
#footer .footer-bottom .tt-link-list-inline ul li a {
  text-decoration: none;
  color: #a3a6a0 !important;
  position: relative;
  top: 2px;
}
#footer .footer-bottom .tt-link-list-inline ul li a:hover {
  text-decoration: none;
}
#footer .footer-bottom .tt-link-list-inline ul li a:hover {
  color: #fff;
}
#footer .footer-bottom .tt-link-list-inline ul li:before {
  content: "";
  position: relative;
  display: inline-block;
  height: 10px;
  border-left: 1px solid rgba(155, 155, 155, 0.2);
  margin: 0 25px;
  vertical-align: middle;
  top: 0;
  width: 1px;
  background: transparent;
}
#footer .footer-bottom .tt-link-list-inline ul li:first-child:before {
  border: none;
  display: none;
}
#footer .footer-bottom.tt-last-child-no-border li:first-child:before {
  border-left: 1px solid rgba(155, 155, 155, 0.9);
  display: inline-block;
}
#footer .footer-bottom.tt-last-child-no-border li:last-child:before {
  border: none;
  display: none;
}
#footer .footer-contact {
  display: block;
  position: relative;
  background: #f8f8f8;
  padding: 60px 0;
  margin: 0;
  color: #8a8a8a;
  overflow: visible;
  height: 249px;
}
#footer .footer-contact:before {
  position: absolute;
  left: -100%;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  z-index: 1;
  top: 0;
  background: #f8f8f8;
}
#footer .footer-contact:after {
  position: absolute;
  left: calc(100% - 250px);
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  z-index: -1;
  top: 83px;
  background: #000000;
}
#footer .footer-contact .col-md-5 .col-md-6 {
  position: relative;
}
#footer .footer-contact .col-md-5 .col-md-6:last-child:after {
  display: none;
}
#footer .footer-contact .col-md-5 .col {
  padding: 0;
}
#footer .footer-contact .col-md-5:first-child:after {
  content: "";
  position: absolute;
  top: 0;
  right: 5%;
  left: auto;
  height: 100%;
  width: 1px;
  background: #495a6e;
}
#footer .footer-contact em {
  float: left;
  margin-top: 2px;
  margin-left: 0;
  margin-right: 5px;
}
#footer .footer-contact h2 {
  font: normal 20px "toyota_textregular", "Tohama", "Arial";
  color: #8a8a8a;
}
#footer .footer-contact h2 span {
  font: normal 16px "toyota_textregular", "Tohama", "Arial";
  color: #5e738d;
  margin-left: 20px;
  margin-right: 0;
}
#footer .footer-contact a {
  font: normal 16px "toyota_textregular", "Tohama", "Arial";
  color: #8a8a8a;
  text-decoration: none;
}
#footer .footer-contact a:hover {
  color: #5e738d;
}
#footer .footer-contact a:hover em svg path {
  fill: #5e738d;
  transition: 400ms all ease;
}
#footer .footer-contact a em img:nth-of-type(2) {
  display: none;
}
#footer .foot-item {
  padding-right: 30px;
  max-width: 322px;
  padding-left: 0;
}
#footer .tt-link-list, #footer .tt-link-list-line, #footer .tt-link-list-inline {
  margin: 3px 0 0;
}
#footer .tt-link-list h4, #footer .tt-link-list-line h4, #footer .tt-link-list-inline h4 {
  margin-top: 7px;
  letter-spacing: normal;
}
#footer .component.link-list.tt-link-list-inline p {
  margin: 40px 0 -8px;
}

.tt-newsletter-box .heading {
  margin-bottom: 32px;
}
.tt-newsletter-box .heading h3 {
  font: normal 25px/30px "toyota_textbold", "Tohama", "Arial";
  color: #8a8a8a;
  letter-spacing: normal;
}
.tt-newsletter-box .heading p {
  font: normal 11px "toyota_textregular", "Tohama", "Arial";
  color: #8a8a8a;
  letter-spacing: normal;
}
.tt-newsletter-box .tt-subscription-box .form-control {
  font: normal 11px "toyota_textregular", "Tohama", "Arial";
  letter-spacing: 0.2px;
  color: rgba(138, 138, 138, 0.7);
  border-radius: 2px;
  background-color: rgba(51, 51, 51, 0.06);
  padding: 0 15px;
  line-height: 44px;
  overflow: hidden;
  height: 44px;
  display: block;
}

.tt-footer-list {
  display: inline-block;
  /*  float: $left;*/
  vertical-align: top;
  padding: 0 25px 0 25px;
  max-width: 50%;
}
.tt-footer-list .social-icon-list a {
  margin-right: 10px;
  color: #8a8a8a;
}

#footer .tt-client-logos {
  margin: 0 0px 0 0;
  float: right;
}
#footer .tt-client-logos li {
  /*rtl:begin:ignore*/
  margin-top: 4px;
  margin-left: 50px;
  margin-right: 0;
  display: inline-block;
  /*rtl:end:ignore*/
}
#footer .tt-client-logos li a {
  margin: 0;
}

.alert-message, .field-validation-error {
  min-height: 15px;
  display: block;
  color: #d0011b;
  font-family: "toyota_textregular", "Tohama", "Arial";
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  margin: 10px 15px;
  background: url("../images/icons/info-icon.png") no-repeat right center;
  padding-right: 20px;
  padding-left: 0;
}
.alert-message .text-danger, .field-validation-error .text-danger {
  color: #d0011b;
}
.alert-message li, .field-validation-error li {
  text-align: right;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #d0011b;
  margin: 0;
  padding: 0;
}

.tt-success {
  font-family: "toyota_textregular", "Tohama", "Arial";
  font-size: 17px;
  color: #172328;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  padding: 10px 0;
}
.tt-success p {
  color: inherit;
  font-size: inherit;
}

.tt-form {
  position: relative;
  height: 44px;
  vertical-align: top;
  display: block;
  width: 100%;
}
.tt-form > label {
  display: none;
}
.tt-form .submit-newsletter {
  cursor: pointer;
  background: rgb(236, 236, 236) url(../images/arrows/newsletter-icon.png) no-repeat center;
  width: 44px;
  height: 44px;
  border: none;
  text-indent: -99px;
  overflow: hidden;
  position: absolute;
  right: 0;
  left: auto;
  bottom: 0;
  z-index: 1;
}

footer .footer-bottom .tt-link-list-inline ul li a {
  margin: 0 !important;
  padding: 0 !important;
}

footer .footer-bottom .tt-link-list-inline h4, footer .footer-bottom .tt-link-list-inline p {
  display: none;
}

footer .component.link-list.tt-link-list-line ul li a, footer .component.link-list.tt-link-list-inline ul li a {
  font-size: 11px;
}

#footer .tt-link-list-inline .tt-client-logos {
  margin-top: -6px;
}

#footer .tt-link-list h4, #footer .tt-link-list-line h4, #footer .tt-link-list-inline h4 {
  font: normal 14px "toyota_textbold", "Tohama", "Arial";
  color: #8a8a8a;
}
#footer .tt-link-list h4 a, #footer .tt-link-list-line h4 a, #footer .tt-link-list-inline h4 a {
  font: normal 14px "toyota_textbold", "Tohama", "Arial";
  color: #8a8a8a;
}

@media screen and (max-width: 424px) {
  #footer .footer-bottom .tt-link-list-inline ul li:before {
    margin: 0 15px;
  }
}
@media screen and (max-width: 992px) {
  #footer .tt-client-logos {
    /*rtl:begin:ignore*/
    margin: 0;
    float: right !important;
    /*rtl:end:ignore*/
  }
  #footer .tt-client-logos li:first-child {
    display: none;
  }
  #footer .tt-client-logos li:last-child {
    margin-top: 4px;
    margin-right: 0;
    margin-left: 0;
  }
}
.content-hub-bg {
  background-color: #fcfcfc;
  padding: 30px 0 80px;
}
.content-hub-bg .btn-align {
  text-align: center;
  margin: 40px auto 10px;
}

.component.content-hub {
  display: block;
}

.tt-content-hub .hub-item {
  position: relative;
  box-shadow: 5px 2px 30px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  overflow: hidden;
  height: 385px;
}
.tt-content-hub .hub-item h4 {
  font: normal 15px "toyota_textbold", "Tohama", "Arial";
  letter-spacing: 1.8px;
  color: #000000;
}
.tt-content-hub .hub-item .tags-box {
  display: block;
  position: absolute;
  top: 35px;
  margin: 0 0;
  width: calc(100% - 80px);
  padding: 10px 0;
}
.tt-content-hub .hub-item .content {
  padding: 40px 40px;
  display: inline-block;
  width: 365px;
  height: 100%;
  position: absolute;
  z-index: 2;
  max-width: 100%;
  color: inherit;
}
.tt-content-hub .hub-item .content p {
  font-size: 15px;
  color: #000;
  line-height: 1.67;
  letter-spacing: 0.5px;
}
.tt-content-hub .hub-item .image {
  float: right;
  position: relative;
  min-height: 390px;
}
.tt-content-hub .hub-item .image img {
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -o-transition: 1s ease;
  transition: 1s ease;
  max-width: 100%;
  width: 100%;
}
.tt-content-hub .hub-item .image img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.tt-content-hub .hub-item .btn-content {
  position: absolute;
  bottom: 0;
  margin: 0 0;
  border-top: 1px solid rgba(236, 235, 233, 0.5);
  width: calc(100% - 80px);
  padding: 10px 0;
  left: 40px;
}
.tt-content-hub .hub-item .btn-content .btn {
  padding-right: 0;
  padding-left: 0;
}
.tt-content-hub .hub-item.hub-item-video {
  cursor: pointer;
}
.tt-content-hub .hub-item.hub-item-video .image:before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  display: inline-block;
  background: rgba(159, 1, 15, 0.7) no-repeat center;
  background-size: 60px 60px;
  left: 0;
  top: 0;
  z-index: 1;
}
.tt-content-hub .hub-item.hub-item-video .image {
  position: relative;
  z-index: 1;
  top: 0;
  width: 100%;
}
.tt-content-hub .hub-item.hub-item-video .image img {
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -o-transition: 1s ease;
  transition: 1s ease;
}
.tt-content-hub .hub-item.hub-item-video h4 {
  min-width: 80px;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}
.tt-content-hub .hub-item.hub-item-video h4 .tt-video-icon:before {
  content: " ";
  width: 100%;
  height: 60px;
  position: static;
  display: block;
  background: url(../images/icons/play-button.svg) no-repeat center;
  background-size: 60px 60px;
  left: 0;
  top: 0;
  z-index: 1;
  clear: both;
  text-align: center;
  float: none;
}
.tt-content-hub .hub-item.hub-item-video h4 span {
  display: inline-block;
  margin-top: 15px;
}
.tt-content-hub .hub-item.hub-item-video h4 a span {
  display: block;
  clear: both;
}
.tt-content-hub .hub-item.hub-item-video:hover .image img, .tt-content-hub .hub-item.hub-item-video:hover .image video, .tt-content-hub .hub-item.hub-item-black-overlay:hover .image img, .tt-content-hub .hub-item.hub-item-black-overlay:hover .image video {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.tt-content-hub .hub-item.hub-item-black-overlay .image:before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  display: inline-block;
  background: rgba(0, 0, 0, 0.85) no-repeat center;
  background-size: 60px 60px;
  left: 0;
  top: 0;
  z-index: 1;
  box-shadow: 5px 2px 30px 0 rgba(0, 0, 0, 0.1);
}
.tt-content-hub .hub-item.hub-item-black-overlay .image {
  position: absolute;
  z-index: 1;
  top: 0;
}
.tt-content-hub .hub-item.hub-item-black-overlay h4 {
  letter-spacing: 3.2px;
  text-transform: uppercase;
  color: #fff;
  font-size: 20px;
  position: relative;
  padding-right: 40px;
  padding-left: 0px;
}
.tt-content-hub .hub-item.hub-item-black-overlay h4:before {
  content: "";
  position: static;
  width: 50px;
  height: 3px;
  background: #fff;
  top: -21px;
  display: block;
  margin-bottom: 21px;
}
.tt-content-hub .hub-item.hub-item-black-overlay .btn-link {
  color: #fff;
  font-size: 10px !important;
  letter-spacing: 1.5px !important;
}
.tt-content-hub .hub-item.hub-item-half h4, .tt-content-hub .hub-item.hub-item-full h4 {
  /*white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;*/
}
.tt-content-hub .hub-item.hub-item-half .content, .tt-content-hub .hub-item.hub-item-half .image {
  width: 50%;
  overflow: hidden;
}
.tt-content-hub .hub-item.hub-item-black-overlay .image {
  width: 100%;
  overflow: hidden;
}
.tt-content-hub .hub-item.hub-item-full .image {
  width: 780px;
  float: left;
  overflow: hidden;
}
.tt-content-hub .hub-item.hub-item-full .content {
  float: right;
  width: 33.3%;
  right: 0;
  left: auto;
  background: #fff;
}
.tt-content-hub .hub-item .tt-aligner-item {
  width: 100%;
}

.tag {
  min-width: 100px;
  white-space: nowrap;
  text-align: center;
  font: normal 10px/1 "toyota_textbold", "Tohama", "Arial";
  height: 25px;
  text-transform: uppercase;
  padding: 0px 18px;
  border-radius: 12.5px;
  background-color: #ecebe9;
  display: inline-block;
  margin: 0 5px 0 0;
  color: #888888;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -o-transition: 1s ease;
  transition: 1s ease;
  pointer-events: none;
  line-height: normal;
  padding: 6px 18px;
  font-weight: normal;
}
.tag:hover {
  color: #888888;
}

.tt-gallery-block .gallery-item.gallery-item-image .image video, .tt-gallery-block .gallery-item.gallery-item-image .image img {
  /*  height: auto;
    width: auto !important;*/
}

.content-hub-detail .tt-gallery-block.has-slider .swiper-container .swiper-slide .gallery-item img {
  height: 292px;
  width: auto;
}

.tt-single-slider .swiper-container .swiper-slide {
  max-height: 474px;
  overflow: hidden;
}

.content-hub-detail .tt-single-slider, .content-hub-detail .main-heading, .content-hub-detail .tt-gallery-block.tt-short-gallery-block.has-video, .content-hub-detail .tt-gallery-block.tt-short-gallery-block.has-youtube-video {
  max-width: 770px;
  margin: 0 auto 60px;
  display: block;
  float: none;
  overflow: hidden;
}
.content-hub-detail .offer-listing {
  padding-bottom: 50px;
}
.content-hub-detail .tt-offer-listing-box .row.row-eq-height [class^=col] {
  margin-top: 0;
}

#content .content-hub-detail .tt-gallery-block.tt-short-gallery-block.has-youtube-video .video-icon, #content .content-hub-detail .tt-gallery-block.tt-short-gallery-block.has-video .video-icon {
  height: 80px;
  margin: 0;
}
#content .content-hub-detail .tt-gallery-block.tt-short-gallery-block.has-youtube-video .video-icon:before, #content .content-hub-detail .tt-gallery-block.tt-short-gallery-block.has-video .video-icon:before {
  margin: 0;
  font-size: 0;
}

.video-slider .tt-single-slider .swiper-container .swiper-slide {
  max-height: 100%;
}

#content .content-hub-detail > .component.content {
  width: 100%;
  max-width: 770px;
  margin: 0 auto;
  display: block;
  float: none;
  overflow: hidden;
  padding: 0px 100px 50px;
  text-align: left;
}

.content-hub-detail .main-heading .side-padd-100.main-heading .dashed.centered ~ p {
  text-align: center !important;
}

.content-hub-detail .component.offer-listing .date.text-small {
  text-align: left;
}

.main-heading .dashed.centered * {
  text-align: center;
}

.tt-quicklinks-promos.text-center .row.row-no-padding {
  width: 100%;
}

.content-hub-detail {
  width: 100%;
  display: block;
  overflow: hidden;
  text-align: center;
}

.tt-content-hub .hub-item .tags-box .tag {
  line-height: 1.4;
}

.tt-content-hub .hub-item.hub-item-video h4 * {
  color: inherit !important;
}

@font-face {
    font-family: 'toyota_font_sarsymbol';
    src: url('../fonts/toyotafontsarsymbol.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: "toyota_textbold_italic";
  /*src: url('../fonts/toyotatext_bdit-webfont.woff') format('woff');*/
  src: url("../fonts/2e517bc4-35d5-424d-a936-52e22a1b5349.eot?#iefix");
  src: url("../fonts/2e517bc4-35d5-424d-a936-52e22a1b5349.eot?#iefix") format("eot"), url("../fonts/cf2838a7-5f78-4ae3-a5f8-b0d4664b828a.woff2") format("woff2"), url("../fonts/22025d71-004e-4a0a-875e-7d21ff44f9b7.woff") format("woff"), url("../fonts/4e7b295f-83aa-4928-bcab-5fd3ac725737.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "toyota_textbold";
  /*src: url('../fonts/toyotatext_bold-webfont.woff') format('woff');*/
  src: url("../fonts/2e517bc4-35d5-424d-a936-52e22a1b5349.eot?#iefix");
  src: url("../fonts/2e517bc4-35d5-424d-a936-52e22a1b5349.eot?#iefix") format("eot"), url("../fonts/cf2838a7-5f78-4ae3-a5f8-b0d4664b828a.woff2") format("woff2"), url("../fonts/22025d71-004e-4a0a-875e-7d21ff44f9b7.woff") format("woff"), url("../fonts/4e7b295f-83aa-4928-bcab-5fd3ac725737.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "toyota_textitalic";
  /*src:url('../fonts/toyotatext_it-webfont.woff') format('woff');*/
  src: url("../fonts/d3ea24cf-053f-4c3c-a477-e24ebb3ec10a.eot?#iefix");
  src: url("../fonts/d3ea24cf-053f-4c3c-a477-e24ebb3ec10a.eot?#iefix") format("eot"), url("../fonts/8024ca6c-5f24-464f-9926-226b9dd42771.woff2") format("woff2"), url("../fonts/1be76d23-dd4b-4c22-8d4b-7c75c54740cc.woff") format("woff"), url("../fonts/1eb97322-45a5-4c34-b30f-eeb363c1ef40.ttf") format("truetype");
  font-style: italic;
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: "toyota_textregular";
  /*src: url('../fonts/toyotatext_rg-webfont.woff') format('woff');*/
  src: url("../fonts/d3ea24cf-053f-4c3c-a477-e24ebb3ec10a.eot?#iefix");
  src: url("../fonts/d3ea24cf-053f-4c3c-a477-e24ebb3ec10a.eot?#iefix") format("eot"), url("../fonts/8024ca6c-5f24-464f-9926-226b9dd42771.woff2") format("woff2"), url("../fonts/1be76d23-dd4b-4c22-8d4b-7c75c54740cc.woff") format("woff"), url("../fonts/1eb97322-45a5-4c34-b30f-eeb363c1ef40.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "toyota_textextended";
  src: url("../fonts/0b13981c-c156-4f80-9196-68aa493965af.eot?#iefix");
  src: url("../fonts/0b13981c-c156-4f80-9196-68aa493965af.eot?#iefix") format("eot"), url("../fonts/8b388a37-c80b-4224-9aa7-d37832825499.woff2") format("woff2"), url("../fonts/d8b04d3f-4c1c-4ad8-b44d-b3104cc4667f.woff") format("woff"), url("../fonts/1ca9f211-0bb1-449f-95f0-664696b9c5eb.ttf") format("truetype");
}
@font-face {
  font-family: "toyota_textextendedextra";
  src: url("../fonts/13c2b68e-bf66-4a88-8bb8-102e9a081340.eot?#iefix");
  src: url("../fonts/13c2b68e-bf66-4a88-8bb8-102e9a081340.eot?#iefix") format("eot"), url("../fonts/a384e86a-715b-42a0-a7d2-fd2578b62314.woff2") format("woff2"), url("../fonts/b69c829c-125c-470c-950a-12cf3349054b.woff") format("woff"), url("../fonts/afac811b-6820-4fb2-95b7-0fef8d2c3181.ttf") format("truetype");
}
@font-face {
  font-family: "toyota-font-Black";
  src: url("../fonts/777511/795caa18-07b7-4496-a414-07462b6aae32.eot?#iefix");
  src: url("../fonts/777511/795caa18-07b7-4496-a414-07462b6aae32.eot?#iefix") format("eot"), url("../fonts/777511/d419124c-d2bf-4605-ac3c-9e539ef9e0b9.woff2") format("woff2"), url("../fonts/777511/c8e7a99c-6210-46e1-abdb-d746a087f2f9.woff") format("woff"), url("../fonts/777511/0133dedc-a4fc-45b7-b5b8-efd46a52c637.ttf") format("truetype");
}
@font-face {
  font-family: "toyota-font-Bold";
  src: url("../fonts/777517/3d4372d2-fbf8-4376-887c-a4247fe7475f.eot?#iefix");
  src: url("../fonts/777517/3d4372d2-fbf8-4376-887c-a4247fe7475f.eot?#iefix") format("eot"), url("../fonts/777517/086dc2f3-0872-4cae-aa0f-f66b64139049.woff2") format("woff2"), url("../fonts/777517/5726bf63-b50c-4eb5-8615-36daaa1b3f99.woff") format("woff"), url("../fonts/777517/f4f44dd1-4235-4aaf-86d0-2b58f230cdaf.ttf") format("truetype");
}
@font-face {
  font-family: "toyota-font-Heavy";
  src: url("../fonts/777523/27651abf-26d1-4239-8e7a-db84fa70495c.eot?#iefix");
  src: url("../fonts/777523/27651abf-26d1-4239-8e7a-db84fa70495c.eot?#iefix") format("eot"), url("../fonts/777523/d2608bf2-7482-4b34-a6ec-278192971f62.woff2") format("woff2"), url("../fonts/777523/01ff25fd-5ee3-4ea2-9f10-549e82af1695.woff") format("woff"), url("../fonts/777523/73e06054-b5c1-4321-ae48-17e8c26d1912.ttf") format("truetype");
}
@font-face {
  font-family: "toyota-font-Light";
  src: url("../fonts/777532/6e7cea9c-37df-4ef0-8d1e-04e7a328573b.eot?#iefix");
  src: url("../fonts/777532/6e7cea9c-37df-4ef0-8d1e-04e7a328573b.eot?#iefix") format("eot"), url("../fonts/777532/a4449fb7-050c-487e-bea1-63931396e02c.woff2") format("woff2"), url("../fonts/777532/875712e3-9c93-4f0b-a46a-a278e69a71f6.woff") format("woff"), url("../fonts/777532/501b78b4-b6c7-488b-878d-adf70ecccafd.ttf") format("truetype");
}
@font-face {
  font-family: "toyota-font-Medium";
  src: url("../fonts/777538/4f1b0c34-1c71-42cf-813e-7927e52b538c.eot?#iefix");
  src: url("../fonts/777538/4f1b0c34-1c71-42cf-813e-7927e52b538c.eot?#iefix") format("eot"), url("../fonts/777538/eec77ac3-1c4d-42cf-8eb6-aa54b353a00f.woff2") format("woff2"), url("../fonts/777538/7a425d6a-3af8-404b-a08e-eaf011616185.woff") format("woff"), url("../fonts/777538/e7b4c9b0-9a8b-46ad-a01f-d116e7fb23cd.ttf") format("truetype");
}
@font-face {
  font-family: "toyota-font-CdBold";
  src: url("../fonts/1142501/55b69cc4-ac17-4ccc-8b59-ab9999718419.eot?#iefix");
  src: url("../fonts/1142501/55b69cc4-ac17-4ccc-8b59-ab9999718419.eot?#iefix") format("eot"), url("../fonts/1142501/12a17ffb-88e7-4350-be44-0b2d2119d43b.woff2") format("woff2"), url("../fonts/1142501/e13b11f0-5e5d-47ec-a594-fcc1759e2ccf.woff") format("woff"), url("../fonts/1142501/639f628c-7a24-445e-a26a-5dc4e7058bbe.ttf") format("truetype");
}
@font-face {
  font-family: "toyota-font-XtdBold";
  src: url("../fonts/1142513/015ee589-8aaa-4114-9ba0-b210416db784.eot?#iefix");
  src: url("../fonts/1142513/015ee589-8aaa-4114-9ba0-b210416db784.eot?#iefix") format("eot"), url("../fonts/1142513/cfbce5fe-5fe6-4d03-a6f7-d5b4a896ebc2.woff2") format("woff2"), url("../fonts/1142513/1ed10baa-e356-495c-8132-9f4d18418b3f.woff") format("woff"), url("../fonts/1142513/8f57a552-89ee-4cac-82e4-d23b7b5c9040.ttf") format("truetype");
}
@font-face {
  font-family: "toyota-font-CdRegula";
  src: url("../fonts/1142519/04a5f212-b2b9-4442-8642-dbfc38f20297.eot?#iefix");
  src: url("../fonts/1142519/04a5f212-b2b9-4442-8642-dbfc38f20297.eot?#iefix") format("eot"), url("../fonts/1142519/c0898c8c-0b78-43ee-9041-92bf98faf813.woff2") format("woff2"), url("../fonts/1142519/4a632485-93d8-495e-a524-a72ad23346ce.woff") format("woff"), url("../fonts/1142519/591feac8-8ffe-4b76-ba21-68ef18fd1652.ttf") format("truetype");
}
@font-face {
  font-family: "toyota-font-CdHeavy";
  src: url("../fonts/1142525/778cd440-6f7e-4590-8e45-fe12a2b3643f.eot?#iefix");
  src: url("../fonts/1142525/778cd440-6f7e-4590-8e45-fe12a2b3643f.eot?#iefix") format("eot"), url("../fonts/1142525/d8bbf6a4-3b12-4429-bdf6-3d0124de945d.woff2") format("woff2"), url("../fonts/1142525/71ec3f58-e6ba-4af5-95be-5f69ed783c50.woff") format("woff"), url("../fonts/1142525/94cd0f97-312c-4ca6-a61f-dd913af47bef.ttf") format("truetype");
}
@font-face {
  font-family: "toyota-font-XtdRegul";
  src: url("../fonts/1142531/c2d7163e-3681-423c-91eb-762d702e82f1.eot?#iefix");
  src: url("../fonts/1142531/c2d7163e-3681-423c-91eb-762d702e82f1.eot?#iefix") format("eot"), url("../fonts/1142531/6ce47d71-2eb9-443a-91b6-5f2230f7bf45.woff2") format("woff2"), url("../fonts/1142531/af008295-8358-439d-b221-8e748c78eb0a.woff") format("woff"), url("../fonts/1142531/1fe2da64-94a7-4bf0-a6a2-384ffe8d6fe0.ttf") format("truetype");
}
@font-face {
  font-family: "toyota-font-XtdIt";
  src: url("../fonts/1142534/9efc006b-7531-4f76-bbf3-087f5c31ca77.eot?#iefix");
  src: url("../fonts/1142534/9efc006b-7531-4f76-bbf3-087f5c31ca77.eot?#iefix") format("eot"), url("../fonts/1142534/782e8871-57ac-4ce0-a1b2-0df7ad407b2f.woff2") format("woff2"), url("../fonts/1142534/21c20f7e-7a8c-48b9-a13c-b3adf0a25daf.woff") format("woff"), url("../fonts/1142534/bdf7a2e5-4a34-4e57-a566-3e1bf805455e.ttf") format("truetype");
}
@font-face {
  font-family: "toyota-font-XtdHeavy";
  src: url("../fonts/1142537/2140f42c-52f8-496f-ae1a-be188a26dc31.eot?#iefix");
  src: url("../fonts/1142537/2140f42c-52f8-496f-ae1a-be188a26dc31.eot?#iefix") format("eot"), url("../fonts/1142537/cfd5fbe5-cf4c-49fa-9a47-abc349cfc4e1.woff2") format("woff2"), url("../fonts/1142537/8ebe007b-0252-48aa-98a4-8fe2fbff9c2c.woff") format("woff"), url("../fonts/1142537/2e02e69f-3777-4fce-8c86-dc306c1f85a9.ttf") format("truetype");
}
@font-face {
  font-family: "toyota-font-CdBlk";
  src: url("../fonts/1142549/67b01dde-cc81-4898-82ea-91e865146cac.eot?#iefix");
  src: url("../fonts/1142549/67b01dde-cc81-4898-82ea-91e865146cac.eot?#iefix") format("eot"), url("../fonts/1142549/14d5e790-9efd-45aa-9ae3-4b13b03ef73b.woff2") format("woff2"), url("../fonts/1142549/12cc77c0-0e84-4d6b-95a2-c1a985e203e2.woff") format("woff"), url("../fonts/1142549/0b996cfc-4482-4112-b761-c11bf3d59283.ttf") format("truetype");
}
@font-face {
  font-family: "toyota-font-XtdMediu";
  src: url("../fonts/1142555/63953dbc-8ff8-4003-a622-2861a8621804.eot?#iefix");
  src: url("../fonts/1142555/63953dbc-8ff8-4003-a622-2861a8621804.eot?#iefix") format("eot"), url("../fonts/1142555/dd4d5141-ce5f-4309-b8f2-1d2d251348ca.woff2") format("woff2"), url("../fonts/1142555/870bb315-9058-43c9-9606-05620e83869a.woff") format("woff"), url("../fonts/1142555/66a972a1-72b4-4db7-b361-d278b51486aa.ttf") format("truetype");
}
@font-face {
  font-family: "toyota-font-XtdBlk";
  src: url("../fonts/1142561/2e517bc4-35d5-424d-a936-52e22a1b5349.eot?#iefix");
  src: url("../fonts/1142561/2e517bc4-35d5-424d-a936-52e22a1b5349.eot?#iefix") format("eot"), url("../fonts/1142561/cf2838a7-5f78-4ae3-a5f8-b0d4664b828a.woff2") format("woff2"), url("../fonts/1142561/22025d71-004e-4a0a-875e-7d21ff44f9b7.woff") format("woff"), url("../fonts/1142561/4e7b295f-83aa-4928-bcab-5fd3ac725737.ttf") format("truetype");
}
@font-face {
  font-family: "toyota-font-CdXBlk";
  src: url("../fonts/1142567/83e02df4-92a5-40fa-b223-86a2cb6c6da9.eot?#iefix");
  src: url("../fonts/1142567/83e02df4-92a5-40fa-b223-86a2cb6c6da9.eot?#iefix") format("eot"), url("../fonts/1142567/6f800a19-c55d-4071-bdd4-6047ab2da30c.woff2") format("woff2"), url("../fonts/1142567/7171f8a0-6240-4167-8fa1-36ae50547241.woff") format("woff"), url("../fonts/1142567/b56dae8d-c40f-499f-879c-5002d4a6e851.ttf") format("truetype");
}
@font-face {
  font-family: "toyota-font-BXBlk";
  src: url("../fonts/1142573/0b13981c-c156-4f80-9196-68aa493965af.eot?#iefix");
  src: url("../fonts/1142573/0b13981c-c156-4f80-9196-68aa493965af.eot?#iefix") format("eot"), url("../fonts/1142573/8b388a37-c80b-4224-9aa7-d37832825499.woff2") format("woff2"), url("../fonts/1142573/d8b04d3f-4c1c-4ad8-b44d-b3104cc4667f.woff") format("woff"), url("../fonts/1142573/1ca9f211-0bb1-449f-95f0-664696b9c5eb.ttf") format("truetype");
}
@font-face {
  font-family: "toyota-font-XtdXBlk";
  src: url("../fonts/1142579/13c2b68e-bf66-4a88-8bb8-102e9a081340.eot?#iefix");
  src: url("../fonts/1142579/13c2b68e-bf66-4a88-8bb8-102e9a081340.eot?#iefix") format("eot"), url("../fonts/1142579/a384e86a-715b-42a0-a7d2-fd2578b62314.woff2") format("woff2"), url("../fonts/1142579/b69c829c-125c-470c-950a-12cf3349054b.woff") format("woff"), url("../fonts/1142579/afac811b-6820-4fb2-95b7-0fef8d2c3181.ttf") format("truetype");
}
@font-face {
  font-family: "toyota-font-Regular";
  src: url("../fonts/5656274/d3ea24cf-053f-4c3c-a477-e24ebb3ec10a.eot?#iefix");
  src: url("../fonts/5656274/d3ea24cf-053f-4c3c-a477-e24ebb3ec10a.eot?#iefix") format("eot"), url("../fonts/5656274/8024ca6c-5f24-464f-9926-226b9dd42771.woff2") format("woff2"), url("../fonts/5656274/1be76d23-dd4b-4c22-8d4b-7c75c54740cc.woff") format("woff"), url("../fonts/5656274/1eb97322-45a5-4c34-b30f-eeb363c1ef40.ttf") format("truetype");
}
@font-face {
  font-family: "Univers Next Pro";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/UniversNextProBold.woff") format("woff");
}
@font-face {
  font-family: "toyota_textbold";
  /*src:  url('../fonts/ToyotaArabicDisplay-Bold.woff') format('woff');*/
  src: url("../fonts/7ddaf4c0-0441-4cce-b108-5016a7312304.eot?#iefix");
  src: url("../fonts/7ddaf4c0-0441-4cce-b108-5016a7312304.eot?#iefix") format("eot"), url("../fonts/656fd04f-2259-442a-9e2b-e3fd781302e8.woff2") format("woff2"), url("../fonts/93bfbcbc-c9e7-48f3-986f-d018c005ffc8.woff") format("woff"), url("../fonts/3af52002-ea00-4b47-8970-d0ae92fa1962.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "toyota-font-Bold";
  /*src:  url('../fonts/ToyotaArabicDisplay-Bold.woff') format('woff');*/
  src: url("../fonts/7ddaf4c0-0441-4cce-b108-5016a7312304.eot?#iefix");
  src: url("../fonts/7ddaf4c0-0441-4cce-b108-5016a7312304.eot?#iefix") format("eot"), url("../fonts/656fd04f-2259-442a-9e2b-e3fd781302e8.woff2") format("woff2"), url("../fonts/93bfbcbc-c9e7-48f3-986f-d018c005ffc8.woff") format("woff"), url("../fonts/3af52002-ea00-4b47-8970-d0ae92fa1962.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "toyota-font-Heavy";
  /*src: url('../fonts/ToyotaArabicDisplay-Heavy.woff') format('woff');*/
  src: url("../fonts/7ddaf4c0-0441-4cce-b108-5016a7312304.eot?#iefix");
  src: url("../fonts/7ddaf4c0-0441-4cce-b108-5016a7312304.eot?#iefix") format("eot"), url("../fonts/656fd04f-2259-442a-9e2b-e3fd781302e8.woff2") format("woff2"), url("../fonts/93bfbcbc-c9e7-48f3-986f-d018c005ffc8.woff") format("woff"), url("../fonts/3af52002-ea00-4b47-8970-d0ae92fa1962.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "toyota-font-Regular";
  /*src: url('../fonts/ToyotaArabicDisplay-Regular.woff') format('woff');*/
  src: url("../fonts/82c7c8c7-7ebc-4d55-a29b-658c2138a5a6.eot?#iefix");
  src: url("../fonts/82c7c8c7-7ebc-4d55-a29b-658c2138a5a6.eot?#iefix") format("eot"), url("../fonts/375e2f34-7b93-4813-aa5c-8f8f2ee2f633.woff2") format("woff2"), url("../fonts/54343edb-9abe-4537-b93e-d21b9bf5c95a.woff") format("woff"), url("../fonts/ffebdff8-1d8c-421a-a657-5d989045b10b.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "toyota-font-Medium";
  /*src: url('../fonts/ToyotaArabicDisplay-Regular.woff') format('woff');*/
  src: url("../fonts/82c7c8c7-7ebc-4d55-a29b-658c2138a5a6.eot?#iefix");
  src: url("../fonts/82c7c8c7-7ebc-4d55-a29b-658c2138a5a6.eot?#iefix") format("eot"), url("../fonts/375e2f34-7b93-4813-aa5c-8f8f2ee2f633.woff2") format("woff2"), url("../fonts/54343edb-9abe-4537-b93e-d21b9bf5c95a.woff") format("woff"), url("../fonts/ffebdff8-1d8c-421a-a657-5d989045b10b.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "toyota_textregular";
  /*src: url('../fonts/ToyotaArabicDisplay-Regular.woff') format('woff');*/
  src: url("../fonts/82c7c8c7-7ebc-4d55-a29b-658c2138a5a6.eot?#iefix");
  src: url("../fonts/82c7c8c7-7ebc-4d55-a29b-658c2138a5a6.eot?#iefix") format("eot"), url("../fonts/375e2f34-7b93-4813-aa5c-8f8f2ee2f633.woff2") format("woff2"), url("../fonts/54343edb-9abe-4537-b93e-d21b9bf5c95a.woff") format("woff"), url("../fonts/ffebdff8-1d8c-421a-a657-5d989045b10b.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "toyota-font-XtdBlk";
  /*src: url('../fonts/ToyotaArabicDisplay-Regular.woff') format('woff');*/
  src: url("../fonts/7ddaf4c0-0441-4cce-b108-5016a7312304.eot?#iefix");
  src: url("../fonts/7ddaf4c0-0441-4cce-b108-5016a7312304.eot?#iefix") format("eot"), url("../fonts/656fd04f-2259-442a-9e2b-e3fd781302e8.woff2") format("woff2"), url("../fonts/93bfbcbc-c9e7-48f3-986f-d018c005ffc8.woff") format("woff"), url("../fonts/3af52002-ea00-4b47-8970-d0ae92fa1962.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/font-awesome/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/font-awesome/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/font-awesome/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/font-awesome/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/font-awesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before, .fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before, .fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before, .fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before, .fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before, .fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before, .fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before, .fa-users:before {
  content: "\f0c0";
}

.fa-chain:before, .fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before, .fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before, .fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before, .fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before, .fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before, .fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before, .fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before, .fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before, .fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before, .fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before, .fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before, .fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before, .fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before, .fa-usd:before {
  content: "\f155";
}

.fa-rupee:before, .fa-inr:before {
  content: "\f156";
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158";
}

.fa-won:before, .fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before, .fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before, .fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before, .fa-car:before {
  content: "\f1b9";
}

.fa-cab:before, .fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before, .fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before, .fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before, .fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before, .fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before, .fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before, .fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before, .fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before, .fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before, .fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before, .fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before, .fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before, .fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before, .fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-vcard:before, .fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before, .fa-address-card-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before, .fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before, .fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before, .fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before, .fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before, .fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before, .fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/*! jQuery UI - v1.12.1 - 2018-04-01
* http://jqueryui.com
* Includes: draggable.css, core.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */
.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

/* Icons
----------------------------------*/
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-resizable {
  position: relative;
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

.ui-selectable {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}

.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: 0.5em 0.5em 0.5em 0.7em;
  font-size: 100%;
}

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
}

.ui-menu .ui-menu {
  position: absolute;
}

.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px 0.4em;
}

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px;
}

/* icon support */
.ui-menu-icons {
  position: relative;
}

.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.2em;
  margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

.ui-button {
  padding: 0.4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: 0.1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Support: IE <= 11 */
  overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  width: 2em;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
  text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap;
}

input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: 0.4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ui-controlgroup {
  vertical-align: middle;
  display: inline-block;
}

.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0;
}

.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
  z-index: 9999;
}

.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}

.ui-controlgroup-vertical .ui-controlgroup-item {
  box-sizing: border-box;
}

.ui-controlgroup .ui-controlgroup-label {
  padding: 0.4em 1em;
}

.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%;
}

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none;
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {
  /* Support: IE8 only, Android < 4.4 only */
  width: 75%;
  width: calc(100% - 2.4em);
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: 0.12em;
  border: none;
}

.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none;
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid;
}

.ui-checkboxradio-disabled {
  pointer-events: none;
}

.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}

.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: 0.5em;
  top: 0.3em;
}

.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.2em;
  outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
  padding: 0.4em 1em;
  position: relative;
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0.5em 1em;
  background: none;
  overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: 0.5em;
  padding: 0.3em 1em 0.5em 0.4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: 0.5em 0.4em 0.5em 0;
  cursor: pointer;
}

.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0;
}

.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0;
}

.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0;
}

.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0;
}

.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
  width: 7px;
  height: 7px;
}

.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0;
}

.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25); /* support: IE8 */
  opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}

.ui-selectmenu-open {
  display: block;
}

.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em;
}

.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

.ui-slider-horizontal {
  height: 0.8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0.222em 0;
  margin: 0.2em 0;
  vertical-align: middle;
  margin-left: 0.4em;
  margin-right: 2em;
}

.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: 0.5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}

/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none;
}

.ui-spinner-up {
  top: 0;
}

.ui-spinner-down {
  bottom: 0;
}

.ui-tabs {
  position: relative; /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: 0.2em;
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.2em 0.2em 0;
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px 0.2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: 0.5em 1em;
  text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
}

body .ui-tooltip {
  border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}

.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333;
}

.ui-widget-content a {
  color: #333333;
}

.ui-widget-header {
  border: 1px solid #dddddd;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold;
}

.ui-widget-header a {
  color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545;
  text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #cccccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none;
}

.ui-visual-focus {
  box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #ffffff;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #ffffff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: Alpha(Opacity=70); /* support: IE8 */
  font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35); /* support: IE8 */
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url("images/ui-icons_555555_256x240.png");
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png");
}

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("images/ui-icons_777620_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_cc0000_256x240.png");
}

.ui-button .ui-icon {
  background-image: url("images/ui-icons_777777_256x240.png");
}

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-caret-1-n {
  background-position: 0 0;
}

.ui-icon-caret-1-ne {
  background-position: -16px 0;
}

.ui-icon-caret-1-e {
  background-position: -32px 0;
}

.ui-icon-caret-1-se {
  background-position: -48px 0;
}

.ui-icon-caret-1-s {
  background-position: -65px 0;
}

.ui-icon-caret-1-sw {
  background-position: -80px 0;
}

.ui-icon-caret-1-w {
  background-position: -96px 0;
}

.ui-icon-caret-1-nw {
  background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: 0.3;
  filter: Alpha(Opacity=30); /* support: IE8 */
}

.ui-widget-shadow {
  -webkit-box-shadow: 0px 0px 5px #666666;
  box-shadow: 0px 0px 5px #666666;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #6b6b6b !important;
  font-family: "toyota_textregular", "Tohama", "Arial";
}

::-moz-placeholder { /* Firefox 19+ */
  color: #6b6b6b !important;
  font-family: "toyota_textregular", "Tohama", "Arial";
}

:-ms-input-placeholder { /* IE 10+ */
  color: #6b6b6b !important;
  font-family: "toyota_textregular", "Tohama", "Arial";
}

:-moz-placeholder { /* Firefox 18- */
  color: #6b6b6b !important;
  font-family: "toyota_textregular", "Tohama", "Arial";
}

html {
  overflow-x: hidden;
  overflow-y: auto;
}

body {
  font-family: "toyota_textregular", "Tohama", "Arial";
  font-size: 13px;
  line-height: 1;
  color: #333333;
  margin: 0 auto;
  /*  overflow: auto;
    overflow-y: hidden;*/
  overflow: hidden;
  overflow-y: auto;
}

a {
  color: #d40618;
  text-decoration: none;
}

a:hover {
  color: #9f010f;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  color: #d40618;
  word-wrap: break-word;
}

h1 {
  font-size: 36px;
  font-family: "toyota_textbold", "Tohama", "Arial";
  margin: 0 0 10px;
  letter-spacing: 8px;
  color: #000;
}

h2 {
  font: normal 38px "toyota_textbold", "Tohama", "Arial";
  margin: 0 0 10px;
  letter-spacing: 8px;
  color: #000;
}

h3 {
  font: normal 20px "toyota_textbold", "Tohama", "Arial";
  margin: 0 0 10px;
  letter-spacing: 2.4px;
  color: #000;
}

h4 {
  font: normal 15px "toyota_textbold", "Tohama", "Arial";
  margin: 0 0 10px;
  letter-spacing: 1.8px;
  color: #000;
}

h5 {
  font-weight: bold;
  font-size: 15px;
  margin: 0 0 10px;
}

h6 {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 10px;
}

.paragraph, .p-small-1 {
  font-family: "toyota_textregular", "Tohama", "Arial" !important;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.08;
  letter-spacing: 0.5px;
  text-transform: none;
}

ul, ol {
  margin: 0 0;
  padding-right: 0;
}
ul li, ol li {
  font-size: 16px;
  color: #3b3b3b;
  margin: 0 0 15px;
}
ul li i, ol li i {
  margin-left: 0;
  margin-right: 15px;
}

ul {
  padding: 0;
  margin-bottom: 20px;
}
ul li {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 0.4px;
  padding: 0 10px 0 12px;
  position: relative;
  list-style-type: none;
  color: #000;
  margin-bottom: 0;
}
ul li:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 9px;
  width: 3px;
  height: 3px;
  background-color: red;
}

.two-col-list {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  column-gap: 30px;
}
.two-col-list li {
  padding-right: 70px;
}

p {
  color: #000;
  font-size: 15px;
  line-height: 150%;
}

a {
  color: #3b3b3b;
  transition: 400ms all ease;
}

.no-border {
  border: none !important;
}

@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}
.form-control {
  border: none;
}

.error {
  color: red;
}

.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 9999999;
  background: rgba(0, 0, 0, 0.8);
}

strong, b {
  font-family: "toyota_textbold", "Tohama", "Arial";
  font-weight: normal;
}

.component {
  display: inline-block;
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.custom-select {
  border-radius: 5px;
  border: 1px solid #f4f4f4;
  position: relative;
}
.custom-select select {
  border: none;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  width: 100%;
  padding: 10px 20px;
}
.custom-select:focus {
  outline: none;
}
.custom-select:after {
  position: absolute;
  background: #fff;
  pointer-events: none;
  text-align: center;
  width: 50px;
  height: 100%;
  right: 0;
  top: 0;
  font-size: 40px;
  line-height: 68px;
  color: #da291c;
  content: "";
  border-radius: 5px;
}
.custom-select:before {
  content: "";
  position: absolute;
  right: 16px;
  top: 15px;
  width: 14px;
  height: 7px;
  background-position: -60px -118px;
  z-index: 2;
  pointer-events: none;
}

.custom-file {
  margin: 20px 0;
}
.custom-file input {
  padding: 10px 20px;
  border-radius: 5px;
  border: 1px solid #f4f4f4;
}

ul.list-counter {
  counter-reset: section;
  list-style-type: none;
}
ul.list-counter li::before {
  counter-increment: section;
  content: counters(section, ".") ". ";
  width: 40px;
  margin-left: -40px;
  display: inline-block;
  text-align: right;
  padding-right: 7px;
}

/*.main-container{
  display: block;
  width: 100%;
  background: #f4f4f4;
  padding: 0;
  margin: 0;
}*/
.chevron-btn {
  font: normal 16px "toyota_textregular", "Tohama", "Arial";
  color: #d40618;
}
.chevron-btn em {
  margin-left: 4px;
  margin-right: 0;
}
.chevron-btn em svg {
  margin-bottom: -6px;
}
.chevron-btn:hover {
  color: #9f010f;
}
.chevron-btn:hover em svg path {
  fill: #9f010f;
  transition: 400ms all ease;
}
.chevron-btn.white-btn {
  color: #fff;
}
.chevron-btn.white-btn:hover {
  color: #9f010f;
}
.chevron-btn.white-btn:hover em svg path {
  fill: #9f010f;
}
.chevron-btn.active {
  color: #9f010f;
}
.chevron-btn.active em svg path {
  fill: #9f010f;
  transition: 400ms all ease;
}

.close-x {
  position: absolute;
  top: 20px;
  right: 40px;
  left: auto;
}
.close-x:hover {
  opacity: 0.5;
}

.white-bg {
  background: #fff;
}

.medium-gray-bg {
  background: #8a919b;
}

.padding-top {
  padding-top: 63px;
}

.desktop {
  display: block;
}

.mobile {
  display: none;
}

.custom-list-dropdown {
  position: relative;
}
.custom-list-dropdown ul {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 0;
  margin: 0;
  z-index: 3;
  cursor: pointer;
}
.custom-list-dropdown ul li {
  font: normal 16px "toyota_textregular", "Tohama", "Arial";
  padding: 9px 0;
  margin: 0;
  z-index: 2;
}
.custom-list-dropdown ul li.init {
  margin-bottom: 10px;
  padding-top: 15px;
}
.custom-list-dropdown ul li:not(.init) {
  display: none;
}
.custom-list-dropdown ul li.selected:not(.init) {
  display: none !important;
}
.custom-list-dropdown a#submit {
  z-index: 1;
}

.full-click {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.dashed {
  position: relative;
}
.dashed.white:before {
  background: #eb0a1e;
}
.dashed:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 3px;
  background: #eb0a1e;
  top: -21px;
  position: static;
  display: block;
  margin-bottom: 21px;
}
.dashed.centered:before {
  margin-right: auto;
  margin-left: auto;
}

.container-white {
  background-color: #fff;
  padding: 40px 0px 40px;
  margin-bottom: 40px;
}

.sub-heading {
  font: normal 20px "toyota_textbold", "Tohama", "Arial";
  line-height: 1.45;
  letter-spacing: 3.2px;
  color: #000;
  text-transform: uppercase;
  border-bottom: solid 1px #ecebe9;
  padding: 15px 0;
  margin: 0 0 50px;
}
.sub-heading h2, .sub-heading h3, .sub-heading h4 {
  font: normal 20px "toyota_textbold", "Tohama", "Arial";
  line-height: 1.45;
  letter-spacing: 3.2px;
  color: #a3a6a0;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}
.sub-heading h2 a, .sub-heading h3 a, .sub-heading h4 a {
  padding: 0 !important;
  margin: 0 !important;
}
.sub-heading h4 {
  color: #000;
}

.row-no-padding {
  margin-left: 0;
  margin-right: 0;
}
.row-no-padding [class*=col] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.none {
  display: none !important;
}

.block {
  display: block !important;
}

.white-space-pre {
  white-space: pre;
}

.main-heading .white-space-pre {
  white-space: normal;
}

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

.tt-editor-mode-img {
  position: absolute;
  left: 50px;
  z-index: 99;
  width: auto;
  height: 120px;
}

main {
  min-height: 200px;
}

.component.offer-listing.tt-offer-listing-box .row-eq-height, .tt-quicklinks-promos.text-center .row.row-no-padding {
  /* max-width: 1000px;
   margin-right: auto;
   margin-left: auto;*/
}

.component.link {
  display: inline-block;
  margin-right: 10px;
}
.component.link.text-center {
  margin: 0 auto;
}

button:focus, input:focus {
  text-decoration: none;
  outline: none;
  border: none;
  box-shadow: none;
  outline: none !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}

.btn.focus, .btn:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-control {
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.btn:not(.btn-link) {
  letter-spacing: 1.5px;
  font: normal 16px "toyota-font-CdBlk";
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  text-transform: uppercase;
  padding: 13.5px 20px;
  border-radius: 8px;
  position: relative;
  transition: 0.6s;
  border: none;
  overflow: hidden;
}
.btn:not(.btn-link).btn-outline {
  border: 1px solid transparent;
}
.btn:not(.btn-link):focus {
  outline: 0;
}
.btn:not(.btn-link):before {
  content: "";
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.5);
  width: 60px;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.5;
  filter: blur(30px);
  transform: translateX(-100px) skewX(-15deg);
}
.btn:not(.btn-link):after {
  content: "";
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  width: 30px;
  height: 100%;
  left: 30px;
  top: 0;
  opacity: 0;
  filter: blur(5px);
  transform: translateX(-100px) skewX(-15deg);
}
.btn:not(.btn-link):hover {
  cursor: pointer;
}
.btn:not(.btn-link):hover:before {
  transform: translateX(300px) skewX(-15deg);
  opacity: 0.6;
  transition: 1.1s;
}
.btn:not(.btn-link):hover:after {
  transform: translateX(300px) skewX(-15deg);
  opacity: 1;
  transition: 1.1s;
}
.btn:not(.btn-link).btn-primary {
  color: #ffffff;
  background: #eb0a1e;
  border: 0.1px solid #eb0a1e;
}
.btn:not(.btn-link).btn-primary:visited {
  color: #ffffff;
}
.btn:not(.btn-link).btn-primary:hover {
  background-color: #9f010f;
}
.btn:not(.btn-link).btn-outline-primary {
  font: normal 10px "toyota-font-CdBlk";
  text-transform: uppercase;
  padding: 12px 40px;
  border-radius: 25px;
  border: 2px solid #eb0a1e;
  color: #eb0a1e;
}
.btn:not(.btn-link).btn-outline-primary:hover {
  color: #ffffff;
  border-color: #9f010f;
  background-color: #9f010f;
}
.btn:not(.btn-link).btn-lg.btn-outline {
  padding-top: 13px;
  padding-bottom: 13px;
}
.btn:not(.btn-link).btn-padd-1 {
  padding-left: 30px;
  padding-right: 30px;
}
.btn:not(.btn-link).btn-padd-2 {
  padding-left: 60px;
  padding-right: 60px;
}
.btn:not(.btn-link).btn-grey {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.5);
}
.btn:not(.btn-link).btn-grey-2 {
  color: #333;
  border-color: #333;
}
.btn:not(.btn-link).btn-sm {
  letter-spacing: 1px;
  padding: 11px 28px 9px 28px;
}
.btn:not(.btn-link).has-icon {
  position: relative;
}
.btn:not(.btn-link).has-icon .btn-icon {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.btn:not(.btn-link).has-icon.btn-inverse .btn-icon {
  left: auto;
  right: 20px;
}
.btn:not(.btn-link).has-icon:before, .btn:not(.btn-link).has-icon:after {
  display: none;
}
.btn:not(.btn-link).btn-black {
  color: #000;
}
.btn:not(.btn-link).btn-black:hover {
  color: #4d4d4d;
}
.btn:not(.btn-link).has-icon:before, .btn:not(.btn-link).has-icon:after, .btn:not(.btn-link).btn-outline:before, .btn:not(.btn-link).btn-outline:after {
  display: none;
}

.btn-link {
  letter-spacing: 1.5px;
  font: normal 10px "toyota-font-CdBlk";
  text-transform: uppercase;
  padding: 12px 12px;
  border-radius: 25px;
  position: relative;
  overflow: hidden;
  color: #eb0a1e;
  text-decoration: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.btn-link:visited {
  color: #eb0a1e;
  text-decoration: none;
}
.btn-link:hover {
  color: #9f010f;
  text-decoration: none;
}
.btn-link.btn-link-no-padding {
  padding: 0 2px;
  margin-bottom: 20px;
}

/*


.btn-effect-outline-2, .btn-special svg{
  font-family: "toyota_textbold", "toyota_textbold", "Tohama", "Arial" !important;
  letter-spacing: normal !important;
  font-size:14px;
}


.btn-effect-outline, .tt-indicators-sec .indicators-dialog .btn-align .btn.btn-effect-outline{
  border-width: 1px;
  padding-bottom:13px;
}



.btn-container{
  display:inline-block;
}


.btn-effect-outline-2 {
  background:transparent;
  border:1px solid #333333 !important;
  display: inline-block;
  overflow: hidden;
  padding: 14px 18px 13px 18px !important;
  position: relative;
  font-size:10px;
}


.btn-special{
  overflow:hidden;
  vertical-align: top;
  display: inline-block;
}

.btn-effect-outline-2, .btn-special svg {
  cursor: pointer;
  font-family: $ToyotaText-Bold;
  font-size: 10px;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  display: inline-block;
  vertical-align: top;
}
*/
.tt-aligner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: 100%;
  height: 100%;
}
.tt-aligner .tt-aligner-item {
  max-width: 100%;
}
.tt-aligner .tt-aligner-item--top {
  align-self: flex-start;
}
.tt-aligner .tt-aligner-item--bottom {
  align-self: flex-end;
}

.tt-carousel .swiper-container {
  width: 100%;
  height: 100%;
}
.tt-carousel .swiper-carousel .swiper-slide {
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 50%;
}
.tt-carousel .swiper-banner .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
}
.tt-carousel .swiper-slide {
  width: 100%;
}
.tt-carousel .swiper-slide .content-box {
  visibility: hidden;
}
.tt-carousel .swiper-slide .image-box img {
  -webkit-filter: blur(1.2px);
  max-width: 100%;
}
.tt-carousel .swiper-slide.swiper-slide-active .image-box img {
  -webkit-filter: blur(0px);
}
.tt-carousel .swiper-slide.swiper-slide-active .content-box {
  visibility: visible;
}
.tt-carousel .swiper-button-prev, .tt-carousel .swiper-button-next {
  background: none;
  font: normal 11px "toyota_textbold", "Tohama", "Arial";
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
  display: block;
  /*    width: 70px;
      height: 60px;
      text-align: center;*/
}
.tt-carousel .swiper-button-prev .tt-progress-bar, .tt-carousel .swiper-button-next .tt-progress-bar {
  display: block;
  width: 35px;
  height: 2px;
  background: #fff;
  margin: -7px 0 0;
  position: relative;
}
.tt-carousel .swiper-button-prev .tt-text, .tt-carousel .swiper-button-next .tt-text {
  transform: rotate(-90deg);
  text-align: center;
  display: inline-block;
}
.tt-carousel .swiper-button-prev {
  letter-spacing: 1.5px;
  left: 0;
}
.tt-carousel .swiper-button-prev .tt-progress-bar {
  float: left;
}
.tt-carousel .swiper-button-prev .tt-text {
  position: relative;
  right: -20px;
}
.tt-carousel .swiper-button-next {
  letter-spacing: 5px;
  right: 0;
}
.tt-carousel .swiper-button-next .tt-progress-bar {
  float: right;
}
.tt-carousel .swiper-button-next .tt-text {
  position: relative;
  left: -50px;
}

.tt-carousel {
  max-width: 100%;
  display: block;
}
.tt-carousel .swiper-pagination {
  text-align: right;
  padding: 0px 40px;
  font: normal 10px "toyota_textbold", "Tohama", "Arial";
  line-height: 7.6;
  color: #ffffff;
  float: right;
  right: 0;
  left: auto;
  width: auto;
}
.tt-carousel .swiper-pagination .swiper-pagination-current {
  padding: 8px;
  font-family: "toyota_textbold", "Tohama", "Arial" !important;
}
.tt-carousel .swiper-pagination .swiper-pagination-total {
  padding: 8px;
  font-family: "toyota_textbold", "Tohama", "Arial" !important;
}

.pricing .label {
  line-height: 24px;
}
.pricing h4 {
  display: inline-block;
  margin: 0 5px;
}

.tt-progressing {
  content: "";
  height: 2px;
  background: #d40618;
  position: absolute;
  animation: loader 4s;
  -webkit-animation: loader 4s;
  /*animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  transition-timing-function: linear;
  -webkit-transition-timing-function: linear;
  -webkit-animation: animateThis 0.3s ease-in;*/
  -webkit-animation-fill-mode: forwards;
}

@keyframes loader {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
  text-align: center;
}

.tt-latest-models-box .tt-links-box li a {
  color: #000;
}

.tt-carousel .swiper-button-next, .tt-carousel .swiper-button-prev {
  width: 50px;
  height: 50px;
  margin-right: 20px;
  margin-left: 20px;
}
.tt-carousel .swiper-button-next .tt-text,
.tt-carousel .swiper-button-next .tt-progress-bar, .tt-carousel .swiper-button-prev .tt-text,
.tt-carousel .swiper-button-prev .tt-progress-bar {
  display: none;
}
.tt-carousel .swiper-button-next {
  background: url("../images/arrows/carousel-arrow-right.svg") no-repeat center;
}
.tt-carousel .swiper-button-prev {
  background: url("../images/arrows/carousel-arrow-left.svg") no-repeat center;
}

.tt-latest-models-box .image-box .banner-behind:after {
  content: "";
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: 10000;
  width: 100%;
  height: 100%;
}
.tt-latest-models-box .swiper-carousel .swiper-slide.swiper-slide-active .image-box .banner-behind:after {
  display: none;
}

.tt-carousel span.label {
  color: #fff;
}

.tt-carousel .swiper-pagination {
  text-shadow: 1px 1px 5px #000;
  padding: 0 10px;
  height: 50px;
}

/* ------ venobox.css --------*/
.vbox-overlay *, .vbox-overlay *:before, .vbox-overlay *:after {
  -webkit-backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.vbox-overlay {
  direction: ltr;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1040;
  -webkit-transform: translateZ(1000px);
  transform: translateZ(1000px);
  transform-style: preserve-3d;
}

/* ----- navigation ----- */
.vbox-title {
  width: 100%;
  height: 40px;
  float: left;
  text-align: center;
  line-height: 28px;
  font-size: 12px;
  padding: 6px 40px;
  overflow: hidden;
  position: fixed;
  display: none;
  left: 0;
  z-index: 1050;
}

.vbox-close {
  transition: all 0.3s ease;
  cursor: pointer;
  position: fixed;
  top: -1px;
  right: 0;
  width: 50px;
  height: 40px;
  padding: 6px 30px 6px 0;
  display: block;
  background-position: 10px center;
  overflow: hidden;
  font-size: 24px;
  line-height: 1;
  text-align: center;
  z-index: 1050;
}

.vbox-num {
  cursor: pointer;
  position: fixed;
  left: 0;
  height: 40px;
  display: block;
  overflow: hidden;
  line-height: 28px;
  font-size: 12px;
  padding: 6px 10px;
  display: none;
  z-index: 1050;
}

/* ----- navigation ARROWS ----- */
.vbox-next, .vbox-prev {
  position: fixed;
  top: 50%;
  margin-top: -15px;
  overflow: hidden;
  cursor: pointer;
  display: block;
  width: 45px;
  height: 45px;
  z-index: 1050;
}

.vbox-next span, .vbox-prev span {
  display: none;
  /*  position: relative;
    width: 20px;
    height: 20px;
    border: 2px solid transparent;
    border-top-color: #B6B6B6;
    border-right-color: #B6B6B6;
    text-indent: -100px;
    position: absolute;
    top: 8px;
    display: block;*/
}

.vbox-prev span {
  /*    left: 10px;
      -ms-transform: rotate(-135deg);
      -webkit-transform: rotate(-135deg);
      transform: rotate(-135deg);*/
}

.vbox-next span {
  /*    -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      right: 10px;*/
}

/* ------- inline window ------ */
.vbox-inline {
  width: 420px;
  height: 315px;
  height: 70vh;
  padding: 10px;
  background: #fff;
  margin: 0 auto;
  overflow: auto;
  text-align: left;
}

/* ------- Video & iFrames window ------ */
.venoframe {
  max-width: 100%;
  width: 100%;
  border: none;
  width: 100%;
  height: 260px;
  height: 70vh;
}

.venoframe.vbvid {
  height: 260px;
}

@media (min-width: 768px) {
  .venoframe, .vbox-inline {
    width: 90%;
    height: 360px;
    height: 70vh;
  }
  .venoframe.vbvid {
    width: 640px;
    height: 360px;
  }
}
@media (min-width: 992px) {
  .venoframe, .vbox-inline {
    max-width: 1200px;
    width: 80%;
    height: 540px;
    height: 70vh;
  }
  .venoframe.vbvid {
    width: 960px;
    height: 540px;
  }
}
/*
Please do NOT edit this part! 
or at least read this note: http://i.imgur.com/7C0ws9e.gif
*/
.vbox-open {
  overflow: hidden;
}

.vbox-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: hidden;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
  z-index: 20;
  max-height: 100%;
}

.vbox-content {
  text-align: center;
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 20px 10px;
}

.vbox-container img {
  max-width: 100%;
  height: auto;
}

.figlio {
  background: none !important;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  max-width: 100%;
  text-align: initial;
}

img.figlio {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.vbox-content.swipe-left {
  margin-left: -200px !important;
}

.vbox-content.swipe-right {
  margin-left: 200px !important;
}

.animated {
  webkit-transition: margin 300ms ease-out;
  transition: margin 300ms ease-out;
}

.animate-in {
  opacity: 1;
}

.animate-out {
  opacity: 0;
}

/* ---------- preloader ----------
 * SPINKIT 
 * http://tobiasahlin.com/spinkit/
-------------------------------- */
.sk-double-bounce, .sk-rotating-plane {
  width: 40px;
  height: 40px;
  margin: 40px auto;
}

.sk-rotating-plane {
  background-color: #333;
  -webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
  animation: sk-rotatePlane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0) rotateY(0);
    transform: perspective(120px) rotateX(0) rotateY(0);
  }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
  }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
@keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0) rotateY(0);
    transform: perspective(120px) rotateX(0) rotateY(0);
  }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
  }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
.sk-double-bounce {
  position: relative;
}

.sk-double-bounce .sk-child {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #333;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-doubleBounce 2s infinite ease-in-out;
  animation: sk-doubleBounce 2s infinite ease-in-out;
}

.sk-chasing-dots .sk-child, .sk-spinner-pulse, .sk-three-bounce .sk-child {
  background-color: #333;
  border-radius: 100%;
}

.sk-double-bounce .sk-double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes sk-doubleBounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sk-doubleBounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.sk-wave {
  margin: 40px auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}

.sk-wave .sk-rect {
  background-color: #333;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
  animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
}

.sk-wave .sk-rect1 {
  -webkit-animation-delay: -1.2s;
  animation-delay: -1.2s;
}

.sk-wave .sk-rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.sk-wave .sk-rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.sk-wave .sk-rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.sk-wave .sk-rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-waveStretchDelay {
  0%, 100%, 40% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@keyframes sk-waveStretchDelay {
  0%, 100%, 40% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
.sk-wandering-cubes {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative;
}

.sk-wandering-cubes .sk-cube {
  background-color: #333;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-wanderingCube 1.8s ease-in-out -1.8s infinite both;
  animation: sk-wanderingCube 1.8s ease-in-out -1.8s infinite both;
}

.sk-chasing-dots, .sk-spinner-pulse {
  width: 40px;
  height: 40px;
  margin: 40px auto;
}

.sk-wandering-cubes .sk-cube2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

@-webkit-keyframes sk-wanderingCube {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  25% {
    -webkit-transform: translateX(30px) rotate(-90deg) scale(0.5);
    transform: translateX(30px) rotate(-90deg) scale(0.5);
  }
  50% {
    -webkit-transform: translateX(30px) translateY(30px) rotate(-179deg);
    transform: translateX(30px) translateY(30px) rotate(-179deg);
  }
  50.1% {
    -webkit-transform: translateX(30px) translateY(30px) rotate(-180deg);
    transform: translateX(30px) translateY(30px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
    transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@keyframes sk-wanderingCube {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  25% {
    -webkit-transform: translateX(30px) rotate(-90deg) scale(0.5);
    transform: translateX(30px) rotate(-90deg) scale(0.5);
  }
  50% {
    -webkit-transform: translateX(30px) translateY(30px) rotate(-179deg);
    transform: translateX(30px) translateY(30px) rotate(-179deg);
  }
  50.1% {
    -webkit-transform: translateX(30px) translateY(30px) rotate(-180deg);
    transform: translateX(30px) translateY(30px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
    transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
.sk-spinner-pulse {
  -webkit-animation: sk-pulseScaleOut 1s infinite ease-in-out;
  animation: sk-pulseScaleOut 1s infinite ease-in-out;
}

@-webkit-keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.sk-chasing-dots {
  position: relative;
  text-align: center;
  -webkit-animation: sk-chasingDotsRotate 2s infinite linear;
  animation: sk-chasingDotsRotate 2s infinite linear;
}

.sk-chasing-dots .sk-child {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  -webkit-animation: sk-chasingDotsBounce 2s infinite ease-in-out;
  animation: sk-chasingDotsBounce 2s infinite ease-in-out;
}

.sk-chasing-dots .sk-dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes sk-chasingDotsRotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes sk-chasingDotsRotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes sk-chasingDotsBounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sk-chasingDotsBounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.sk-three-bounce {
  margin: 40px auto;
  width: 80px;
  text-align: center;
}

.sk-three-bounce .sk-child {
  width: 20px;
  height: 20px;
  display: inline-block;
  -webkit-animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
  animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
}

.sk-circle .sk-child:before, .sk-fading-circle .sk-circle:before {
  display: block;
  border-radius: 100%;
  content: "";
  background-color: #333;
}

.sk-three-bounce .sk-bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.sk-three-bounce .sk-bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-three-bounce {
  0%, 100%, 80% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sk-three-bounce {
  0%, 100%, 80% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.sk-circle {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative;
}

.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-circle .sk-child:before {
  margin: 0 auto;
  width: 15%;
  height: 15%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}

.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}

.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}

.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}

.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}

.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}

.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}

.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}

.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleBounceDelay {
  0%, 100%, 80% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sk-circleBounceDelay {
  0%, 100%, 80% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.sk-cube-grid {
  width: 40px;
  height: 40px;
  margin: 40px auto;
}

.sk-cube-grid .sk-cube {
  width: 33.33%;
  height: 33.33%;
  background-color: #333;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0ms;
  animation-delay: 0ms;
}

.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 100%, 70% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}
@keyframes sk-cubeGridScaleDelay {
  0%, 100%, 70% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}
.sk-fading-circle {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative;
}

.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-fading-circle .sk-circle:before {
  margin: 0 auto;
  width: 15%;
  height: 15%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
  animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}

.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}

.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}

.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}

.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}

.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}

.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}

.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}

.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
  0%, 100%, 39% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
@keyframes sk-circleFadeDelay {
  0%, 100%, 39% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
.sk-folding-cube {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.sk-folding-cube .sk-cube:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #333;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
  animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
  transform: scale(1.1) rotateZ(90deg);
}

.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
  transform: scale(1.1) rotateZ(180deg);
}

.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
  transform: scale(1.1) rotateZ(270deg);
}

.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0);
    transform: perspective(140px) rotateX(0);
    opacity: 1;
  }
  100%, 90% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0);
    transform: perspective(140px) rotateX(0);
    opacity: 1;
  }
  100%, 90% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
.vbox-overlay.no-slides .vbox-next, .vbox-overlay.no-slides .vbox-prev {
  display: none;
}

.vbox-prev {
  background: url("../images/arrows/carousel-arrow-l.svg") no-repeat center;
}
.vbox-prev.disabled {
  opacity: 0.2;
}

.vbox-next {
  background: url("../images/arrows/carousel-arrow-r.svg") no-repeat center;
}
.vbox-next.disabled {
  opacity: 0.2;
}

.vbox-close {
  background: url("../images/icons/close.svg") no-repeat right center;
  font-family: "toyota_textbold", "Tohama", "Arial";
  font-size: 10px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 1.5px;
  text-align: left;
  color: #ffffff;
  text-transform: uppercase;
  right: 30px;
  top: 30px;
  left: auto;
  height: 30px;
  line-height: 20px;
  width: auto;
  color: #8c8c8c !important;
}
.vbox-close:hover {
  color: #fff !important;
  background-image: url("../images/icons/cancel-hover.svg");
}

.vbox-content > img {
  max-height: calc(100vh - 200px);
}

.vbox-title {
  height: auto;
  min-height: 90px;
  line-height: 2;
  padding-left: 130px;
  padding-right: 130px;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.5px;
  font-family: "toyota_textregular", "Tohama", "Arial";
  background-color: black;
}

.vbox-overlay:before {
  content: "";
  display: block;
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  background: rgb(25, 25, 25);
  background: -moz-linear-gradient(top, rgb(25, 25, 25) 0%, rgb(11, 11, 11) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgb(25, 25, 25)), color-stop(100%, rgb(11, 11, 11)));
  background: -webkit-linear-gradient(top, rgb(25, 25, 25) 0%, rgb(11, 11, 11) 100%);
  background: -o-linear-gradient(top, rgb(25, 25, 25) 0%, rgb(11, 11, 11) 100%);
  background: -ms-linear-gradient(top, rgb(25, 25, 25) 0%, rgb(11, 11, 11) 100%);
  background: linear-gradient(to bottom, rgb(25, 25, 25) 0%, rgb(11, 11, 11) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#191919", endColorstr="#0b0b0b", GradientType=0);
  opacity: 1;
}

.vbox-num {
  left: auto;
  right: 20px;
  font-family: "toyota_textbold", "Tohama", "Arial";
  font-weight: normal;
  font-size: 10px;
  line-height: 1;
  letter-spacing: normal;
  margin-bottom: 17px;
}
.vbox-num span {
  font-family: "toyota_textregular", "Tohama", "Arial";
  margin: 0 9px;
}

.vbox-top-name {
  position: fixed;
  width: 100%;
  background: transparent;
  left: 0;
  top: 49px;
  font-family: "toyota_textbold", "Tohama", "Arial";
  font-size: 15px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 1.5px;
  text-align: center;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.2);
  animation-name: fadeIn;
  animation-duration: 0.5s;
  z-index: 1050;
}

.vbox-overlay.theme-white:before {
  background: #fff !important;
}
.vbox-overlay.theme-white .vbox-close {
  color: #888888 !important;
  background-image: url("../images/icons/close-grey.svg");
}
.vbox-overlay.theme-white .vbox-close:hover {
  color: #4d4d4d !important;
}
.vbox-overlay.theme-white .vbox-content h3.main {
  text-transform: uppercase;
  line-height: 1.45;
  letter-spacing: 3.2px;
  color: #a3a6a0;
  margin-bottom: 4px;
}
.vbox-overlay.theme-white .vbox-content p {
  line-height: 1.67;
  letter-spacing: 0.5px;
}

.vbox-overlay.content-sized .vbox-content {
  margin: 0 !important;
  padding: 0 !important;
  max-height: 100vh;
  overflow-y: auto;
}
.vbox-overlay.content-sized .vbox-inline {
  height: auto;
  margin: 0;
  width: 100%;
  padding: 93px 0 70px 0 !important;
}
.vbox-overlay.content-sized .btn-submit {
  margin-left: 15px;
}

.vbox-prev {
  left: 15px;
  right: auto;
}

.vbox-next {
  right: 15px;
  left: auto;
}

.venoframe.vbvid {
  max-height: calc(100vh - 200px);
}
.venoframe.vbvid video {
  background: #000;
}

.tt-tabs {
  display: block;
  margin: 20px 0;
}
.tt-tabs .tabs-menu {
  display: inline-block;
  width: 100%;
  padding: 0;
  margin: 0 0 40px;
}
.tt-tabs .tabs-menu li {
  display: inline-block;
  font-family: "toyota_textregular", "Tohama", "Arial";
  padding: 0;
  margin: 0;
}
.tt-tabs .tabs-menu li a {
  display: inline-block;
  padding: 15px;
  margin: 0;
}
.tt-tabs .tab {
  display: block;
  width: 100%;
}
.tt-tabs .tab h2 {
  font-size: 30px;
}
.tt-tabs .tab .tab-content {
  width: 100%;
}
.tt-tabs .tab .tab-content .component.link.text-center {
  margin-top: 20px;
}
.tt-tabs.tt-tabs-centered .tt-tabs-box .tabs-menu {
  text-align: center;
  margin: 0 0 50px;
}
.tt-tabs.tt-tabs-centered .tt-tabs-box .tabs-menu li {
  float: none;
}
.tt-tabs.tt-tabs-centered .tt-tabs-box .tabs-menu li a {
  line-height: normal;
  letter-spacing: 1px;
  padding: 5px 0 19px;
}
.tt-tabs.tt-tabs-centered .tt-tabs-box .tabs-menu li:before {
  margin: 0 30px 0 28px;
  border-color: rgba(155, 155, 155, 0.2);
}

.tt-tabs-box {
  position: static;
  width: 100%;
  display: block;
  margin: 0;
}
.tt-tabs-box .tabs-menu li {
  float: left;
  display: inline-block;
  line-height: 10px;
  padding: 0;
  margin: 0;
}
.tt-tabs-box .tabs-menu li:before {
  content: "";
  position: relative;
  display: inline-block;
  height: 10px;
  border-left: 1px solid rgba(155, 155, 155, 0.2);
  border-right: 0;
  margin: 0 31px 0 29px;
  vertical-align: middle;
  top: 0;
  width: 1px;
  background-color: transparent;
}
.tt-tabs-box .tabs-menu li:first-child:before {
  border: none;
  display: none;
}
.tt-tabs-box .tabs-menu li a {
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  font: normal 12px/15px "toyota_textbold", "Tohama", "Arial";
  letter-spacing: 1.5px;
  color: #000;
  text-transform: uppercase;
  padding: 5px 0 12px;
  border-bottom: 2px solid transparent;
}
.tt-tabs-box .tabs-menu li:hover a {
  border-bottom: 2px solid #d40618;
}
.tt-tabs-box .tabs-menu li.active a, .tt-tabs-box .tabs-menu li.current a {
  color: #d40618;
  border-bottom: 2px solid #d40618;
}
.tt-tabs-box .tabs-menu.tt-last-child-no-border li:first-child:before {
  border-left: 1px solid rgba(155, 155, 155, 0.9);
  display: inline-block;
}
.tt-tabs-box .tabs-menu.tt-last-child-no-border li:last-child:before {
  border: none;
  display: none;
}

#content .tt-tabs-box .tabs-menu li a, #header .tt-tabs-box .tabs-menu li a {
  color: rgba(0, 0, 0, 0.4);
  border-bottom: 2px solid transparent;
}
#content .tt-tabs-box .tabs-menu li:hover a, #header .tt-tabs-box .tabs-menu li:hover a {
  color: #000;
  border-bottom: 2px solid #d40618;
}
#content .tt-tabs-box .tabs-menu li.active a, #content .tt-tabs-box .tabs-menu li.current a, #header .tt-tabs-box .tabs-menu li.active a, #header .tt-tabs-box .tabs-menu li.current a {
  color: #d40618;
  border-bottom: 2px solid #d40618;
}

/* For the right aligned menu */
.short-top-nav {
  display: none !important;
}

.menu-hamburger {
  float: right;
  width: 20px;
  height: 20px;
  cursor: pointer;
  margin: 6px 0;
  position: relative;
}

@media screen and (max-width: 991px) {
  .short-top-nav {
    display: block !important;
  }
}
.menu-hamburger:before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 40;
}

.menu-hamburger:hover {
  cursor: pointer;
}

.bar-right {
  float: right;
  width: 20px;
  height: 2px;
  background-color: #000;
  transition: all 0.17s ease-in-out;
}

.bar-right:nth-of-type(2) {
  /*  width: 25px;*/
  margin: 6px 0;
}

.menu-hamburger.active .bar-right:nth-of-type(2) {
  opacity: 0;
}

.menu-hamburger.active .bar-right:nth-of-type(1) {
  transform: translateY(8px) rotate(-45deg);
}

.menu-hamburger.active .bar-right:nth-of-type(3) {
  transform: translateY(-8px) rotate(45deg);
}

.mobile-nav-box .navbar-mobile {
  background: #fff;
  margin-bottom: 0;
}
.mobile-nav-box .navbar-mobile > li > a::after {
  display: inline-block;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  float: right;
  background: url(../images/arrows/menu-arrow-active-mob.svg) no-repeat center;
  border: none;
  height: 20px;
  width: 10px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.mobile-nav-box .navbar-mobile li {
  letter-spacing: normal;
  position: relative;
  background-color: #fcfcfc;
  border-bottom: 1px solid #f3f3f3;
  font: normal 16px "toyota_textregular", "Tohama", "Arial";
  color: #888888;
  padding: 0;
  margin: 0;
}
.mobile-nav-box .navbar-mobile li:before {
  content: none;
}
.mobile-nav-box .navbar-mobile li > a {
  text-decoration: none;
  font: normal 15px "toyota_textregular", "Tohama", "Arial";
  color: #888;
  padding: 20px;
  display: block;
}
.mobile-nav-box .navbar-mobile li > a.dropdown-toggle {
  display: block;
  text-decoration: none;
}
.mobile-nav-box .navbar-mobile li > a.dropdown-toggle::after {
  float: right;
  background: url(../images/arrows/menu-arrow-active-mob.svg) no-repeat center;
  border: none;
  height: 20px;
  width: 10px;
  -moz-transform: scale(-1, -1);
  -o-transform: scale(-1, -1);
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1);
}
.mobile-nav-box .navbar-mobile li.open > a {
  color: #d40618;
}
.mobile-nav-box .navbar-mobile li.open .dropdown-menu {
  display: block;
  opacity: 1;
  position: static;
  border: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
}
.mobile-nav-box .navbar-mobile li.open .dropdown-menu li {
  height: 48px;
  outline: 1px solid #f3f3f3;
}
.mobile-nav-box .navbar-mobile li.open .dropdown-menu li a {
  padding: 7px 20px;
  background: #f8f8f8;
  font: normal 13px/2.54 "toyota_textregular", "Tohama", "Arial";
  color: #000;
  letter-spacing: 0.4px;
}
.mobile-nav-box .navbar-mobile li.open a.dropdown-toggle::after {
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.mobile-nav-box .navbar-mobile.navbar-mobile-white {
  background-color: #fff;
  display: block;
  overflow: hidden;
}
.mobile-nav-box .navbar-mobile.navbar-mobile-white > li {
  background-color: #fff;
}
.mobile-nav-box .navbar-mobile.navbar-mobile-white > li > a {
  margin: 20px 0;
  overflow: hidden;
  line-height: 16px;
  background: #fff;
  padding: 0 20px;
}
.mobile-nav-box .navbar-mobile.navbar-mobile-white > li > a em {
  padding: 0;
  display: inline-block;
  float: left;
}
.mobile-nav-box .navbar-mobile.navbar-mobile-white > li > a em img {
  height: 21px;
}
.mobile-nav-box .navbar-mobile.navbar-mobile-white > li > a span {
  display: inline-block;
  float: left;
  padding: 5px 10px;
}
.mobile-nav-box .navbar-mobile.navbar-mobile-white > li > a::after {
  display: none;
}
.mobile-nav-box .navbar-mobile.navbar-mobile-white > li > a:last-child {
  border: none;
}
.mobile-nav-box .navbar-mobile.navbar-mobile-white > li.inline {
  display: inline-block;
  border-bottom: 0;
}
.mobile-nav-box .navbar-mobile.navbar-mobile-white > li.inline a {
  opacity: 0.5;
  color: #888;
  font-size: 15px;
  border-right: 2px solid rgba(155, 155, 155, 0.2);
}
.mobile-nav-box .navbar-mobile.navbar-mobile-white > li.inline:last-child a {
  border: none;
}

.short-top-nav {
  display: inline-block;
  float: right;
  margin: 0;
  padding: 0;
  letter-spacing: normal;
}
.short-top-nav li {
  float: left;
  display: inline-block;
  padding: 15px 20px 15px 20px;
  border-left: 1px solid rgba(155, 155, 155, 0.2);
  margin: 0;
  line-height: 30px;
  font-size: 15px;
  color: #d40618;
  height: 60px;
}
.short-top-nav li:before {
  content: none;
}
.short-top-nav li a {
  display: inline-block;
  vertical-align: top;
  color: #000;
  text-decoration: none;
}
.short-top-nav li a img {
  position: relative;
  top: -3px;
}
.short-top-nav li:hover, .short-top-nav li.active a {
  color: #d40618;
}
.short-top-nav li:first-child {
  padding-right: 28px;
  padding-left: 28px;
}

.tt-search-form {
  position: relative;
}
.tt-search-form .form-control {
  padding: 20px 20px 20px 55px;
  font: normal 15px "toyota_textregular", "Tohama", "Arial";
  color: #888;
}
.tt-search-form:before {
  content: "";
  background: url(../images/icons/search-mbl-icon.svg) no-repeat center;
  width: 22px;
  height: 20px;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  margin: 20px;
}

.mobile-nav-box {
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
  padding: 0;
  margin: 0;
  position: fixed;
  width: 100%;
  right: -100%;
  left: auto;
  top: 61px;
  transition: all 0.2s ease-in-out;
  font: normal 15px "toyota_textregular", "Tohama", "Arial";
  color: #888;
  z-index: 40;
  display: none;
}
.mobile-nav-box.active {
  right: 0;
  left: auto;
}

.active-navigation {
  overflow: hidden;
  position: fixed;
}
.active-navigation body {
  overflow: hidden;
  padding-top: 62px;
}
.active-navigation .tt-nav-section {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  right: auto;
  z-index: 41;
}
.active-navigation .mobile-nav-box {
  position: fixed;
  z-index: 40;
  top: 61px;
  overflow: auto;
  height: calc(100% - 61px);
  background: #fff;
}

/*.vehicles-toggle-box {
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
  padding: 0;
  margin: 0;
  position: absolute;
  width: 100%;
  left: -100%;
  top: 61px;
  transition: all 0.2s ease-in-out;
  font: normal 15px $ToyotaText-Regular;
  color: #888;
  z-index: 22;
  overflow: hidden;
  &.active {
    left: 0;
  }
}*/
.car-item-listing-box {
  display: block;
  overflow: auto;
  width: max-content;
  margin: 20px 20px 20px;
}

.short-top-nav li.active {
  color: red;
}

.tt-split-four > ul > li {
  width: 25%;
}

.tt-links-box.no-border.tt-split-four.swiper-container > ul > li {
  margin-left: auto;
  margin-right: auto;
  border-bottom: solid 1px #ecebe9;
}

.tt-split-three > ul > li {
  width: 33.3%;
}

.tt-car-item {
  height: 100%;
  position: relative;
  display: block;
  text-align: left;
  overflow: hidden;
  padding: 0px 15px;
  min-height: 320px;
  margin: 20px 0 0;
  transition: all 0.3s ease-in-out;
}
.tt-car-item .offer-available {
  white-space: nowrap;
  border-radius: 5px;
  background-color: #d40618;
  padding: 4px 10px;
  font: normal 10px "toyota_textbold", "Tohama", "Arial";
  display: inline-block;
  color: #fff;
  position: absolute;
  top: 0;
  z-index: 1;
}
.tt-car-item .image {
  margin: 23px 0 28px;
  text-align: center;
  width: 260px;
  height: 120px;
  max-height: 120px;
  display: block;
  max-width: 100%;
  position: relative;
  z-index: 0;
}
.tt-car-item .image img {
  max-width: 100%;
  width: 100%;
  height: auto;
  position: absolute;
  left: 50%;
  right: auto;
  top: 50%;
  max-width: 100%;
  max-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.tt-car-item .image .hover {
  opacity: 0;
}
.tt-car-item .title h3 {
  white-space: normal;
  font: normal 13px "toyota_textbold", "Tohama", "Arial" !important;
  letter-spacing: 1.6px !important;
  color: #000000;
  text-transform: uppercase;
  text-align: left;
}
.tt-car-item .pricing {
  line-height: 20px;
  min-height: 20px;
  margin-bottom: 10px;
}
.tt-car-item .pricing .label {
  line-height: 20px;
  color: #333;
  vertical-align: top;
}
.tt-car-item .pricing .price-tag h4 small {
  color: #888888;
  text-decoration: line-through;
  display: block;
  clear: both;
}
.tt-car-item .tt-links-box {
  float: left;
}
.tt-car-item .tt-links-box li a {
  color: #000;
}
.tt-car-item:hover .image .front {
  opacity: 0;
}
.tt-car-item:hover .image .hover {
  opacity: 1;
}
.tt-car-item .price-tag h4 {
  font-size: 15px;
  letter-spacing: 1.8px;
}

.vehicles-toggle-box .tt-car-item {
  min-height: auto;
}

body .tt-car-item .tt-links-box {
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  opacity: 0;
}
body .tt-car-item.active .tt-links-box {
  display: block;
  opacity: 1;
}
body .tt-car-item.inactive {
  opacity: 0.5;
}

.desktop-only.tt-vehicle-listing .sub-heading {
  margin: 50px 0 50px;
}

.tt-specs-compare > ul > li:last-child {
  border-right: none;
  border-left: 1px solid #ecebe9;
}

.tt-specs-compare > ul > li.link-disabled {
  opacity: 0.5;
}

.tt-available-offers-box .tt-links-box.no-border.tt-split-four.swiper-container > ul > li {
  border: none;
}

#content .tt-car-item .image.empty {
  display: none;
}
#content .tt-car-item .image.empty img {
  display: none;
}

.tt-car-item.empty.empty-car-item {
  height: 100%;
  vertical-align: middle;
}

.tt-car-item.empty .title {
  display: inline-block;
}

body .tt-vehicle-compare-sec .tt-car-item .tt-links-box {
  opacity: 1;
}

#vehicalContainer .image.empty {
  background: url(../images/no_photo.png) no-repeat center center;
  background-size: cover;
  opacity: 0.4;
  display: none;
}
#vehicalContainer .image.empty img {
  display: none;
}

#content .car-listing-box .tt-car-item .image.empty {
  display: block;
}

#content .car-listing-box .tt-car-item .image.empty img {
  display: block;
}

.tt-car-item.empty .title {
  width: 100%;
}

.component.link-list.tt-link-list h4 {
  font: bold 14px "toyota_textregular", "Tohama", "Arial";
  color: #8a8a8a;
  margin: 0 0 20px;
}
.component.link-list.tt-link-list ul {
  margin: 0;
  padding: 0;
}
.component.link-list.tt-link-list ul li {
  margin: 0 0 10px;
  padding: 0;
  line-height: 15px;
}
.component.link-list.tt-link-list ul li a {
  font: normal 12px/15px "toyota_textregular", "Tohama", "Arial";
  color: #8a8a8a;
}
.component.link-list.tt-link-list p {
  font: normal 12px/15px "toyota_textregular", "Tohama", "Arial";
  color: #8a8a8a;
}
.component.link-list.tt-link-list-line h4, .component.link-list.tt-link-list-inline h4 {
  font: normal 14px "toyota_textbold", "Tohama", "Arial";
  color: #8a8a8a;
  margin: 0 0 20px;
}
.component.link-list.tt-link-list-line ul, .component.link-list.tt-link-list-inline ul {
  margin: 0;
  padding: 0;
}
.component.link-list.tt-link-list-line ul li, .component.link-list.tt-link-list-inline ul li {
  margin: 0 0 10px;
  padding: 0;
  line-height: 15px;
  display: inline-block;
}
.component.link-list.tt-link-list-line ul li a, .component.link-list.tt-link-list-inline ul li a {
  font: normal 12px/15px "toyota_textregular", "Tohama", "Arial";
  color: #8a8a8a;
  margin-right: 13px;
  margin-left: 0px;
}
.component.link-list.tt-link-list-line p, .component.link-list.tt-link-list-inline p {
  font: normal 12px/15px "toyota_textregular", "Tohama", "Arial";
  color: #8a8a8a;
}

.component.promo.tt-simple-promo {
  margin: 40px 0 0;
  padding: 50px 25px 77px 25px;
}
.component.promo.tt-simple-promo .promo-img {
  width: 74px;
  height: 69px;
  display: block;
  text-align: center;
  margin: 10px auto 45px;
}
.component.promo.tt-simple-promo .promo-img img {
  height: 100%;
}
.component.promo.tt-simple-promo h3 {
  font: normal 20px "toyota_textbold", "Tohama", "Arial";
  letter-spacing: 3.2px;
  text-transform: uppercase;
  text-align: center;
  color: #000000;
  margin: 0 0 20px;
}
.component.promo.tt-simple-promo h3 a, .component.promo.tt-simple-promo h3 a:hover {
  color: inherit;
}
.component.promo.tt-simple-promo p {
  margin: 0 0 20px;
  font: normal 15px "toyota_textregular", "Tohama", "Arial";
  line-height: 1.67;
  letter-spacing: 0.5px;
  padding: 0 14px;
}
.component.promo.tt-simple-promo .btn-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: auto;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-item-align: center;
  align-self: center;
}

#content .tt-quicklinks-promos .tt-simple-promo {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
#content .tt-quicklinks-promos .tt-simple-promo p {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#content .tt-quicklinks-promos .tt-simple-promo .btn-link {
  padding: 0;
  margin: 0 0 12px 0;
}

.tt-gallery-block {
  margin-top: 81px;
  display: block;
  width: 100%;
}
.tt-gallery-block h3 {
  margin-bottom: 58px;
}
.tt-gallery-block .main-row > .col:nth-child(odd) {
  padding-right: 1px !important;
}
.tt-gallery-block .main-row [class*=col] {
  margin: 0;
  padding: 0 1px 0 1px;
  overflow: hidden;
  margin-bottom: 2px;
}
.tt-gallery-block .gallery-item {
  position: relative;
  box-shadow: 5px 2px 30px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  overflow: hidden;
}
.tt-gallery-block .gallery-item:hover .image img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.tt-gallery-block .gallery-item h4 {
  font: normal 15px "toyota_textbold", "Tohama", "Arial";
  letter-spacing: 1.8px;
  color: #000000;
}
.tt-gallery-block .gallery-item .content {
  padding: 50px;
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  max-width: 100%;
}
.tt-gallery-block .gallery-item .content p {
  font-size: 15px;
  color: #fff;
  line-height: 1.67;
  letter-spacing: 0.5px;
  max-width: 259px;
  text-align: Center;
  display: block;
}
.tt-gallery-block .gallery-item .content h3 {
  color: #fff;
  text-transform: uppercase;
}
.tt-gallery-block .gallery-item .image {
  float: right;
  position: relative;
  min-height: 390px;
  text-decoration: none;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -o-transition: 1s ease;
  transition: 1s ease;
}
.tt-gallery-block .gallery-item .image img, .tt-gallery-block .gallery-item .image video {
  width: 100%;
  text-decoration: none;
}
.tt-gallery-block .gallery-item .image img {
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -o-transition: 1s ease;
  transition: 1s ease;
}
.tt-gallery-block .gallery-item.gallery-item-image .image:before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  display: inline-block;
  background: rgba(0, 0, 0, 0.4) no-repeat center;
  background-size: 60px 60px;
  left: 0;
  top: 0;
  z-index: 1;
}
.tt-gallery-block .gallery-item.gallery-item-image .image {
  position: static;
  z-index: 1;
  top: 0;
  width: 100%;
  text-align: center;
}
.tt-gallery-block .gallery-item.gallery-item-image .image video, .tt-gallery-block .gallery-item.gallery-item-image .image img {
  width: 100%;
}
.tt-gallery-block .gallery-item.gallery-item-image h4 {
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}
.tt-gallery-block .gallery-item.gallery-item-image h4 a {
  color: #fff !important;
}
.tt-gallery-block .tt-aligner-item {
  text-align: center;
}

#content .video-icon {
  position: relative;
}
#content .video-icon:before {
  content: " ";
  width: 100%;
  height: 80px;
  position: static;
  display: block;
  background: transparent url("../images/icons/play-button.svg") no-repeat center;
  margin-bottom: 24px;
}

.iconed-text {
  font-family: "toyota_textbold", "Tohama", "Arial";
  font-size: 10px;
  text-transform: uppercase;
  line-height: normal;
  letter-spacing: 1.5px;
  color: #ffffff;
}
.iconed-text:before {
  content: "";
  width: 15px;
  height: 15px;
  display: inline-block;
  background-image: url("../Images/icons/overlay-open.svg");
  margin-right: 7px;
  position: relative;
  top: 3px;
}

.tt-gallery-block.has-video .gallery-item, .tt-gallery-block.has-youtube-video .gallery-item {
  margin-bottom: 0;
}
.tt-gallery-block.has-video .gallery-item:hover .image, .tt-gallery-block.has-youtube-video .gallery-item:hover .image {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.tt-gallery-block.has-video .image, .tt-gallery-block.has-youtube-video .image {
  background-color: #000;
  background-position: center center;
  background-size: cover;
  height: 100%;
}
.tt-gallery-block.has-video video, .tt-gallery-block.has-youtube-video video {
  opacity: 0;
}

.tt-gallery-block.has-youtube-video .youtube-iframe, .tt-gallery-block.has-youtube-video .image {
  min-height: 658px;
  width: 100%;
}

.tt-gallery-block.video-played .gallery-item.gallery-item-image .image:before {
  content: none;
  display: none;
}
.tt-gallery-block.video-played .gallery-item:hover .image {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.tt-gallery-block.video-played .gallery-item .content {
  display: none;
}
.tt-gallery-block.video-played .gallery-item .image {
  transition: none;
  background-image: none !important;
}
.tt-gallery-block.video-played video {
  opacity: 1;
}

.tt-gallery-block.has-video.video-played .image {
  background-color: transparent;
}

.tt-gallery-block.tt-short-gallery-block .gallery-item .content h3 {
  margin-bottom: 10px;
  min-width: 80px;
}

.tt-gallery-block {
  position: relative;
}
.tt-gallery-block .galleryContainer {
  position: relative;
  z-index: 2;
}

.tt-gallery-block .gallery-item.gallery-item-image .content .tt-aligner .tt-aligner-item p {
  margin: 0 auto;
}

.tt-gallery-block.tt-short-gallery-block .main-row [class*=col] {
  min-width: 50%;
  max-width: 50%;
  margin-bottom: 1px;
}
.tt-gallery-block.tt-short-gallery-block .main-row [class*=col] .gallery-item {
  margin-bottom: -1px;
}

.tt-gallery-block.tt-short-gallery-block.has-youtube-video .main-row [class*=col] {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}

.tt-gallery-block.tt-short-gallery-block .main-row .col:only-child {
  margin-right: auto;
  margin-left: auto;
}

.tt-gallery-block.tt-short-gallery-block.has-video .main-row [class*=col], .tt-gallery-block.tt-short-gallery-block.has-youtube-video .main-row [class*=col] {
  width: 100%;
  max-width: 100%;
}

#mainVehicleLoader {
  position: relative;
  min-height: 100px;
}

#mainVehicleLoader.loading:before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.5) url(../images/loading.gif) no-repeat 50% 50%;
  z-index: 1;
}

.component.promo-feature {
  display: block;
  overflow: hidden;
  clear: both;
  margin-top: 50px;
  margin-bottom: 50px;
}

.tt-promo-listing-box {
  margin: 0 -20px;
  padding: 0 20px;
}
.tt-promo-listing-box [class^=col] {
  margin-bottom: 50px;
  margin-top: 50px;
}
.tt-promo-listing-box .btn-align {
  text-align: center;
  margin: 40px auto 10px;
}
.tt-promo-listing-box .btn:not(.btn-link).has-icon {
  margin: 60px 0 -30px 0;
  padding: 0 25px;
  color: #888888;
  font: normal 10px "toyota_textregular", "Tohama", "Arial";
}
.tt-promo-listing-box .btn:not(.btn-link).has-icon h2, .tt-promo-listing-box .btn:not(.btn-link).has-icon h3 {
  color: inherit;
  font: inherit;
  letter-spacing: 1.5px;
  font-stretch: normal;
  line-height: normal;
  text-transform: uppercase;
  transition: 0.6s;
  border: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.tt-promo-feature-item {
  height: 100%;
  position: relative;
  display: block;
  text-align: left;
  overflow: hidden;
  min-height: 320px;
  transition: all 0.3s ease-in-out;
  width: 100%;
  float: left;
  background-color: #ffffff;
  box-shadow: 5px 2px 30px 0 rgba(0, 0, 0, 0.1);
  margin: 0;
  padding: 0;
}
.tt-promo-feature-item .image-box {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.tt-promo-feature-item .image-box img {
  width: 100%;
  height: auto;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -o-transition: 1s ease;
  transition: 1s ease;
}
.tt-promo-feature-item .image-box img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.tt-promo-feature-item .image-box .tags-box {
  position: absolute;
  top: 20px;
  z-index: 20;
  left: 40px;
}
.tt-promo-feature-item .content {
  padding: 40px 50px 25px 50px;
}
.tt-promo-feature-item .content h4 {
  font: normal 15px "toyota_textbold", "Tohama", "Arial";
  text-transform: uppercase;
  letter-spacing: 1.8px;
  color: #000000;
  margin: 0 0 10px;
}
.tt-promo-feature-item .content h1, .tt-promo-feature-item .content h2, .tt-promo-feature-item .content h3 {
  font: normal 20px "toyota_textbold", "Tohama", "Arial";
  text-transform: uppercase;
  letter-spacing: 3.2px;
  color: #000000;
  margin: 0 0 19px;
}
.tt-promo-feature-item .content p {
  margin: 0 0 15px;
  color: #000;
  font: normal 15px "toyota_textregular", "Tohama", "Arial";
  line-height: 1.67;
  letter-spacing: 0.5px;
}
.tt-promo-feature-item .content .btn-content {
  position: absolute;
  bottom: 0;
  margin: 0 0;
  border-top: 1px solid rgba(236, 235, 233, 0.5);
  width: calc(100% - 80px);
  padding: 10px 0;
  left: 40px;
}
.tt-promo-feature-item .content .btn-content .btn {
  padding-left: 0;
  padding-right: 0;
}
.tt-promo-feature-item.tt-promo-large .content {
  padding: 50px 100px;
  overflow: hidden;
}
.tt-promo-feature-item.tt-promo-large .content .tags-box {
  margin-bottom: 17px;
}
.tt-promo-feature-item.tt-promo-large .content h1, .tt-promo-feature-item.tt-promo-large .content h2, .tt-promo-feature-item.tt-promo-large .content h3 {
  font: normal 30px "toyota_textbold", "Tohama", "Arial";
  line-height: 1.5;
  letter-spacing: 8px;
  color: #000;
}
.tt-promo-feature-item.tt-promo-large .content p {
  color: #000;
  padding: 0;
  margin: 0;
}
.tt-promo-feature-item.tt-promo-large .content .offer-sec {
  margin: 0;
}
.tt-promo-feature-item.tt-promo-large .content .offer-sec p {
  margin-bottom: 14px;
  font: normal 13px "toyota_textregular", "Tohama", "Arial";
  line-height: normal;
  letter-spacing: normal;
  color: #d40618;
}
.tt-promo-feature-item.tt-promo-large .content .specs-list {
  margin-bottom: 40px;
}
.tt-promo-feature-item.tt-promo-large .content .content-left {
  border-right: solid 1px #ecebe9;
  border-left: none;
  padding-right: 70px;
  padding-left: 0px;
  display: inline-block;
  width: 39%;
}
.tt-promo-feature-item.tt-promo-large .content .content-left h1, .tt-promo-feature-item.tt-promo-large .content .content-left h2, .tt-promo-feature-item.tt-promo-large .content .content-left h3 {
  margin-bottom: 3px;
}
.tt-promo-feature-item.tt-promo-large .content .content-right {
  width: 60%;
  display: inline-block;
  vertical-align: top;
  padding-left: 100px;
  padding-right: 35px;
}
.tt-promo-feature-item.tt-promo-large .content .last-bar {
  margin-top: 43px;
}

.component.promo-feature.tt-promo-listing-box {
  margin: 0;
}

.tt-promo-feature-item .image-box img {
  min-width: 100%;
  text-align: center;
  min-height: 100px;
}

.component.offer-listing {
  display: block;
  overflow: visible;
  clear: both;
  position: relative;
}

.tt-offer-listing-box > .row > .col:only-child {
  margin-left: auto;
  margin-right: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.tt-offer-listing-box {
  margin: 0 -20px;
  padding: 0 20px;
}
.tt-offer-listing-box [class^=col] {
  margin-bottom: 30px;
}
.tt-offer-listing-box .btn-align {
  text-align: center;
  margin: 40px auto 40px;
}

.tt-offer-item {
  height: 100%;
  position: relative;
  display: block;
  text-align: left;
  overflow: hidden;
  min-height: 320px;
  transition: all 0.3s ease-in-out;
  width: 100%;
  float: left;
  background-color: #ffffff;
  box-shadow: 5px 2px 30px 0 rgba(0, 0, 0, 0.1);
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.tt-offer-item .image-box {
  position: relative;
  height: 270px;
  overflow: hidden;
  width: 100%;
}
.tt-offer-item .image-box img {
  width: auto;
  height: 100%;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -o-transition: 1s ease;
  transition: 1s ease;
}
.tt-offer-item .image-box img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.tt-offer-item .image-box .tags-box {
  position: absolute;
  top: 20px;
  z-index: 1;
  left: 40px;
}
.tt-offer-item .content {
  padding: 30px 40px 64px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  font: normal 15px "toyota_textregular", "Tohama", "Arial";
  line-height: 1.67;
  letter-spacing: 0.5px;
}
.tt-offer-item .content .offer-sec.no-borders, .tt-offer-item .content .offer-sec {
  margin-top: auto;
}
.tt-offer-item .content h4 {
  font: normal 15px "toyota_textbold", "Tohama", "Arial";
  text-transform: uppercase;
  letter-spacing: 1.8px;
  color: #000000;
  margin: 0 0 10px;
}
.tt-offer-item .content p {
  margin: 0 0 15px;
  color: #000;
  font: normal 15px "toyota_textregular", "Tohama", "Arial";
  line-height: 1.67;
  letter-spacing: 0.5px;
}
.tt-offer-item .content .btn-content {
  position: absolute;
  bottom: 6px;
  margin: 0 0;
  border-top: 1px solid rgba(236, 235, 233, 0.5);
  width: calc(100% - 80px);
  padding: 7px 0 10px;
  left: 40px;
}
.tt-offer-item .content .btn-content .btn {
  padding-left: 0;
  padding-right: 0;
}

.tt-offer-item .content {
  padding-bottom: 74px;
}

#content .tt-promo-listing-box.tt-offer-details-box .component.promo-feature.tt-promo-feature-item.tt-promo-large {
  width: 100%;
}

.tt-offer-item .image-box img {
  min-width: 370px;
  width: 100%;
  height: auto;
}

.tt-accordion {
  display: block;
  padding: 0;
  margin: 0;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
}
.tt-accordion .accordion-inner {
  border-top: 1px solid #e5e5e5;
}
.tt-accordion .accordion-inner {
  padding: 0px;
  display: block;
  margin: 0;
  background-color: #fcfcfc;
}
.tt-accordion .accordion-inner > h4 {
  cursor: pointer;
  font: normal 15px "toyota_textregular", "Tohama", "Arial";
  color: #888;
  margin: 0;
  padding: 20px 50px 20px 20px;
  position: relative;
  letter-spacing: normal;
}
.tt-accordion .accordion-inner > h4:before {
  display: inline-block;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  float: right;
  background: url(../images/arrows/menu-arrow-active-mob.svg) no-repeat center;
  border: none;
  height: 20px;
  width: 10px;
  transform: rotate(-180deg);
}
.tt-accordion .accordion-inner > h4 em {
  float: right;
  transition: 400ms all ease;
  margin-left: 0;
  margin-right: 0px;
}
.tt-accordion .accordion-inner > h4.active {
  color: #d40618;
}
.tt-accordion .accordion-inner > h4.active:before {
  transform: rotate(0);
}
.tt-accordion .accordion-inner > h4.active em {
  transform: rotate(-180deg);
}
.tt-accordion .accordion-inner .tt-content {
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: scrollbar;
  max-width: 766px;
}
.tt-accordion .accordion-inner p {
  margin: 0 0 23px;
}
.tt-accordion.tt-accordion-faqs {
  border-bottom: 1px solid #ecebe9;
  box-shadow: none;
}
.tt-accordion.tt-accordion-faqs .accordion-inner {
  background: #fff;
  border-top: 1px solid #ecebe9;
}
.tt-accordion.tt-accordion-faqs .accordion-inner .tt-content {
  overflow: hidden;
  padding: 0 50px 0 20px;
}
.tt-accordion.tt-accordion-faqs .accordion-inner .tt-content p {
  font: normal 15px "toyota_textregular", "Tohama", "Arial";
  line-height: 1.67;
  letter-spacing: 0.5px;
  color: #888888;
}
.tt-accordion.tt-accordion-faqs .accordion-inner > h4 {
  font: normal 15px "toyota_textbold", "Tohama", "Arial";
  margin: 0 0;
  letter-spacing: normal;
  color: #000;
  position: relative;
}
.tt-accordion.tt-accordion-faqs .accordion-inner > h4:before {
  width: 17px;
  background-size: 100%;
}
.tt-accordion.tt-accordion-faqs .tt-content {
  padding: 0;
  max-width: 100%;
}
.tt-accordion.tt-accordion-faqs.tt-accordion-large {
  margin: 0;
  border-bottom: 2px solid #ecebe9;
}
.tt-accordion.tt-accordion-faqs.tt-accordion-large .table {
  margin: 0;
}
.tt-accordion.tt-accordion-faqs.tt-accordion-large h4 {
  position: relative;
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 3.2px;
  text-align: left;
  text-transform: uppercase;
  padding-top: 22px;
}
.tt-accordion.tt-accordion-faqs.tt-accordion-large .accordion-inner {
  transition: border 0.3s ease;
  border-top: 2px solid #ecebe9;
  border-bottom: 1px solid #ecebe9;
}
.tt-accordion.tt-accordion-faqs.tt-accordion-large .accordion-inner .tt-content {
  padding: 0;
  max-width: 100%;
}
.tt-accordion.tt-accordion-faqs.tt-accordion-large .accordion-inner:first-child {
  border-top: 3px solid #ecebe9;
}
.tt-accordion.tt-accordion-invert ul li {
  font-size: 14px;
}
.tt-accordion.tt-accordion-invert .accordion-inner {
  background: none;
}
.tt-accordion.tt-accordion-invert .accordion-inner > h4 {
  padding: 20px 50px 20px 50px;
  background: #f8f8f8;
}
.tt-accordion.tt-accordion-invert .accordion-inner .tt-content {
  padding: 30px 50px;
}

.tt-accordion.tt-accordion-faqs, #content .tt-accordion.tt-accordion-faqs {
  margin: 70px 0;
}

#content .tt-vehicle-compare-sec .tt-accordion.tt-accordion-faqs, #content .tt-vehicle-compare-sec .tt-accordion.tt-accordion-faqs {
  margin: 0;
}

.tt-accordion.tt-accordion-small .accordion-inner .tt-content {
  padding: 0;
}

.tt-accordion .accordion-inner > h4:before {
  background-size: 100%;
  position: absolute;
  top: 0;
  height: 100%;
  right: 20px;
  left: auto;
}

.vehicles-toggle-box .tt-accordion .accordion-inner > h4:before {
  right: 20px;
  left: auto;
}

.tt-accordion.tt-accordion-faqs .accordion-inner > h4:before {
  width: 20px;
}

.tt-accordion .accordion-inner > h4 {
  white-space: normal;
  word-break: break-word;
}

.tt-accordion .accordion-inner .tt-content {
  font: normal 15px toyota_textregular, Tohama, Arial;
  line-height: 1.67;
  letter-spacing: 0.5px;
  color: #888;
}
.tt-accordion .accordion-inner .tt-content:after {
  content: "";
  display: block;
  width: 100%;
  height: 23px;
}
.tt-accordion .accordion-inner .tt-content > *:last-child {
  margin-bottom: 0;
}

.tt-vehicle-compare-sec .tt-accordion.tt-accordion-faqs .accordion-inner .tt-content:after {
  content: none;
}

.tt-banner-bg {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.tt-story-box {
  width: 100%;
  position: relative;
  display: block;
  overflow: hidden;
}
.tt-story-box.tt-story-feature-box {
  margin: 40px 0;
}
.tt-story-box .tt-banner-bg {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: block;
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.tt-story-box .tt-story-content-box {
  width: 370px;
  color: #fff;
  /*position: absolute;
  right: 0;
  height: inherit;
  margin: 0 130px;*/
  float: right;
  position: static;
  height: 650px;
  margin: 0;
}
.tt-story-box .tt-story-content-box h2, .tt-story-box .tt-story-content-box h3 {
  font: normal 30px/1.5 "toyota_textbold", "Tohama", "Arial";
  color: #ffffff;
  letter-spacing: 10px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.tt-story-box .tt-story-content-box p {
  font: normal 15px/1.67 "toyota_textregular", "Tohama", "Arial";
  color: #ffffff;
  letter-spacing: 0.5px;
}
.tt-story-box .btn-content {
  margin-top: 40px;
}
.tt-story-box.tt-story-feature-box .tt-story-content-box {
  float: left;
  height: 577px;
}
.tt-story-box.tt-story-feature-box .tt-story-content-box h4, .tt-story-box.tt-story-feature-box .tt-story-content-box h3 {
  font: normal 20px "toyota_textbold", "Tohama", "Arial";
  color: inherit;
  text-transform: uppercase;
  letter-spacing: 3.2px;
  margin-bottom: 30px;
}
.tt-story-box.tt-story-feature-box .tt-story-content-box h4.red-c, .tt-story-box.tt-story-feature-box .tt-story-content-box h3.red-c {
  color: #ed0a1e;
}
.tt-story-box.switch-content .tt-story-content-box {
  float: left;
}

.tt-story-box .tt-story-content-box h2, .tt-story-box .tt-story-content-box h3 {
  white-space: normal;
  word-break: break-word;
}

.tt-story-box .tt-banner-bg .tt-story-content-box h2, .tt-story-box .tt-banner-bg .tt-story-content-box h3, .main-heading h2, .main-heading h3 {
  white-space: normal;
  word-break: break-word;
}

.tt-story-mini-box {
  width: 100%;
  position: relative;
  display: block;
  overflow: hidden;
  margin: 50px 0 0;
}
.tt-story-mini-box .tt-banner-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: block;
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.tt-story-mini-box .tt-story-content-box {
  float: left;
  margin: 30px 50px;
}
.tt-story-mini-box .tt-story-content-box h4, .tt-story-mini-box .tt-story-content-box h3 {
  font: normal 20px "toyota_textbold", "Tohama", "Arial";
  color: inherit;
  text-transform: uppercase;
  letter-spacing: 3.2px;
}
.tt-story-mini-box .tt-story-content-box h4 a, .tt-story-mini-box .tt-story-content-box h3 a {
  color: inherit;
}
.tt-story-mini-box .tt-story-content-box p {
  color: inherit;
  padding: 0;
  margin: 0;
}
.tt-story-mini-box .short-red-text {
  color: red;
}

.component.link-list {
  display: inline-block;
}
.component.link-list.text-center {
  margin: 0 auto;
}

.main-heading {
  display: block;
  text-align: center;
  margin: 60px auto;
}
.main-heading h1, .main-heading h2, .main-heading h3 {
  font: normal 30px "toyota_textbold", "Tohama", "Arial";
  margin: 0 0 10px;
  letter-spacing: 8px;
  color: #000;
  text-transform: uppercase;
}
.main-heading h4 {
  font: normal 20px "toyota_textbold", "Tohama", "Arial";
  line-height: normal;
  letter-spacing: 3.2px;
  text-transform: uppercase;
  text-align: center;
  color: #000000;
}
.main-heading h5 {
  line-height: 1.53;
  letter-spacing: 0.5px;
  color: #000;
  margin-bottom: 30px;
}
.main-heading p, .main-heading .paragraph {
  color: #000;
  margin: 0;
  line-height: 1.67;
  letter-spacing: 0.5px;
  font-size: 15px;
  font-weight: 400;
  text-transform: initial;
  font-family: "toyota_textregular", "Tohama", "Arial";
}
.main-heading .tt-small-heading {
  font: normal 20px "toyota_textbold", "Tohama", "Arial";
  line-height: normal;
  letter-spacing: 3.2px;
  text-transform: uppercase;
  text-align: center;
  color: #000;
}
.main-heading .centered-title {
  font-size: 15px;
  font-family: "toyota_textbold", "Tohama", "Arial";
  font-weight: normal;
  color: #000;
  text-align: center;
}
.main-heading .h20 {
  font-size: 20px;
  letter-spacing: 3.2px;
}
.main-heading .centered-title {
  margin-bottom: 10px;
  margin-top: 30px;
}

.tt-latest-models-box, .tt-models-layout {
  display: block;
  width: 100%;
}
.tt-latest-models-box .tt-model-item, .tt-models-layout .tt-model-item {
  width: auto;
  position: relative;
  max-width: 100%;
}
.tt-latest-models-box .tt-model-item .image-box, .tt-models-layout .tt-model-item .image-box {
  min-height: 150px;
}
.tt-latest-models-box .banner-behind, .tt-models-layout .banner-behind {
  overflow: hidden;
  position: relative;
  width: 100%;
  display: block;
  text-align: center;
  max-width: 770px;
}
.tt-latest-models-box .banner-upper, .tt-models-layout .banner-upper {
  position: absolute;
  top: 200px;
  width: 100%;
  display: block;
  text-align: center;
}
.tt-latest-models-box .content-box, .tt-models-layout .content-box {
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 10;
}
.tt-latest-models-box .content-box .tt-links-box, .tt-models-layout .content-box .tt-links-box {
  margin-top: 21px;
}
.tt-latest-models-box .main-heading h4, .tt-models-layout .main-heading h4 {
  color: #d40618;
  font-size: 15px;
  letter-spacing: 1.8px;
}

.tt-links-box {
  position: static;
  margin-right: 0;
  width: 100%;
  display: block;
}
.tt-links-box li {
  float: left;
  display: inline-block;
  line-height: 10px;
  padding: 0;
  margin: 0;
}
.tt-links-box li:before {
  content: "";
  position: relative;
  display: inline-block;
  height: 10px;
  border-left: 1px solid rgba(155, 155, 155, 0.9);
  border-right: none;
  margin: 0 20px;
  vertical-align: middle;
  top: 0;
  background-color: transparent;
  width: 1px;
}
.tt-links-box li:first-child:before {
  border: none;
  display: none;
}
.tt-links-box li a {
  text-decoration: none;
  display: inline-block;
  font: normal 11px/15px "toyota_textbold", "Tohama", "Arial";
  letter-spacing: 1.5px;
  color: #000000;
  text-transform: uppercase;
  padding: 5px 0 12px;
  border-bottom: 2px solid transparent;
}
.tt-links-box li a:hover {
  border-bottom: 2px solid #d40618;
}
.tt-links-box li a.active {
  /*color: $dark-red;
  border-bottom: 2px solid $dark-red;*/
}
.tt-links-box.tt-last-child-no-border li:first-child:before {
  border-left: 1px solid rgba(155, 155, 155, 0.9);
  display: inline-block;
}
.tt-links-box.tt-last-child-no-border li:last-child:before {
  border: none;
  display: none;
}

.tt-carousel .swiper-container {
  width: 100%;
  height: 100%;
}
.tt-carousel .swiper-carousel .swiper-slide {
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 50%;
}
.tt-carousel .swiper-banner .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
}
.tt-carousel .swiper-slide {
  width: 100%;
}
.tt-carousel .swiper-slide .content-box {
  visibility: hidden;
  opacity: 0;
}
.tt-carousel .swiper-slide .image-box img {
  -webkit-filter: blur(1.2px);
  max-width: 100%;
}
.tt-carousel .swiper-slide.swiper-slide-active .image-box img {
  -webkit-filter: blur(0px);
}
.tt-carousel .swiper-slide.swiper-slide-active .content-box {
  visibility: visible;
  opacity: 1;
}
.tt-carousel .swiper-slide.swiper-slide-active .content-box h3.dashed {
  letter-spacing: 2.4px !important;
}
.tt-carousel .swiper-button-prev, .tt-carousel .swiper-button-next {
  background: none;
  font: normal 11px "toyota_textbold", "Tohama", "Arial";
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
  display: block;
}
.tt-carousel .swiper-button-prev {
  letter-spacing: 1.5px;
  left: 0;
  right: auto;
  background: url(../images/arrows/carousel-arrow-left.svg) no-repeat center;
}
.tt-carousel .swiper-button-prev .tt-progress-bar {
  float: left;
}
.tt-carousel .swiper-button-prev .tt-text {
  position: relative;
  left: auto;
  right: -20px;
}
.tt-carousel .swiper-button-next {
  letter-spacing: 5px;
  right: 0;
  left: auto;
  background: url(../images/arrows/carousel-arrow-right.svg) no-repeat center;
}

.tt-latest-models-box .tt-model-item .pricing .label, .tt-models-layout .tt-model-item .pricing .label {
  color: #333;
}

.pricing .label {
  line-height: 24px;
  font-size: 13px;
  color: #a3a6a0;
}
.pricing h4 {
  display: inline-block;
  margin: 0 5px;
  color: #d40618;
}

.tt-progressing {
  content: "";
  height: 2px;
  background: #d40618;
  position: absolute;
  animation: loader 4s;
  -webkit-animation: loader 4s;
  /*animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  transition-timing-function: linear;
  -webkit-transition-timing-function: linear;
  -webkit-animation: animateThis 0.3s ease-in;*/
  -webkit-animation-fill-mode: forwards;
}

@keyframes loader {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
  text-align: center;
}

.tt-latest-models-box .tt-links-box li a, .tt-models-layout .tt-links-box li a {
  color: #000;
}
.tt-latest-models-box.tt-carousel .swiper-button-next, .tt-latest-models-box.tt-carousel .swiper-button-prev, .tt-models-layout.tt-carousel .swiper-button-next, .tt-models-layout.tt-carousel .swiper-button-prev {
  opacity: 0;
  top: 150px;
  margin-top: -25px;
}

.tt-links-with-image-box {
  position: static;
  margin-right: 0;
  width: 100%;
  display: block;
}
.tt-links-with-image-box ul {
  display: table;
  padding: 25px 0;
  border-bottom: 1px solid #efeeed;
  margin: 0 20px;
}
.tt-links-with-image-box ul li {
  display: table-cell;
  padding: 0;
  margin: 0;
  width: 1%;
  border-left: 1px solid #ecebe9;
  border-right: none;
  text-align: center;
}
.tt-links-with-image-box ul li a {
  padding: 0px 0 12px;
  text-decoration: none;
  display: inline-block;
  font: normal 8px/15px "toyota_textbold", "Tohama", "Arial";
  letter-spacing: 1.5px;
  color: #000000;
  text-transform: uppercase;
  border-bottom: 2px solid transparent;
}
.tt-links-with-image-box ul li a:hover {
  border-bottom: 2px solid #d40618;
}
.tt-links-with-image-box ul li a.active {
  color: #d40618;
  border-bottom: 2px solid #d40618;
}
.tt-links-with-image-box ul li a em {
  margin: 10px 0 10px;
  display: block;
  text-align: center;
}
.tt-links-with-image-box ul li:first-child {
  border: none;
}

.tt-available-offers-box .link-list-carousel .tt-links-box.no-border.tt-split-four li a {
  border-bottom: none !important;
}

.link-list-carousel .tt-car-item > a {
  display: block;
  padding: 0;
}

@media screen and (min-width: 767px) {
  .tt-carousel .swiper-slide .image-box .banner-upper img {
    opacity: 0;
    max-width: 100%;
    max-height: 275px;
  }
  .tt-carousel .swiper-slide.swiper-slide-active .image-box .banner-upper img {
    opacity: 1;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .tt-carousel .swiper-slide .image-box .banner-upper img {
    max-width: 85%;
  }
}
footer .tt-link-list ul li {
  letter-spacing: normal;
}
footer .tt-link-list ul li:before {
  content: none;
}
footer .tt-client-logos li {
  letter-spacing: normal;
}
footer .tt-client-logos li:before {
  content: none;
}

.hero-offers {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.hero-offers .offer-card {
  margin: 70px 0;
}
.hero-offers .img-cnt {
  position: absolute;
  width: 68vw;
  z-index: -1;
  right: 0;
  left: auto;
  height: 100%;
}
.hero-offers .img-cnt img {
  width: 100%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  min-height: 600px;
}
.hero-offers .price-tag-big {
  margin-top: 4px;
  min-height: 63px;
  margin-bottom: 17px;
}
.hero-offers .price-tag-big strong {
  letter-spacing: 1.6px;
  font-size: 13px;
}
.hero-offers .price-label {
  padding-top: 5px;
}
.hero-offers .white-bg {
  width: 100vw;
  height: 100%;
  position: absolute;
  background: white;
  left: 263px;
  z-index: 0;
  transform: translateX(-100%);
}
.hero-offers.no-offers .offer-card h1.dashed:before, .hero-offers.no-offers .offer-card h2.dashed:before, .hero-offers.no-offers .offer-card h3.dashed:before {
  margin: 0 auto;
  margin-bottom: 21px;
}
.hero-offers.no-offers .offer-card h1, .hero-offers.no-offers .offer-card h2, .hero-offers.no-offers .offer-card h3, .hero-offers.no-offers .offer-card p {
  text-align: center;
}
.hero-offers.no-offers .offer-sec {
  display: none;
}
.hero-offers .offer-sec .number {
  font-size: 32px;
}

.offer-card {
  width: 405px;
  display: inline-block;
  background-color: white;
  padding: 30px 50px 21px 50px;
  color: #000;
  position: relative;
}
.offer-card .tt-aligner {
  min-height: 402px;
  height: 1px;
}
.offer-card .dashed:before {
  margin-bottom: 23px;
}
.offer-card h1, .offer-card h2, .offer-card h3 {
  letter-spacing: 8px;
  font-size: 30px;
  line-height: 41px;
  margin-bottom: 18px;
}
.offer-card h4 {
  color: #000;
}
.offer-card p, .offer-card .paragraph {
  font-size: 15px;
  font-weight: normal;
  line-height: 1.67;
  letter-spacing: 0.5px;
  color: #000;
  font-family: "toyota_textregular", "Tohama", "Arial";
}
.offer-card .btn-link {
  padding: 5px 0 5px 0;
}

.offer-sec {
  float: left;
  width: 100%;
  overflow: hidden;
  margin-top: 14px;
}
.offer-sec.no-mid-border li:before {
  content: none;
}
.offer-sec ul {
  padding-top: 4px;
  margin-bottom: 5px;
}
.offer-sec li {
  display: inline-block;
  padding: 0 42px 0 0;
  position: relative;
  margin-bottom: 0;
  margin-right: 1px;
}
.offer-sec li .number {
  text-align: left;
}
.offer-sec li:before {
  content: "";
  display: inline-block;
  width: 1px;
  background-color: #e7e7e7;
  position: absolute;
  top: 4px;
  left: -1px;
  bottom: 0;
}
.offer-sec li:first-child {
  padding-left: 0;
  padding-right: 32px;
  border-left: none;
}
.offer-sec li:first-child:before {
  content: none;
  display: inline-block;
}
.offer-sec li:last-child {
  padding-right: 0;
  padding-left: 0;
}
.offer-sec li.tt-offer-now {
  display: block;
  clear: both;
  float: left;
  margin: 10px 0 0;
  padding: 0 !important;
  text-align: left;
  width: 100%;
}
.offer-sec .number {
  font-family: "toyota_textbold", "Tohama", "Arial" !important;
  font-size: 26px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #d40618;
  position: relative;
}
.offer-sec .number sup {
  font-size: 15px;
  font-family: "toyota_textregular", "Tohama", "Arial" !important;
  font-weight: normal;
  top: -5px;
  position: relative;
  margin: 0 5px;
  left: 0 !important;
  right: 0 !important;
}
.offer-sec .label {
  margin-top: 3px;
  font-size: 14px;
  color: #000;
  letter-spacing: 0.5px;
  line-height: 0.86;
}
.offer-sec.no-borders {
  margin: 0;
  float: none;
}
.offer-sec.no-borders li {
  padding-left: 0;
}
.offer-sec.no-borders li:before {
  display: none;
}
.offer-sec .tt-offer-now .price-label, .offer-sec .tt-offer-now .price-tag-big strong {
  margin-top: 3px;
  font-size: 14px;
  color: #000;
  letter-spacing: 0.5px;
  line-height: 0.86;
  font-family: "toyota_textregular", "Tohama", "Arial";
}
.offer-sec .tt-offer-now .price-tag-big {
  font-family: "toyota_textbold", "Tohama", "Arial" !important;
  font-size: 26px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #d40618;
  position: relative;
}

@media screen and (max-width: 1920px) {
  .hero-offers .img-cnt {
    width: 70vw;
  }
  .hero-offers .img-cnt img {
    min-height: 600px;
  }
}
@media screen and (max-width: 1600px) {
  .hero-offers .img-cnt {
    width: 75vw;
  }
}
.inpage-nav-sec {
  text-align: right;
  background-color: #f8f8f8;
  overflow: hidden;
  width: 100%;
}
.inpage-nav-sec .container {
  min-height: 67px;
}
.inpage-nav-sec .inpage-nav {
  vertical-align: top;
}
.inpage-nav-sec .right-btn {
  margin-top: 15px;
}
.inpage-nav-sec .car-title {
  position: absolute;
  left: 15px;
  right: auto;
  top: 0;
  bottom: 0;
}
.inpage-nav-sec .car-title img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 22px;
  /*      max-height: 50%;
        height: auto;
        max-width: 200px;*/
  /*max-height: 60%;
  height: 60%;*/
}
.inpage-nav-sec .car-title .textual, .inpage-nav-sec .car-title .selected {
  display: none;
}

.inpage-nav {
  display: inline-block;
  font-size: 0;
  margin-bottom: 0;
}
.inpage-nav a {
  text-decoration: none;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.5);
  padding: 27px 0 27px 0;
  margin: 0 31px 0 31px;
  position: relative;
  display: inline-block;
}
.inpage-nav a:after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  background-color: #d40618;
  opacity: 0;
  transition: all 400ms;
}
.inpage-nav a:hover:after {
  opacity: 1;
}
.inpage-nav li {
  letter-spacing: normal;
  line-height: 13px;
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  padding: 0;
}
.inpage-nav li:before {
  height: 10px;
  content: "";
  display: inline-block;
  width: 1px;
  background: #dcdcdc;
  position: absolute;
  top: 29px;
  bottom: 28px;
  left: -1px;
}
.inpage-nav li:first-child:before {
  content: none;
  display: none;
}
.inpage-nav li.active a {
  color: rgb(0, 0, 0);
}

.inpage-nav-sec .inpage-nav {
  display: inline-flex;
}
.car-colours-sec .cars-colored {
  text-align: center;
}
.car-colours-sec .cars-colored img {
  display: none;
  max-width: 100%;
}
.car-colours-sec .cars-colored img.active {
  display: inline-block;
}
.car-colours-sec .cars-colored img:only-child {
  display: inline-block;
}
.car-colours-sec .car-info {
  /*    z-index: 1;
  position: absolute;
  top: 52px;
  width: 100%;*/
  z-index: 1;
  position: static;
  margin-top: 52px;
  width: 100%;
}
.car-colours-sec .car-info h3, .car-colours-sec .car-info h2 {
  font: normal 20px "toyota_textbold", "Tohama", "Arial";
  text-transform: uppercase;
  letter-spacing: 3.2px;
  line-height: 1.45;
  margin-bottom: 15px;
}
.car-colours-sec .car-info .price-tag-big {
  margin-top: 4px;
}
.car-colours-sec .car-info .paragraphs-small {
  margin-top: 13px;
}
.car-colours-sec .paragraphs-small {
  max-width: 183px;
}
.car-colours-sec .color-selector {
  padding-top: 23px;
}
.car-colours-sec .color-selector .color-info {
  margin-top: 60px;
}
.car-colours-sec .buttons {
  margin-top: 51px;
}
.car-colours-sec .tab-wrapper .tabs .tab-link {
  font-family: "toyota-font-Regular", "toyota_textregular", "Tohama", "Arial";
}
.car-colours-sec .availability-title {
  font-size: 12px;
  text-align: center;
  max-width: 507px;
  margin: auto;
  margin-top: 10px;
  font-family: "toyota_textregular, Tohama, Arial";
  min-height: 15px;
}

.color-selector h4 {
  color: #000;
  letter-spacing: 0.5px;
  margin-bottom: 15px;
}
.color-selector .color-list {
  min-width: 100%;
  display: block;
  overflow: hidden;
  position: absolute;
  top: 53px;
  left: 10px;
}
.color-selector .color-list li {
  padding: 0;
  float: left;
}
.color-selector .color-list li:before {
  content: none;
}
.color-selector .color-list li:hover .tt-color, .color-selector .color-list li.active .tt-color {
  border-color: #ebebeb;
}
.color-selector .color-list li:hover .tt-color span, .color-selector .color-list li.active .tt-color span {
  border: 1px solid #ebebeb;
}
.color-selector .color-list .tt-color {
  margin-right: 6px;
  border-radius: 50%;
  border: 1px solid transparent;
  width: 35px;
  height: 35px;
  padding: 4px;
  cursor: pointer;
  transition: 400ms all ease;
  /*&:hover, &.active {
    border-color: #ebebeb;
    span {
      border: 1px solid #ebebeb;
    }
  }*/
}
.color-selector .color-list .tt-color span {
  color: currentColor;
  display: inline-block;
  min-width: 25px;
  min-height: 25px;
  background-color: currentColor;
  border-radius: 50%;
  border: solid 1px #ebebeb;
}
.color-selector .color-info .info {
  display: none;
}
.color-selector .color-info .info.active {
  display: block;
}
.color-selector .color-name {
  text-transform: uppercase;
  font-size: 13px;
  line-height: normal;
  letter-spacing: 0.5px;
  color: #a3a6a0;
}
.color-selector .availability {
  font-size: 11px;
  color: #000;
  margin-top: 4px;
}

.price-label {
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #333333;
}

.price-tag-big {
  font: normal 25px "toyota_textbold", "Tohama", "Arial";
  line-height: normal;
  letter-spacing: 3px;
  text-align: left;
  color: #d40618;
}
.price-tag-big strong {
  display: block;
  color: #888888;
  text-decoration: line-through;
  font-size: 12px;
  letter-spacing: 1.4px;
}

.paragraphs-small p {
  font-family: "toyota_textregular", "Tohama", "Arial";
  font-size: 8px;
  line-height: 1.5;
  letter-spacing: 0.3px;
  color: #888888;
}

.model-specs-sec {
  padding-top: 50px;
  background: #fcfcfc;
  margin-top: 35px;
  padding-bottom: 60px;
}
.model-specs-sec .widget-heading {
  color: #000;
  text-align: center;
  text-transform: uppercase;
}
.model-specs-sec .link-list {
  margin-top: 22px;
}
.model-specs-sec .tt-car-item {
  position: relative;
  cursor: pointer;
}
.model-specs-sec .spec-heading {
  margin-bottom: 16px;
  margin-top: 0;
  color: #000;
  line-height: 1.67;
  letter-spacing: 0.5px;
}
.model-specs-sec .btn-bar {
  margin-top: 56px;
  margin-bottom: 0;
}

.spec-tabs {
  padding: 4px 0 0 0;
}
.spec-tabs.spec-margin-adjust {
  margin-top: 51px;
}
.spec-tabs .tab {
  display: none;
}
.spec-tabs .tab.active {
  display: block;
}
@media (min-width: 320px) and (max-width: 766px) {
  .spec-tabs {
    display: block;
  }
}

.specs-list.mb-0 li {
  margin-bottom: 0;
}
.specs-list.variant-1 li {
  font-size: 13px;
  line-height: 1.85 !important;
  letter-spacing: 0.4px;
}
.specs-list li {
  position: relative;
  display: block;
  line-height: normal;
  vertical-align: top;
  font-size: 13px;
  letter-spacing: 0.4px;
  color: #000;
  margin-bottom: 10px;
  padding: 0 10px 0 12px;
}
.specs-list li p {
  margin: 0;
  padding: 0;
}
.specs-list li:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 9px;
  width: 3px;
  height: 3px;
  background-color: red;
}
.specs-list.specs-three-col-list li {
  width: calc(33.33% - 5px);
  display: inline-block;
  line-height: normal;
  margin-bottom: 17px;
}
.specs-list.specs-three-col-list li:before {
  top: 7px;
}
.specs-list.specs-two-col-list li {
  width: calc(50% - 10px);
  padding-right: 70px;
  padding-left: 10px;
  display: inline-block;
}

.link-list-carousel {
  position: relative;
}
.link-list-carousel .swiper-slide-visible .inactive {
  z-index: 1;
}
.link-list-carousel .inactive {
  z-index: 9999;
  position: relative;
}
.link-list-carousel .swiper-button-prev {
  left: -55px;
  right: auto;
  background: rgba(0, 0, 0, 0.3) url(../images/arrows/carousel-arrow-left.svg) no-repeat center;
}
.link-list-carousel .swiper-button-next {
  right: -55px;
  left: auto;
  background: rgba(0, 0, 0, 0.3) url(../images/arrows/carousel-arrow-right.svg) no-repeat center;
}
.link-list-carousel .swiper-button-prev, .link-list-carousel .swiper-button-next {
  width: 50px;
  height: 50px;
  display: none;
  transform: translateY(-50%);
  top: 47%;
  margin-top: 0;
}
.link-list-carousel.swiper-loaded .swiper-button-prev, .link-list-carousel.swiper-loaded .swiper-button-next {
  display: inline-block;
}
.link-list-carousel .tt-links-box.no-border.tt-split-four.swiper-container > ul > li {
  margin-left: 0;
  vertical-align: top;
  margin-right: 0;
}
.link-list-carousel:not(.swiper-loaded) .swiper-wrapper {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.model-specs-sec .swiper-slide-active.active-tt-style {
  position: relative;
}
.model-specs-sec .tt-car-item:hover:before, .model-specs-sec .tt-car-item.active:before, .model-specs-sec .swiper-slide-active.active-tt-style:before, .model-specs-sec .swiper-slide-active:not(.active-tt-style) .tt-car-item:before {
  content: "";
  display: inline-block;
  height: 2px;
  width: 100%;
  background: #d40618;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: auto;
  margin: 0;
}
.model-specs-sec .tt-car-item:hover:after, .model-specs-sec .tt-car-item.active:after, .model-specs-sec .swiper-slide-active.active-tt-style:after, .model-specs-sec .swiper-slide-active:not(.active-tt-style) .tt-car-item:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 1px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #d40618;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 3px;
  top: auto;
}
.model-specs-sec .tt-car-item {
  min-height: 280px;
}
.model-specs-sec .tt-car-item .pricing {
  margin-bottom: 0;
}

.spec-highlights {
  margin: 50px 0;
  position: relative;
}
.spec-highlights .container {
  position: relative;
  height: 641px;
  overflow: visible;
}
.spec-highlights .container:before {
  content: "";
  display: inline-block;
  width: 300px;
  background-color: white;
  height: 100%;
  position: absolute;
  right: 0;
  left: auto;
  top: 0;
  z-index: 0;
}
.spec-highlights .spec-details {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  left: auto;
  box-shadow: 5px 2px 30px 0 rgba(0, 0, 0, 0.04);
}
.spec-highlights .spec-details .tt-aligner-item {
  width: 100%;
}
.spec-highlights .img-placeholder {
  display: inline-block;
}
.spec-highlights.inverse {
  text-align: right;
}
.spec-highlights.inverse .container:before {
  right: auto;
  left: 0;
}
.spec-highlights.inverse .spec-details {
  text-align: left;
  right: auto;
  left: 0;
  box-shadow: 5px 2px 30px 0 rgba(0, 0, 0, 0.04);
}
.spec-highlights .tags-box {
  position: absolute;
  top: 30px;
  left: 225px;
  right: auto;
}
.spec-highlights.mb-0 {
  margin-bottom: 0;
}
.spec-highlights.tt-content-specs .container {
  height: auto;
}
.spec-highlights.tt-content-specs .container:before {
  width: 200px;
  z-index: 1;
}
.spec-highlights.tt-content-specs .img-placeholder {
  position: relative;
}
.spec-highlights.tt-content-specs .img-placeholder img:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(132deg, rgba(0, 0, 0, 0.64), rgba(255, 255, 255, 0));
}
.spec-highlights.tt-content-specs .spec-details {
  width: 370px;
  min-height: 0;
  height: auto;
  padding: 50px 40px 16px 40px;
  top: auto;
  bottom: 50px;
  transform: none;
  z-index: 1;
}
.spec-highlights.tt-content-specs .btn-content {
  margin-top: 34px;
  border-top: 1px solid rgba(236, 235, 233, 0.5);
  position: static;
  float: left;
  width: 100%;
}
.spec-highlights.tt-content-specs .btn-content .btn {
  padding-left: 0;
  margin-top: 8px;
}

.spec-details {
  width: 471px;
  min-height: 471px;
  height: 1px;
  background-color: #fff;
  padding: 30px 50px 30px 50px;
}
.spec-details h3, .spec-details h2 {
  text-transform: uppercase;
  line-height: normal;
  letter-spacing: 3.2px;
  font: normal 20px "toyota_textbold", "Tohama", "Arial" !important;
  margin: 0 0 10px;
  color: #000;
}
.spec-details p {
  font-size: 15px;
  line-height: 1.67;
  letter-spacing: 0.5px;
  color: #000;
}
.spec-details .btn-content {
  position: absolute;
  bottom: 13px;
  left: 36px;
}

h3.title {
  font-size: 30px;
  text-align: center;
  line-height: 1.27;
  letter-spacing: 7px;
}

.btn-bar {
  margin-top: 10px;
  margin-bottom: 10px;
  float: left;
  width: 100%;
}

.tt-vehicle-gallery {
  margin-top: 46px;
  margin-bottom: 0;
  display: block;
  clear: both;
  float: none;
  overflow: hidden;
}
.tt-vehicle-gallery .tt-gallery-block {
  margin-top: 0;
}

.tt-gallery-block.tt-has-hover-effect .gallery-item .tt-aligner-item {
  opacity: 0;
  background: none;
  -webkit-transition: 0.7s ease;
  -moz-transition: 0.7s ease;
  -o-transition: 0.7s ease;
  transition: 0.7s ease;
}
.tt-gallery-block.tt-has-hover-effect .gallery-item:hover .tt-aligner-item {
  opacity: 1;
}
.tt-gallery-block.tt-has-hover-effect .gallery-item:hover .image:before {
  background: rgba(0, 0, 0, 0.6);
}
.tt-gallery-block.tt-has-hover-effect .gallery-item-image .image:before {
  background: none;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -o-transition: 1s ease;
  transition: 1s ease;
}

.tt-tabs-centered .gallery-item {
  margin-bottom: 0;
}
.tt-tabs-centered .gallery-item .image {
  min-height: auto;
}

.main-row {
  margin: 0;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.table-st1 .tr-full-title {
  display: none;
}
.table-st1 td, .table-st1 th {
  padding: 11px 19px 9px;
  border-color: #ecebe9;
}
.table-st1 tbody {
  font-family: "toyota_textregular", "Tohama", "Arial";
  font-size: 13px;
  line-height: 2;
  letter-spacing: 0.4px;
  text-align: left;
  color: #000000;
}
.table-st1 tbody td {
  border-right: 1px solid #ecebe9;
}
.table-st1 tbody td:last-child {
  border-right: none;
}

.first-col-bold tbody td:first-child {
  font-family: "toyota_textbold", "Tohama", "Arial";
  font-weight: normal;
  letter-spacing: 0.4px;
  color: #888888;
}

.head-highlight thead {
  background-color: #f7f7f7;
  font-family: "toyota_textbold", "Tohama", "Arial";
  font-size: 15px;
  font-weight: normal;
  line-height: 1.67;
  letter-spacing: 0.5px;
  text-align: left;
  color: #000000;
}
.head-highlight thead td, .head-highlight thead th {
  font-weight: normal;
  padding: 14px 20px 10px;
}

.four-cols tbody td {
  width: 25%;
}

.tt-vehicle-compare-sec .tt-specs-compare .tt-car-item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: left;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  flex-wrap: wrap;
  width: 100%;
}

.link-list-carousel .tt-car-item.empty {
  -webkit-box-align: left;
  -ms-flex-align: left;
  align-items: left;
  width: calc(100% - 15px);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex-direction: column;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  flex-wrap: wrap;
}

.model-add-btn, .tt-links-box li a.model-add-btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: center;
  width: 100%;
  height: 100%;
  background: #fff;
  color: #000;
  border: none;
  padding: 0;
}
.model-add-btn:hover, .tt-links-box li a.model-add-btn:hover {
  color: #000;
  border: none;
}
.model-add-btn .icon:before, .tt-links-box li a.model-add-btn .icon:before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url("../images/icons/add.svg");
  background-position: center center;
  background-size: cover;
}
.model-add-btn .icon strong, .tt-links-box li a.model-add-btn .icon strong {
  display: block;
  text-align: center;
  margin-top: 15px;
}

.tt-links-box li a.btn-cmd, .btn-cmd {
  color: #000000;
  line-height: 40px;
  padding-bottom: 0;
}

.tt-specs-compare .tt-links-box li a.btn-cmd, .tt-specs-compare .btn-cmd {
  line-height: 30px !important;
  margin: 0;
}
.tt-specs-compare > ul {
  margin-bottom: 0;
}
.tt-specs-compare .venobox-choose-car {
  font-size: 10px;
}

.car-colours-sec .btn.has-icon.btn-black {
  line-height: 50px !important;
  border-bottom: 2px solid transparent;
  border-radius: 0;
  padding: 0 0 0 25px;
  margin: 14px 40px 10px;
}
.car-colours-sec .btn.has-icon.btn-black:hover {
  border-bottom: 2px solid red;
}

.tt-specs-compare {
  margin: 34px 0 28px 0;
}
.tt-specs-compare > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tt-specs-compare .tt-car-item {
  min-height: auto;
  padding: 0 30px;
  margin-top: 0;
}
.tt-specs-compare .tt-car-item .info {
  padding: 0 9px;
}
.tt-specs-compare .tt-car-item .image {
  margin-top: 0;
  margin-bottom: 14px;
}
.tt-specs-compare > ul > li {
  border-left: 1px solid #ecebe9;
  border-right: none;
  min-height: 80px;
}
.tt-specs-compare > ul > li:first-child {
  margin-left: calc(25% + 1px);
  margin-right: 0;
  border-left: none;
}
.tt-specs-compare .tt-car-item .pricing {
  min-height: 29px;
  margin-bottom: 0;
}

.link-box-space {
  padding: 30px 0 0;
  margin-top: 14px;
  border-top: solid 1px #ecebe9;
  border-bottom: solid 1px #ecebe9;
  float: left;
  width: 100%;
}

.radio-button {
  cursor: pointer;
  font-weight: normal;
  display: block;
}
.radio-button input[type=radio] {
  display: none;
}
.radio-button input[type=radio]:checked + .custom-radio {
  border-color: #d8151d;
  background: rgb(216, 21, 28);
  background: -moz-radial-gradient(center, ellipse cover, rgb(216, 21, 28) 0%, rgb(215, 18, 24) 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgb(216, 21, 28)), color-stop(100%, rgb(215, 18, 24)));
  background: -webkit-radial-gradient(center, ellipse cover, rgb(216, 21, 28) 0%, rgb(215, 18, 24) 100%);
  background: -o-radial-gradient(center, ellipse cover, rgb(216, 21, 28) 0%, rgb(215, 18, 24) 100%);
  background: -ms-radial-gradient(center, ellipse cover, rgb(216, 21, 28) 0%, rgb(215, 18, 24) 100%);
  background: radial-gradient(ellipse at center, rgb(216, 21, 28) 0%, rgb(215, 18, 24) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d8151c", endColorstr="#d71218", GradientType=1);
}
.radio-button .custom-radio {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #cecfd1;
  margin-right: 5px;
  display: inline-block;
  position: relative;
  vertical-align: -4px;
  box-sizing: content-box;
}
.radio-button .custom-radio::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -4px;
  border-radius: 50%;
  margin-top: -4px;
  transition: all 0.3s ease;
}

.active-check .radio-button input[type=radio] + .custom-radio {
  border-color: #d8151d;
  background: #d8151c;
  background: -moz-radial-gradient(center, ellipse cover, #d8151c 0%, #d71218 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #d8151c), color-stop(100%, #d71218));
  background: -webkit-radial-gradient(center, ellipse cover, #d8151c 0%, #d71218 100%);
  background: -o-radial-gradient(center, ellipse cover, #d8151c 0%, #d71218 100%);
  background: -ms-radial-gradient(center, ellipse cover, #d8151c 0%, #d71218 100%);
  background: radial-gradient(ellipse at center, #d8151c 0%, #d71218 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d8151c", endColorstr="#d71218", GradientType=1);
}

.tt-links-box.tt-links-radio > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.tt-links-box.tt-links-radio > ul > li {
  box-shadow: 5px 2px 30px 0 rgba(0, 0, 0, 0.04);
  margin-bottom: 30px;
}
.tt-links-box.tt-links-radio > ul > li.active-check {
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
}
.tt-links-box.tt-links-radio > ul > li {
  width: 270px;
  cursor: pointer;
}
.tt-links-box.tt-links-radio > ul > li:nth-child(3n+2) {
  margin-left: 30px;
  margin-right: 30px;
}
.tt-links-box.tt-links-radio .tt-car-item {
  min-height: 0;
}
.tt-links-box.tt-links-radio .tt-car-item .pricing {
  margin-bottom: 8px;
}
.tt-links-box.tt-links-radio .tt-car-item .image {
  margin-top: 11px;
}
.tt-links-box.tt-links-radio .tt-car-item .radio-sec {
  display: inline-block;
  width: 38px;
  vertical-align: top;
  padding-left: 5px;
  padding-top: 11px;
  float: left;
}
.tt-links-box.tt-links-radio .tt-car-item .info {
  display: inline-block;
  width: calc(100% - 44px);
}
.tt-links-box.tt-links-radio .tt-car-item .title h3 {
  margin-bottom: 3px;
}

.overlay-content {
  width: 870px;
  margin: 0 auto;
  text-align: left;
}
.overlay-content .btn-bar {
  margin-top: 31px;
}

.cover-banner {
  display: block !important;
  background-position-x: center;
  background-position-y: center;
  background-size: cover;
  background-repeat-x: no-repeat;
  background-repeat-y: no-repeat;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  height: calc(100vh - 102px);
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 10;
}

#content .spotlight.caption-center {
  background-position-x: center;
  background-position-y: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
}

.btn-side-info {
  font-family: "toyota_textregular", "Tohama", "Arial";
  font-size: 12px;
  line-height: normal;
  letter-spacing: normal;
  color: #a3a6a0;
  display: inline-block;
  vertical-align: middle;
  padding: 0 13px;
}

.swiper-slide.last-slide {
  padding-bottom: 100px;
}

.car-selected-block {
  display: none;
}
.car-selected-block.visible {
  display: block;
}

.show-btns .show-on-type {
  visibility: visible;
  opacity: 1;
}

.show-on-type {
  visibility: hidden;
  opacity: 0;
}

.radio-controls {
  position: absolute;
  top: 17px;
  left: 0;
  opacity: 0;
  z-index: -100;
  text-indent: -200vw;
}

.car-select-slide {
  min-height: 314px;
}

.tt-gallery-block-fullpage .cols-3 > [class*=col]:nth-child(3n+1) {
  padding-right: 1px !important;
}
.tt-gallery-block-fullpage .cols-3 > [class*=col]:nth-child(3n+2) {
  padding-right: 1px !important;
  padding-left: 1px !important;
}
.tt-gallery-block-fullpage .cols-3 > [class*=col]:nth-child(3n+3) {
  padding-left: 1px !important;
}

.side-padd-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.side-padd-100 {
  padding-left: 100px;
  padding-right: 100px;
}

.text-small {
  font-family: "toyota_textregular", "Tohama", "Arial";
  font-size: 11px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #888888;
}

.text-small-2 {
  font-family: "toyota_textregular", "Tohama", "Arial";
  font-size: 13px;
  font-weight: normal;
  line-height: 1.38;
  letter-spacing: 0.4px;
  color: #888888;
}

.text-small-3 {
  font-family: "toyota_textregular", "Tohama", "Arial";
  font-size: 10px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #a3a6a0;
}

.p-small-1, .main-heading .p-small-1, .main-heading .p-small-1 p {
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.08;
  text-transform: inherit;
  letter-spacing: 0.5px;
}

.date {
  margin-bottom: 10px;
}

.container .nested-container {
  margin-right: -15px;
  margin-left: -15px;
  width: calc(100% + 30px);
  max-width: none;
}

.container .container .nested-container {
  margin-right: -30px;
  margin-left: -30px;
  width: calc(100% + 60px);
  max-width: none;
}

.banner-full .banner-height {
  max-height: 550px;
  overflow: hidden;
  width: 100%;
}
.banner-full img {
  display: block;
  width: 100%;
}

.small-container {
  max-width: 770px;
  margin: 0 auto;
}

.tt-gallery-block.has-slider .swiper-container {
  margin-bottom: 30px;
}
.tt-gallery-block.has-slider .gallery-item .content {
  padding: 0;
}
.tt-gallery-block.has-slider .gallery-item .image {
  min-height: auto;
}
.tt-gallery-block.has-slider .gallery-item {
  margin-bottom: 0;
}
.tt-gallery-block.has-slider .no-slider .swiper-slide {
  margin: 0;
  padding: 0;
  width: calc(25% - 1px);
  margin-right: 2px;
}
.tt-gallery-block.has-slider .no-slider .swiper-slide:last-child {
  margin: 0;
}
.tt-gallery-block.has-slider .no-slider .swiper-wrapper {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.tt-gallery-block.has-slider .swiper-button-prev, .tt-gallery-block.has-slider .swiper-button-next {
  width: 50px;
  height: 50px;
  margin-top: 0;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 1px;
  opacity: 0;
}
.tt-gallery-block.has-slider .swiper-button-next {
  right: 20px;
}
.tt-gallery-block.has-slider .swiper-button-prev {
  left: 20px;
}
.tt-gallery-block.has-slider:hover .swiper-button-prev, .tt-gallery-block.has-slider:hover .swiper-button-next {
  opacity: 1;
}
.tt-gallery-block.has-slider:hover .swiper-button-prev.swiper-button-disabled, .tt-gallery-block.has-slider:hover .swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
}

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

.content-hub-detail .tt-gallery-block.has-youtube-video .youtube-iframe, .content-hub-detail .tt-gallery-block.has-youtube-video .image {
  min-height: 433px;
}
.content-hub-detail .p-small-1 {
  padding-top: 10px;
  margin-bottom: 0;
}
.content-hub-detail .main-heading + .tt-gallery-block {
  margin-top: 0;
}
.content-hub-detail .main-heading {
  margin: 60px auto 50px auto;
  text-align: left;
  padding: 0px 100px;
}
.content-hub-detail .main-heading p {
  margin-bottom: 24px;
}
.content-hub-detail .main-heading p small {
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.08;
  letter-spacing: 0.5px;
}
.content-hub-detail .main-heading p:last-child {
  margin-bottom: 0;
}
.content-hub-detail .main-heading .p-small-1 {
  margin-bottom: 0;
}
.content-hub-detail .testimony {
  margin: 30px 0 90px 0;
}
.content-hub-detail .small-container .main-heading {
  text-align: center;
}

.slider-arrow-right {
  background: url("../images/arrows/carousel-arrow-right.svg") no-repeat center;
  background-size: auto;
  margin-top: 0;
  transform: translateY(-50%);
}

.slider-arrow-left {
  background: url("../images/arrows/carousel-arrow-left.svg") no-repeat center;
  background-size: auto;
  margin-top: 0;
  transform: translateY(-50%);
}

.no-slider .swiper-button-prev, .no-slider .swiper-button-next, .no-slider .swiper-pagination {
  display: none;
}

.tt-single-slider .swiper-button-prev, .tt-single-slider .swiper-button-next {
  width: 50px;
  height: 50px;
}
.tt-single-slider .swiper-button-next {
  right: 20px;
}
.tt-single-slider .swiper-button-prev {
  left: 20px;
}
.tt-single-slider .swiper-pagination {
  color: white;
}
.tt-single-slider .swiper-slide img {
  width: 100%;
}

.tt-single-slider.video {
  height: 658px;
  overflow: hidden;
}
.tt-single-slider.video .swiper-container {
  height: 100%;
}
.tt-single-slider.video .swiper-slide {
  height: 100%;
}
.tt-single-slider.video .swiper-button-prev, .tt-single-slider.video .swiper-button-next {
  transition: all 0.3s ease;
}
.tt-single-slider.video video {
  height: 100%;
  width: 100%;
}
.tt-single-slider.video .fraction-pagination {
  bottom: 20px;
}
.tt-single-slider.video .local-video {
  position: relative;
}
.tt-single-slider.video .local-video:after {
  content: "";
  position: absolute;
  width: 73px;
  height: 73px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  opacity: 0;
  transition: all 0.3s ease;
  pointer-events: none;
}
.tt-single-slider.video .local-video.video-paused:after {
  background: transparent url("../images/icons/play-button.svg") no-repeat center;
  background-size: cover;
  opacity: 1;
}
.tt-single-slider.video .local-video.video-playing:hover:after {
  opacity: 1;
}
.tt-single-slider.video .local-video.video-playing:after {
  background: transparent url("../images/icons/pause-button.png") no-repeat center;
  background-size: cover;
  opacity: 0;
}
.tt-single-slider.video.state-play .swiper-button-prev.swiper-button-disabled, .tt-single-slider.video.state-play .swiper-button-next.swiper-button-disabled, .tt-single-slider.video.state-play .swiper-button-prev, .tt-single-slider.video.state-play .swiper-button-next {
  opacity: 0;
}
.tt-single-slider.video.state-play:hover .swiper-button-prev, .tt-single-slider.video.state-play:hover .swiper-button-next {
  opacity: 1;
}
.tt-single-slider.video.state-play:hover .swiper-button-prev.swiper-button-disabled, .tt-single-slider.video.state-play:hover .swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
}
.tt-single-slider.video.state-pause .swiper-button-prev, .tt-single-slider.video.state-pause .swiper-button-next {
  opacity: 1;
}
.tt-single-slider.video.state-pause .swiper-button-prev.swiper-button-disabled, .tt-single-slider.video.state-pause .swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
}
.tt-single-slider.video .yt-player {
  width: 100%;
  height: 100%;
}

.fraction-pagination {
  font-family: "toyota_textbold", "Tohama", "Arial";
  font-weight: normal;
  font-size: 10px;
  line-height: 1;
  letter-spacing: normal;
  width: auto;
  right: 0;
  bottom: 0;
  left: auto;
  margin: 30px;
  color: #fff;
}
.fraction-pagination .swiper-pagination-current, .fraction-pagination .swiper-pagination-total {
  margin: 0 5px;
}
.fraction-pagination span {
  color: #fff;
}

.testimony {
  position: relative;
  padding-left: 51px;
}
.testimony .message {
  position: relative;
}
.testimony .message:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: -51px;
  top: 0;
  height: 100%;
  width: 3px;
  background: #000;
}
.testimony .message h1 {
  font-size: 30px;
  text-transform: inherit;
  line-height: 1.5;
  letter-spacing: 1px;
  font-family: "toyota_textregular", "Tohama", "Arial";
  font-weight: normal;
  color: #000;
  margin-bottom: 41px;
}
.testimony .t-name {
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.7px;
  text-transform: none;
  margin-bottom: 6px;
}

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

.italic-1 {
  font-family: "toyota_textitalic", "Tohama", "Arial";
  font-style: italic;
  color: #d40618;
}

.campaign-highlights .padded {
  padding: 50px 100px 20px 100px;
}
.campaign-highlights .info-heading {
  margin-bottom: 20px;
}
.campaign-highlights .episode-meta {
  margin-bottom: 23px;
}
.campaign-highlights p {
  line-height: 1.67;
  letter-spacing: 0.5px;
  margin-bottom: 26px;
}
.campaign-highlights .video-sec {
  padding-left: 66px;
}
.campaign-highlights .info-padd {
  padding-top: 23px;
  padding-right: 30px;
  text-align: left;
}

.video-sec {
  position: relative;
}
.video-sec .heading {
  line-height: 1;
  letter-spacing: 0.5px;
  margin-bottom: 19px;
  text-align: left;
}
.video-sec .yt-btn {
  position: absolute !important;
  top: -1px;
  right: 0;
  line-height: normal;
  color: #d40618;
  padding: 0 20px;
}
.video-sec .yt-btn .btn-icon, .video-sec .yt-btn.btn:not(.btn-link).has-icon.btn-inverse .btn-icon {
  right: 0;
}

.video-box {
  margin-bottom: 30px;
  cursor: pointer;
}
.video-box .poster {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
  padding-bottom: 56.3%;
}
.video-box .poster img {
  position: absolute;
  width: 101%;
  height: 101%;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) scale(1);
  transition: all 1s ease;
}
.video-box .poster:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.video-box .duration {
  color: #ffffff;
  position: absolute;
  bottom: 10px;
  right: 10px;
  border-radius: 2px;
  background-color: rgba(51, 51, 51, 0.8);
  padding: 0 3px;
}
.video-box .title-bar {
  font-size: 13px;
  line-height: normal;
  color: #000000;
}
.video-box .text-small {
  float: right;
  margin-top: 2px;
  padding-left: 2px;
}
.video-box:hover .poster img {
  transform: translateX(-50%) translateY(-50%) scale(1.1);
}

.episode-info span {
  position: relative;
  margin-right: 8px;
  padding-right: 11px;
}
.episode-info span:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 2px;
  height: 10px;
  right: 0;
  width: 1px;
  border-radius: 2px;
  background-color: rgba(155, 155, 155, 0.2);
}
.episode-info span:last-child {
  margin-right: 0;
  padding-right: 0;
}
.episode-info span:last-child:before {
  content: none;
  display: none;
}

.video-gallery-full .video-box {
  text-align: left;
  margin-bottom: 50px;
  display: block;
}
.video-gallery-full .video-box .poster {
  margin-bottom: 20px;
}
.video-gallery-full .load-btn-bar {
  margin-top: 0;
}

.has-video-icons .video-box .poster:after {
  content: "";
  background: transparent url("../images/icons/play-button.svg") no-repeat center;
  background-size: cover;
  width: 60px;
  height: 60px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.tt-specs-compare .link-disabled {
  position: relative;
}
.tt-specs-compare .link-disabled:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0);
  z-index: 1;
}

.load-btn-bar {
  margin: 40px;
}

.mini-logo {
  width: 180px;
  height: 67px;
  display: inline-block;
  text-align: center;
}
.mini-logo img {
  height: 100%;
  max-width: 100%;
}

.mini-logo-row {
  text-align: center;
  margin: 30px 0 0;
}

.solid-icon-btn img {
  margin: 0 2px;
}
.solid-icon-btn.btn-primary span {
  color: #fff;
}
.solid-icon-btn span, .solid-icon-btn img {
  vertical-align: middle;
}

.col-list-item {
  display: inline-block;
  float: left;
  width: 190px;
  overflow: hidden;
  padding: 0 15px;
  margin-bottom: 30px;
}

.row-item {
  overflow: hidden;
}

.tt-accordion.tt-accordion-faqs.tt-accordian-adjust-1, #content .tt-accordion.tt-accordion-faqs.tt-accordian-adjust-1 {
  margin-top: -23px;
}

.spec-highlights .tt-aligner:after {
  content: "";
  display: block;
  height: 1px;
  background-color: rgba(236, 235, 233, 0.5);
  position: absolute;
  bottom: 61px;
  left: 49px;
  right: 49px;
}

.tt-story-box.tt-story-feature-box .tt-story-content-box {
  width: 288px;
}

.price-tag {
  display: inline-block;
}

.car-colours-sec .offer-available {
  white-space: nowrap;
  border-radius: 5px;
  background-color: #d40618;
  padding: 4px 10px;
  font: normal 10px "toyota_textbold", "Tohama", "Arial";
  display: inline-block;
  color: #fff;
  margin: 7px 0;
}

.sitemap {
  background-color: #fcfcfc;
  padding: 60px 100px;
  margin-bottom: 90px;
}
.sitemap h3 {
  font-family: "toyota_textregular", "Tohama", "Arial";
  font-weight: normal;
  letter-spacing: normal;
  margin-bottom: 34px;
}
.sitemap h3 a:after {
  bottom: 3px;
}
.sitemap h4 {
  color: rgba(138, 138, 138, 0.4);
  text-transform: uppercase;
  letter-spacing: normal;
}
.sitemap a {
  text-decoration: none;
  transition-duration: 0.2s;
  position: relative;
  color: #000;
}
.sitemap a:after {
  content: "";
  display: inline-block;
  height: 1px;
  background: black;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1px;
  transition: all 0.3s ease;
  opacity: 0;
}
.sitemap a:hover {
  text-decoration: none;
  color: inherit;
}
.sitemap a:hover:after {
  opacity: 1;
}
.sitemap .inner-space {
  margin-left: -15px;
}
.sitemap .bordered-col {
  position: relative;
  max-width: 740px;
  text-align: left;
  margin: 20px 0 50px;
}
.sitemap .bordered-col:after {
  /*  content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 15px;
    bottom: 0;
    height: 2px;
    background: #ecebe9;*/
}
.sitemap .border-row {
  /*    margin-top: 36px;
      margin-bottom: 55px;*/
}

.sitemap-head {
  margin: 58px 0;
}
.sitemap-head h2 {
  font-size: 30px;
  line-height: 1;
  text-align: center;
}

.sm-lists a {
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
}
.sm-lists li {
  margin-bottom: 10px;
  padding: 0;
  line-height: normal;
}
.sm-lists li:before {
  content: none;
  letter-spacing: normal;
}

.overlay-scrolled .vbox-close {
  opacity: 0;
}

.vbox-title.mobile {
  display: none;
}

.specs-ico {
  display: inline-block;
  margin-left: -8px;
}

.value-true, .value-false {
  display: inline-block;
  width: 4px;
  height: 4px;
  position: relative;
  margin: 2px 0 2px 6px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.value-true:after, .value-false:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.value-true:after {
  background-image: url("../images/icons/icon-true.svg");
  width: 20px;
  height: 14px;
  margin-left: 3px;
}

.value-false:after {
  background-image: url("../images/icons/icon-clear.svg");
  width: 16px;
  height: 16px;
  margin-left: 1px;
}

.spec-highlights.tt-content-specs .tt-aligner .btn-content {
  border-top: none;
}

.about-us-small-container .main-heading h4 {
  margin-bottom: 20px;
}

.tt-form-input .apply-filter-wrapper {
  float: left;
  width: 100%;
}

.filter-modal-close {
  text-transform: uppercase;
}

.bh-no-result {
  opacity: 1 !important;
}

.tt-vehicle-compare-sec .tt-links-box .price-tag {
  white-space: normal;
}

.tt-hub-tabs-box.finance-tabs .finance-image-holder .spec-details .tt-aligner:after {
  display: none;
}

.short-text {
  font-size: 15px;
  line-height: 1.67;
  letter-spacing: 0.5px;
  color: #000;
}

.tt-offer-item .scLooseFrameZone {
  height: auto !important;
}

.offer-sec:not(.no-mid-border):not(.no-borders) .tt-offer:nth-child(2) {
  padding-left: 42px;
}

.hub-item .tt-aligner-item p:last-child {
  margin-bottom: 0;
}
.hub-item .tt-aligner-item p {
  /*max-height:100px;
  overflow:hidden;*/
}

.tt-gallery-block.has-slider .no-slider .swiper-slide .gallery-item {
  box-shadow: 0px 2px 15px 0 rgba(0, 0, 0, 0.1);
}

.test {
  display: inline-block;
  float: none;
  margin: 0;
  padding: 0;
  line-height: 22.05px;
}

.tt-gallery-block-fullpage:not(.has-slider) .main-row [class*=col] {
  padding: 0;
}
.tt-gallery-block-fullpage:not(.has-slider) .cols-3 > [class*=col]:nth-child(3n+1), .tt-gallery-block-fullpage:not(.has-slider) .cols-3 > [class*=col]:nth-child(3n+2), .tt-gallery-block-fullpage:not(.has-slider) .cols-3 > [class*=col]:nth-child(3n+3) {
  padding: 0 !important;
}
.tt-gallery-block-fullpage:not(.has-slider) .col-md-4 > a {
  display: block;
  padding-bottom: 100%;
  position: relative;
  height: 100%;
}
.tt-gallery-block-fullpage:not(.has-slider) .col-md-4 > a:before, .tt-gallery-block-fullpage:not(.has-slider) .col-md-4 > a:after {
  content: "";
  display: inline-block;
  z-index: 1;
  width: 2px;
  height: 100%;
  background-color: white;
  position: absolute;
}
.tt-gallery-block-fullpage:not(.has-slider) .col-md-4 > a:before {
  left: -1px;
}
.tt-gallery-block-fullpage:not(.has-slider) .col-md-4 > a:after {
  right: -1px;
}
.tt-gallery-block-fullpage:not(.has-slider) .col-md-4 > a .gallery-item {
  position: absolute;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.tt-gallery-block-fullpage:not(.has-slider) .col-md-4 > a .gallery-item .image {
  height: 100%;
}
.tt-gallery-block-fullpage:not(.has-slider) .col-md-4 > a .gallery-item .image img {
  height: 100%;
  width: auto;
}

.btn-bar.text-right {
  float: right;
  display: inline-block;
  width: auto;
}
.btn-bar.text-right .btn {
  float: left;
}

.table-layout-fixed {
  table-layout: fixed;
}
.table-layout-fixed.table-st1 td {
  vertical-align: middle;
}
.table-layout-fixed.table-st1 td, .table-layout-fixed.table-st1 th {
  padding: 11px 30px 9px;
}

.four-cols tbody td {
  direction: ltr;
}

.tt-hub-tabs-box .tt-accordion.no-margin .accordion-inner {
  background: none;
}
.tt-hub-tabs-box .tt-accordion.no-margin .accordion-inner > h4 {
  padding: 20px 45px 20px 30px;
  background: #f8f8f8;
}
.tt-hub-tabs-box .tt-accordion.no-margin .accordion-inner .tt-content {
  padding: 30px 30px;
}
.tt-hub-tabs-box .tt-accordion.no-margin .specs-list.specs-two-col-list li {
  padding-right: 0;
}
.tt-hub-tabs-box .tt-accordion.no-margin .specs-list li {
  font-size: 15px;
  margin-bottom: 15px;
}
.tt-hub-tabs-box .tt-accordion.no-margin .specs-list li:before {
  top: 12px;
}

.category {
  color: #d40618;
  font-size: 12px;
}

.tt-story-mini-box .col-md-12 {
  margin-left: 50px;
}

.ellip {
  display: block;
  height: 100%;
}

.ellip-line {
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  max-width: 100%;
}

.ellip,
.ellip-line {
  position: relative;
  overflow: hidden;
}

.cursor-pointer {
  cursor: pointer;
}

.spotlight {
  /*  padding-bottom: 40px;*/
  width: 100%;
  display: block;
  position: relative;
  max-height: calc(100vh - 103px);
}
.spotlight .banner-image {
  display: block;
  max-width: 100%;
  text-align: center;
  max-height: 89.4vh;
}
.spotlight .banner-image img, .spotlight .banner-image video {
  width: 100%;
}
.spotlight .banner-image img.mobile, .spotlight .banner-image video.mobile {
  display: none;
}
.spotlight.space-none-bottom {
  padding-bottom: 0;
}
.spotlight em {
  display: block;
}
.spotlight em img {
  width: 100%;
}
.spotlight .caption-btn {
  z-index: 33;
  position: absolute;
  bottom: 72px;
  right: auto;
  left: 0;
  text-align: center;
  display: block;
  width: 100%;
  overflow: hidden;
}
.spotlight .caption-btn .btn {
  position: relative;
  z-index: 40;
}
.spotlight .caption-validity {
  z-index: 22;
  position: absolute;
  bottom: 15px;
  right: 0;
  left: 0;
  text-align: left;
  padding: 0 150px;
  width: 100%;
}
.spotlight .caption-validity p {
  font: normal 10px/12px "toyota_textregular", "Tohama", "Arial";
  opacity: 0.8;
  margin: 0;
  line-height: 2;
  letter-spacing: 0.3px;
  color: #ffffff;
}
.spotlight .caption {
  position: absolute;
  top: 0;
  right: auto;
  left: 0;
  margin-top: 160px;
  text-align: center;
  display: block;
  width: 100%;
}
.spotlight .caption h1, .spotlight .caption h2, .spotlight .caption h3, .spotlight .caption h4, .spotlight .caption h5, .spotlight .caption h6 {
  text-decoration: none;
}
.spotlight .caption h1 a, .spotlight .caption h2 a, .spotlight .caption h3 a, .spotlight .caption h4 a, .spotlight .caption h5 a, .spotlight .caption h6 a {
  color: inherit;
  text-decoration: none;
  position: relative;
  z-index: 40;
}
.spotlight .caption h1 a:hover, .spotlight .caption h1 a:active, .spotlight .caption h2 a:hover, .spotlight .caption h2 a:active, .spotlight .caption h3 a:hover, .spotlight .caption h3 a:active, .spotlight .caption h4 a:hover, .spotlight .caption h4 a:active, .spotlight .caption h5 a:hover, .spotlight .caption h5 a:active, .spotlight .caption h6 a:hover, .spotlight .caption h6 a:active {
  text-decoration: none;
}
.spotlight .caption h1 {
  font: normal 67px/76px "toyota_textbold", "Tohama", "Arial";
  color: #fff;
  padding: 6px 0 0;
  margin: 0;
  letter-spacing: 40px;
  text-transform: uppercase;
}
.spotlight .caption h2 {
  font: normal 45px/36px "toyota_textbold", "Tohama", "Arial";
  color: #fff;
  padding: 10px 0;
  line-height: 1.33;
  letter-spacing: 19.3px;
  margin: 0;
  text-transform: uppercase;
}
.spotlight .caption h3 {
  font: normal 30px/36px "toyota_textbold", "Tohama", "Arial";
  color: #fff;
  padding: 10px 0;
  margin: 0;
  letter-spacing: 10px;
  line-height: 1.5;
  text-transform: uppercase;
}
.spotlight p {
  font: normal 15px/1.67 "toyota_textregular", "Tohama", "Arial";
  color: #ffffff;
  letter-spacing: 0.5px;
  padding: 0;
  margin: 0;
}
.spotlight p strong, .spotlight p b {
  letter-spacing: 1.8px;
}
.spotlight p .label {
  clear: left;
  float: left;
  font: normal 18px "toyota_textregular", "Tohama", "Arial";
  color: #fff;
  padding: 0 15px 10px;
  margin: 0;
}
.spotlight .waterMark {
  position: absolute;
  top: 50px;
  right: 10%;
  left: auto;
  z-index: 1;
}
.spotlight .breadcrumb {
  display: block;
  position: absolute;
  right: auto;
  left: 0;
  background: rgba(249, 254, 255, 0.9);
  padding: 18px 16px;
  margin: 0;
}
.spotlight .breadcrumb li {
  display: inline;
  font: normal 14px "toyota_textregular", "Tohama", "Arial";
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-left: 0;
  margin-right: 10px;
}
.spotlight .breadcrumb li:before {
  display: none;
}
.spotlight .breadcrumb li:last-child {
  margin: 0;
  pointer-events: none;
}
.spotlight .breadcrumb li a {
  color: #d40618;
  text-decoration: none;
}
.spotlight .breadcrumb li a:hover {
  color: #9f010f;
}
.spotlight.caption-center {
  text-align: center;
  background-size: cover;
}
.spotlight.caption-center h2 {
  font: normal 67px/76px "toyota_textbold", "Tohama", "Arial";
  color: #fff;
  padding: 6px 0 0;
  margin: 0;
  letter-spacing: 40px;
  text-transform: uppercase;
}
.spotlight.caption-center h3 {
  font: normal 67px/76px "toyota_textbold", "Tohama", "Arial";
  color: #fff;
  padding: 6px 0 0;
  margin: 0;
  letter-spacing: 40px;
  text-transform: uppercase;
}
.spotlight.caption-left h3 {
  font: normal 45px/36px "toyota_textbold", "Tohama", "Arial";
  color: #fff;
  padding: 0 0 20px;
  line-height: 1.33;
  letter-spacing: 19.3px;
  margin: 0;
  text-transform: uppercase;
}
.spotlight.caption-left h3.dashed:before {
  background: #fff;
}
.spotlight.caption-left h2, .spotlight.caption-left h3 {
  max-width: 448px;
}
.spotlight.caption-left .caption {
  margin: -200px 0;
  top: 50%;
  width: 480px;
  display: inline-block;
  left: 0;
  right: 0;
  text-align: left;
  height: 400px;
  padding: 0 150px;
  z-index: 22;
}
.spotlight.caption-left .caption:before {
  content: " ";
  display: block;
  width: 100px;
  height: 400px;
  position: absolute;
}
.spotlight.caption-left .caption p {
  font-weight: normal;
  max-width: 348px;
}
.spotlight.caption-left .caption .pricing {
  margin: 20px 0 20px;
  display: block;
  clear: both;
  overflow: hidden;
  width: 100%;
}
.spotlight.caption-left .caption .pricing .label {
  font: normal 13px "toyota_textregular", "Tohama", "Arial";
  display: block;
  color: inherit;
  margin: 0 0 5px;
  padding: 0;
}
.spotlight.caption-left .caption .pricing .price-tag {
  margin: 0;
  padding: 0;
  clear: both;
  display: block;
}
.spotlight.caption-left .caption .pricing .price-tag h4 {
  letter-spacing: 3px;
  font: normal 25px "toyota_textbold", "Tohama", "Arial";
  display: block;
  color: #d40618;
  margin: 0;
  padding: 0;
}
.spotlight.caption-video {
  text-align: center;
}
.spotlight.caption-video .banner-image {
  max-height: initial;
}
.spotlight.caption-video video {
  background: #000;
  max-height: 80vh;
}
.spotlight.caption-video h3 {
  font: normal 30px/36px "toyota_textbold", "Tohama", "Arial";
  color: #fff;
  padding: 0;
  margin: 0;
  letter-spacing: 10px;
  line-height: 1.5;
  text-transform: uppercase;
}
.spotlight.caption-video .caption {
  margin: -35px auto;
  padding: 0;
  top: 50%;
  width: 650px;
  display: inline-block;
  left: 0;
  right: 0;
}
.spotlight.caption-video .caption:before {
  content: " ";
  width: 100%;
  height: 80px;
  position: absolute;
  display: block;
  background: url("../images/icons/play-button.svg") no-repeat center;
  top: -110px;
  display: none;
}
.spotlight.caption-video .caption .btn-content {
  margin-top: 15px;
  position: relative;
  z-index: 30;
}

#content .spotlight .caption-center {
  background-position-x: center;
  background-position-y: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
}
#content .spotlight .caption-center .caption {
  z-index: 19;
}
#content .spotlight .banner-image {
  position: relative;
  z-index: 20;
}
#content .spotlight:after {
  /* position: absolute;
   top: 0;
   left: 0;
   height: 100%;
   width: 100%;
   background: rgba(0, 0, 0, 0.3);
   content: "";
   display: block;
   z-index: 20;*/
}

#content .spotlight .caption p strong {
  color: inherit;
}

@media only screen and (min-width: 1366px) {
  #content .spotlight.caption-center .caption {
    margin-top: 100px;
  }
}
@media only screen and (min-width: 1280px) {
  #content .spotlight.caption-center .caption {
    margin-top: 80px;
  }
}
@media only screen and (min-width: 992px) {
  #content .spotlight.caption-center .caption {
    /*   margin-top:0 ;
       top:auto;
       bottom:50%;
       transform:translateY(-50%);

       margin-bottom: -10px;*/
    z-index: 22;
    top: auto;
    bottom: 60%;
    transform: translateY(0%);
    margin: 0;
  }
  .spotlight.caption-left .caption {
    width: 1170px;
    margin-right: auto;
    margin-left: auto;
    max-width: 80%;
    padding: 0;
  }
  .spotlight .caption-validity {
    width: 1170px;
    margin-right: auto;
    margin-left: auto;
    max-width: 80%;
    padding: 0;
  }
}
.spotlight {
  color: #fff;
}
.spotlight .caption {
  color: inherit;
}
.spotlight .caption .pricing .label {
  color: inherit;
}
.spotlight .caption h1, .spotlight .caption h2, .spotlight .caption h3, .spotlight .caption h4, .spotlight .caption h5, .spotlight .caption h6, .spotlight .caption p {
  color: inherit;
}
.spotlight .caption h1 a, .spotlight .caption h2 a, .spotlight .caption h3 a, .spotlight .caption h4 a, .spotlight .caption h5 a, .spotlight .caption h6 a, .spotlight .caption p a {
  color: inherit;
}
.spotlight .caption h1.dashed:before, .spotlight .caption h2.dashed:before, .spotlight .caption h3.dashed:before, .spotlight .caption h4.dashed:before, .spotlight .caption h5.dashed:before, .spotlight .caption h6.dashed:before, .spotlight .caption p.dashed:before {
  background: currentColor;
}
.spotlight .caption-validity p {
  color: inherit;
}

.notice {
  position: relative;
  width: 100%;
  text-align: center;
  padding: 0;
  margin: 0;
}
.notice .notice-wrap {
  padding: 48px 0;
  margin-bottom: 40px;
}
.notice h2 {
  font: normal 24px "toyota_textregular", "Tohama", "Arial";
  color: #fff;
  padding: 0;
  margin: 0 0 24px;
}
.notice p {
  color: #fff;
  padding: 0;
  margin: 0 0 24px;
}

.card {
  display: block;
  position: relative;
  border: none;
  margin-bottom: 40px;
}
.card:hover .chevron-btn a {
  display: none;
  color: #9f010f;
}
.card:hover .chevron-btn a em svg path {
  fill: #9f010f;
}
.card i {
  display: block;
  position: relative;
}
.card i .blue-overlay {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(159, 1, 15, 0.7);
  z-index: 1;
}
.card i h2 {
  position: absolute;
  color: #fff;
  font-size: 32px;
  line-height: 34px;
  width: 85%;
  right: auto;
  left: 31px;
  bottom: 25px;
  padding: 0;
  padding-right: 10px;
  padding-left: 0;
  margin: 0;
  z-index: 2;
}
.card i img {
  width: 100%;
}
.card.card-full .col-md-6 {
  float: right;
  position: relative;
  min-height: 412px;
}
.card.card-full .col-md-6:nth-of-type(odd) {
  padding: 0;
}
.card.card-full .col-md-6 .text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.card.card-full:hover .card-wrap {
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
  transition: 400ms all ease;
}
.card h2 {
  font: normal 44px/50px "toyota_textregular", "Tohama", "Arial";
  padding: 0;
  margin: 0 0 20px;
}
.card p {
  padding: 0;
  margin: 0 0 15px;
}
.card .text {
  position: relative;
  padding: 31px;
  background: #fff;
  /*    p{
        max-height: 116px;
        overflow: hidden;
      }*/
}
.card .text:after {
  content: "";
  width: 100%;
  height: 1000%;
  position: absolute;
  left: 0;
  bottom: -1000%;
  background: #fff;
}
.card .card-wrap {
  overflow: hidden;
  position: relative;
}

.card-blue .text {
  background: #fff;
  padding: 21px 31px 48px;
}
.card-blue .text:after {
  background: #0c2340;
}
.card-blue p {
  color: #a9abac;
}
.card-blue .chevron-btn {
  color: #fff;
}
.card-blue .chevron-btn em svg path {
  fill: #fff;
}

.tt-offer-item.tt-get {
  padding-top: 37px;
}
.tt-offer-item.tt-get .content h4 {
  position: relative;
  padding-left: 36px;
  margin: 0 0 15px;
  font-weight: bold;
}
.tt-offer-item.tt-get .content h4 a, .tt-offer-item.tt-get .content h4 a:hover {
  color: inherit;
}
.tt-offer-item.tt-get .content h4 img {
  width: 23px;
  width: 23px;
  margin-right: 10px;
  position: absolute;
  top: -1px;
  left: 0;
}
.tt-offer-item.tt-get .content .btn-content.time, .tt-offer-item.tt-get .content .time.time {
  font-size: 12px;
  color: #888888;
  line-height: 1.67;
  border-top: 0;
  bottom: 21px;
}

/**
 * Allows you to use retina images at various pixel densities.
 * Examples:
 *
 *   @include retina(/images/mypic.jpg, 2);
 *   @include retina(/images/mypic.jpg, 3, 100px 100px, left top no-repeat transparent);
 *
 * @param  {Value}  $path               The path to the file name minus extension.
 * @param  {Number} $cap:    2          The highest pixel density level images exist for.
 * @param  {Value}  $size:   auto auto  The intended width of the rendered image.
 * @param  {Value}  $extras: null       Any other `background` values to be added.
 */
.component.content {
  display: block;
}

.full-click {
  display: none;
}

.tt-gray-box {
  display: block;
  padding: 50px 40px;
  margin: 68px 0;
  background-color: #fcfcfc;
}
.tt-gray-box h4 {
  color: #000000;
  line-height: 1.67;
  letter-spacing: 0.5px;
  margin-bottom: 15px;
}

.tt-promo-listing-box {
  display: block;
  clear: both;
  overflow: hidden;
}

.tt-available-offers-box {
  display: block;
  clear: both;
}
.tt-available-offers-box .tt-links-box, .tt-available-offers-box .tt-car-item {
  min-height: auto;
}

.tt-hub-tabs-box {
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
  clear: both;
  float: none;
  overflow: hidden;
}
.tt-hub-tabs-box .tt-tabs.tt-tabs-centered .tt-tabs-box .tabs-menu {
  margin-bottom: 0;
}

.com {
  color: #93a1a1;
}

.lit {
  color: #195f91;
}

.pun, .opn, .clo {
  color: #93a1a1;
}

.fun {
  color: #dc322f;
}

.str, .atv {
  color: #D14;
}

.kwd, .prettyprint .tag {
  color: #1e347b;
}

.typ, .atn, .dec, .var {
  color: teal;
}

.pln {
  color: #48484c;
}

.prettyprint {
  padding: 8px;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
}

.prettyprint.linenums {
  -webkit-box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
  -moz-box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
  box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
}

/* Specify class=linenums on a pre to get line numbering */
ol.linenums {
  margin: 0 0 0 33px; /* IE indents via margin-left */
}

ol.linenums li {
  padding-left: 12px;
  color: #bebec5;
  line-height: 20px;
  text-shadow: 0 1px 0 #fff;
}

img.lazy {
  /* optional way, set loading as background */
  background-image: url("../images/loading.gif");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.model-specs-sec {
  position: relative;
}
.model-specs-sec:before {
  content: "";
  position: absolute;
  top: 0;
  left: -20px;
  width: calc(100% + 40px);
  background: #fcfcfc;
  height: 100%;
  display: block;
}
.model-specs-sec .tt-links-box .swiper-wrapper {
  margin-bottom: 0;
}
.model-specs-sec .tt-links-box .swiper-wrapper > li.swiper-slide {
  padding: 20px 0;
}

.tt-gallery-block .load-btn-bar {
  margin-top: 56px;
  margin-bottom: 0;
}

.tt-hub-tabs-box .tt-gallery-block {
  margin-top: 50px;
}

.tt-hub-tabs-box .tt-tabs.tt-tabs-centered .tt-tabs-box {
  padding-top: 26px;
}

.content-hub-detail .video-slider .tt-single-slider.video {
  max-width: 100%;
  margin-bottom: 0;
}

.video-gallery-full.has-video-icons .nested-container .col-12 .load-btn-bar.text-center {
  margin-top: 40px;
}

.tt-gallery-block a:hover {
  color: #fff !important;
}

.spec-highlights {
  min-height: 300px;
}

.spec-highlights.tt-content-specs .img-placeholder {
  background: #fff;
  display: block;
  overflow: hidden;
  min-height: 400px;
  max-height: 600px;
  /*width: calc(100% - 200px);
  margin-left: 200px;*/
}

.tt-gallery-block.has-slider .no-slider .swiper-slide {
  min-width: 290px;
}

.campaign-highlights .padded {
  box-shadow: 5px 2px 30px 0 rgba(0, 0, 0, 0.04);
}

.loading .load-btn-bar, .loading .btn-align.text-center, .loading #loadMoreContainer {
  position: relative;
  min-height: 60px;
}
.loading .load-btn-bar .btn.btn-primary, .loading .btn-align.text-center .btn.btn-primary, .loading #loadMoreContainer .btn.btn-primary {
  display: none;
  opacity: 0;
}
.loading .load-btn-bar:before, .loading .btn-align.text-center:before, .loading #loadMoreContainer:before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 12;
  position: absolute;
  background: rgba(243, 243, 243, 0) url(../images/loading.gif) no-repeat 50% 50%;
}

.spec-highlights .img-placeholder {
  max-height: 640px;
  overflow: hidden;
}

.spec-highlights .img-placeholder img {
  width: 100%;
}

i, em {
  font-style: italic;
}

.specs-list.specs-two-col-list {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  column-gap: 30px;
}
.specs-list.specs-two-col-list li {
  width: 100%;
}

.back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 39;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  text-align: center;
  line-height: 30px;
  background: rgb(225, 225, 225) url(../images/arrows/form-pagination.svg) no-repeat center/40%;
  color: #fff;
  cursor: pointer;
  border: 0;
  text-decoration: none;
  transition: opacity 0.2s ease-out;
  opacity: 0;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.back-to-top:hover {
  background-color: #fff;
}
.back-to-top.show {
  opacity: 1;
}

.main-heading * {
  white-space: normal;
  word-break: break-word;
}

.campaign-highlights {
  margin-bottom: 60px;
}

.banner-full {
  overflow: hidden;
  width: 100%;
}

.tt-promo-feature-item.tt-promo-large .content .offer-sec .tt-m-exp {
  float: left;
  padding-right: 5px;
  padding-left: 0;
}

@media screen and (min-width: 767px) {
  .tt-page-articles #content .container > [class*=col] > .main-heading, .tt-page-features #content .container > [class*=col] > .main-heading {
    margin-bottom: 0;
  }
  .banner-full {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .spec-highlights {
    overflow: hidden;
    margin-top: 40px;
  }
  .tt-page-articles #content .container > [class*=col] > .main-heading, .tt-page-features #content .container > [class*=col] > .main-heading {
    margin-bottom: 0;
  }
}
.spinner {
  margin: 100px auto;
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;
  -webkit-animation: sk-rotate 2s infinite linear;
  animation: sk-rotate 2s infinite linear;
}

.dot1, .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #d40618;
  border-radius: 100%;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}

.dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.loading .tt-loader {
  margin: 100px auto;
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;
  -webkit-animation: sk-rotate 2s infinite linear;
  animation: sk-rotate 2s infinite linear;
}
.loading .tt-loader:before, .loading .tt-loader:after {
  content: "";
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #d40618;
  border-radius: 100%;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}
.loading .tt-loader:after {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes sk-rotate {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes sk-rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.form-start .tt-forms {
  max-height: 100%;
}

.tt-forms {
  display: block;
  margin: 0 auto;
  padding: 100px 0px 20px;
}
.tt-forms .swiper-wrapper {
  align-items: center; /* add this will all relevant prefixes */
  position: relative;
  padding-top: 0px;
}
.tt-forms .swiper-slide {
  align-items: center;
  opacity: 0.2;
  pointer-events: none;
}
.tt-forms .swiper-slide.swiper-slide-active {
  opacity: 1;
  pointer-events: all;
}
.tt-forms .swiper-button-prev, .tt-forms .swiper-button-next {
  top: 5px;
  background-image: url("../images/arrows/form-pagination.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 13px 7px;
  width: 30px;
  height: 50px;
  outline: none;
}
.tt-forms .swiper-button-prev {
  right: 25px;
  left: auto;
}
.tt-forms .swiper-button-next {
  transform: rotate(180deg);
  right: -10px;
}
.tt-forms .swiper-container-vertical > .swiper-pagination-progressbar {
  top: 30px;
}
.tt-forms .swiper-button-prev.swiper-button-disabled, .tt-forms .swiper-button-next.swiper-button-disabled {
  opacity: 0.7;
}

.custom-pagination {
  color: #a3a6a0;
  font-family: "toyota_textbold", "Tohama", "Arial";
  font-size: 10px;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1;
  text-align: left;
  position: absolute;
  top: 5px;
}

@-moz-document url-prefix() {
  .tt-form-input label, .tt-form-input .control-label {
    line-height: normal !important;
  }
}
.tt-form-input {
  padding: 0;
  min-height: 50px;
  position: relative;
  top: 0;
  width: 100%;
  display: block;
}
.tt-form-input label, .tt-form-input .control-label {
  font: normal 15px "toyota_textbold", "Tohama", "Arial";
  line-height: 1.47;
  letter-spacing: normal;
  color: #000000;
}
.tt-form-input label small, .tt-form-input .control-label small {
  font: normal 15px "toyota_textregular", "Tohama", "Arial";
  font-weight: normal;
  color: #a3a6a0;
}
.tt-form-input .form-control {
  padding: 10px 0;
  font: normal 15px "toyota_textregular", "Tohama", "Arial";
  color: #888888;
  border-bottom: solid 2px #d6d6d6;
  margin: 0;
  background: none;
  border-radius: 0;
}
.tt-form-input .radio-strip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tt-form-input .radio-strip .radio {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
  font-family: "toyota_textbold", "Tohama", "Arial";
  font-size: 10px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 1px;
  text-align: center;
  color: #ffffff;
  margin: 0 15px 0 0;
  text-transform: uppercase;
}
.tt-form-input .radio-strip .radio:last-child {
  margin-right: 0;
}
.tt-form-input .radio-strip .radio:hover {
  cursor: pointer;
}
.tt-form-input .radio-strip .radio:hover span {
  background-color: #d40618;
}
.tt-form-input .radio-strip .radio span {
  display: block;
  padding-top: 18px;
  padding-bottom: 17px;
  background-color: #888888;
  border-radius: 5px;
}
.tt-form-input .radio-strip .radio .text {
  position: absolute;
  left: 0;
  right: 0;
  text-transform: none;
  padding: 14px 9px;
}
.tt-form-input .radio-strip .form-check-input {
  position: absolute;
  top: 0;
  left: 22px;
  z-index: -1;
  opacity: 0;
}
.tt-form-input .radio-strip .form-check-input:checked ~ span {
  background-color: #d40618;
}
.tt-form-input .radio-strip.content-width .radio {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}
.tt-form-input .radio-strip.content-width .radio span {
  padding-left: 20px;
  padding-right: 20px;
}
.tt-form-input .form-check {
  margin-bottom: 10px;
  padding-top: 10px;
}
.tt-form-input .form-check .mini-label {
  margin-bottom: 5px;
}
.tt-form-input .no-touch .form-check-input:hover ~ .form-check-label:before {
  border-color: #c5c6c7;
}
.tt-form-input .form-check-input {
  position: absolute;
  opacity: 0;
}
.tt-form-input .form-check-input:focus ~ .form-check-label:before {
  border-color: #c5c6c7;
}
.tt-form-input .form-check-input:checked ~ .form-check-label:before {
  background-image: url("../images/icons/check-icon.svg");
  background-color: #d40618;
}
.tt-form-input .form-check-label {
  font-family: "toyota_textregular", "Tohama", "Arial";
  font-size: 14px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0.3px;
  text-align: left;
  color: #333333;
  position: relative;
  display: block;
  padding: 2px 0 2px 32px;
}
.tt-form-input .form-check-label:before {
  border-radius: 2px;
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  border: 1px solid #e4e5e6;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center center;
  background-repeat: no-repeat;
  box-sizing: border-box;
}
.tt-form-input .selectize-input {
  border: none;
  border-bottom: 1px solid #d6d6d6;
}
.tt-form-input .p-small-1 {
  margin-top: 20px;
  max-width: 383px;
  line-height: 1.5;
  letter-spacing: 0.4px;
  color: #888888;
}

.mini-label {
  font-size: 12px;
  line-height: normal;
  letter-spacing: normal;
  color: #888888;
}

.has-danger .form-control {
  border-color: #d9534f;
}

.tt-forms .swiper-wrapper, .tt-forms .swiper-slide {
  align-items: center;
  height: auto;
}
.tt-forms .grey-bg {
  position: relative;
  background-color: #fcfcfc;
}
.tt-forms .swiper-container {
  height: 68.5vh;
  margin-bottom: 20px;
  clear: both;
  float: none;
  width: 570px;
  margin: 0 auto;
  min-height: 100px;
  overflow: hidden;
}

.controls-box {
  position: relative;
  display: block;
  overflow: visible;
  z-index: 1;
  height: 100%;
  max-width: 570px;
  margin: 0 auto;
  top: -70px;
  padding-top: 30px;
}

.controls-footer-box {
  display: none;
  position: absolute;
  bottom: 0;
  z-index: 2;
  margin-bottom: 0px;
  width: 100%;
  background: #f8f8f8;
  padding-top: 80px;
  padding-bottom: 40px;
}
.controls-footer-box .form-group {
  position: relative;
  display: block;
  overflow: visible;
  z-index: 1;
  height: 100%;
  max-width: 570px;
  margin: 0 auto;
  padding: 20px 0;
  transition: 1.2s all ease;
}
.controls-footer-box .form-group h4 {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: normal;
  text-transform: uppercase;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 3.2px;
}
.controls-footer-box .error-details {
  display: none;
  background: #d40618;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.controls-footer-box .error-details .alert-message {
  padding: 10px 0 !important;
  color: #fff;
}
.controls-footer-box .error-details img {
  vertical-align: -3px;
  margin: 0 4px;
}
.controls-footer-box.active-end .form-group {
  padding: 40px 0 80px;
}
.controls-footer-box.active-end .form-group h4 {
  margin-bottom: 40px;
}
.controls-footer-box .text-field-controls {
  padding-top: 18px;
}

.text-field-controls {
  padding-top: 30px;
}

.custom-combobox {
  position: relative;
  display: inline-block;
}

.form-group.opened .custom-combobox-toggle {
  transform: rotate(0);
}

.custom-combobox-toggle {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 5px 0 0;
  cursor: pointer;
  background-image: url(../images/arrows/form-pagination.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 13px 7px;
  width: 40px;
  height: 100%;
  transform: rotate(180deg);
  transition: none;
}

.custom-combobox-input {
  margin: 0;
  padding: 5px 10px;
}

.custom-combobox {
  display: block;
}

.splash-screen {
  padding-bottom: 100px;
  height: 100%;
  margin: 20px 0;
  background-color: #fcfcfc;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.splash-screen .component.link {
  padding-top: 10px;
  margin-right: 0;
}
.splash-screen .centered-title {
  margin-top: 0;
  padding-top: 12px;
  margin-bottom: 18px;
}
.splash-screen p, .splash-screen .paragraph {
  line-height: 1.67;
  letter-spacing: 0.5px;
  margin-bottom: 50px;
}
.splash-screen.form-response {
  padding-bottom: 0;
  position: static;
  min-height: 70vh;
}
.splash-screen .car-selected-block {
  overflow: hidden;
  margin-bottom: 35px;
  padding-top: 8px;
}

input.ui-widget.ui-widget-content, .custom-combobox-input {
  border: none;
  background: none;
  border-bottom: 2px solid #d6d6d6;
}

.has-error .input.ui-widget.ui-widget-content, .has-error .custom-combobox-input {
  border-bottom-color: #d9534f !important;
}

.custom-combobox-input {
  display: block;
  width: 100%;
  background-color: white;
  font-size: 15px;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
  padding-bottom: 16px;
  padding-left: 0;
  padding-right: 46px;
  font-family: "toyota_textregular", "Tohama", "Arial";
  box-sizing: border-box;
}

.ui-widget.ui-widget-content {
  border: none;
}

.ui-autocomplete {
  box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.1);
}
.ui-autocomplete li {
  font-family: "toyota_textregular", "Tohama", "Arial";
  font-size: 13px;
  font-weight: normal;
  line-height: 3.62;
  letter-spacing: normal;
  text-align: left;
  color: #172328;
  line-height: 3.52;
}
.ui-autocomplete li .ui-menu-item-wrapper {
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 21px;
}
.ui-autocomplete li .ui-menu-item-wrapper.ui-state-active {
  background-color: #f8f8f8;
  color: #d40618;
  border-color: #f8f8f8;
}

.form-group.radio-group {
  margin-bottom: 0;
}

.car-selected-block {
  padding: 30px 0 0;
}
.car-selected-block .image {
  margin-right: 37px;
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 5px;
}
.car-selected-block .image img {
  max-width: 212px;
}
.car-selected-block .content {
  display: inline-block;
  vertical-align: middle;
}
.car-selected-block .content h4 {
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1.6px;
  text-align: left;
  color: #000000;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.car-selected-block .content .pricing {
  text-align: left;
  margin-bottom: 10px;
}
.car-selected-block .content .pricing .label {
  font-family: "toyota_textregular", "Tohama", "Arial";
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #333333;
}
.car-selected-block .content .pricing .price-tag {
  font-family: "toyota_textbold", "Tohama", "Arial";
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1.8px;
  text-align: left;
  color: #d40618;
  margin: 0 5px;
}
.car-selected-block .content p {
  max-width: 180px;
  font-family: "toyota_textregular", "Tohama", "Arial";
  font-size: 9px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: 0.3px;
  text-align: left;
  color: #888888;
}

.controls-box-spacer {
  height: 60px;
  display: none;
  width: 100%;
}

/*.swiper-slide .tt-form-input .radio-strip.current-radio-strip .form-check-input:checked ~ span {
  box-shadow: inset 0 0 1px 2px rgba(99, 3, 11, .5)
}*/
.tt-forms.current-blur .swiper-slide.swiper-slide-active {
  opacity: 0.2;
  pointer-events: none;
}

.tt-forms .alert-message, .tt-forms .field-validation-error {
  background: none;
}
.tt-forms .has-error .alert-message, .tt-forms .has-error .field-validation-error {
  background: url("../images/icons/info-icon.svg") no-repeat right center;
}

.tt-form-input .d-flex .text-field-controls.extraHeight {
  min-height: 40px;
}
.tt-form-input .d-flex .col {
  padding-right: 0;
}
.tt-form-input .d-flex .alert-message, .tt-form-input .d-flex .field-validation-error {
  margin-right: 0;
}

.controls-box .progress {
  background-color: #eaeaea;
}
.controls-box .progress-bar {
  width: 0%;
  transition: all 0.3s ease;
  height: 4px;
  background-color: #333333;
}

.tt-form-input .multi-text label, .tt-form-input .multi-text .control-label {
  margin-bottom: 15px;
}

.form-group.multi-text {
  margin-top: 30px;
  margin-bottom: 0;
}
.form-group.multi-text:first-child {
  margin-top: 0;
}

.desktop-width-limit {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.desktop-width-limit .radio {
  max-width: 180px;
}

.splash-screen {
  height: calc(100% - 40px);
}

.tt-short-splash-screen {
  position: relative;
  top: -100px;
}
.tt-short-splash-screen .scroll-to-continue-btn {
  display: none;
}
.tt-short-splash-screen .scroll-to-continue-btn:after {
  content: "";
  top: 5px;
  background-image: url(../images/arrows/form-pagination.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 13px 7px;
  transform: rotate(180deg);
  height: 50px;
  outline: none;
  display: block;
  clear: both;
  float: none;
  width: 100%;
  opacity: 0.5;
}
.tt-short-splash-screen h3 {
  font-family: "toyota_textbold", "Tohama", "Arial";
  text-transform: uppercase;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 3.2px;
  color: #000000;
}

@media screen and (max-width: 991px) {
  .scroll-message-desktop {
    display: none !important;
  }
  .tt-short-splash-screen {
    position: relative;
    top: 0;
    text-align: center;
    height: 50vh;
    display: table-cell;
    vertical-align: middle;
    padding: 0;
  }
  .tt-short-splash-screen .scroll-to-continue-btn {
    display: block;
    position: fixed;
    bottom: 0;
    text-align: center;
    width: 100%;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.3px;
    color: #a3a6a0;
  }
}
@-moz-document url-prefix() {
  .tt-form-input .form-check-input:checked ~ .form-check-label::before {
    border: none;
  }
}
input[type=number].form-control {
  -moz-appearance: textfield;
}
input[type=number].form-control::-webkit-inner-spin-button, input[type=number].form-control::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.dropdown-limit .ui-autocomplete {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 188px;
}

.auto-expanded {
  resize: none;
  overflow: hidden;
}

.has-textarea {
  padding-bottom: 7px;
}
.has-textarea .mini-label {
  padding-top: 7px;
}

.slide-textarea .text-field-controls {
  padding-top: 8px;
}
.slide-textarea .btn-side-info {
  display: none;
}

.tt-form-input .radio-strip.content-width .radio span {
  line-height: 1.8;
}

.scroll-message-desktop {
  display: inline-block;
  color: #3b3b3b;
  font-size: 13px;
  position: relative;
  margin-top: 40px;
}
.scroll-message-desktop:after {
  content: "";
  background-image: url(../images/arrows/form-pagination.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 13px 7px;
  transform: rotate(180deg);
  height: 14px;
  outline: none;
  display: block;
  clear: both;
  float: none;
  width: 100%;
  opacity: 0.5;
  padding-bottom: 4px;
}

.form-start .ui-menu .ui-menu-divider {
  display: none;
}

.tt-page-type-form .ui-autocomplete li {
  padding: 0;
}
.tt-page-type-form .ui-autocomplete li:before {
  content: none;
}

#bookServiceformdiv .car-select-slide {
  min-height: auto;
}

.datepickerContainer .datetime-picker {
  background: url(../images/owners/calendar.svg) no-repeat right center;
}

.toyota-form-container {
  max-width: 752px;
  width: 100%;
  margin: 0px auto;
  position: relative;
  box-sizing: border-box;
  padding: 50px 0;
  /* vehicle selector styles */
  /*
      .form-vehicle-selector .form-inner label.focused + select:focus {
          background-image: url('../images/upward-arrow.svg') !important;
      }
  */
  /*end vehicle selector styles */
  /* radio button */
  /* radio button */
  /* multi-line textbox */
  /* rating star */
  /* toggle */
  /* radio strip */
  /* datepicker */
  /*.form-date-selector {
      input[type=text] {
          width: 360px;

          @media screen and (min-width: 642px) and (max-width: 641px) {
              width: 340px;
          }

          @media screen and (max-width: 641px) {
              width: 100%;
          }
      }
  }*/
}
@media screen and (min-width: 641px) and (max-width: 991px) {
  .toyota-form-container {
    padding: 50px 20px;
  }
}
.toyota-form-container .form-heading {
  font-weight: 600;
  font-Size: 24px;
  line-height: 28.8px;
  color: #3A3A3A;
  margin-bottom: 20px;
}
.toyota-form-container .form-single-line-text {
  font-Weight: 400;
  font-Size: 14px;
  line-height: 18px;
  color: #3A3A3A;
  margin-bottom: 45px;
}
.toyota-form-container .form-contact-info {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 19.2px;
  color: #3A3A3A;
  font-weight: 600;
}
.toyota-form-container .form-wrap {
  display: flex;
  margin-bottom: 26px;
}
.toyota-form-container .form-inner {
  border: 1px solid #D6D6D6;
  height: 54px;
  width: 358px;
  border-radius: 2px;
  position: relative;
  margin-bottom: 0;
  margin-right: 26px;
  z-index: 0;
}
@media screen and (max-width: 641px) {
  .toyota-form-container .form-inner {
    width: 100%;
  }
}
.toyota-form-container .form-wrap .form-inner:last-of-type {
  margin-right: 0;
  margin-bottom: 0;
}
.toyota-form-container .form-inner label {
  position: absolute;
  top: 18px;
  left: 11px;
  color: rgba(0, 0, 0, 0.4);
  font-size: 14px;
  line-height: 16.8px;
  font-weight: 400;
  pointer-events: none;
  transition: 0.2s ease-out all;
}
.toyota-form-container .form-inner label.focused {
  top: 6px;
  color: #3A3A3A;
  font-size: 12px;
  line-height: 14px;
}
.toyota-form-container .form-wrap .floating-group::after {
  background-image: url(../images/icon-close.svg);
  height: 20px;
  background-color: #D6D6D6;
  border-radius: 50%;
  width: 20px;
  position: absolute;
  content: "";
  top: 17px;
  right: 20px;
  background-repeat: no-repeat;
  z-index: 1;
  cursor: pointer;
}
.toyota-form-container .form-inner .form-field-required::after {
  content: "*";
  color: #ED1B2F;
}
.toyota-form-container .form-inner .form-field-tel {
  color: #3A3A3A;
}
.toyota-form-container .form-inner .floating-control {
  border: none;
  width: 100%;
  height: 100%;
  padding: 8px 12px 0;
  color: #3A3A3A;
  font-size: 14px;
  line-height: 16.8px;
  font-weight: 400;
  outline: none;
}
.toyota-form-container .form-inner .input-validation-error {
  border: 1px solid #BF1722;
}
.toyota-form-container .form-inner .field-validation-error {
  color: #BF1722;
  background: none;
  padding-left: 10px;
  margin-top: 0px;
}
.toyota-form-container .form-inner .field-validation-error::before {
  background-image: url(../images/error-icon.svg);
  height: 14px;
  width: 14px;
  position: absolute;
  content: "";
  top: 56px;
  left: 8px;
  background-repeat: no-repeat;
}
.toyota-form-container .radio-button .field-validation-error {
  color: #BF1722;
  background: none;
  padding-left: 10px;
  margin-top: 0px;
}
.toyota-form-container .radio-button .field-validation-error::before {
  background-image: url(../images/error-icon.svg);
  height: 14px;
  width: 14px;
  position: absolute;
  content: "";
  top: 6px; /*56px*/
  left: -8px; /*8px*/
  background-repeat: no-repeat;
}
.toyota-form-container .clear-icon .field-validation-error::before {
  top: 58px;
}
.toyota-form-container .captcha .field-validation-error {
  color: #BF1722;
  padding: 0 26px 0;
  margin: 0;
  background: none;
}
.toyota-form-container .captcha .field-validation-error::before {
  background-image: url(../images/error-icon.svg);
  height: 14px;
  width: 14px;
  position: absolute;
  content: "";
  left: 8px;
  background-repeat: no-repeat;
  margin-top: 5px;
}
.toyota-form-container .form-checkbox .field-validation-error {
  color: #BF1722;
  padding: 0 26px 0;
  margin: 0;
  background: none;
  margin-bottom: 20px;
  margin-top: -20px;
  margin-left: 15px;
  font-size: 13px;
}
.toyota-form-container .form-checkbox .field-validation-error:last-of-type {
  margin-top: 0px;
}
.toyota-form-container .form-checkbox .field-validation-error::before {
  background-image: url(../images/error-icon.svg);
  height: 14px;
  width: 14px;
  position: absolute;
  content: "";
  left: 8px;
  background-repeat: no-repeat;
  margin-top: 6px;
  margin-left: 15px;
}
.toyota-form-container .floating-control:focus + label,
.toyota-form-container .floating-control:not(:placeholder-shown) + label {
  top: 6px;
  font-size: 12px;
  color: #555;
}
.toyota-form-container .form-checkbox {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
  margin-top: 24px;
}
.toyota-form-container .form-checkbox input[type=checkbox] {
  appearance: none;
  margin-right: 20px;
}
.toyota-form-container .form-checkbox label:last-of-type {
  margin-bottom: 0;
}
.toyota-form-container .form-checkbox label {
  position: relative;
  padding-left: 20px;
  cursor: pointer;
  display: flex;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #3A3A3A;
}
.toyota-form-container .form-checkbox input[type=checkbox]::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  border: 1px solid rgba(58, 58, 58, 0.4);
  border-radius: 2px;
  background-color: rgba(58, 58, 58, 0.0392156863);
}
.toyota-form-container .form-checkbox input[type=checkbox]:checked::before {
  background-color: #FFFFFF;
  border-color: rgba(58, 58, 58, 0.4);
}
.toyota-form-container .form-checkbox input[type=checkbox]::after {
  content: "";
  font-size: 14px;
  color: rgba(39, 108, 243, 0.8980392157);
  position: absolute;
  left: 5px;
  top: 6px;
  width: 13px;
  height: 11px;
  display: none;
  background-repeat: no-repeat;
  background-image: url(../images/vector.svg);
}
.toyota-form-container .form-checkbox input[type=checkbox]:checked::after {
  display: block;
}
.toyota-form-container .form-checkbox-label a {
  color: #4285F4;
}
.toyota-form-container .form-submit-button {
  width: 245px;
  height: 47px;
  padding: 15px 98px 15px 98px;
  background-color: #ED1B2F;
  border-color: #ED1B2F;
  border: 1px solid #ED1B2F;
  color: white;
  font-size: 14px;
  line-height: 16.8px;
  margin: 20px 0;
  cursor: pointer;
}
.toyota-form-container .form-submit-button:hover {
  background-color: #cf2031;
}
.toyota-form-container .hidden {
  display: none !important;
}
.toyota-form-container .form-inner:has(select) {
  width: 360px; /*232px*/
  height: 52px;
}
.toyota-form-container .form-two-col {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
}
.toyota-form-container .form-vehicle-selector {
  display: block;
}
.toyota-form-container .form-vehicle-selector .form-inner {
  margin-bottom: 24px;
}
.toyota-form-container .form-vehicle-selector .form-inner label {
  left: 12px;
  color: rgba(0, 0, 0, 0.6);
}
.toyota-form-container .form-vehicle-selector .form-inner label.focused {
  color: #3A3A3A;
}
.toyota-form-container .form-vehicle-selector .form-inner select {
  appearance: none;
  background-image: url("../images/downward-arrow.svg");
  background-repeat: no-repeat;
  background-position: 92% center;
  padding-top: 15px;
  background-color: #FFF;
}
.toyota-form-container select {
  background-color: #FFF;
}
.toyota-form-container .form-vehicle-image {
  height: 100%;
  width: 100%;
}
.toyota-form-container .Vehicle-img {
  height: 145px;
  width: 343px;
  object-fit: contain;
}
.toyota-form-container .hidden {
  display: none !important;
}
.toyota-form-container .disabled {
  opacity: 0.5;
  pointer-events: none;
}
.toyota-form-container .form-captcha {
  margin-top: 48px;
}
@media (min-width: 991px) {
  .toyota-form-container .remove-bottom-margin {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 991px) {
  .toyota-form-container .remove-top-margin {
    margin-top: -10px !important;
  }
}
@media (max-width: 751px) {
  .toyota-form-container .toyota-form-container {
    max-width: 340px;
  }
  .toyota-form-container .form-heading {
    font-size: 16px;
    line-height: 19.2px;
  }
  .toyota-form-container .form-contact-details {
    margin-bottom: 24px;
  }
  .toyota-form-container .form-contact-info {
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 16px;
  }
  .toyota-form-container .form-wrap {
    display: block;
    margin-bottom: 20px;
  }
  .toyota-form-container .form-inner {
    height: 48px;
    width: 340px;
    margin-bottom: 20px;
    margin-right: 0;
  }
  .toyota-form-container .form-inner label {
    top: 15px;
  }
  .toyota-form-container .form-checkbox {
    margin-bottom: 24px;
  }
  .toyota-form-container .form-checkbox input[type=checkbox] {
    margin-right: 10px;
  }
  .toyota-form-container .form-submit-button {
    width: 346px;
    margin-bottom: 24px;
  }
  .toyota-form-container .form-inner:has(select) {
    width: 340px;
    height: 48px;
  }
  .toyota-form-container .form-vehicle-selector .form-inner label {
    left: 11px;
    top: 14px;
  }
  .toyota-form-container .form-vehicle-selector .form-inner select {
    background-position: 96% center;
  }
  .toyota-form-container .form-vehicle-image {
    margin-block: 30px;
  }
}
@media (max-width: 751px) {
  .toyota-form-container {
    max-width: 340px;
  }
}
@media (max-width: 640px) {
  .toyota-form-container .form-vehicle-selector .form-inner label.focused {
    top: 6px;
  }
  .toyota-form-container .form-inner .field-validation-error::before {
    top: 52px;
  }
  .toyota-form-container .form-inner .field-validation-error {
    margin-top: -2px;
  }
  .toyota-form-container .clear-icon .field-validation-error::before {
    top: 50px;
  }
}
.toyota-form-container .mini-label-text {
  display: flex;
  text-align: center;
  align-items: center;
  margin-block: 20px;
}
.toyota-form-container .mini-label-text h2 {
  font-weight: 400;
  font-size: 14px;
  line-height: 16.8px;
  color: #000000;
  margin: 0;
}
.toyota-form-container .mini-label-text p {
  margin: 0;
}
.toyota-form-container .mini-label-text p span {
  font-weight: 600;
  font-size: 14px;
  line-height: 16.8px;
  color: #000000;
  margin-left: 16px;
}
.toyota-form-container .radio-button {
  display: flex;
  position: relative;
  font-family: "toyota_textregular", "Tohama", "Arial";
  align-items: flex-start;
  flex-wrap: wrap;
  row-gap: 20px;
}
@media screen and (max-width: 641px) {
  .toyota-form-container .radio-button {
    flex-wrap: wrap;
    row-gap: 10px;
  }
}
.toyota-form-container .radio-button .radio-label {
  display: inline-block;
  position: relative;
  text-align: center;
  color: #ffffff;
  /*margin: 0 25px 0 0;*/
  text-transform: capitalize;
  /*width: 172px;*/
  cursor: pointer;
  min-width: 300px;
  max-width: 360px;
  width: 100%;
}
@media screen and (min-width: 642px) and (max-width: 991px) {
  .toyota-form-container .radio-button .radio-label {
    min-width: 340px;
    max-width: 340px;
    /*margin: 0 30px 0 0;*/
  }
}
@media screen and (max-width: 641px) {
  .toyota-form-container .radio-button .radio-label {
    min-width: 340px;
    /*margin: 0 30px 0 0;*/
  }
}
@media screen and (min-width: 768px) {
  .toyota-form-container .radio-button .radio-label:nth-child(2n) {
    margin-right: 25px;
  }
}
.toyota-form-container .radio-button .radio-label.active {
  color: #ED1B2F;
}
.toyota-form-container .radio-button .radio-input {
  position: absolute;
  top: 8px;
  right: 26px;
  display: block;
}
.toyota-form-container .radio-button input[type=radio]::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 18px;
  height: 18px;
  border: 1px solid rgba(77, 77, 77, 0.8);
  border-radius: 50%;
  background-color: #FFFFFF;
}
@media screen and (max-width: 641px) {
  .toyota-form-container .radio-button input[type=radio]::before {
    top: 7px;
  }
}
.toyota-form-container .radio-button input[type=radio]:checked::before {
  background-color: #FFFFFF;
  border-color: rgba(58, 58, 58, 0.4);
  border-color: #ED1B2F;
}
.toyota-form-container .radio-button input[type=radio]:checked::after {
  display: block;
}
.toyota-form-container .radio-button input[type=radio]::after {
  content: "";
  font-size: 14px;
  background-color: #ED1B2F;
  position: absolute;
  left: 4.2px;
  top: 13px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: none;
}
@media screen and (max-width: 641px) {
  .toyota-form-container .radio-button input[type=radio]::after {
    top: 11px;
  }
}
.toyota-form-container input[type=radio] {
  appearance: none;
}
.toyota-form-container .radio-button .radio-label.checked {
  background-color: #ffffff;
  color: #ed1b2f;
}
.toyota-form-container .radio-button .radio-label {
  display: block;
  border: 1px solid rgba(58, 58, 58, 0.4);
  background-color: transparent; /*#3a3a3a0f;*/
  border-radius: 2px;
  font-weight: 400;
  font-size: 14px;
  line-height: 16.8px;
  color: #3a3a3a;
  /*padding: 12px 20px;*/
  padding: 18px 35px 18px 18px;
  text-align: left;
}
@media screen and (max-width: 641px) {
  .toyota-form-container .radio-button .radio-label {
    padding: 15px 35px 15px 15px;
  }
}
.toyota-form-container .radio-button .field-validation-error {
  position: absolute;
  bottom: -32px;
}
@media screen and (max-width: 641px) {
  .toyota-form-container .radio-button label.radio-label:last-child {
    margin-right: 0;
  }
}
.toyota-form-container .selected-radio-text-label {
  margin-bottom: 10px;
  margin-top: 10px;
  min-height: 30px;
  line-height: 30px;
}
.toyota-form-container .highlited-text {
  font: normal 15px toyota_textbold, Tohama, Arial;
  padding-left: 8px;
}
.toyota-form-container .textbox-container {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 10px;
}
.toyota-form-container .text-box-label {
  font-weight: 500;
  font-size: 12px;
  line-height: 14.4px;
  color: #000000;
  margin-bottom: 10px;
  margin-left: 11px;
}
.toyota-form-container .text-box {
  padding: 10px;
  border: 1px solid #d6d6d6;
  border-radius: 2px;
  width: 358px;
  height: 104px;
  font-size: 16px;
  box-sizing: border-box;
  line-height: 22px;
  max-height: 350px;
}
@media screen and (min-width: 642px) and (max-width: 991px) {
  .toyota-form-container .text-box {
    width: 340px;
  }
}
@media screen and (max-width: 641px) {
  .toyota-form-container .text-box {
    width: 100%;
  }
}
.toyota-form-container .text-box::placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 16.8px;
  color: rgba(58, 58, 58, 0.4);
}
.toyota-form-container textarea:focus-visible {
  outline: none;
}
.toyota-form-container .rating-star {
  display: flex;
  width: 100%;
  justify-content: center;
  overflow: hidden;
  flex-direction: row-reverse;
  height: 150px;
  position: relative;
}
.toyota-form-container .rating-star-0 {
  filter: grayscale(100%);
}
.toyota-form-container .rating-star > input {
  display: none;
}
.toyota-form-container .rating-star > label {
  cursor: pointer;
  width: 38px;
  height: 38px;
  margin-top: auto;
  background-image: url("../images/Star.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  transition: 0.3s;
}
.toyota-form-container .rating-star > input:checked ~ label,
.toyota-form-container .rating-star > input:checked ~ label ~ label {
  background-image: url("../images/Star-filled.svg");
}
.toyota-form-container .rating-star > input:not(:checked) ~ label:hover,
.toyota-form-container .rating-star > input:not(:checked) ~ label:hover ~ label {
  background-image: url("../images/Star-filled.svg");
}
.toyota-form-container input[type=radio] {
  display: none;
}
.toyota-form-container .rating-scale-label-text {
  display: flex;
  text-align: center;
  margin-block: 20px;
  margin-left: 8px;
}
.toyota-form-container .rating-scale-label-text h2 {
  font-weight: 400;
  font-size: 14px;
  line-height: 16.8px;
  color: #000000;
  margin: 0;
}
.toyota-form-container .rating-scale-label-text p {
  margin: 0;
}
.toyota-form-container .rating-scale-label-text p #rating-scale-text {
  font-weight: 600;
  font-size: 14px;
  line-height: 16.8px;
  color: #000000;
  margin-left: 10px;
}
.toyota-form-container .rating-scale-container {
  display: flex;
  column-gap: 10px;
}
.toyota-form-container .rating-scale-label {
  display: inline-flex;
  background-color: #ccc;
  margin: 5px;
  cursor: pointer;
  border-radius: 100%;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  width: 34px;
  height: 34px;
  justify-content: center;
  align-items: center;
}
.toyota-form-container .rating-scale-w {
  background-color: rgba(237, 27, 47, 0.3215686275);
  color: #9e121f;
}
.toyota-form-container .rating-scale-w:hover {
  background-color: rgba(237, 27, 47, 0.3215686275);
  color: #9e121f;
}
.toyota-form-container .rating-scale-n {
  background-color: rgba(255, 184, 0, 0.3215686275);
  color: #9a720b;
}
.toyota-form-container .rating-scale-n:hover {
  background-color: rgba(255, 184, 0, 0.3215686275);
  color: #9a720b;
}
.toyota-form-container .rating-scale-e {
  background-color: rgba(0, 168, 96, 0.3215686275);
  color: #056139;
}
.toyota-form-container .rating-scale-e:hover {
  background-color: rgba(0, 168, 96, 0.3215686275);
  color: #056139;
}
.toyota-form-container .rating-scale input[type=radio]:checked + .rating-scale-w {
  background-color: #9e121f;
  color: #ffffff;
}
.toyota-form-container .rating-scale input[type=radio]:checked + .rating-scale-n {
  background-color: #c79004;
  color: #ffffff;
}
.toyota-form-container .rating-scale input[type=radio]:checked + .rating-scale-e {
  background-color: #148e5a;
  color: #ffffff;
}
.toyota-form-container .toggle {
  position: relative;
  box-sizing: border-box;
}
.toyota-form-container .toggle input[type=checkbox] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}
.toyota-form-container .toggle label {
  position: relative;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
.toyota-form-container .toggle label:before {
  content: "";
  width: 33px;
  height: 20px;
  background: #ccc;
  position: relative;
  display: inline-block;
  border-radius: 20px;
  box-sizing: border-box;
  transition: 0.2s ease-in;
}
.toyota-form-container .toggle label:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  left: 2px;
  top: 2px;
  z-index: 2;
  background: #fff;
  box-sizing: border-box;
  transition: 0.2s ease-in;
}
.toyota-form-container .toggle input[type=checkbox]:checked + label:before {
  background: rgba(39, 108, 243, 0.8980392157);
}
.toyota-form-container .toggle input[type=checkbox]:checked + label:after {
  left: 15px;
}
.toyota-form-container .label-text {
  display: flex;
  text-align: center;
  align-items: center;
  margin-block: 20px;
}
.toyota-form-container .label-text h2 {
  font-weight: 400;
  font-size: 14px;
  line-height: 16.8px;
  color: #000000;
  margin: 0;
}
.toyota-form-container .label-text p {
  margin: 0;
}
.toyota-form-container .label-text p span {
  font-weight: 600;
  font-size: 14px;
  line-height: 16.8px;
  color: #000000;
  margin-left: 16px;
}
.toyota-form-container .radio-strip {
  display: flex;
  column-gap: 20px;
}
.toyota-form-container .radio-strip .radio {
  display: inline-block;
  position: relative;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
}
.toyota-form-container .radio-strip .form-check-input {
  position: absolute;
  top: 0;
  left: 22px;
  z-index: -1;
  opacity: 0;
}
.toyota-form-container .radio-strip .radio.checked {
  background-color: #ffffff;
  color: #ed1b2f;
}
.toyota-form-container .radio-strip .radio {
  display: block;
  border: 1px solid rgba(58, 58, 58, 0.4);
  background-color: rgba(58, 58, 58, 0.0588235294);
  border-radius: 2px;
  font-weight: 400;
  font-size: 14px;
  line-height: 16.8px;
  color: #3a3a3a;
  padding: 11px 18px;
  text-align: center;
  cursor: pointer;
}
@media screen and (max-width: 641px) {
  .toyota-form-container .radio-strip {
    flex-wrap: wrap;
    row-gap: 10px;
    column-gap: 10px;
  }
  .toyota-form-container .radio-strip label:nth-of-type(1) {
    display: none;
  }
  .toyota-form-container .radio-strip label:nth-of-type(2) {
    display: none;
  }
  .toyota-form-container .radio-strip .radio {
    font-size: 0px;
    border-radius: 50%;
    padding: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .toyota-form-container .radio-strip .radio:first-letter {
    font-size: 14px;
  }
  .toyota-form-container .radio-strip .radio.checked {
    background-color: #ffffff;
    color: rgba(39, 108, 243, 0.8980392157);
    border: 1px solid rgba(39, 108, 243, 0.8980392157);
  }
}
.toyota-form-container .form-date-selector {
  max-width: 752px;
  width: 100%;
  margin: 0px auto;
  position: relative;
  box-sizing: border-box;
}
.toyota-form-container .form-date-selector input.form-control {
  width: 360px; /*234px*/
  height: 54px;
  border-radius: 0px;
  border: 1px solid #d6d6d6;
  position: relative;
  color: #3a3a3a;
  font-weight: 500;
  font-size: 14px;
  line-height: 16.8px;
  padding: 20px 20px 20px 49px;
  background-image: url("../images/calendar-icon.svg");
  background-repeat: no-repeat;
  background-position: 6% center;
  cursor: pointer;
}
@media screen and (min-width: 642px) and (max-width: 991px) {
  .toyota-form-container .form-date-selector input.form-control {
    width: 340px;
  }
}
@media screen and (max-width: 641px) {
  .toyota-form-container .form-date-selector input.form-control {
    width: 100%;
  }
}
.toyota-form-container .form-date-selector .form-control:focus {
  box-shadow: none;
}
.toyota-form-container input.form-control::placeholder {
  color: rgba(58, 58, 58, 0.4);
}
.toyota-form-container .close-icon {
  background-image: url("../images/icon-close.svg");
  height: 20px;
  background-color: #d6d6d6;
  border-radius: 50%;
  border: none;
  width: 20px;
  position: absolute;
  content: "";
  top: 17px;
  background-repeat: no-repeat;
  z-index: 1;
  cursor: pointer;
  left: 325px;
}
@media screen and (max-width: 991px) {
  .toyota-form-container .close-icon {
    left: 300px;
  }
}
.toyota-form-container .form-date-selector .close-icon {
  top: 30px;
}
.toyota-form-container .datepicker {
  border-radius: 2px;
  direction: ltr;
  background-color: #f5f5f5;
  padding: 20px 20px 12px 20px;
  box-shadow: 0px 1px 2px 0px rgba(0, 14, 51, 0.2509803922);
}
.toyota-form-container .datepicker-dropdown::before,
.toyota-form-container .datepicker-dropdown::after {
  content: none;
}
.toyota-form-container .datepicker.datepicker-dropdown.dropdown-menu.datepicker-orient-right.datepicker-orient-bottom {
  /*top: 0px !important;
  left: 635px !important;*/
}
.toyota-form-container .datepicker-inline {
  width: 330px;
}
.toyota-form-container table {
  border-spacing: 4px;
  border-collapse: separate;
}
.toyota-form-container .datepicker .datepicker-switch {
  width: 146px;
  height: 40px;
  background: white;
}
.toyota-form-container .datepicker th.prev,
.toyota-form-container .datepicker th.next {
  text-indent: -9999px;
  overflow: hidden;
  position: relative;
  min-width: 44px;
  height: 44px;
}
.toyota-form-container .datepicker th.prev::before {
  content: "";
  background-image: url("../images/left-arrow.svg");
  background-repeat: no-repeat;
  width: 44px;
  height: 44px;
  background-position: center;
  background-color: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 1px 1px 0px rgba(0, 14, 51, 0.0509803922);
  position: absolute;
  top: 0;
  right: 0;
}
.toyota-form-container .datepicker th.prev::before:hover {
  background: white;
}
.toyota-form-container .datepicker th.prev:hover {
  background: transparent;
}
.toyota-form-container .datepicker th.next::before {
  content: "";
  background-image: url("../images/right-arrow.svg");
  background-repeat: no-repeat;
  width: 44px;
  height: 44px;
  background-position: center;
  background-color: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 1px 1px 0px rgba(0, 14, 51, 0.0509803922);
  position: absolute;
  top: 0;
  left: 0;
}
.toyota-form-container .datepicker th.next::before:hover {
  background: white;
}
.toyota-form-container .datepicker .next:hover {
  background: transparent;
}
.toyota-form-container .datepicker th.dow {
  width: 54px;
  height: 44px;
  color: #1f1f1f;
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
}
.toyota-form-container .datepicker table tr td {
  height: 43px;
  width: 43px;
  border-radius: 4px;
  border: 3px solid transparent;
  text-align: center;
}
.toyota-form-container .datepicker table tr td.day {
  background: white;
  box-shadow: 0px 1px 1px 0px rgba(0, 14, 51, 0.0509803922);
  width: 50px;
  height: 44px;
  border-radius: 6px;
  color: #1f1f1f;
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
}
.toyota-form-container .datepicker table tr td.old,
.toyota-form-container .datepicker table tr td.new {
  color: rgba(0, 23, 84, 0.1490196078);
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  background: transparent;
  box-shadow: none;
}
.toyota-form-container .datepicker table tr td.today {
  background-color: #ed1b2f;
  color: white;
  border-color: #ed1b2f;
}
.toyota-form-container .datepicker table tr td.active:active,
.toyota-form-container .datepicker table tr td.active:hover,
.toyota-form-container .datepicker table tr td.active:hover.active,
.toyota-form-container .datepicker table tr td.active:hover:active,
.toyota-form-container .datepicker table tr td.active:hover:hover {
  background-color: #ed1b2f;
  color: white;
  border-color: #ed1b2f;
  background-image: none;
}
.toyota-form-container .datepicker table tr td.today:hover:active,
.toyota-form-container .datepicker table tr td.today:hover:hover {
  background-color: #ed1b2f;
  color: white;
  border-color: #ed1b2f;
  background-image: none;
}
.toyota-form-container .datepicker table tr td.active.active {
  background-color: #ed1b2f;
  color: white;
  border-color: #ed1b2f;
  background-image: none;
}
.toyota-form-container .datepicker table tr th.clear {
  color: #4285f4;
  padding-right: 30px;
  text-align: right;
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  border: none !important;
}
.toyota-form-container .datepicker table tr th.done {
  color: #4285f4;
  padding-right: 12px;
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  border: none !important;
}
.toyota-form-container .datepicker tfoot tr th:hover {
  background: transparent;
}
@media screen and (max-width: 641px) {
  .toyota-form-container .datepicker.datepicker-dropdown.dropdown-menu.datepicker-orient-right.datepicker-orient-bottom {
    top: 61px !important;
    left: 0 !important;
  }
  .toyota-form-container .datepicker {
    padding: 12px;
    margin: 8px;
  }
}
.toyota-form-container .margin-top-bottom {
  margin-bottom: 26px;
}
.toyota-form-container .img-wrapper {
  width: 345px;
  min-width: 345px;
  min-height: 145px;
  max-height: 145px;
}
@media screen and (max-width: 641px) {
  .toyota-form-container .img-wrapper {
    min-height: auto;
  }
}

#loader {
  display: none;
}

.form-spinner-wrapper {
  background: rgba(194, 194, 194, 0.5);
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: grid;
  place-items: center;
  opacity: 0.5;
}

.form-spinner {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-image: url("../images/loading.gif");
  top: 50%;
  left: 50%;
  position: absolute;
}
@media screen and (max-width: 641px) {
  .form-spinner {
    left: 40%;
  }
}

.datepicker {
  border-radius: 2px !important;
  direction: ltr !important;
  background-color: #f5f5f5 !important;
  padding: 20px 20px 12px 20px !important;
  box-shadow: 0px 1px 2px 0px rgba(0, 14, 51, 0.2509803922) !important;
}

.datepicker-dropdown::before,
.datepicker-dropdown::after {
  content: none;
}

.datepicker.datepicker-dropdown.dropdown-menu.datepicker-orient-right.datepicker-orient-bottom {
  /*top: 0px !important;
  left: 635px !important;*/
}

.datepicker-inline {
  width: 330px !important;
}

table {
  border-spacing: 4px !important;
  border-collapse: separate !important;
}

.datepicker .datepicker-switch {
  width: 146px !important;
  height: 40px !important;
  background: white !important;
}

.datepicker th.prev,
.datepicker th.next {
  text-indent: -9999px !important;
  overflow: hidden;
  position: relative;
  min-width: 44px !important;
  height: 44px !important;
  border: none !important;
  cursor: pointer;
}

.datepicker th.prev::before {
  content: "";
  background-image: url("../images/prev-icon.svg");
  background-repeat: no-repeat !important;
  width: 44px !important;
  height: 44px !important;
  background-position: center !important;
  background-color: white !important;
  border-radius: 50% !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  box-shadow: 0px 1px 1px 0px rgba(0, 14, 51, 0.0509803922) !important;
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
}

.datepicker th.prev::before:hover {
  background: white;
}

.datepicker th.prev:hover {
  background: transparent;
}

.datepicker th.next::before {
  content: "";
  background-image: url("../images/next-icon.svg") !important;
  background-repeat: no-repeat !important;
  width: 44px !important;
  height: 44px !important;
  background-position: center !important;
  background-color: white !important;
  border-radius: 50% !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  box-shadow: 0px 1px 1px 0px rgba(0, 14, 51, 0.0509803922) !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
}

.datepicker th.next::before:hover {
  background: white !important;
}

.datepicker .next:hover {
  background: transparent !important;
}

.datepicker th.dow {
  width: 54px !important;
  height: 44px !important;
  color: #1f1f1f !important;
  font-weight: 500 !important;
  font-size: 18px !important;
  line-height: 18px !important;
  border: none !important;
}

.datepicker table tr td {
  height: 43px !important;
  width: 43px !important;
  border-radius: 4px !important;
  border: 3px solid transparent !important;
  text-align: center !important;
}

.datepicker table tr td.day {
  background: white !important;
  box-shadow: 0px 1px 1px 0px rgba(0, 14, 51, 0.0509803922) !important;
  width: 50px !important;
  height: 44px !important;
  border-radius: 6px !important;
  color: #1f1f1f !important;
  font-weight: 500 !important;
  font-size: 18px !important;
  line-height: 18px !important;
}

.datepicker table tr td.old,
.datepicker table tr td.new {
  color: rgba(0, 23, 84, 0.1490196078) !important;
  font-weight: 500 !important;
  font-size: 18px !important;
  line-height: 18px !important;
  background: transparent !important;
  box-shadow: none !important;
}

.datepicker table tr td.today {
  background-color: #ed1b2f !important;
  color: white !important;
  border-color: #ed1b2f !important;
}

.datepicker table tr td.active:active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active:hover:hover {
  background-color: #ed1b2f !important;
  color: white !important;
  border-color: #ed1b2f !important;
  background-image: none !important;
}

.datepicker table tr td.today:hover:active,
.datepicker table tr td.today:hover:hover {
  background-color: #ed1b2f !important;
  color: white !important;
  border-color: #ed1b2f !important;
  background-image: none !important;
}

.datepicker table tr td.active.active {
  background-color: #ed1b2f !important;
  color: white !important;
  border-color: #ed1b2f !important;
  background-image: none !important;
}

.datepicker table tr th.clear {
  color: #4285f4 !important;
  padding-right: 30px !important;
  text-align: right !important;
  font-weight: 500 !important;
  font-size: 18px !important;
  line-height: 18px !important;
  border: none !important;
  cursor: pointer;
}

.datepicker table tr th.done {
  color: #4285f4 !important;
  padding-right: 0px !important;
  font-weight: 500 !important;
  font-size: 18px !important;
  line-height: 18px !important;
  border: none !important;
  cursor: pointer;
}

.datepicker tfoot tr th:hover {
  background: transparent !important;
}

@media screen and (max-width: 641px) {
  .datepicker.datepicker-dropdown.dropdown-menu.datepicker-orient-right.datepicker-orient-bottom {
    /*top: 61px !important;*/
    left: 0 !important;
  }
  .datepicker.datepicker-dropdown.dropdown-menu.datepicker-orient-right.datepicker-orient-top {
    /*top: 61px !important;*/
    left: 0 !important;
  }
  .datepicker {
    padding: 12px;
    margin: 8px;
    right: auto !important;
    left: 0 !important;
  }
  .datepicker table tbody tr td {
    display: table-cell !important;
  }
}
*::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

/* Infowindow Roboto font override */
.gm-style div, .gm-style span, .gm-style label, .gm-style a {
  font-family: Arial, Helvetica, sans-serif;
}

/* InfoBubble font size */
.bh-sl-window {
  font-size: 13px;
}

.bh-sl-error {
  clear: both;
  color: #ae2118;
  float: left;
  font-weight: bold;
  padding: 10px 0;
  width: 100%;
}

/* Avoid image issues with Google Maps and CSS resets */
.bh-sl-map-container img {
  border-radius: 0 !important;
  box-shadow: none !important;
  max-height: none !important;
  max-width: none !important;
}

.bh-sl-container {
  box-sizing: border-box;
  float: left;
  padding: 0;
  width: 100%;
  /* Avoid issues with Google Maps and CSS frameworks */
}

.bh-sl-container > * {
  box-sizing: content-box !important;
}

.bh-sl-container .bh-sl-form-container {
  clear: left;
  float: left;
  margin-top: 0px;
  width: 100%;
}

.bh-sl-container .form-input {
  float: left;
  margin-top: 3px;
  width: 100%;
}

.accordion-mobile-header-controls,
.filter-mobile-header-controls {
  font-family: "toyota_textbold", "Tohama", "Arial";
  position: fixed;
  font-weight: normal;
  top: 0;
  left: 0;
  right: auto;
  width: 100%;
  background: #ffffff;
  z-index: 10;
  height: 70px;
  align-items: center;
  padding: 22px 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  border-bottom: 1px solid #f3f3f3;
  font-size: 10px;
  letter-spacing: 1.5px;
  color: #888888;
  display: none;
}
.accordion-mobile-header-controls img,
.filter-mobile-header-controls img {
  margin-right: 15px;
}
.accordion-mobile-header-controls.show,
.filter-mobile-header-controls.show {
  display: flex;
  text-transform: uppercase;
}

.bh-sl-container .form-input label {
  display: block;
  font-weight: bold;
  width: 100%;
}

.bh-sl-container .form-input input[type=text], .bh-sl-container .form-input select {
  box-sizing: border-box;
  border: none;
  border-radius: 4px;
  font: normal 14px/1.4 Arial, Helvetica, sans-serif;
  margin: 0px 0;
  padding: 6px 5px 6px 30px;
  width: 100%;
  -webkit-border-radius: 4px;
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  .bh-sl-container .form-input {
    width: auto;
    margin: 0;
    padding: 0;
    position: relative;
  }
  .bh-sl-container .form-input label {
    display: inline-block;
    width: auto;
  }
  .bh-sl-container .form-input input, .bh-sl-container .form-input select {
    width: auto;
    margin: 0;
    padding: 25px 60px 25px 30px;
    line-height: 20px;
    font: normal 14px "toyota_textregular", "Tohama", "Arial";
    height: 68px;
    border-right: 1px solid #f3f3f3;
    border-radius: 0;
    width: 515px;
  }
}
.bh-sl-container .loc-alt-dist {
  display: none;
}

.bh-sl-container button {
  background: #00447a;
  border: none;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  float: left;
  font: bold 14px/1.4 Arial, Helvetica, sans-serif;
  margin-top: 3px;
  padding: 6px 12px;
  white-space: nowrap;
  -webkit-border-radius: 4px;
}

.bh-sl-container .bh-sl-loading {
  background: url(../images/maps/ajax-loader.gif) no-repeat;
  float: left;
  margin: 4px 0 0 10px;
  height: 16px;
  width: 16px;
}

.bh-sl-container .bh-sl-filters-container {
  clear: both;
  float: left;
  margin: 15px 0;
  width: 100%;
}

.bh-sl-container .bh-sl-filters-container .bh-sl-filters {
  float: left;
  list-style: none;
  margin: 0 100px 0 0;
  padding: 0;
}

.bh-sl-container .bh-sl-filters-container .bh-sl-filters li {
  clear: left;
  display: block;
  float: left;
  margin: 5px 0;
  width: 100%;
}

.bh-sl-container .bh-sl-filters-container .bh-sl-filters li label {
  display: inline;
  vertical-align: text-bottom;
}

.bh-sl-container .bh-sl-filters-container .bh-sl-filters li input {
  display: block;
  float: left;
  margin-right: 8px;
}

.bh-sl-container .bh-sl-filters-container .bh-sl-filters li select {
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 4px;
  font: normal 14px/1.4 Arial, Helvetica, sans-serif;
  padding: 6px 12px;
  -webkit-border-radius: 4px;
}

.bh-sl-container .bh-sl-map-container {
  clear: right;
  float: right;
  margin-top: 0px;
  width: 100%;
}

@media (min-width: 1024px) {
  .bh-sl-container .bh-sl-map-container {
    margin-bottom: 0px;
    border-bottom: 1px solid #f3f3f3;
  }
}
.bh-sl-container .bh-sl-map-container a {
  color: #d40618;
  text-decoration: none !important;
}

.bh-sl-container .bh-sl-map-container a:active, .bh-sl-container .bh-sl-map-container a:focus, .bh-sl-container .bh-sl-map-container a:hover {
  text-decoration: underline;
}

.bh-sl-container .bh-sl-loc-list {
  font-size: 13px;
  height: 530px;
  overflow-x: auto;
  width: 100%;
}

@media (min-width: 1024px) {
  .bh-sl-container .bh-sl-loc-list {
    left: 0;
    width: 515px;
    position: absolute;
    height: 800px;
    background: #fff;
    display: none;
  }
}
.bh-sl-container .bh-sl-loc-list ul {
  clear: left;
  float: left;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%;
}

.bh-sl-container .bh-sl-loc-list ul li {
  background: #fff !important;
  margin: 0;
  /* Adding this to prevent moving li elements when adding the list-focus class*/
  box-sizing: border-box;
  clear: left;
  cursor: pointer;
  display: block;
  float: left;
  width: 100%;
}

.bh-sl-container .bh-sl-filters .form-check-label {
  white-space: nowrap;
}

.bh-sl-container .bh-sl-loc-list .list-label {
  background: #00192d;
  border-radius: 15px;
  color: #fff;
  display: block;
  float: left;
  font-weight: bold;
  margin: 10px 0 0 15px;
  padding: 4px 7px;
  text-align: center;
  width: auto;
  min-width: 13px;
}

.bh-sl-container .bh-sl-loc-list .list-details {
  float: left;
  margin-left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
}

.bh-sl-container .bh-sl-loc-list .list-details .list-content {
  padding: 0 30px 30px;
  border-bottom: 1px solid #f3f3f3;
}

.bh-sl-container .bh-sl-loc-list .list-details .loc-dist {
  color: #8e8e8e;
  font-weight: bold;
  font-style: italic;
}

.bh-sl-container .bh-sl-loc-list .list-focus {
  /*  border: 1px solid rgba(0, 82, 147, 0.4);*/
  transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}

.bh-sl-container .bh-sl-loc-list .bh-sl-close-directions-container {
  height: 20px;
  position: relative;
  width: 100%;
}

.bh-sl-container .bh-sl-loc-list .bh-sl-close-directions-container .bh-sl-close-icon {
  right: 6px;
  top: 0;
}

.bh-sl-container .bh-sl-loc-list .bh-sl-directions-panel {
  margin: 0 2%;
  /* Avoid issues with table-layout */
}

.bh-sl-container .bh-sl-loc-list .bh-sl-directions-panel table {
  table-layout: auto;
  width: 100%;
}

.bh-sl-container .bh-sl-loc-list .bh-sl-directions-panel table, .bh-sl-container .bh-sl-loc-list .bh-sl-directions-panel td {
  vertical-align: middle;
  border-collapse: separate;
}

.bh-sl-container .bh-sl-loc-list .bh-sl-directions-panel td {
  padding: 1px;
}

.bh-sl-container .bh-sl-loc-list .bh-sl-directions-panel .adp-placemark {
  margin: 10px 0;
  border: 1px solid #c0c0c0;
}

.bh-sl-container .bh-sl-loc-list .bh-sl-directions-panel .adp-marker {
  padding: 3px;
}

.bh-sl-container .bh-sl-loc-list .bh-sl-noresults-title {
  font-weight: bold;
  margin: 15px;
}

.bh-sl-container .bh-sl-loc-list .bh-sl-noresults-desc {
  margin: 0 15px;
}

.bh-sl-container .loc-name {
  /* Picked up by both list and infowindows */
  font-size: 15px;
  font-weight: bold;
}

.bh-sl-container .bh-sl-map {
  float: left;
  height: 800px;
  width: 100%;
}

@media (min-width: 1024px) {
  .bh-sl-container .bh-sl-map {
    width: 100%;
  }
}
.bh-sl-container .bh-sl-pagination-container {
  clear: both;
}

.bh-sl-container .bh-sl-pagination-container ol {
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  text-align: center;
}

.bh-sl-container .bh-sl-pagination-container ol li {
  color: #d40618;
  cursor: pointer;
  display: inline-block;
  font: bold 14px Arial, Helvetica, sans-serif;
  padding: 10px;
}

.bh-sl-container .bh-sl-pagination-container ol .bh-sl-current {
  color: #555;
  cursor: auto;
  text-decoration: none;
}

/* Modal window */
.bh-sl-overlay {
  background: url(../images/maps/overlay-bg.png) repeat;
  height: 100%;
  left: 0;
  right: auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}

.bh-sl-overlay .bh-sl-modal-window {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px #656565;
  position: absolute;
  left: 50%;
  right: auto;
  margin-left: -460px;
  /* width divided by 2 */
  margin-top: 60px;
  height: 620px;
  width: 920px;
  z-index: 10010;
}

.bh-sl-overlay .bh-sl-modal-window .bh-sl-map-container {
  margin-top: 50px;
  /* increase map container margin */
}

.bh-sl-overlay .bh-sl-modal-window .bh-sl-modal-content {
  float: left;
  padding: 0 1%;
  /* there's already a margin on the top of the map-container div */
  width: 98%;
}

.bh-sl-overlay .bh-sl-modal-window .bh-sl-close-icon {
  right: 22px;
  top: 13px;
}

.bh-sl-close-icon {
  cursor: pointer;
  height: 24px;
  position: absolute;
  width: 24px;
}

.bh-sl-close-icon:after, .bh-sl-close-icon:before {
  background: #ccc;
  content: "";
  display: block;
  height: 24px;
  margin: -3px 0 0 -1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  right: auto;
  right: 3px;
  top: 3px;
  width: 3px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.bh-sl-close-icon:hover:after, .bh-sl-close-icon:hover:before {
  background: #b3b3b3;
}

.bh-sl-close-icon:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* CUSTOM */
.tt-form-search-box-init, .pac-container {
  min-width: 515px;
}

.pac-container {
  position: absolute !important;
  border-radius: 0px;
  box-shadow: none;
  border: none;
  margin: 0px 0 0;
  height: 792px;
  font: normal 14px "toyota_textregular", "Tohama", "Arial";
}

.pac-logo:after {
  display: none !important;
}

.hdpi.pac-logo:after {
  background: none;
}

.pac-item {
  font: normal 14px "toyota_textregular", "Tohama", "Arial";
  border-top: 1px solid #f3f3f3;
  padding: 19px 30px;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.3px;
  text-align: left;
  color: #000000;
}
.pac-item:hover {
  background-color: #fafafa;
}
.pac-item:last-child {
  border-bottom: 1px solid #f3f3f3;
}

.pac-item-selected {
  background-color: #ebf2fe;
}
.pac-item-selected:hover {
  background-color: #ebf2fe;
}

.pac-matched {
  font-weight: normal;
  font-family: "toyota_textbold", "Tohama", "Arial";
}

.pac-item-query {
  font-size: 13px;
  padding-right: 3px;
  color: #000;
}

.pac-icon {
  display: none !important;
}

.pac-icon-search {
  background-position: -1px -1px;
}

.pac-item-selected .pac-icon-search {
  background-position: -18px -1px;
}

.pac-icon-marker {
  background-position: -1px -161px;
}

.pac-item-selected .pac-icon-marker {
  background-position: -18px -161px;
}

.pac-placeholder {
  color: gray;
}

.tt-branch-locator-sec {
  display: block;
  overflow: hidden;
  padding: 0px 0 40px;
}

.tt-branch-locator-form-sec {
  width: 100%;
  clear: both;
  border-top: 1px solid #f3f3f3;
  border-bottom: 1px solid rgba(243, 243, 243, 0.5);
  overflow: hidden;
  height: 68px;
}

.tt-form-input-inline {
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  min-height: 35px;
  width: 515px;
  float: left;
}
.tt-form-input-inline .form-check {
  position: relative;
  float: left;
  margin: 0 1px 0 50px;
  padding: 15px 0 0;
}
.tt-form-input-inline .form-check .form-check-input {
  display: inline-block;
}
.tt-form-input-inline ul {
  width: 100%;
  display: table;
  max-width: 780px;
}
.tt-form-input-inline ul li {
  display: table-cell;
  padding: 0px 0px 0 40px;
  width: 1%;
  height: 68px;
  overflow: hidden;
  line-height: 68px;
  vertical-align: middle;
}

.tt-form-input.tt-form-input-inline.tt-filters {
  width: calc(100% - 515px);
  float: left;
  margin: 0px 0;
}

.bh-sl-address {
  min-width: 445px;
  font: normal 14px "toyota_textregular", "Tohama", "Arial";
  border-radius: 0;
}
.bh-sl-address::-webkit-input-placeholder {
  color: rgba(138, 138, 138, 0.7) !important;
}
.bh-sl-address::-moz-placeholder {
  color: rgba(138, 138, 138, 0.7) !important;
}
.bh-sl-address:-ms-input-placeholder {
  color: rgba(138, 138, 138, 0.7) !important;
}
.bh-sl-address::placeholder {
  color: rgba(138, 138, 138, 0.7) !important;
}

#content .bh-sl-address-btn {
  position: absolute;
  display: block;
  width: 70px !important;
  right: -69px;
  top: 0;
  left: auto;
  border: none;
  padding: 0 !important;
  overflow: hidden;
  z-index: 1;
  border-right: 1px solid #f3f3f3;
  display: block;
  height: 69px;
  text-indent: 100%;
  margin: 0;
  padding: 0;
  float: right;
  cursor: pointer;
  background: #fff url("../images/icons/location-search.svg") no-repeat center;
}

.bh-sl-location {
  display: block;
  width: 70px;
  height: 68px;
  background: #fcfcfc url("../images/icons/find-a-center.svg") no-repeat center;
  box-shadow: inset -1px 0 0 0 #f3f3f3, inset 1px 0 0 0 #f3f3f3;
}

.tt-maps-accordion .tt-content {
  display: none;
}

.tt-heading-box {
  padding: 22px 60px 22px 30px;
  background: #fff;
  border-top: 1px solid #f3f3f3;
}
.tt-heading-box .loc-name {
  font-family: "toyota_textbold", "Tohama", "Arial";
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
  display: inline-block;
  padding-right: 20px;
}
.tt-heading-box .loc-default-dist {
  font-family: "toyota_textregular", "Tohama", "Arial";
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #d40618;
  padding-left: 20px;
  border-left: 1px solid rgba(155, 155, 155, 0.2);
  display: inline;
  padding-right: 20px;
  line-height: 26px;
}

.tt-maps-accordion {
  padding: 0;
  margin: 0;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
}
.tt-maps-accordion li {
  letter-spacing: normal;
  line-height: normal;
  padding: 0;
}
.tt-maps-accordion li:before {
  content: none;
}
.tt-maps-accordion .accordion-inner .tt-heading-box {
  position: relative;
}
.tt-maps-accordion .accordion-inner .tt-heading-box:before {
  display: inline-block;
  margin-left: 0.3em;
  margin-right: 0;
  vertical-align: middle;
  content: "";
  float: right;
  background: url(../images/arrows/menu-arrow-active-mob.svg) no-repeat center;
  border: none;
  height: 100%;
  width: 10px;
  transform: rotate(-180deg);
  position: absolute;
  right: 30px;
  top: 0;
}
.tt-maps-accordion .accordion-inner .tt-heading-box.active {
  color: #d40618;
  border-bottom: none;
}
.tt-maps-accordion .accordion-inner .tt-heading-box.active:before {
  transform: rotate(0);
}
.tt-maps-accordion .accordion-inner .tt-heading-box.active em {
  transform: rotate(-180deg);
}
.tt-maps-accordion .accordion-inner.list-focus .tt-heading-box {
  color: #d40618;
  border-bottom: none;
}
.tt-maps-accordion .accordion-inner.list-focus .tt-heading-box:before {
  transform: rotate(0);
}
.tt-maps-accordion li {
  transition: 400ms all ease;
}
.tt-maps-accordion li .tt-content {
  transition: opacity 1s ease-out;
  opacity: 0;
  height: 0;
  overflow: hidden;
  display: block;
}
.tt-maps-accordion li.list-focus .tt-content {
  opacity: 1;
  height: 100%;
}

.bh-sl-container .bh-sl-loc-list .list-details .list-content .tt-address, .bh-sl-container .bh-sl-loc-list .list-details .list-content .tt-filter-categories {
  border-bottom: solid 1px #f3f3f3;
  overflow: hidden;
}
.bh-sl-container .bh-sl-loc-list .list-details .list-content .loc-addr {
  background: url(../images/icons/find-a-center.svg) no-repeat center left;
}
.bh-sl-container .bh-sl-loc-list .list-details .list-content .loc-addr, .bh-sl-container .bh-sl-loc-list .list-details .list-content .loc-addr2, .bh-sl-container .bh-sl-loc-list .list-details .list-content .loc-addr3 {
  font-family: "toyota_textregular", "Tohama", "Arial";
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.71;
  letter-spacing: 0.3px;
  text-align: left;
  color: #333333;
  padding-left: 40px;
  padding-right: 0px;
  margin-bottom: 20px;
}
.bh-sl-container .bh-sl-loc-list .list-details .list-content .loc-phone {
  font-family: "toyota_textregular", "Tohama", "Arial";
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.71;
  letter-spacing: 0.3px;
  text-align: left;
  color: #333333;
  background: url(../images/icons/icon-phone.svg) no-repeat center left;
  padding-left: 40px;
  margin-bottom: 20px;
}
.bh-sl-container .bh-sl-loc-list .list-details .list-content .loc-web {
  font-family: "toyota_textregular", "Tohama", "Arial";
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.71;
  letter-spacing: 0.3px;
  text-align: left;
  color: #333333;
  background: url(../images/icons/help.png) no-repeat center left;
  padding-left: 40px;
  margin-bottom: 20px;
}
#content .tt-filter-categories ul {
  display: table;
  width: 100%;
}
#content .tt-filter-categories ul li {
  /*        display: table-cell;
  float: none;
  width: 1%;
  background: none !important;
  padding: 20px 0;
  text-align: center;*/
  display: inline-block;
  float: none;
  width: auto;
  background: none !important;
  padding: 20px 0;
  text-align: center;
  float: left;
  clear: none;
  margin: 0 15px;
}
#content .tt-filter-categories ul li .c-icon {
  margin-bottom: 15px;
  display: block;
  width: 100%;
  min-width: 50px;
  height: 34px;
}
#content .tt-filter-categories ul li .c-icon.icon-show-room {
  background: url(../images/icons/icon-car.svg) no-repeat center;
}
#content .tt-filter-categories ul li .c-icon.icon-service-center {
  background: url(../images/icons/icon-wrench.svg) no-repeat center;
}
#content .tt-filter-categories ul li .c-icon.icon-parts-center {
  background: url(../images/icons/icon-alloy-wheel.svg) no-repeat center;
}
#content .tt-filter-categories ul li .c-icon.icon-body-paint {
  background: url(../images/icons/icon-brush.svg) no-repeat center;
}
#content .tt-filter-categories ul li .c-label {
  font-family: "toyota_textregular", "Tohama", "Arial";
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.3px;
  color: #000000;
  white-space: nowrap;
  text-align: center;
}
#content .tt-opening-hours {
  margin: 10px 0;
  overflow: hidden;
}
#content .tt-opening-hours ul li {
  width: 100%;
  margin: 0;
  padding: 0;
}
#content .tt-opening-hours ul li .tt-day, #content .tt-opening-hours ul li .tt-time {
  font-family: "toyota_textregular", "Tohama", "Arial";
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.67;
  letter-spacing: 0.7px;
  text-align: left;
  color: #888888;
  display: inline-block;
  float: left;
}
#content .tt-opening-hours ul li .tt-day {
  width: 30%;
}
#content .tt-opening-hours ul li .tt-time {
  width: 70%;
}
#content .tt-opening-hours h5 {
  font-family: "toyota_textregular", "Tohama", "Arial";
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.71;
  letter-spacing: 0.3px;
  text-align: left;
  color: #d40618;
}
#content .tt-opening-hours h5 strong {
  font-family: "toyota_textregular", "Tohama", "Arial";
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.71;
  letter-spacing: 0.3px;
  text-align: left;
  color: #333333;
}

@media screen and (max-width: 1254px) {
  .tt-form-input-inline .bh-sl-filters li {
    padding-left: 15px;
    padding-right: 0;
    margin-right: 10px;
  }
}
@media screen and (max-width: 991px) {
  .tt-branch-locator-sec {
    padding: 0;
  }
  .bh-sl-map {
    position: fixed !important;
    top: 0;
    height: 100vh !important;
  }
  .bh-sl-loc-list {
    background: #ffffff;
    position: relative;
    margin-top: calc(55vh - 13px);
  }
  .bh-sl-container .bh-sl-form-container {
    position: absolute;
    width: 90%;
    top: 90px;
    left: 5%;
    right: auto;
    z-index: 8;
  }
  .tt-branch-locator-form-sec {
    border: 0;
    background: none;
    height: 60px;
  }
  .tt-branch-locator-form-sec .tt-form-search-box-init {
    min-width: auto;
    width: 100%;
    height: 60px;
    display: flex;
  }
  .tt-branch-locator-form-sec .tt-form-search-box-init .form-input {
    height: 100%;
    width: auto;
    margin: 0;
  }
  .tt-branch-locator-form-sec .tt-form-search-box-init .form-input input {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
  }
  .tt-branch-locator-form-sec .tt-form-search-box-init .form-input:nth-child(1) {
    flex: 3;
  }
  .tt-branch-locator-form-sec .tt-form-search-box-init .form-input .mobile-filter {
    background: #fcfcfc url("../images/icons/filter.svg") no-repeat center;
    width: 70px;
    height: 60px;
  }
  .tt-branch-locator-form-sec .tt-form-search-box-init .form-input input {
    height: 100%;
  }
  .tt-branch-locator-form-sec .tt-form-search-box-init .form-input input.bh-sl-address {
    width: 100%;
    min-width: auto;
    margin: 0;
    padding-right: 60px;
    padding-left: 30px;
  }
  .tt-branch-locator-form-sec .tt-form-input-inline:nth-child(2) {
    margin-top: 0;
    display: none;
    position: fixed;
    background: #ffffff;
    padding: 30px 20px 30px 20px;
    box-sizing: border-box;
    top: 0;
    left: 0;
    right: auto;
    z-index: 100;
    height: 100%;
    width: 100%;
  }
  .tt-branch-locator-form-sec .tt-form-input-inline:nth-child(2) .filter-modal-close {
    cursor: pointer;
    background-image: url("../images/icons/close-filter.svg");
    background-repeat: no-repeat;
    background-position: right top;
    display: flex;
    align-items: center;
    height: 19px;
    width: 72px;
    position: fixed;
    top: 30px;
    right: 20px;
    font-size: 10px;
    letter-spacing: 1.5px;
    font-family: "toyota_textbold", "Tohama", "Arial";
    color: #888888;
  }
  .tt-branch-locator-form-sec .tt-form-input-inline:nth-child(2) .map-filter-heading {
    margin-top: 55px;
    margin-bottom: 25px;
    display: none;
    font-family: "toyota_textbold", "Tohama", "Arial";
    font-size: 15px;
    letter-spacing: 2.4px;
    text-transform: uppercase;
  }
  .tt-branch-locator-form-sec .tt-form-input-inline:nth-child(2) .map-filter-heading.show {
    display: block;
  }
  .tt-branch-locator-form-sec .tt-form-input-inline:nth-child(2) .bh-sl-filters {
    max-width: 100%;
  }
  .tt-branch-locator-form-sec .tt-form-input-inline:nth-child(2) .bh-sl-filters li {
    display: block !important;
    width: 100% !important;
    margin: 0;
    padding: 0;
    text-align: left;
  }
  .tt-branch-locator-form-sec .tt-form-input-inline:nth-child(2) .bh-sl-filters li label {
    font-size: 16px;
    letter-spacing: 0.3px;
    margin: 0 0 -1px 0;
    padding: 25px 10px;
    border-top: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
    color: rgba(138, 138, 138, 0.7);
    text-align: left;
    display: block;
  }
  .tt-branch-locator-form-sec .tt-form-input-inline:nth-child(2) .bh-sl-filters li label:before {
    float: right;
    height: 100%;
    border: 0;
    left: auto;
    right: 0;
    background-color: #ffffff;
    border: none !important;
  }
  .tt-branch-locator-form-sec .tt-form-input-inline:nth-child(2) .bh-sl-filters li .form-check-input:checked ~ .form-check-label {
    color: #000000;
  }
  .tt-branch-locator-form-sec .tt-form-input-inline:nth-child(2) .bh-sl-filters li .form-check-input:checked ~ .form-check-label::before {
    background-image: url("../images/icons/selected-filter.svg");
    background-position: right 30px;
    background-repeat: no-repeat;
    border: none !important;
    margin-right: 30px;
  }
  .tt-branch-locator-form-sec.filter-scroll .tt-form-search-box-init, .tt-branch-locator-form-sec.show-mobile-filter .tt-form-search-box-init {
    top: 70px;
    width: 100%;
    left: 0;
  }
  .tt-branch-locator-form-sec.filter-scroll .bh-sl-address, .tt-branch-locator-form-sec.show-mobile-filter .bh-sl-address {
    padding-left: 30px;
    padding-right: 0;
  }
  .tt-branch-locator-form-sec.filter-scroll .bh-sl-loc-list, .tt-branch-locator-form-sec.show-mobile-filter .bh-sl-loc-list {
    margin-top: 406px;
  }
  .bh-sl-loc-list {
    height: auto !important;
  }
  .apply-filter-wrapper {
    margin-top: 40px;
    text-align: center;
  }
  .apply-filter-wrapper .btn {
    float: none;
  }
  /* find center accordion */
  #content .tt-maps-accordion .accordion-inner.list-focus {
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    right: auto;
    top: 70px;
    z-index: 10;
    overflow: auto;
  }
  #content .tt-maps-accordion .accordion-inner.list-focus .tt-heading-box::before {
    display: none;
  }
  #content .tt-maps-accordion .accordion-inner.list-focus .tt-content .list-content {
    border-bottom: 0;
  }
  #content .tt-maps-accordion .accordion-inner.list-focus .tt-content .tt-filter-categories .c-label {
    font-size: 13px;
  }
  #content .tt-maps-accordion .accordion-inner.list-focus .tt-content .tt-web {
    display: none;
  }
  #content .tt-maps-accordion .accordion-inner.list-focus .tt-content .tt-opening-hours .tt-day {
    width: 35%;
  }
  #content .tt-maps-accordion .accordion-inner.list-focus .tt-content .tt-opening-hours .tt-time {
    width: 65%;
    text-align: left;
  }
  #content .tt-maps-accordion .accordion-inner.list-focus .tt-content .loc-directions {
    text-align: center;
  }
  .pac-container.show {
    position: fixed !important;
    overflow-y: scroll;
    top: 130px !important;
    left: 0 !important;
    right: auto;
    width: 100% !important;
    height: 100%;
    display: block !important;
    border-top: 1px solid #f9f9f9;
  }
  #content .tt-form-search-box-init .bh-sl-address-btn {
    min-width: auto;
    right: 0;
    left: auto;
    height: 59px;
  }
  .tt-heading-box .loc-default-dist {
    display: block;
    clear: both;
    padding: 0;
    border: none;
  }
  .accordion-mobile-header-controls.show .tt-maps-accordion .accordion-inner.list-focus .tt-heading-box {
    border: none;
  }
  .tt-maps-accordion li.list-focus .tt-content {
    overflow: visible;
  }
  #content .tt-maps-accordion .accordion-inner.list-focus .tt-content .list-content {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 480px) {
  .tt-branch-locator-form-sec .tt-form-search-box-init .form-input:nth-child(1) {
    width: 80vw;
    position: relative;
  }
  .tt-branch-locator-form-sec .tt-form-search-box-init .form-input.mobile-filter {
    width: 20%;
  }
}
.bh-sl-loc-list li.bh-no-result {
  position: absolute;
  box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.1);
  display: block;
  height: 100%;
  top: 0;
}

.bh-sl-container .bh-sl-loc-list .bh-sl-noresults-title {
  font-family: "toyota_textbold", "Tohama", "Arial";
  margin: 0 70px 0px;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: 0.3px;
  text-align: center;
  color: #888888;
}

.bh-sl-container .bh-sl-loc-list .bh-sl-noresults-title:before {
  content: "";
  background: url(../images/icons/search-icon-large.svg) no-repeat;
  display: block;
  width: 50px;
  height: 50px;
  margin: 100px auto 50px;
}

.bh-sl-container .bh-sl-loc-list .bh-sl-noresults-desc {
  font-family: "toyota_textregular", "Tohama", "Arial";
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.71;
  letter-spacing: 0.2px;
  text-align: center;
  color: #888888;
}

.bh-sl-container .bh-sl-loc-list ul li:last-child .tt-heading-box {
  border-bottom: none;
}

.tt-page-findacenter .ui-autocomplete, .tt-page-findcenter .ui-autocomplete {
  height: 801px;
  width: 515px;
  margin-top: 0px;
}
.tt-page-findacenter .ui-autocomplete li, .tt-page-findcenter .ui-autocomplete li {
  background: none !important;
  line-height: 3.92;
  border-bottom: 1px solid #f3f3f3;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  /* line-height: normal; */
  letter-spacing: 0.3px;
  text-align: left;
  color: #000000;
}
.tt-page-findacenter .ui-autocomplete li.tt-no-reults-li, .tt-page-findcenter .ui-autocomplete li.tt-no-reults-li {
  cursor: auto;
}
.tt-page-findacenter .ui-autocomplete li.tt-no-reults-li .ui-menu-item-wrapper, .tt-page-findacenter .ui-autocomplete li.tt-no-reults-li .tt-no-result, .tt-page-findcenter .ui-autocomplete li.tt-no-reults-li .ui-menu-item-wrapper, .tt-page-findcenter .ui-autocomplete li.tt-no-reults-li .tt-no-result {
  background: none !important;
  padding: 0 70px;
  border: none !important;
  text-align: center;
  font-family: "toyota_textregular", "Tohama", "Arial";
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.71;
  letter-spacing: 0.2px;
  text-align: center;
  color: #888888;
}
.tt-page-findacenter .ui-autocomplete li.tt-no-reults-li .ui-menu-item-wrapper .title, .tt-page-findacenter .ui-autocomplete li.tt-no-reults-li .tt-no-result .title, .tt-page-findcenter .ui-autocomplete li.tt-no-reults-li .ui-menu-item-wrapper .title, .tt-page-findcenter .ui-autocomplete li.tt-no-reults-li .tt-no-result .title {
  font-family: "toyota_textbold", "Tohama", "Arial";
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: 0.3px;
  text-align: center;
  color: #888888;
  margin-bottom: 10px;
  display: block;
}
.tt-page-findacenter .ui-autocomplete li.tt-no-reults-li .ui-menu-item-wrapper p, .tt-page-findacenter .ui-autocomplete li.tt-no-reults-li .tt-no-result p, .tt-page-findcenter .ui-autocomplete li.tt-no-reults-li .ui-menu-item-wrapper p, .tt-page-findcenter .ui-autocomplete li.tt-no-reults-li .tt-no-result p {
  font-family: "toyota_textregular", "Tohama", "Arial";
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.71;
  letter-spacing: 0.2px;
  text-align: center;
  color: #888888;
}
.tt-page-findacenter .ui-autocomplete li.tt-no-reults-li .ui-menu-item-wrapper:before, .tt-page-findacenter .ui-autocomplete li.tt-no-reults-li .tt-no-result:before, .tt-page-findcenter .ui-autocomplete li.tt-no-reults-li .ui-menu-item-wrapper:before, .tt-page-findcenter .ui-autocomplete li.tt-no-reults-li .tt-no-result:before {
  content: "";
  background: url(../images/icons/search-icon-large.svg) no-repeat;
  display: block;
  width: 50px;
  height: 50px;
  margin: 100px auto 50px;
}
.tt-page-findacenter .ui-autocomplete li, .tt-page-findcenter .ui-autocomplete li {
  padding: 0;
}
.tt-page-findacenter .ui-autocomplete li:before, .tt-page-findcenter .ui-autocomplete li:before {
  content: none;
}
.tt-page-findacenter .ui-autocomplete li.ui-menu-divider.ui-widget-content, .tt-page-findcenter .ui-autocomplete li.ui-menu-divider.ui-widget-content {
  display: none;
}

.bh-sl-container .bh-sl-filters-container.form-check {
  margin: 0;
  padding: 0;
}

.bh-sl-container .loc-name {
  margin: 10px 0;
  display: inline;
  line-height: 26px;
}

@media screen and (max-width: 990px) {
  .tt-branch-locator-form-sec .tt-form-search-box-init {
    min-width: auto;
    width: 100%;
    height: 60px;
    display: flex;
    position: fixed;
    top: 90px;
    left: 20px;
    width: calc(100vw - 40px);
    box-shadow: 15px 7px 30px 0 rgba(0, 0, 0, 0.1);
    right: 20px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .filter-scroll-show .tt-branch-locator-form-sec .tt-form-search-box-init {
    top: 0;
    width: 100%;
    z-index: 40;
    left: 0;
  }
  .filter-scroll-show .show-mobile-filter .tt-form-search-box-init {
    top: 70px;
  }
}
@media screen and (max-width: 991px) {
  .is-branchlocator header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    -webkit-transition: transform 0.5s ease;
    -moz-transition: transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
  }
  .is-branchlocator.filter-scroll-show header {
    transform: translateY(-100%);
  }
  .is-branchlocator.mob-filters-open header {
    z-index: 0;
  }
  .tt-page-findacenter .ui-autocomplete li, .tt-page-findcenter .ui-autocomplete li {
    border-bottom: solid 1px #ecebe9;
    margin: 0px 0px 0 20px;
    padding: 20px 0;
  }
  .tt-page-findacenter .ui-autocomplete li .ui-menu-item-wrapper, .tt-page-findcenter .ui-autocomplete li .ui-menu-item-wrapper {
    padding: 0;
    letter-spacing: 0.3px;
    text-align: left;
    color: #000000;
    font-family: "toyota_textregular", "Tohama", "Arial";
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
  }
}
@media screen and (max-width: 767px) {
  .tt-branch-locator-form-sec .tt-form-input-inline:nth-child(2) .bh-sl-filters li label {
    padding: 25px 10px 28px 10px;
  }
  .tt-branch-locator-form-sec .tt-form-search-box-init .form-input .bh-sl-address-close-btn {
    display: none;
  }
}
.tt-form-input-inline.tt-filters ul li {
  height: 71px;
}

.tt-opening-hours .tt-day {
  text-transform: capitalize;
}

.bh-sl-address-close-btn {
  display: none;
}

.bh-search-done .bh-sl-address-close-btn {
  position: absolute;
  display: block;
  width: 70px !important;
  right: -69px;
  top: 0;
  left: auto;
  border: none;
  padding: 0 !important;
  overflow: hidden;
  z-index: 1;
  border-right: 1px solid #f3f3f3;
  height: 69px;
  text-indent: 100%;
  margin: 0;
  float: right;
  cursor: pointer;
  background: #fff url(../images/icons/close-filter.svg) no-repeat center;
}

#content .tt-form-search-box-init .bh-sl-address-btn {
  text-indent: -999px;
}

.closingSoon {
  display: none !important;
}

@media screen and (min-width: 992px) {
  .tt-page-findacenter .ui-autocomplete, .tt-page-findcenter .ui-autocomplete {
    margin-top: 0px;
    box-shadow: none;
    border: 1px solid #f3f3f3;
    left: -1px !important;
    right: auto;
    height: 803px;
    width: 516px !important;
    overflow-x: hidden;
    overflow-y: auto;
  }
}
@media screen and (max-width: 991px) {
  .bh-sl-map {
    height: 55vh !important;
  }
  .tt-page-findacenter .ui-autocomplete, .tt-page-findcenter .ui-autocomplete {
    top: 130px !important;
    left: 0 !important;
    box-shadow: none;
    border-top: 1px solid #f3f3f3;
  }
}
@media screen and (max-width: 767px) {
  .bh-sl-container .bh-sl-loc-list .bh-sl-noresults-title:before {
    display: none;
  }
}
@media (min-width: 1024px) {
  .bh-search-done .bh-sl-container .bh-sl-map-container {
    width: calc(100% - 515px);
    float: right;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  #content .bh-sl-address-btn, .bh-search-done .bh-sl-address-close-btn {
    right: -60px;
  }
  .bh-sl-address {
    min-width: 300px;
    max-width: 360px;
  }
  .bh-sl-container .bh-sl-loc-list, .tt-form-input-inline {
    max-width: 360px;
    min-width: auto;
  }
  .bh-search-done .bh-sl-container .bh-sl-map-container {
    width: calc(100% - 360px);
  }
  .tt-page-findacenter .ui-autocomplete, .tt-page-findcenter .ui-autocomplete {
    max-width: 360px;
  }
}
@media (max-width: 767px) {
  .bh-sl-address {
    max-width: 100%;
  }
  .bh-sl-container .bh-sl-loc-list, .tt-form-input-inline {
    max-width: 100%;
  }
}
#category-filters-container1 {
  display: table;
  width: 100%;
  text-align: center;
}

#category-filters-container1 li {
  display: table-cell;
  float: none;
  width: auto;
  line-height: normal;
  letter-spacing: normal;
}
#category-filters-container1 li:before {
  content: none;
}

/*.no-top-margin {
  margin-top: 0px;
}

.terms-conditions-content {
  > {
    h4 {
      font: normal 20px "toyota_textbold", "Tohama", "Arial";
      letter-spacing: 3.2px;
      text-transform: uppercase;
      color: #000000;
    }
    p {
      font: normal 15px "toyota_textregular", "Tohama", "Arial";
      line-height: 25px;
      letter-spacing: 0.5px;
      color: #000000;
    }
    .terms-conditions-separator {
      height: 1px;
      width: 100%;
      background-color: #ecebe9;
      margin: 30px 0px;
    }
  }
  &:last-child > .terms-conditions-separator {
    display: none;
  }
}

!*FINANCE*!

.finance-tabs, .finance-image-holder {
  overflow: visible !important;
}

.finance-image img {
  background-color: #ffffff;
  box-shadow: 0px 0px 30px 0 rgba(0, 0, 0, 0.2);
}

.finance-tabs .spec-highlights.tt-content-specs {
  .spec-details {
    background-color: #ffffff;
    box-shadow: 0px 0px 60px 0 rgba(0, 0, 0, 0.04);
  }
  .container:before {
    display: none !important;
  }
}

.offers {
  margin-top: 70px;
}

.offer-header {
  h3 {
    text-align: center;
  }
  p {
    max-width: 570px;
    margin: 0 auto;
    margin-top: 25px;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: 0.5px;
    text-align: center;
    color: #000000;
  }
}

.offers .offers-listing {
  padding: 30px 0;
  border-top: solid 1px #ecebe9;
  border-bottom: solid 1px #ecebe9;
  max-width: 967px;
  margin: 50px auto 60px;
  .offer {
    display: inline-block;
    width: 135px;
    margin: 0 32px;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.2px;
    text-align: center;
    color: #888888;
    &:first-child {
      margin-left: 12px;
    }
    &:last-child {
      margin-right: 12px;
    }
  }
}

.dream-car {
  !*
      background-image: url("../beirut-images/dream-car.png");
      background-size: cover;
      padding: 150px 0 125px;
  *!
  margin-top: 90px;
  .dream-car-container .box {
    position: relative;
    img {
      width: 100%;
    }
    .box-item {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      margin: auto;
      left: 0;
      right: 0;
      h3 {
        width: 245px;
        font-size: 20px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: 3.2px;
        text-align: left;
        color: #ffffff;
        text-transform: uppercase;
        margin-bottom: 21px;
      }
      p {
        width: 271px;
        font-size: 15px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.67;
        letter-spacing: 0.5px;
        text-align: left;
        color: #ffffff;
        margin-bottom: 40px;
      }
    }
  }
}

.box-item-mobile {
  padding: 0 50px;
  width: 100%;
  p {
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: 0.5px;
    text-align: left;
    color: #000;
    margin-bottom: 30px;
    margin-top: 30px;
  }
}

.disclaimer {
  margin-top: 90px;
  margin-bottom: 40px;
  .container .disclaimer-content {
    background-color: #fcfcfc;
    padding: 50px 40px;
    h4 {
      margin-bottom: 16px;
      letter-spacing: 0.5px;
    }
    ul {
      width: 50%;
      display: inline-block;
      float: left;
      &:first-child {
        padding-right: 39px;
      }
      &:last-child {
        padding-left: 39px;
      }
      li {
        font-size: 13px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.85;
        letter-spacing: 0.4px;
        text-align: left;
        color: #000000;
        margin-bottom: 0;
        position: relative;
        display: block;
        vertical-align: top;
        padding: 0 10px 0 12px;
        &:before {
          content: '';
          display: inline-block;
          position: absolute;
          left: 0;
          top: 9px;
          width: 3px;
          height: 3px;
          background-color: red;
          border-radius: 50%;
        }
      }
    }
  }
}

!*TERMS AND CONDITIONS *!

.about-us-boxes-handler {
  margin-top: -75px;
  margin-left: -15px;
  margin-right: -15px;
  .about-us-box-container {
    display: inline-block;
    float: left;
    width: 33.33333333%;
    padding: 0 15px;
  }
}

.about-us-boxes-listing {
  //width: 100%;
  overflow: auto;
  margin: 0;
}

.about-us-boxes-handler .about-us-boxes {
  min-height: 361px;
  //height: auto;
  height: calc(100% - 20px);
  box-shadow: 5px 2px 15px 0 rgba(0, 0, 0, 0.04);
  background-color: #fff;
  padding: 50px 40px 16px 40px;
  margin-bottom: 20px;
  > {
    h3 {
      font: normal 20px "toyota_textbold", "Tohama", "Arial";
      letter-spacing: 3.2px;
      text-transform: uppercase;
    }
    p {
      font: normal 15px "toyota_textregular", "Tohama", "Arial";
      line-height: 25px;
      letter-spacing: 0.5px;
      color: #000000;
    }
  }
}

.main-heading {
//  margin-top: 70px;
}

.about-us-small-container {
  .p-small-1 {
    font: normal 15px "toyota_textregular", "Tohama", "Arial";
    line-height: 25px;
    letter-spacing: 0.5px;
    color: #000000;
    max-width: 570px;
    margin: auto;
  }
  .gallery {
    margin-top: 0;
  }
}

.about-us-section-3 {
  position: relative;
  .heading h3 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 3.2px;
    text-align: left;
    color: #000000;
    margin-bottom: 60px;
  }
  .section-3-background-image {
    .sub-heading-container {
      h4 {
        font-size: 15px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.53;
        letter-spacing: 0.5px;
        text-align: left;
        color: #000000;
        margin-bottom: 20px;
      }
      .row .col-md-5 {
        font-size: 15px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.67;
        letter-spacing: 0.5px;
        text-align: left;
        color: #000000;
      }
    }
    display: block;
    width: 100%;
    position: absolute;
    top: 90px;
    z-index: 9;
  }
  img {
    display: block;
    width: 100%;
  }
}

.about-us-section-3, .articles {
  .heading h3 {
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 3.2px;
    color: #000000;
    text-transform: uppercase;
  }
}

.articles .heading h3{
  text-align: center;
}

.about-us-section-3 .heading h3{
  text-align: left;
}

.articles {
  margin-top: 90px;
  .heading h3 {
    margin-bottom: 60px;
  }
}

!*Error page*!

.error-page {
  !*
      background-image: url('../beirut-images/error.png');
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover;
  *!
  width: 100%;
  margin-bottom: -50px;
  position: relative;
  overflow: hidden;
  img {
    width: 100%;
  }
  .text-center {
    padding: 0 40px;
    max-width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
    h1 {
      font-size: 67px;
      font-weight: bold;
      font-style: normal;
      font-stretch: normal;
      line-height: 0.9;
      letter-spacing: 40px;
      text-align: center;
      color: #ffffff;
      text-transform: uppercase;
    }
    p {
      font-size: 15px;
      font-weight: bold;
      font-style: normal;
      font-stretch: normal;
      line-height: 1.67;
      letter-spacing: 1.8px;
      text-align: center;
      color: #ffffff;
      max-width: 410px;
      margin: 25px auto 30px;
      text-transform: uppercase;
    }
    .btn-align {
      text-align: center;
    }
  }
}*/
.no-top-margin {
  margin-top: 0px;
}

.terms-conditions-content {
  /*padding-bottom: 30px;
  border-bottom: 2px solid #ecebe9;
  margin-bottom: 30px;*/
}

.terms-conditions-content > h4 {
  font: normal 20px "toyota_textbold", "Tohama", "Arial";
  letter-spacing: 3.2px;
  text-transform: uppercase;
  color: #000000;
}

.terms-conditions-content > p {
  font: normal 15px "toyota_textregular", "Tohama", "Arial";
  line-height: 25px;
  letter-spacing: 0.5px;
  color: #000000;
}

.terms-conditions-content > .terms-conditions-separator {
  height: 2px;
  width: 100%;
  background-color: #ecebe9;
  margin: 30px 0px;
}

.terms-conditions-content:last-child > .terms-conditions-separator {
  display: none;
}

/*FINANCE*/
.finance-tabs, .finance-image-holder {
  overflow: visible !important;
}

.finance-image img {
  background-color: #ffffff;
  box-shadow: 0px 0px 30px 0 rgba(0, 0, 0, 0.2);
}

.finance-tabs .spec-highlights.tt-content-specs .spec-details {
  background-color: #ffffff;
  box-shadow: 0px 0px 60px 0 rgba(0, 0, 0, 0.04);
}

.offers {
  margin-top: 70px;
}

.offer-header h3 {
  text-align: center;
}

.offer-header p {
  max-width: 570px;
  margin: 0 auto;
  margin-top: 25px;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.67;
  letter-spacing: 0.5px;
  text-align: center;
  color: #000000;
}

.offers .offers-listing {
  padding: 30px 0;
  border-top: solid 1px #ecebe9;
  border-bottom: solid 1px #ecebe9;
  max-width: 967px;
  margin: 50px auto 60px;
  /*display:table;*/
  /*width:100%;*/
}

.offers .offers-listing .offer {
  display: inline-block;
  width: 135px;
  margin: 0 32px;
  text-align: center;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.2px;
  text-align: center;
  color: #888888;
  /*display:table-cell;*/
  vertical-align: middle;
}

.offers .offers-listing .offer:first-child {
  margin-left: 12px;
}

.offers .offers-listing .offer:last-child {
  margin-right: 12px;
}

.dream-car {
  /*
      background-image: url("../beirut-images/dream-car.png");
      background-size: cover;
      padding: 150px 0 125px;
  */
  margin-top: 90px;
}

.dream-car .dream-car-container .box {
  position: relative;
}

.dream-car .dream-car-container .box img {
  width: 100%;
}

.dream-car .dream-car-container .box .box-item {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
  left: 0;
  right: 0;
}

.dream-car .dream-car-container .box .box-item h3 {
  width: 245px;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 3.2px;
  text-align: left;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 21px;
}

.dream-car .dream-car-container .box .box-item p {
  width: 271px;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.67;
  letter-spacing: 0.5px;
  text-align: left;
  color: #ffffff;
  margin-bottom: 40px;
}

.box-item-mobile {
  padding: 0 50px 20px;
  width: 100%;
}

.box-item-mobile p {
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.67;
  letter-spacing: 0.5px;
  text-align: left;
  color: #000;
  margin-bottom: 30px;
  margin-top: 30px;
}

.disclaimer {
  margin-top: 90px;
  margin-bottom: 40px;
}

.disclaimer .container .disclaimer-content {
  background-color: #fcfcfc;
  padding: 50px 40px;
}

.disclaimer .container .disclaimer-content h4 {
  margin-bottom: 16px;
  letter-spacing: 0.5px;
}

.disclaimer .container .disclaimer-content ul {
  width: 50%;
  display: inline-block;
  float: left;
}

.disclaimer .container .disclaimer-content ul:first-child {
  padding-right: 39px;
}

.disclaimer .container .disclaimer-content ul:last-child {
  padding-left: 39px;
}

.disclaimer .container .disclaimer-content ul li {
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.85;
  letter-spacing: 0.4px;
  text-align: left;
  color: #000000;
  margin-bottom: 0;
  position: relative;
  display: block;
  vertical-align: top;
  padding: 0 10px 0 12px;
}

.disclaimer .container .disclaimer-content ul li:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 9px;
  width: 3px;
  height: 3px;
  background-color: red;
  border-radius: 50%;
}

/*TERMS AND CONDITIONS */
.about-us-boxes-handler {
  margin-top: -75px;
  margin-left: -15px;
  margin-right: -15px;
}

.about-us-boxes-handler .about-us-box-container {
  display: inline-block;
  float: left;
  width: 33.33333333%;
  padding: 0 15px;
}

.about-us-boxes-listing {
  overflow: auto;
  margin: 0;
  padding-bottom: 20px;
  display: flex;
}

.about-us-boxes-handler .about-us-boxes {
  min-height: 361px;
  height: calc(100% - 20px);
  background-color: #fff;
  padding: 50px 40px 16px 40px;
  margin-bottom: 20px;
  height: 100%;
  position: relative;
  box-shadow: 5px 2px 30px 0 rgba(0, 0, 0, 0.1);
}

.about-us-boxes-handler .about-us-boxes > h3 {
  font: normal 20px "toyota_textbold", "Tohama", "Arial";
  letter-spacing: 3.2px;
  text-transform: uppercase;
}

.about-us-boxes-handler .about-us-boxes > p {
  font: normal 15px "toyota_textregular", "Tohama", "Arial";
  line-height: 25px;
  letter-spacing: 0.5px;
  color: #000000;
}

.about-us-small-container .p-small-1 {
  font: normal 15px "toyota_textregular", "Tohama", "Arial";
  line-height: 25px;
  letter-spacing: 0.5px;
  color: #000000;
  max-width: 570px;
  margin: auto;
}

.about-us-small-container .gallery {
  margin-top: 0;
}

.about-us-section-3 {
  position: relative;
}

.about-us-section-3 .heading h3 {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 3.2px;
  text-align: left;
  color: #000000;
  margin-bottom: 60px;
}

.about-us-section-3 .section-3-background-image {
  display: block;
  width: 100%;
  position: absolute;
  top: 90px;
  z-index: 9;
}

.about-us-section-3 .section-3-background-image .sub-heading-container h4 {
  font-size: 15px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.53;
  letter-spacing: 0.5px;
  text-align: left;
  color: inherit;
  margin-bottom: 20px;
}

.about-us-section-3 .section-3-background-image .sub-heading-container .two-columns {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  column-gap: 30px;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.67;
  letter-spacing: 0.5px;
  color: inherit;
}

.about-us-section-3 .section-3-background-image .sub-heading-container .row .col-md-5 {
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.67;
  letter-spacing: 0.5px;
  text-align: left;
  color: inherit;
}

.about-us-section-3 img {
  display: block;
  width: 100%;
  padding-top: 100px;
}

/*.about-us-section-3 .heading h3 {
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 3.2px;
  text-align: center;
  color: #000000;
  text-transform: uppercase; }*/
.articles {
  margin-top: 90px;
}

.articles .heading h3 {
  margin-bottom: 60px;
}

/*Error page*/
.error-page {
  /*
      background-image: url('../beirut-images/error.png');
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover;
  */
  width: 100%;
  position: relative;
  overflow: hidden;
  max-height: 800px;
}

.error-page img {
  width: 100%;
  height: auto;
}

.error-page .blacked-out {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
  top: 0;
  opacity: 0.58;
}

.error-page .text-center {
  padding: 0 40px;
  max-width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
}

.error-page .text-center h1 {
  font-size: 67px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.9;
  letter-spacing: 40px;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  font-family: "toyota_textbold", "Tohama", "Arial";
}

.error-page .text-center p, .error-page .text-center h2 {
  font-size: 15px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.67;
  letter-spacing: 1.8px;
  text-align: center;
  color: #ffffff;
  max-width: 410px;
  margin: 25px auto 30px;
  text-transform: uppercase;
}

.error-page .text-center .btn-align {
  text-align: center;
}

#content .tt-gray-box.no-top-margin {
  margin: 0 5px 20px;
}

.about-us-section-3 .section-3-background-image .sub-heading-container .two-columns {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  column-gap: 30px;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.67;
  letter-spacing: 0.5px;
  color: inherit;
}

.about-us-section-3 .heading h3, .articles .heading h3 {
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 3.2px;
  color: inherit;
  text-transform: uppercase;
}

.articles .heading h3 {
  text-align: center;
}

.tt-page-periodicmaintenance .tt-story-box.tt-story-feature-box {
  margin: 0;
}
.tt-page-periodicmaintenance .tt-accordion p + .specs-list {
  margin-top: -23px;
}
.tt-page-periodicmaintenance .tt-notification-box {
  margin-bottom: 0;
}
.tt-page-periodicmaintenance #content .tt-accordion.tt-accordion-faqs.tt-accordian-adjust-1, .tt-page-periodicmaintenance .tt-accordion.tt-accordion-faqs.tt-accordian-adjust-1 {
  margin-bottom: 0;
}
.tt-page-periodicmaintenance .table {
  margin-bottom: 0;
}
.tt-page-periodicmaintenance .tt-notification-box {
  padding: 30px;
}

.sitecore-form-container {
  padding: 15px;
  text-align: left;
}
.sitecore-form-container .inputSitecoreDefaultStyle, .sitecore-form-container .multiSelectChceckBoxSitecore .checkBoxLabel, .sitecore-form-container .radioSitecoreContainer .radioLabel, .sitecore-form-container .formDateSitecore, .sitecore-form-container .selectSitecorecombobox, .sitecore-form-container .formTextareaSitecore, .sitecore-form-container .formInputSitecore {
  display: block;
  width: 570px;
  padding: 10px 0;
  /*font: normal 15px $ToyotaText-Regular;*/
  font: normal 15px "toyota_textregular", "Tohama", "Arial";
  color: #888888;
  border: 0;
  border-bottom: solid 2px #d6d6d6;
  margin: auto;
  margin-bottom: 30px;
  background: none;
  border-radius: 0;
  min-height: 50px;
  position: relative;
  top: 0;
  text-decoration: none;
  outline: none;
  box-shadow: none;
  outline: none !important;
  -webkit-tap-highlight-color: transparent !important;
  /*margin: auto;*/
}
.sitecore-form-container .inputSitecoreDefaultStyle:focus, .sitecore-form-container .multiSelectChceckBoxSitecore .checkBoxLabel:focus, .sitecore-form-container .radioSitecoreContainer .radioLabel:focus, .sitecore-form-container .formDateSitecore:focus, .sitecore-form-container .selectSitecorecombobox:focus, .sitecore-form-container .formTextareaSitecore:focus, .sitecore-form-container .formInputSitecore:focus {
  border-bottom: solid 2px #d6d6d6;
}
.sitecore-form-container .inputSitecoreDefaultStyle.input-validation-error, .sitecore-form-container .multiSelectChceckBoxSitecore .input-validation-error.checkBoxLabel, .sitecore-form-container .radioSitecoreContainer .input-validation-error.radioLabel, .sitecore-form-container .input-validation-error.formDateSitecore, .sitecore-form-container .input-validation-error.selectSitecorecombobox, .sitecore-form-container .input-validation-error.formTextareaSitecore, .sitecore-form-container .input-validation-error.formInputSitecore {
  border-color: #d9534f;
  margin-bottom: 0px;
}
.sitecore-form-container .formTextareaSitecore {
  resize: none;
  overflow: hidden;
}
.sitecore-form-container .formDateSitecore {
  background: url(../images/owners/calendar.svg) no-repeat right center;
}
.sitecore-form-container .radioSitecoreContainer {
  width: 570px;
  margin: auto;
  margin-bottom: 30px;
}
.sitecore-form-container .radioSitecoreContainer .radioLabel {
  border: none;
  position: relative;
  font-family: "toyota_textbold", "Tohama", "Arial";
  font-size: 10px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 1px;
  text-align: center;
  color: #ffffff;
  /*margin: 0 15px 0 0;*/
  margin: 0;
  text-transform: uppercase;
  padding: 10px 7px;
}
.sitecore-form-container .radioSitecoreContainer .radioLabel:last-child {
  margin-right: 0;
}
.sitecore-form-container .radioSitecoreContainer .radioLabel:hover {
  cursor: pointer;
}
.sitecore-form-container .radioSitecoreContainer .radioLabel:hover span {
  background-color: #d40618;
}
.sitecore-form-container .radioSitecoreContainer .radioLabel span {
  display: block;
  padding-top: 18px;
  padding-bottom: 17px;
  background-color: #888888;
  border-radius: 5px;
}
.sitecore-form-container .radioSitecoreContainer .radioLabel .text {
  position: absolute;
  left: 0;
  right: 0;
  text-transform: none;
  padding: 14px 9px;
}
.sitecore-form-container .radioSitecoreContainer .radioLabel [type=radio] {
  position: absolute;
  top: 7px;
  left: 0px;
  z-index: -1;
  opacity: 0;
  height: 100%;
  width: 100%;
}
.sitecore-form-container .radioSitecoreContainer .radioLabel [type=radio]:checked ~ span {
  background-color: #d40618;
}
.sitecore-form-container .checkBoxSitecoreContainer {
  width: 570px;
  margin: auto;
  margin-bottom: 30px;
}
.sitecore-form-container .checkBoxSitecoreContainer .checkBoxLabel [type=checkbox] {
  position: relative;
  opacity: 0;
  top: 28px;
  z-index: 22;
  left: 3px;
  cursor: pointer;
  width: 15px;
}
.sitecore-form-container .checkBoxSitecoreContainer .checkBoxLabel [type=checkbox]:focus ~ .form-check-label:before {
  border-color: #c5c6c7;
}
.sitecore-form-container .checkBoxSitecoreContainer .checkBoxLabel [type=checkbox]:checked ~ .form-check-label:before {
  background-image: url("../images/icons/check-icon.svg");
  background-color: #d40618;
}
.sitecore-form-container .checkBoxSitecoreContainer .checkActive:before {
  background-image: url("../images/icons/check-icon.svg");
  background-color: #d40618;
}
.sitecore-form-container .checkBoxSitecoreContainer .form-check-label {
  font-family: "toyota_textregular", "Tohama", "Arial";
  font-size: 14px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0.3px;
  text-align: left;
  color: #333333;
  position: relative;
  display: block;
  padding: 2px 0 2px 32px;
  cursor: default;
}
.sitecore-form-container .checkBoxSitecoreContainer .form-check-label:before {
  border-radius: 2px;
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  border: 1px solid #e4e5e6;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center center;
  background-repeat: no-repeat;
  box-sizing: border-box;
}
.sitecore-form-container .submitContainer {
  width: 570px;
  margin: auto;
}
.sitecore-form-container .submitContainer .sitecoreSubmitButton {
  letter-spacing: 1.5px;
  font: normal 10px "toyota_textbold", "Tohama", "Arial";
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  text-transform: uppercase;
  padding: 13.5px 40px;
  border-radius: 25px;
  position: relative;
  transition: 0.6s;
  border: none;
  overflow: hidden;
  color: #fff;
  background: #d40618;
  border: 1px solid #d40618;
  margin: auto;
  cursor: pointer;
}
.sitecore-form-container select {
  visibility: hidden !important;
  display: block !important;
  pointer-events: none !important;
  margin: 0 !important;
  padding: 0 !important;
  min-height: 0 !important;
}
.sitecore-form-container .formInputLabelSitecore {
  font: normal 15px "toyota_textbold", "Tohama", "Arial";
  line-height: 1.47;
  letter-spacing: normal;
  color: #000;
  display: block;
  width: 570px;
  margin: auto;
  margin-bottom: 0.5rem;
}
.sitecore-form-container .field-validation-error {
  width: 570px;
  text-align: right;
  margin-right: 0;
  margin-left: 0;
  margin: auto;
  margin-bottom: 30px;
  margin-top: 10px;
}
.sitecore-form-container .custom-combobox {
  width: 570px;
  margin: auto;
  margin-bottom: 30px;
}
.sitecore-form-container .recaptchaHolder {
  width: 570px;
  margin: auto;
  margin-bottom: 30px;
}
.sitecore-form-container .multiSelectChceckBoxSitecore {
  margin: auto;
  max-width: 560px;
  margin-bottom: 20px;
}
.sitecore-form-container .multiSelectChceckBoxSitecore .checkBoxLabel {
  border: none;
  position: relative;
  font-family: "toyota_textbold", "Tohama", "Arial";
  font-size: 10px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 1px;
  text-align: center;
  color: #ffffff;
  /*margin: 0 15px 0 0;*/
  margin: 0;
  text-transform: uppercase;
  padding: 10px 7px;
}
.sitecore-form-container .multiSelectChceckBoxSitecore .checkBoxLabel:last-child {
  margin-right: 0;
}
.sitecore-form-container .multiSelectChceckBoxSitecore .checkBoxLabel:hover {
  cursor: pointer;
}
.sitecore-form-container .multiSelectChceckBoxSitecore .checkBoxLabel:hover span {
  background-color: #d40618;
}
.sitecore-form-container .multiSelectChceckBoxSitecore .checkBoxLabel span {
  display: block;
  padding-top: 18px;
  padding-bottom: 17px;
  background-color: #888888;
  border-radius: 5px;
}
.sitecore-form-container .multiSelectChceckBoxSitecore .checkBoxLabel .text {
  position: absolute;
  left: 0;
  right: 0;
  text-transform: none;
  padding: 14px 9px;
}
.sitecore-form-container .multiSelectChceckBoxSitecore .checkBoxLabel [type=checkbox] {
  position: absolute;
  top: 28px;
  left: 1px;
  z-index: -1;
  opacity: 0;
  width: 100%;
  height: 32px;
}
.sitecore-form-container .multiSelectChceckBoxSitecore .checkBoxLabel [type=checkbox]:checked ~ span {
  background-color: #d40618;
}
.sitecore-form-container .textSitecoreStyle {
  width: 570px;
  margin: auto;
  margin-bottom: 30px;
  line-height: 22px;
  color: #d40618 !important;
}

.datepicker-dropdown td, .datepicker-dropdown .next, .datepicker-dropdown .prev {
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .sitecore-form-container .inputSitecoreDefaultStyle, .sitecore-form-container .radioSitecoreContainer .radioLabel, .sitecore-form-container .multiSelectChceckBoxSitecore .checkBoxLabel, .sitecore-form-container .formInputSitecore, .sitecore-form-container .formTextareaSitecore, .sitecore-form-container .selectSitecorecombobox, .sitecore-form-container .formDateSitecore, .sitecore-form-container .radioLabel {
    width: 100%;
  }
  .sitecore-form-container .custom-combobox, .sitecore-form-container .recaptchaHolder {
    width: 100%;
  }
  .sitecore-form-container .field-validation-error, .sitecore-form-container .radioSitecoreContainer, .textSitecoreStyle {
    width: 100%;
  }
}
.ui-menu-item:before {
  background-color: transparent !important;
}

/*
!*About Us section 3*!
@media screen and (max-width: 1199px) {
  .about-us-section-3 .section-3-background-image {
    top: 40px;
  }
  .offers .offers-listing .offer {
    margin: 0 27px;
  }
}

@media screen and (max-width: 991px) {
  .finance-image img {
    box-shadow: none;
  }
  .terms-conditions-content > h4 {
    font: normal 15px "toyota_textbold", "Tohama", "Arial";
  }
  .about-us-boxes-handler {
    overflow: auto;
    .about-us-box-container {
      width: 275px;
      max-width: 275px;
      .about-us-boxes {
        padding: 50px 20px 65px;
      }
    }
  }
  .about-us-section-3 .section-3-background-image {
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    top: 50px;
    .heading h3 {
      margin-bottom: 30px;
    }
    h4 {
      margin-top: 0px;
    }
    .row .col-xs-12 {
      margin-top: 20px;
    }
  }
  .offers .offers-listing {
    text-align: center;
    padding: 5px 0;
    .offer {
      margin: 25px auto;
      display: block;
      max-width: 135px;
      &:first-child, &:last-child {
        margin: 25px auto;
        display: block;
        max-width: 135px;
      }
    }
  }
  .error-page {
    height: 373px !important;
    img {
      height: 373px;
      width: auto;
    }
  }
}


@media screen and (max-width: 767px) {

  .about-us-boxes-listing{
    display:block;
    white-space:nowrap;
    overflow-y:auto;
    padding-left: 20px;
    &:after{
      content:'';
      width:100%;
      display:block;
      position:absolute;
      bottom:0;
      top: 74px;
      left:0;
      right:auto;
      background-color: #f2f2f2;
      z-index:-1;
    }

  }

  .about-us-section-3 .section-3-background-image .heading h3{
    margin-bottom:20px;
  }

  .about-us-section-3 .section-3-background-image .sub-heading-container h4{
    margin-bottom:0;
  }

  .about-us-boxes-handler .about-us-box-container .about-us-boxes{
    min-height: 331px;
    height: calc(100% - 20px);
    padding: 50px 20px 15px;
  }


  .about-us-boxes-handler .about-us-box-container{
    width: 80%;
    max-width: 80%;
    float:none;
    white-space:normal;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding:0;
    margin-right: 20px;
  }
  .dream-car .dream-car-container {
    .box-item {
      padding: 0 50px;
    }
    .box .box-item {
      p, .btn-align {
        display: none;
      }
    }
  }
  .disclaimer .container .disclaimer-content ul {
    width: 100%;
    &:first-child {
      padding-right: 0;
    }
    &:last-child {
      padding-left: 0;
    }
  }
  .error-page .text-center {
    padding: 100px 20px;
    h1 {
      font-size: 30px;
      line-height: 1.33;
      letter-spacing: 17.9px;
    }
    p {
      font-size: 12px;
      max-width: 295px;
    }
  }
  .about-us-small-container .main-heading {
    margin-top: 30px;
  }
  .offers {
    margin-top: 0;
  }

  .articles{
    .heading h3{
      margin-bottom: 30px;
    }
  }

}*/
/*About Us section 3*/
@media screen and (max-width: 1199px) {
  .about-us-section-3 .section-3-background-image {
    top: 40px;
  }
  .offers .offers-listing .offer {
    margin: 0 27px;
  }
  .tt-top-bar > .container > .row > .col-md-3 {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    margin-right: auto;
  }
  .tt-top-bar > .container > .row > .col-md-9 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: none;
  }
  header .tt-top-bar .tt-menu ul li:before {
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media screen and (min-width: 1025px) {
  .about-us-section-3 .section-3-background-image .sub-heading-container .two-columns {
    width: 90%;
  }
}
@media screen and (max-width: 991px) {
  .tt-story-mini-box .col-md-12 {
    margin-left: 85px;
  }
  .finance-image img {
    box-shadow: none;
  }
  .terms-conditions-content > h4 {
    font: bold 15px "toyota_textbold", "Tohama", "Arial";
  }
  .about-us-boxes-handler {
    overflow: auto;
  }
  .about-us-boxes-handler .about-us-box-container {
    width: 275px;
    max-width: 275px;
  }
  .about-us-boxes-handler .about-us-box-container .about-us-boxes {
    padding: 50px 20px 65px;
  }
  .about-us-section-3 .section-3-background-image {
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    top: 50px;
  }
  .about-us-section-3 .section-3-background-image .heading h3 {
    margin-bottom: 30px;
  }
  .about-us-section-3 .section-3-background-image h4 {
    margin-top: 0px;
  }
  .about-us-section-3 .section-3-background-image .row .col-xs-12 {
    margin-top: 20px;
  }
  .offers .offers-listing {
    text-align: center;
    padding: 5px 0;
  }
  .offers .offers-listing .offer {
    margin: 25px auto;
    display: block;
    max-width: 135px;
  }
  .offers .offers-listing .offer:first-child, .offers .offers-listing .offer:last-child {
    margin: 25px auto;
    display: block;
    max-width: 135px;
  }
  .benefits-handler .offers-listing {
    margin-left: 50px;
    margin-right: 50px;
    margin-bottom: 50px;
  }
  .error-page .text-center h1 {
    font-size: 30px;
    line-height: 1.33;
    letter-spacing: 17.9px;
  }
  .error-page .text-center p {
    font-size: 12px;
    max-width: 295px;
  }
}
@media screen and (min-width: 768px) {
  .tt-tabs .tabs-menu {
    font-size: 0;
  }
  .tt-tabs .tabs-menu li {
    font-size: 0;
  }
  .tt-tabs.tt-tabs-centered .tt-tabs-box .tabs-menu li:before {
    margin: 0 31px 0 33px;
  }
}
@media screen and (max-width: 767px) {
  .table-layout-fixed.table-st1 .td-title {
    display: table-cell;
  }
  .table-layout-fixed.table-st1 td, .table-layout-fixed.table-st1 th {
    padding-left: 20px;
    padding-right: 20px;
  }
  .tt-page-periodicmaintenance #content .tt-tabs.tt-tabs-centered .tt-tabs-box .tabs-menu {
    margin-bottom: 0;
  }
  .tt-page-periodicmaintenance .tt-story-mini-box {
    margin-top: 0;
  }
  .tt-page-periodicmaintenance .tt-accordion.no-margin .specs-list li:last-child {
    margin-bottom: 0;
  }
  .tt-page-periodicmaintenance .tt-notification-box {
    padding: 20px;
  }
  .tt-page-periodicmaintenance .tt-story-mini-box .tt-story-content-box {
    margin: 30px 10px;
  }
  .tt-page-periodicmaintenance #content .tt-gray-box {
    margin-top: 0;
  }
  .tt-page-periodicmaintenance #content .tt-gray-box {
    margin-left: 0;
    margin-right: 0;
  }
  .tt-page-periodicmaintenance #content > .container {
    padding: 0;
  }
  .tt-page-periodicmaintenance .tt-hub-tabs-box .tt-accordion.no-margin .accordion-inner > h4 {
    padding-left: 20px;
    padding-right: 50px;
    padding-top: 13px;
    padding-bottom: 13px;
  }
  .tt-page-periodicmaintenance .tt-accordion.no-margin .accordion-inner .tt-content {
    padding-left: 20px;
    padding-right: 20px;
  }
  .tt-page-periodicmaintenance .tt-accordion.tt-accordion-faqs .accordion-inner > h4:before {
    top: 4px;
  }
  .tt-page-periodicmaintenance .tt-accordion .accordion-inner > h4.active:before {
    top: -4px;
  }
  .tt-story-mini-box .col-md-12 {
    margin-left: 0;
  }
  .error-page {
    min-height: auto;
    margin: 0;
  }
  .error-page img {
    height: auto;
    width: 100%;
  }
  .dream-car .dream-car-container .box-item {
    padding: 0 50px;
  }
  .dream-car .dream-car-container .box .box-item p, .dream-car .dream-car-container .box .box-item .btn-align {
    display: none;
  }
  .disclaimer .container .disclaimer-content ul {
    width: 100%;
  }
  .disclaimer .container .disclaimer-content ul:first-child {
    padding-right: 0;
  }
  .disclaimer .container .disclaimer-content ul:last-child {
    padding-left: 0;
  }
  .error-page .text-center {
    padding: 100px 20px;
  }
  .error-page .text-center h1 {
    font-size: 30px;
    line-height: 1.33;
    letter-spacing: 17.9px;
  }
  .error-page .text-center p {
    font-size: 12px;
    max-width: 295px;
  }
  .about-us-small-container .main-heading {
    margin-top: 30px;
  }
  .offers {
    margin-top: 0;
  }
  .about-us-section-3 .section-3-background-image .sub-heading-container .two-columns {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  .disclaimer {
    margin-top: 50px;
  }
  .dream-car {
    margin-top: 50px;
  }
  .about-us-boxes-handler {
    padding-top: 30px;
  }
  .aboutus-boxes-main-container {
    background-color: #f8f8f8;
  }
  .about-us-boxes-handler .about-us-box-container {
    -ms-flex-preferred-size: 80vw;
    flex-basis: 80vw;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 80vw;
    max-width: 80vw;
    float: none;
    white-space: normal;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 0;
    margin-right: 20px;
  }
  .about-us-boxes-handler .about-us-box-container:first-child {
    padding-left: 20px;
  }
  .about-us-boxes-handler .about-us-box-container:last-child {
    padding-right: 20px;
  }
  .about-us-boxes-listing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .offers .offers-listing {
    margin: 50px 50px;
  }
  .about-us-boxes-handler {
    margin-top: 0;
    padding-top: 10px;
  }
  .about-us-boxes-handler .about-us-boxes {
    margin-top: 20px;
    width: 100%;
    min-height: 275px;
  }
  .about-us-boxes-listing {
    padding-bottom: 40px;
  }
  .about-us-boxes-handler .about-us-box-container .about-us-boxes {
    padding-bottom: 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .error-page img {
    width: 150%;
  }
  .dream-car .dream-car-container .box img {
    min-height: 360px;
  }
}
body:before {
  display: none;
}

/*.spotlight {
  max-height: 100%;

}
#content .spotlight .banner-image {
  max-height: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}
.cover-banner {
  //height: -webkit-fill-available
  height: 100%;
  min-height: 600px;
}

#content .spotlight {

  height: 100%;
}*/
@media screen and (max-width: 992px) and (min-width: 768px) {
  #content .spotlight .banner-image img, #content .spotlight .banner-image video {
    width: 100%;
    height: auto;
    max-width: 100%;
  }
  /*#content .spotlight.caption-left .banner-image img {
    width: 100%;
    max-width: 150%;
    height: auto;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
  }*/
  #content .cover-banner {
    min-height: 45vh;
    height: auto;
    max-width: 100%;
  }
  #content .spotlight {
    height: auto;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #content .spotlight .banner-image img, #content .spotlight .banner-image video {
    width: 100%;
    max-height: 100%;
    height: auto;
    min-height: auto;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .tt-content-hub .hub-item .image img {
    height: 100%;
    width: auto;
  }
  .tt-content-hub .hub-item {
    height: 320px;
  }
  .container {
    width: 100%;
  }
  .inpage-nav-sec {
    padding-right: 20px;
  }
}
.specs-three-col-list ul {
  display: inline-block;
  width: calc(33.33% - 5px);
  vertical-align: top;
}
@media (min-width: 320px) and (max-width: 766px) {
  .specs-three-col-list ul {
    margin: 0;
    width: 100%;
  }
}

.specs-list.specs-three-col-list li {
  width: 100%;
}

.specs-list.specs-three-col-list li:before {
  top: 10.5px;
}

.tt-gallery-block .gallery-item.gallery-item-image .image {
  white-space: nowrap;
}

.tt-gallery-block.tt-gallery-block-fullpage .main-row [class*=col] {
  align-self: center;
}

/* FIREFOX ONLY */
@-moz-document url-prefix() {
  .tt-gallery-block-fullpage:not(.has-slider) .col-md-4 > a .gallery-item .image img {
    transform: translate(0%);
  }
}
.tt-story-box .tt-story-content-box, .tt-gallery-block.tt-short-gallery-block .main-row [class*=col] .gallery-item, .tt-content-hub .hub-item.hub-item-black-overlay, .tt-content-hub .hub-item.hub-item-video {
  color: #fff;
}
.tt-story-box .tt-story-content-box h1, .tt-story-box .tt-story-content-box h2, .tt-story-box .tt-story-content-box h3, .tt-story-box .tt-story-content-box h4, .tt-story-box .tt-story-content-box h5, .tt-story-box .tt-story-content-box p, .tt-gallery-block.tt-short-gallery-block .main-row [class*=col] .gallery-item h1, .tt-gallery-block.tt-short-gallery-block .main-row [class*=col] .gallery-item h2, .tt-gallery-block.tt-short-gallery-block .main-row [class*=col] .gallery-item h3, .tt-gallery-block.tt-short-gallery-block .main-row [class*=col] .gallery-item h4, .tt-gallery-block.tt-short-gallery-block .main-row [class*=col] .gallery-item h5, .tt-gallery-block.tt-short-gallery-block .main-row [class*=col] .gallery-item p, .tt-content-hub .hub-item.hub-item-black-overlay h1, .tt-content-hub .hub-item.hub-item-black-overlay h2, .tt-content-hub .hub-item.hub-item-black-overlay h3, .tt-content-hub .hub-item.hub-item-black-overlay h4, .tt-content-hub .hub-item.hub-item-black-overlay h5, .tt-content-hub .hub-item.hub-item-black-overlay p, .tt-content-hub .hub-item.hub-item-video h1, .tt-content-hub .hub-item.hub-item-video h2, .tt-content-hub .hub-item.hub-item-video h3, .tt-content-hub .hub-item.hub-item-video h4, .tt-content-hub .hub-item.hub-item-video h5, .tt-content-hub .hub-item.hub-item-video p {
  color: inherit;
  /*&.dashed:before, &:before {
    background: currentColor;
  }*/
}
.tt-story-box .tt-story-content-box h1 a, .tt-story-box .tt-story-content-box h1 span, .tt-story-box .tt-story-content-box h2 a, .tt-story-box .tt-story-content-box h2 span, .tt-story-box .tt-story-content-box h3 a, .tt-story-box .tt-story-content-box h3 span, .tt-story-box .tt-story-content-box h4 a, .tt-story-box .tt-story-content-box h4 span, .tt-story-box .tt-story-content-box h5 a, .tt-story-box .tt-story-content-box h5 span, .tt-story-box .tt-story-content-box p a, .tt-story-box .tt-story-content-box p span, .tt-gallery-block.tt-short-gallery-block .main-row [class*=col] .gallery-item h1 a, .tt-gallery-block.tt-short-gallery-block .main-row [class*=col] .gallery-item h1 span, .tt-gallery-block.tt-short-gallery-block .main-row [class*=col] .gallery-item h2 a, .tt-gallery-block.tt-short-gallery-block .main-row [class*=col] .gallery-item h2 span, .tt-gallery-block.tt-short-gallery-block .main-row [class*=col] .gallery-item h3 a, .tt-gallery-block.tt-short-gallery-block .main-row [class*=col] .gallery-item h3 span, .tt-gallery-block.tt-short-gallery-block .main-row [class*=col] .gallery-item h4 a, .tt-gallery-block.tt-short-gallery-block .main-row [class*=col] .gallery-item h4 span, .tt-gallery-block.tt-short-gallery-block .main-row [class*=col] .gallery-item h5 a, .tt-gallery-block.tt-short-gallery-block .main-row [class*=col] .gallery-item h5 span, .tt-gallery-block.tt-short-gallery-block .main-row [class*=col] .gallery-item p a, .tt-gallery-block.tt-short-gallery-block .main-row [class*=col] .gallery-item p span, .tt-content-hub .hub-item.hub-item-black-overlay h1 a, .tt-content-hub .hub-item.hub-item-black-overlay h1 span, .tt-content-hub .hub-item.hub-item-black-overlay h2 a, .tt-content-hub .hub-item.hub-item-black-overlay h2 span, .tt-content-hub .hub-item.hub-item-black-overlay h3 a, .tt-content-hub .hub-item.hub-item-black-overlay h3 span, .tt-content-hub .hub-item.hub-item-black-overlay h4 a, .tt-content-hub .hub-item.hub-item-black-overlay h4 span, .tt-content-hub .hub-item.hub-item-black-overlay h5 a, .tt-content-hub .hub-item.hub-item-black-overlay h5 span, .tt-content-hub .hub-item.hub-item-black-overlay p a, .tt-content-hub .hub-item.hub-item-black-overlay p span, .tt-content-hub .hub-item.hub-item-video h1 a, .tt-content-hub .hub-item.hub-item-video h1 span, .tt-content-hub .hub-item.hub-item-video h2 a, .tt-content-hub .hub-item.hub-item-video h2 span, .tt-content-hub .hub-item.hub-item-video h3 a, .tt-content-hub .hub-item.hub-item-video h3 span, .tt-content-hub .hub-item.hub-item-video h4 a, .tt-content-hub .hub-item.hub-item-video h4 span, .tt-content-hub .hub-item.hub-item-video h5 a, .tt-content-hub .hub-item.hub-item-video h5 span, .tt-content-hub .hub-item.hub-item-video p a, .tt-content-hub .hub-item.hub-item-video p span {
  color: inherit;
}

.tt-content-hub .hub-item.hub-item-video h4 span {
  margin-top: 10px;
}
.tt-content-hub .hub-item.hub-item-black-overlay .btn-content {
  border-color: currentColor;
}
.tt-content-hub .hub-item.hub-item-black-overlay .btn-content .btn-link {
  color: inherit;
}

.inpage-nav-sec .car-title img {
  max-width: 250px;
}

.short-top-nav li.active a img {
  filter: invert(0.5) sepia(1) saturate(100) hue-rotate(25deg);
}

#content .p-btm-10 {
  padding-bottom: 10px;
}
#content .p-btm-20 {
  padding-bottom: 20px;
}
#content .p-btm-30 {
  padding-bottom: 30px;
}
#content .p-btm-40 {
  padding-bottom: 40px;
}
#content .p-btm-50 {
  padding-bottom: 50px;
}
#content .m-btm-10 {
  margin-bottom: 10px;
}
#content .m-btm-20 {
  margin-bottom: 20px;
}
#content .m-btm-30 {
  margin-bottom: 30px;
}
#content .m-btm-40 {
  margin-bottom: 40px;
}
#content .m-btm-50 {
  margin-bottom: 50px;
}
#content .no-padding {
  padding: 0;
}
#content .no-padding-left-right {
  padding-right: 0;
  padding-left: 0;
}
#content .no-margin {
  margin: 0;
}

header nav ul.mega-menu li {
  /*  margin-right: 35px;
    margin-left: 35px;*/
}

.btn-primary.dropdown-toggle {
  background: #d40618;
  border: none;
  border-radius: 0 !important;
  color: #fff !important;
  font-size: 10px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1.5px;
  text-align: center;
  padding: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 41px;
  height: 1px;
}
.btn-primary.dropdown-toggle img + span {
  margin-left: 10px;
  margin-right: 0px;
}
.btn-primary.dropdown-toggle img + span:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 3.5px 0 3.5px;
  border-color: #fff transparent transparent transparent;
  margin: 5px 0px 5px 7px;
  float: right;
}

.tt-dropdown {
  float: right;
}
.tt-dropdown.open .dropdown-toggle img + span:before {
  border-width: 0 3.5px 4px 3.5px;
  border-color: transparent transparent #fff transparent;
}
.tt-dropdown.open .dropdown-menu {
  display: block;
}
.tt-dropdown a.dropdown-item {
  font-size: 13px;
  padding: 17px 20px;
}
.tt-dropdown a.dropdown-item:hover {
  color: #d40618;
}
.tt-dropdown .dropdown-menu {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: 0 23px 41px 0 rgba(0, 0, 0, 0.12);
  border: none;
  padding: 0;
}
.tt-dropdown .dropdown-menu span.welcomUser {
  font-size: 11px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.45;
  letter-spacing: normal;
  color: #a3a6a0;
  padding: 10px 20px;
  display: block;
}

header .tt-top-bar .tt-menu {
  margin-right: 25px;
  margin-left: 25px;
}

.tt-book-a-services {
  display: block;
  width: 100%;
}
.tt-book-a-services .main-heading {
  margin-top: 90px;
  max-width: 800px;
  margin-bottom: 30px;
}
.tt-book-a-services .heroImage {
  margin-bottom: 30px;
  max-width: 100%;
  text-align: center;
}
.tt-book-a-services .heroImage img {
  margin: 0 auto;
}
.tt-book-a-services p {
  font-stretch: normal;
  line-height: 1.67;
  letter-spacing: 0.5px;
}
.tt-book-a-services .btn-align {
  margin-top: 24px;
  margin-bottom: 90px;
}

.tt-offer-listing .tt-offer-item .content .date.text-small, .tt-offer-listing-box .tt-offer-item .content .date.text-small {
  color: #d40618;
  border-radius: 5px;
  /*background-color: #f3f3f3;*/
  /*padding: 3px 13px;*/
  float: left;
}

.tt-video-gallery .video-gallery-full {
  margin-top: 30px;
}
.tt-video-gallery .video-gallery-full .title-bar span.text-small {
  color: #888888;
  margin-top: 20px;
}
.tt-video-gallery .video-gallery-full .title-bar span.text-small .sep {
  width: 1px;
  height: 10px;
  border-radius: 2px;
  background-color: rgba(155, 155, 155, 0.2);
  display: inline-block;
  margin: 0 10px;
}
.tt-video-gallery .btn-align {
  margin: 41px 0 30px 0;
}

.tt-how-to-video .tab-content, .tt-hub-tabs-box .tab-content {
  margin-top: 60px;
}
.tt-how-to-video.tt-video-gallery .title-bar, .tt-hub-tabs-box.tt-video-gallery .title-bar {
  display: inline-block;
}

.component.promo-feature.tt-warranty {
  margin-top: 0;
}

.tt-awards .tt-awards-item .image-box {
  position: relative;
  height: 200px;
}
.tt-awards .tt-awards-item .image-box img {
  position: absolute;
  left: 50%;
  right: auto;
  top: 50%;
  max-width: 100%;
  max-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.tt-awards .tt-awards-item .content {
  text-transform: uppercase;
  margin-top: 30px;
}
.tt-awards .tt-awards-item .content h4 {
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1.8px;
  color: #000000;
}
.tt-awards .tt-awards-item .content .year {
  font-family: "toyota_textbold", "Tohama", "Arial";
  font-size: 15px;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1.8px;
  color: #d40618;
}
.tt-awards .btn-align {
  margin: 40px auto 40px;
}

.tt-indicators-sec.container {
  background: #fcfcfc;
  padding-top: 70px;
  padding-bottom: 50px;
  margin-bottom: 90px;
}
.tt-indicators-sec .tt-indicators .indicators {
  max-width: 20%;
  margin-bottom: 30px;
}
.tt-indicators-sec .tt-indicators .indicators-item {
  background: #FFF;
  position: relative;
  border: solid 1px #f5f5f5;
  height: 100%;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 168px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  z-index: 8;
  cursor: pointer;
}
.tt-indicators-sec .tt-indicators .indicators-item.active:before {
  content: "";
  width: 100%;
  height: 2px;
  background: #d40618;
  position: absolute;
  left: 0;
  bottom: -52px;
}
.tt-indicators-sec .tt-indicators .indicators-item.active:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -50px;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #d40617 transparent;
}
.tt-indicators-sec .tt-indicators .indicators-item .item {
  margin-top: 30px;
}
.tt-indicators-sec .tt-indicators .indicators-item .item .image-box img {
  max-height: 55px;
}
.tt-indicators-sec .tt-indicators .indicators-item .item .indicators-title {
  max-width: 128px;
  margin: 15px auto 0 auto;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: 0.5px;
  text-align: center;
  color: #888888;
}
.tt-indicators-sec .tt-note .note-heading {
  color: #d40618;
  font: normal 13px "toyota_textbold", "Tohama", "Arial";
  margin: 0 0 10px;
  line-height: 1.54;
  letter-spacing: 0.4px;
}
.tt-indicators-sec .tt-note p {
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.54;
  letter-spacing: 0.4px;
  color: #888888;
}
.tt-indicators-sec .indicators-dialog {
  border-top: solid 1px #ecebe9;
  width: 100%;
  padding-top: 50px;
  margin-top: 20px;
  margin-bottom: 50px;
  display: none;
}
.tt-indicators-sec .indicators-dialog .caption {
  max-width: 80%;
}
.tt-indicators-sec .indicators-dialog .caption h4 {
  line-height: 1.67;
  letter-spacing: 0.5px;
}
.tt-indicators-sec .indicators-dialog .caption p {
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.54;
  letter-spacing: 0.4px;
  column-gap: 52px;
}
.tt-indicators-sec .indicators-dialog .btn-align {
  margin-top: 40px;
}
.tt-indicators-sec .indicators-dialog .btn-align .btn {
  width: 206px;
  padding-left: 0;
  padding-right: 0;
}
.tt-indicators-sec .indicators-dialog .btn-align .btn + .btn {
  margin-left: 20px;
}

.tt-indicators-sec .indicators-dialog .caption {
  line-height: 1.6;
}

#header nav ul.mega-menu li {
  vertical-align: top;
}

.tt-indicators-sec .indicators-dialog {
  position: relative;
  border: none;
}
.tt-indicators-sec .indicators-dialog:before {
  content: "";
  border-top: solid 1px #ecebe9;
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
}

.tt-indicators-sec .tt-indicators .indicators-item {
  transition: 400ms all ease;
}

.tt-list-time {
  line-height: 1.3;
  overflow: hidden;
}
.tt-list-time .tt-time {
  display: inline-block;
  padding-right: 10px;
  padding-left: 0px;
  border-right: 1px solid rgba(155, 155, 155, 0.2);
  border-left: none;
  float: left;
}
.tt-list-time .tt-count {
  display: inline-block;
  padding-right: 10px;
  padding-left: 10px;
  float: left;
}

.tt-hub-tabs-box .video-gallery-full {
  margin-top: 50px;
}

h6 {
  width: 152px;
  height: 25px;
  font-size: 13px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.92;
  letter-spacing: 0.4px;
  color: #000000;
}

.tt-offer-listing-box-fluid .col .tt-offer-item .image-box {
  height: auto;
  max-height: 270px;
}
.tt-offer-listing-box-fluid .col .tt-offer-item .image-box img {
  min-width: 370px;
  width: 100%;
  height: auto;
}

.tt-selection-section {
  border-top: 1px solid #ecebe9;
  margin: 0 auto;
  background-color: #fcfcfc;
  padding: 60px 20px;
  overflow: hidden;
}
.tt-selection-section .car-select-slide {
  min-height: auto;
}
.tt-selection-section .adjusting-content-block {
  margin: 0 auto;
  width: 570px;
  max-width: 100%;
}

.short-info-notification {
  position: absolute;
  right: 0;
  color: #888888;
  top: 40px;
  z-index: 20;
  background: #fff;
}
.short-info-notification.tt-date-picker {
  pointer-events: none;
  background: url(../images/owners/calendar.svg) no-repeat right center;
  display: block;
  width: 20px;
  height: 18px;
  float: right;
  right: 15px;
}

ul.bullet-list {
  margin-bottom: 40px;
}
ul.bullet-list li {
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.85;
  letter-spacing: 0.4px;
  text-align: left;
  color: #000000;
  margin-bottom: 0;
  position: relative;
  display: block;
  vertical-align: top;
  padding: 0 10px 0 12px;
}
ul.bullet-list li:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 9px;
  width: 3px;
  height: 3px;
  background-color: red;
  border-radius: 50%;
}

.tt-notification-box {
  margin-bottom: 90px;
}
.tt-notification-box p {
  min-height: 15px;
  font-family: "toyota_textregular", "Tohama", "Arial";
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #a3a6a0;
}
.tt-notification-box p a {
  color: #d40618;
}

.tt-find-short-results-box {
  margin-bottom: 60px;
}

.tt-check-results-box .headings {
  margin-bottom: 15px;
}
.tt-check-results-box .headings .inn-label {
  font-family: "toyota_textregular", "Tohama", "Arial" !important;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  font-size: 20px;
  line-height: 1.5;
  color: #888888;
  margin: 0;
  letter-spacing: normal;
}
.tt-check-results-box .headings .inn-value {
  margin: 0;
  font-family: "toyota_textregular", "Tohama", "Arial" !important;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: 0.5px;
  font-size: 15px;
  color: #000000;
  margin: 0 0 25px;
}
.tt-check-results-box .headings .inn-upper-heading {
  font-family: "toyota_textbold", "Tohama", "Arial" !important;
  font-size: 15px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1.8px;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.tt-check-results-box .headings .inn-gray-heading {
  font-family: "toyota_textregular", "Tohama", "Arial" !important;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: 0.5px;
  color: #9099a0;
  margin-bottom: 8px;
}
.tt-check-results-box .headings .inn-para {
  font-family: "toyota_textregular", "Tohama", "Arial" !important;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.67;
  letter-spacing: 0.5px;
  color: #000000;
  margin-bottom: 30px;
}
.tt-check-results-box .headings .info {
  opacity: 0.9;
  font-family: "toyota_textregular", "Tohama", "Arial";
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #a3a6a0;
}

.table.table-bg-white thead td {
  border-left: 1px solid #ecebe9;
}
.table.table-bg-white thead td:first-child {
  border-left: none;
}
.table.table-bg-white tbody td {
  background: #fff;
  border-bottom: 1px solid #ecebe9;
}

.tt-accordion .tt-form-input .form-group {
  margin-bottom: 30px;
}

.component.promo-feature {
  margin-bottom: 30px;
}

.round-time {
  padding: 4px 11.5px;
  border-radius: 5px;
  font-family: "toyota_textbold", "Tohama", "Arial";
  font-size: 11px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #d40618;
  display: inline-block;
  margin-bottom: 20px;
}

.tt-return-message-show {
  font-family: "toyota_textbold", "Tohama", "Arial";
  font-size: 10px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin: 10px 0 20px;
  padding: 15px 0 15px 55px;
}
.tt-return-message-show.tt-true {
  background: url("../images/owners/check-mark-icon-true.svg") no-repeat left center;
  color: #6ac259;
}
.tt-return-message-show.tt-false {
  background: url("../images/owners/check-mark-icon-false.svg") no-repeat left center;
  color: #d40618;
}

.tt-vin-details-box {
  margin-top: 30px;
}
.tt-vin-details-box .btn:not(.btn-link).has-icon {
  padding: 30px 20px 30px;
  color: #888888;
  font: normal 10px "toyota_textregular", "Tohama", "Arial";
}

.splash-screen-inline {
  background-color: #f5f5f5;
  padding: 113px 0;
  margin-bottom: 90px;
}
.splash-screen-inline .caution-icon {
  margin-bottom: 40px;
  width: 60px;
}

#content .tt-gray-type-2-heading {
  font-family: "toyota_textregular", "Tohama", "Arial";
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: 0.6px;
  text-align: center;
  color: #172328;
  text-transform: initial;
  margin-bottom: 20px;
}
#content .tt-gray-type-2-para {
  font-family: "toyota_textregular", "Tohama", "Arial";
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.67;
  letter-spacing: 0.5px;
  text-align: center;
  color: #a3a6a0;
  margin-bottom: 40px;
}

.btns-inline .btn {
  margin-right: 20px;
}
.btns-inline .btn:last-child {
  margin-right: 0;
}

.tt-fat-list li {
  font-family: "toyota_textregular", "Tohama", "Arial";
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.67;
  letter-spacing: 0.5px;
  color: #000000;
  padding: 12px 40px 12px 0;
  position: relative;
  margin: 0;
  box-shadow: inset 0 -1px 0 0 #ecebe9;
}
.tt-fat-list li:before {
  display: inline-block;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  float: right;
  background: url(../images/owners/arrow-right.svg) no-repeat center;
  border: none;
  width: 10px;
  position: absolute;
  right: 0;
  left: auto;
  height: 100%;
  top: 0;
}
.tt-fat-list li .title {
  font-family: "toyota_textbold", "Tohama", "Arial";
  letter-spacing: 0.5px;
  text-overflow: ellipsis;
  white-space: pre;
  overflow: hidden;
  margin: 0 0 5px;
}
.tt-fat-list li .para {
  margin: 0;
  font: inherit;
  letter-spacing: 0.5px;
  text-overflow: ellipsis;
  white-space: pre;
  overflow: hidden;
}

.short-label {
  display: block;
  margin: 20px 0 10px;
  overflow: hidden;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #888888;
}
.tt-awards [class^=col] {
  margin: 10px 0 30px;
}

.tt-awards-item {
  box-shadow: 5px 2px 30px 0 rgba(0, 0, 0, 0.04);
  padding: 40px 30px;
  height: 100%;
}

.datepicker-dropdown {
  font-size: 13px;
  box-shadow: 0 23px 41px 0 rgba(0, 0, 0, 0.07);
  background-color: #ffffff;
  border: solid 1px #eeeeee;
  padding: 10px 20px;
  font-family: "toyota_textregular", "Tohama", "Arial";
}
.datepicker-dropdown th {
  text-align: center;
  border: 8px solid #fff;
  width: 41px;
  height: 41px;
  vertical-align: middle;
  color: #a3a6a0;
  font-size: 11px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.45;
  letter-spacing: normal;
}
.datepicker-dropdown td {
  text-align: center;
  border: 8px solid #fff;
  width: 41px;
  height: 41px;
  vertical-align: middle;
}
.datepicker-dropdown td.disabled {
  opacity: 0.5;
  cursor: default;
}
.datepicker-dropdown td.old.day, .datepicker-dropdown td.new.day {
  opacity: 0;
  pointer-events: none;
}
.datepicker-dropdown .datepicker-switch {
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.67;
  letter-spacing: 0.5px;
  color: #000000;
}
.datepicker-dropdown .next, .datepicker-dropdown .prev {
  font-size: 28px;
  line-height: 1;
  padding: 0 !important;
}
.datepicker-dropdown .active.day {
  background: #d40618;
  color: #fff;
}

@media (min-width: 992px) {
  .about-us-boxes-handler .about-us-box-container {
    flex: 1 1 auto;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  #header .branding-box .logo {
    max-width: 230px;
  }
}
@media screen and (max-width: 320px) {
  #header .branding-box .logo {
    max-width: 190px;
  }
}
.tt-form-input .form-group {
  position: relative;
}

.tt-offer-details-sec .sub-heading.no-border.text-center.text-uppercase {
  margin-top: 45px;
}

.sitemap.sitemap-v2 .col-list-item {
  max-width: 33%;
  width: 300px;
  margin-bottom: 0;
}
.sitemap.sitemap-v2 .col-list-item .list-with-heading h3 {
  margin-bottom: 30px;
  color: #a3a6a0;
}
.sitemap.sitemap-v2 .sm-lists {
  margin-bottom: 30px;
  margin-top: -20px;
}
.sitemap.sitemap-v2 .sm-lists li {
  color: #a3a6a0;
}
.sitemap.sitemap-v2 .sm-lists li a:hover {
  color: #000;
}
.sitemap.sitemap-v2 a:hover {
  color: #000;
}

.tt-book-a-services .heroImage img {
  max-width: 100%;
}

#content .container .tt-gray-box.no-margin {
  padding-right: 100px;
  padding-left: 100px;
  margin-bottom: 90px;
}

.video-gallery-full .video-box .title-bar > span {
  display: block;
}
.video-gallery-full .video-box .text-small {
  float: none;
  margin-top: 21px;
  padding-left: 2px;
  clear: both;
  display: block;
}
.video-gallery-full .video-box .text-small .sep {
  margin: 0 10px;
  border-left: 1px solid rgba(155, 155, 155, 0.2);
}

#content .tt-toyota-item .date.text-small {
  /*display: none;*/
  background-color: none;
  padding: 3px 1px;
  font: normal 12px "toyota_textbold", "Tohama", "Arial";
}

#content .tt-offer-details-sec .tt-promo-listing-box.tt-offer-details-box .tt-promo-feature-item.tt-promo-large {
  margin-top: 0;
}

#content .tt-offer-details-sec .tt-promo-listing-box.tt-offer-details-box .btn-black {
  display: none;
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before, .vjs-button > .vjs-icon-placeholder:before, .video-js .vjs-modal-dialog, .vjs-modal-dialog .vjs-modal-dialog-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before, .vjs-button > .vjs-icon-placeholder:before {
  text-align: center;
}

@font-face {
  font-family: VideoJS;
  src: url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAABBIAAsAAAAAGoQAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADsAAABUIIslek9TLzIAAAFEAAAAPgAAAFZRiV3RY21hcAAAAYQAAADQAAADIjn098ZnbHlmAAACVAAACv4AABEIAwnSw2hlYWQAAA1UAAAAKgAAADYUHzoRaGhlYQAADYAAAAAbAAAAJA4DByFobXR4AAANnAAAAA8AAACE4AAAAGxvY2EAAA2sAAAARAAAAEQ9NEHGbWF4cAAADfAAAAAfAAAAIAEyAIFuYW1lAAAOEAAAASUAAAIK1cf1oHBvc3QAAA84AAABDwAAAZ5AAl/0eJxjYGRgYOBiMGCwY2BycfMJYeDLSSzJY5BiYGGAAJA8MpsxJzM9kYEDxgPKsYBpDiBmg4gCACY7BUgAeJxjYGQ7xTiBgZWBgaWQ5RkDA8MvCM0cwxDOeI6BgYmBlZkBKwhIc01hcPjI+FGBHcRdyA4RZgQRAC4HCwEAAHic7dFprsIgAEXhg8U61XmeWcBb1FuQP4w7ZQXK5boMm3yclFDSANAHmuKviBBeBPQ8ymyo8w3jOh/5r2ui5nN6v8sYNJb3WMdeWRvLji0DhozKdxM6psyYs2DJijUbtuzYc+DIiTMXrty4k8oGLb+n0xCe37ekM7Z66j1DbUy3l6PpHnLfdLO5NdSBoQ4NdWSoY9ON54mhdqa/y1NDnRnq3FAXhro01JWhrg11Y6hbQ90Z6t5QD4Z6NNSToZ4N9WKoV0O9GerdUJORPqkhTd54nJ1YDXBU1RV+576/JBs2bPYPkrDZt5vsJrv53V/I5mclhGDCTwgGBQQSTEji4hCkYIAGd4TGIWFAhV0RQTpWmQp1xv6hA4OTOlNr2zFANbHUYbq2OtNCpViRqsk+e+7bTQAhzti8vPfuPffcc88959zznbcMMPjHD/KDDGEY0ABpYX384NhlomIYlo4JISGEY9mMh2FSidYiqkEUphtNYDSY/dXg9023l4DdxlqUl0chuZRhncJKrsCQHIwcGuwfnhMIzBnuH4Sym+1D2zaGjheXlhYfD238z80mKYMmvJ5XeOTzd8z9eujbMxJNhu4C9xPE/bCMiDuSNIWgkTQwBE55hLSAE7ZwhrHLnAHZOGV/kmBGTiNjZxzI77Hb7Hqjz68TjT6vh+5JT/cCIkqS0D6CqPf5jX4Qjdx5j6vlDfZM4aZFdbVXIxtOlJaP/WottMnH6CJQ3bTiue3PrY23HjnChtuamxwvvzFjxkPrNj3z0tG9T561HDYf6OgmRWvlY3JQHoQb8ltV2Yet7YfWctEjR1AtxS/cSX6U4alf6NJEBQ7YKg9wrXQKd0IeZCb2ux75Uhh1Un+Nz+9LTOE7PK777nN5xqdTneTBhCbx446mZrhnUkrCz2YhA9dSMxaG0SYmT8hi9ZPu1E94PJYQSH6LRmhxec7Q7ZeXntgQuVpbh+a4qWNsckVyTdn0P7o7DpgPW84+uRcq0BITflBikGdUjAZ9wYBVI3mtrNvr9kpg1UsaK6t3690aoorC1lg0GpMH2HAMtkZjsSi5Ig9ESVosOh7GQfLjKNLvKpMKkLSKNFAka710GdgSi8oDMSoNhqjkKBXTgn3swtaxyzGkUzIzae9RtLdWkSlZ1KDX6EzgllzV4NV4SoDFSOGD4+HCeQUF8wrZ5Hs8zIb5EaVxy8DYFTbMCJPnLIWZxugZE2NlivC0gc1qEQUR8jEKgZcAXeH18BiCgl5nlHh0CrjB4Hb5fX4gb0J7c9PuHVsfgkx2n/vTY/JV8kn8PGxf7faOZ8qX8JVByuIf4whk9sqXli2hvPJV9hrp0hY7l8r2x37ydaVsb4xvXv/47v2NjfCl8m5oRDJclFMoE1yk0Uh1Te4/m8lFXe9qBZD0EkheicebXvzI2PLCuoKCukLuhPIeKwaHPEouxw3kMqaIUXDQ1p0mip+MyCORSCQaoUsnY1VZ38nUTrG21WvVo4f1OsEJFhvSfAFwGfT8VHRMeAVUpwLOoLzjT/REIj3O3FhuURE+nERF+0pTId5Fyxv5sfwGyg4O+my4vZv0sZm7oeQlFZORiB+tG0MweVNraeitl7yxiPIHTk4/diVxs94o5lEYishB2iAtkchEnsActoEpx44Fo8XnsQMaA22BlqC20RmhBKzYojZyYaxg+JggMc4HHY2m+L9EkWSYljirOisrO7d3VorxzyZ6Vc4lJqITAu1b2wOBdrLElAP+bFc2eGaZFVbkmJktv5uT6Jlz5D/MnBFor6ig/JPnRViBsV3LNKGGqB1ChJ0tgQywlVLFJIuQgTFttwkiKxhyQdAZMdMYtSaoAewqfvXVYPAbDT6/1mez85YS8FSDywQ6NfAnef6FNEGMilnppyvn5rB6tTyq1pOceRWnp2WJEZFXHeX5oyoem1nTTgdqc4heDY7bOeKz63vnz+/dRx+s31Ht2JGanQ5seirfWJL9tjozU/12TnEjn5oux9OzU3ckGbBzBwNOyk69JykKH0n/0LM9A72tuwM3zQpIRu4AxiToseEpgPOmbROyFe9/X2yeUvoUsCyEvjcgs7fpWP3/aKlFN0+6HFUe6D9HFz/XPwBlN9tTqNyZjFJ8UO2RUT5/h4CptCctEyeisnOyXjALEp7dXKaQKf6O7IMnGjNNACRMLxqdYJX8eMLvmmd68D+ayBLyKKYZwYxDt/GNhzETDJ05Qxlyi3pi3/Z93ndYVSumgj0V/KkIFlO6+1K3fF2+3g0q+YtuSIf0bvmLqV09nnobI6hwcjIP8aPCKayjsF5JBY3LaKAeRLSyYB1h81oTwe9SlPMkXB7G0mfL9q71gaqqwPqu67QRKS1+ObTx+sbQy9QV2OQHEScGkdFBeT7v7qisqqrs6N52i78/R+6S0qQONVj26agOVoswCyQWIV5D86vH53bxNUeXV0K+XZaHv/nm/KsHhOvylwsWnJX/HE8l/4WCv5x+l5n08z6UU8bUMa3MBpSmM7F63AxntdC9eBCKEZW9Hr+ABNqtxgAQrSbMtmrW7lKQuoSgBhSrTazWVU2QAKWY8wiiuhqFmQgWJBgoXiuWIm42N7hqZbBsgXz52O5P5uSvaNgFGnOuvsRw8I8Laha91wMvDuxqWFheN7/8GVtTltdS83DQsXRmqc5ZtcJXEVrlV2doTWk5+Yunm71dG5f55m/qY0MjI93vv9/NfpxXV9sUXrxy2fbNy1or65cOlDRnOoKFeeXcbw42H/bNDT5Qs3flgs31gWC1lD1nfUV/X7NdCnSUdHY2e8afzfKsqZ5ZljfDqjLOmk3UebNXB+aHArPYDRs+/HDDxeT5DiP+sFg7OpRaVQMGBV89PpeBdj22hCE0Uub0UqwLrNWsG0cuyadgLXTeR5rbO4+3c/vl15cur2nRq+TXCQDcS3SO+s6ak+e5/eMS+1dw3btu3YG2tvFL8XdIZvdjdW6TO/4B7IdrZWVPmctm5/59AgsPItTSbCiIBr2OqIGzmu20SMKAS7yqwGBUfGfgjDYlLLDeF0SfcLB2LSx8flT+08/kzz6yOj96rft4rpTjdPQcmLd47uKibbDq7ZSz/XtbH2nN717Nd62rU+c8Icevvv7I09wA6WvjVcafb+FsbNG+ZQ80Rn6ZZsvrP7teP2dzTdoETvNhjCmsr8FID2sJ69VYvdUcxk4AzYRlKcaE38eXNRlfW9H1as9i6acLHp1XpuNB5K7DIvkX08y1ZYvh3KfWaiCzH+ztrSDmD7LuX73x/mJelB8Yj39t8nhNQJJ2CAthpoFGLsGgtSOCJooCGoaJAMTjSWHVZ08YAa1Fg9lPI5U6DOsGVjDasJeZZ+YyhfCwfOzCxlBA69M9XLXtza7H/rav+9Tjq5xNi0wpKQIRNO4Lrzz7yp5QVYM6Jd/oc1Uvn/mQhhuWh6ENXoS2YTZ8QT42bF5d/559zp5r0Uff2VnR2tdf2/WCOd2cO0Mw6qpWPnvxpV0nrt5fZd2yItc199GWe8vlNfNDq+CH/7yAAnB9hn7T4QO4c1g9ScxsZgmzntnE/IDGndtHMw69lFwoCnYsMGx+rBp8JSBqdLzBr9QRPq/PbhWMWFtQZp1xguy/haw3TEHm3TWAnxFWQQWgt7M5OV0lCz1VRYucpWliy7z6Zd4urwPIyeZQqli2Lgg7szJV09PysATbOQtYIrB2YzbkJYkGgJ0m4AjPUap1pvYu1K9qr97z0Yl3p332b2LYB78ncYIlRkau/8GObSsOlZancACE5d5ily+c2+7h5Yj4lqhVmXXB+iXLfvdqSgqfKtQvfHDV0OnvQR1qhw42XS/vkvsh/hXcrDFP0a+SJNIomEfD1nsrYGO+1bgTOJhM8Hv6ek+7vVglxuSRwoKn17S937bm6YJCeSSG0Op1n+7tE37tcZ/p7dsTv4EUrGpDbWueKigsLHhqTVsoEj+JU0kaSjnj9tz8/gryQWwJ9BcJXBC/7smO+I/IFURJetFPrdt5WcoL6DbEJaygI8CTHfQTjf40ofD+DwalTqIAAHicY2BkYGAA4uByr8R4fpuvDNzsDCBw7f/3LmSanREszsHABKIAKi0J7gAAeJxjYGRgYGcAARD5/z87IwMjAypQBAAtgwI4AHicY2BgYGAfYAwAOkQA4QAAAAAAAA4AaAB+AMwA4AECAUIBbAGYAcICGAJYArQC4AMwA7AD3gQwBJYE3AUkBWYFigYgBmYGtAbqB1gIEghYCG4IhHicY2BkYGBQZChlYGcAASYg5gJCBob/YD4DABfTAbQAeJxdkE1qg0AYhl8Tk9AIoVDaVSmzahcF87PMARLIMoFAl0ZHY1BHdBJIT9AT9AQ9RQ9Qeqy+yteNMzDzfM+88w0K4BY/cNAMB6N2bUaPPBLukybCLvleeAAPj8JD+hfhMV7hC3u4wxs7OO4NzQSZcI/8Ltwnfwi75E/hAR7wJTyk/xYeY49fYQ/PztM+jbTZ7LY6OWdBJdX/pqs6NYWa+zMxa13oKrA6Uoerqi/JwtpYxZXJ1coUVmeZUWVlTjq0/tHacjmdxuL90OR8O0UEDYMNdtiSEpz5XQGqzlm30kzUdAYFFOb8R7NOZk0q2lwAyz1i7oAr1xoXvrOgtYhZx8wY5KRV269JZ5yGpmzPTjQhvY9je6vEElPOuJP3mWKnP5M3V+YAAAB4nG2PyXLCMBBE3YCNDWEL2ffk7o8S8oCnkCVHC5C/jzBQlUP6IHVPzYyekl5y0iL5X5/ooY8BUmQYIkeBEca4wgRTzDDHAtdY4ga3uMM9HvCIJzzjBa94wzs+8ImvZNAq8TM+HqVkKxWlrQiOxjujQkNlEzyNzl6Z/cU2XF06at7U83VQyklLpEvSnuzsb+HAPnPfQVgaupa1Jlu4sPLsFblcitaz0dHU0ZF1qatjZ1+aTXYCmp6u0gSvWNPyHLtFZ+ZeXWVSaEkqs3T8S74WklbGbNNNq4LL4+CWKtZDv2cfX8l8aFbKFhEnJnJ+IULFpqwoQnNHlHaVQtPBl+ypmbSWdmyC61KS/AKZC3Y+AA==) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.video-js, .video-js * {
  font-family: VideoJS !important;
}

.vjs-icon-play, .video-js .vjs-big-play-button .vjs-icon-placeholder:before, .video-js .vjs-play-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-play:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before, .video-js .vjs-play-control .vjs-icon-placeholder:before {
  content: "\f101";
}

.vjs-icon-play-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-play-circle:before {
  content: "\f102";
}

.vjs-icon-pause, .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-pause:before, .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before {
  content: "\f103";
}

.vjs-icon-volume-mute, .video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-volume-mute:before, .video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before {
  content: "\f104";
}

.vjs-icon-volume-low, .video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-volume-low:before, .video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before {
  content: "\f105";
}

.vjs-icon-volume-mid, .video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-volume-mid:before, .video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before {
  content: "\f106";
}

.vjs-icon-volume-high, .video-js .vjs-mute-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-volume-high:before, .video-js .vjs-mute-control .vjs-icon-placeholder:before {
  content: "\f107";
}

.vjs-icon-fullscreen-enter, .video-js .vjs-fullscreen-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-fullscreen-enter:before, .video-js .vjs-fullscreen-control .vjs-icon-placeholder:before {
  content: "\f108";
}

.vjs-icon-fullscreen-exit, .video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-fullscreen-exit:before, .video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before {
  content: "\f109";
}

.vjs-icon-square {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-square:before {
  content: "\f10a";
}

.vjs-icon-spinner {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-spinner:before {
  content: "\f10b";
}

.vjs-icon-subtitles, .video-js .vjs-subtitles-button .vjs-icon-placeholder, .video-js .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-subtitles:before, .video-js .vjs-subtitles-button .vjs-icon-placeholder:before, .video-js .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder:before {
  content: "\f10c";
}

.vjs-icon-captions, .video-js .vjs-captions-button .vjs-icon-placeholder, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-captions:before, .video-js .vjs-captions-button .vjs-icon-placeholder:before, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder:before {
  content: "\f10d";
}

.vjs-icon-chapters, .video-js .vjs-chapters-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-chapters:before, .video-js .vjs-chapters-button .vjs-icon-placeholder:before {
  content: "\f10e";
}

.vjs-icon-share {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-share:before {
  content: "\f10f";
}

.vjs-icon-cog {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-cog:before {
  content: "\f110";
}

.vjs-icon-circle, .video-js .vjs-play-progress, .video-js .vjs-volume-level {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-circle:before, .video-js .vjs-play-progress:before, .video-js .vjs-volume-level:before {
  content: "\f111";
}

.vjs-icon-circle-outline {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-circle-outline:before {
  content: "\f112";
}

.vjs-icon-circle-inner-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-circle-inner-circle:before {
  content: "\f113";
}

.vjs-icon-hd {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-hd:before {
  content: "\f114";
}

.vjs-icon-cancel, .video-js .vjs-control.vjs-close-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-cancel:before, .video-js .vjs-control.vjs-close-button .vjs-icon-placeholder:before {
  content: "\f115";
}

.vjs-icon-replay, .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-replay:before, .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before {
  content: "\f116";
}

.vjs-icon-facebook {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-facebook:before {
  content: "\f117";
}

.vjs-icon-gplus {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-gplus:before {
  content: "\f118";
}

.vjs-icon-linkedin {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-linkedin:before {
  content: "\f119";
}

.vjs-icon-twitter {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-twitter:before {
  content: "\f11a";
}

.vjs-icon-tumblr {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-tumblr:before {
  content: "\f11b";
}

.vjs-icon-pinterest {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-pinterest:before {
  content: "\f11c";
}

.vjs-icon-audio-description, .video-js .vjs-descriptions-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-audio-description:before, .video-js .vjs-descriptions-button .vjs-icon-placeholder:before {
  content: "\f11d";
}

.vjs-icon-audio, .video-js .vjs-audio-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-audio:before, .video-js .vjs-audio-button .vjs-icon-placeholder:before {
  content: "\f11e";
}

.vjs-icon-next-item {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-next-item:before {
  content: "\f11f";
}

.vjs-icon-previous-item {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-previous-item:before {
  content: "\f120";
}

.video-js {
  display: block;
  vertical-align: top;
  box-sizing: border-box;
  color: #fff;
  background-color: #000;
  position: relative;
  padding: 0;
  font-size: 10px;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  font-family: Arial, Helvetica, sans-serif;
  word-break: initial;
}

.video-js:-moz-full-screen {
  position: absolute;
}

.video-js:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important;
}

.video-js[tabindex="-1"] {
  outline: none;
}

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

.video-js ul {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  list-style-position: outside;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.video-js.vjs-fluid,
.video-js.vjs-16-9,
.video-js.vjs-4-3 {
  width: 100%;
  max-width: 100%;
  height: 0;
}

.video-js.vjs-16-9 {
  padding-top: 56.25%;
}

.video-js.vjs-4-3 {
  padding-top: 75%;
}

.video-js.vjs-fill {
  width: 100%;
  height: 100%;
}

.video-js .vjs-tech {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body.vjs-full-window {
  padding: 0;
  margin: 0;
  height: 100%;
}

.vjs-full-window .video-js.vjs-fullscreen {
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.video-js.vjs-fullscreen {
  width: 100% !important;
  height: 100% !important;
  padding-top: 0 !important;
}

.video-js.vjs-fullscreen.vjs-user-inactive {
  cursor: none;
}

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

.vjs-disabled {
  opacity: 0.5;
  cursor: default;
}

.video-js .vjs-offscreen {
  height: 1px;
  left: -9999px;
  position: absolute;
  top: 0;
  width: 1px;
}

.vjs-lock-showing {
  display: block !important;
  opacity: 1;
  visibility: visible;
}

.vjs-no-js {
  padding: 20px;
  color: #fff;
  background-color: #000;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  width: 300px;
  height: 150px;
  margin: 0px auto;
}

.vjs-no-js a,
.vjs-no-js a:visited {
  color: #66A8CC;
}

.video-js .vjs-big-play-button {
  font-size: 3em;
  line-height: 1.5em;
  height: 1.5em;
  width: auto;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  right: auto;
  padding: 0;
  cursor: pointer;
  opacity: 1;
  border-radius: 0.3em;
  transition: all 0.4s;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}

.vjs-big-play-centered .vjs-big-play-button {
  top: 50%;
  left: 50%;
  margin-top: -0.75em;
  margin-left: -1.5em;
}

.video-js:hover .vjs-big-play-button,
.video-js .vjs-big-play-button:focus {
  border-color: #fff;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
  transition: all 0s;
}

.vjs-controls-disabled .vjs-big-play-button,
.vjs-has-started .vjs-big-play-button,
.vjs-using-native-controls .vjs-big-play-button,
.vjs-error .vjs-big-play-button {
  display: none;
}

.video-js button {
  background: none;
  border: none;
  color: inherit;
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
  text-decoration: none;
  transition: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.vjs-control .vjs-button {
  width: 100%;
  height: 100%;
}

.video-js .vjs-control.vjs-close-button {
  cursor: pointer;
  height: 3em;
  position: absolute;
  right: 0;
  top: 0.5em;
  z-index: 2;
}

.video-js .vjs-modal-dialog {
  background: rgba(0, 0, 0, 0.8);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
  overflow: auto;
}

.video-js .vjs-modal-dialog > * {
  box-sizing: border-box;
}

.vjs-modal-dialog .vjs-modal-dialog-content {
  font-size: 1.2em;
  line-height: 1.5;
  padding: 20px 24px;
  z-index: 1;
}

.vjs-menu-button {
  cursor: pointer;
}

.vjs-menu-button.vjs-disabled {
  cursor: default;
}

.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu {
  display: none;
}

.vjs-menu .vjs-menu-content {
  display: block;
  padding: 0;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  overflow: auto;
}

.vjs-menu .vjs-menu-content > * {
  box-sizing: border-box;
}

.vjs-scrubbing .vjs-control.vjs-menu-button:hover .vjs-menu {
  display: none;
}

.vjs-menu li {
  list-style: none;
  margin: 0;
  padding: 0.2em 0;
  line-height: 1.4em;
  font-size: 1.2em;
  text-align: center;
  text-transform: lowercase;
}

.vjs-menu li.vjs-menu-item:focus,
.vjs-menu li.vjs-menu-item:hover {
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
}

.vjs-menu li.vjs-selected,
.vjs-menu li.vjs-selected:focus,
.vjs-menu li.vjs-selected:hover {
  background-color: #fff;
  color: #2B333F;
}

.vjs-menu li.vjs-menu-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 2em;
  padding: 0;
  margin: 0 0 0.3em 0;
  font-weight: bold;
  cursor: default;
}

.vjs-menu-button-popup .vjs-menu {
  display: none;
  position: absolute;
  bottom: 0;
  width: 10em;
  left: -3em;
  height: 0em;
  margin-bottom: 1.5em;
  border-top-color: rgba(43, 51, 63, 0.7);
}

.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  position: absolute;
  width: 100%;
  bottom: 1.5em;
  max-height: 15em;
}

.vjs-workinghover .vjs-menu-button-popup:hover .vjs-menu,
.vjs-menu-button-popup .vjs-menu.vjs-lock-showing {
  display: block;
}

.video-js .vjs-menu-button-inline {
  transition: all 0.4s;
  overflow: hidden;
}

.video-js .vjs-menu-button-inline:before {
  width: 2.222222222em;
}

.video-js .vjs-menu-button-inline:hover,
.video-js .vjs-menu-button-inline:focus,
.video-js .vjs-menu-button-inline.vjs-slider-active,
.video-js.vjs-no-flex .vjs-menu-button-inline {
  width: 12em;
}

.vjs-menu-button-inline .vjs-menu {
  opacity: 0;
  height: 100%;
  width: auto;
  position: absolute;
  left: 4em;
  top: 0;
  padding: 0;
  margin: 0;
  transition: all 0.4s;
}

.vjs-menu-button-inline:hover .vjs-menu,
.vjs-menu-button-inline:focus .vjs-menu,
.vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  display: block;
  opacity: 1;
}

.vjs-no-flex .vjs-menu-button-inline .vjs-menu {
  display: block;
  opacity: 1;
  position: relative;
  width: auto;
}

.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  width: auto;
}

.vjs-menu-button-inline .vjs-menu-content {
  width: auto;
  height: 100%;
  margin: 0;
  overflow: hidden;
}

.video-js .vjs-control-bar {
  display: none;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3em;
  /*  background-color: #2B333F;
    background-color: rgba(43, 51, 63, 0.7);*/
}

.vjs-has-started .vjs-control-bar {
  display: flex;
  visibility: visible;
  opacity: 1;
  transition: visibility 0.1s, opacity 0.1s;
}

.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  visibility: visible;
  opacity: 0;
  transition: visibility 1s, opacity 1s;
}

.vjs-controls-disabled .vjs-control-bar,
.vjs-using-native-controls .vjs-control-bar,
.vjs-error .vjs-control-bar {
  display: none !important;
}

.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  opacity: 1;
  visibility: visible;
}

.vjs-has-started.vjs-no-flex .vjs-control-bar {
  display: table;
}

.video-js .vjs-control {
  position: relative;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 4em;
  flex: none;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}

.vjs-button > .vjs-icon-placeholder:before {
  font-size: 2.4em;
  line-height: 1.67;
}

.video-js .vjs-control:focus:before,
.video-js .vjs-control:hover:before,
.video-js .vjs-control:focus {
  text-shadow: 0em 0em 1em white;
}

.video-js .vjs-control-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.vjs-no-flex .vjs-control {
  display: table-cell;
  vertical-align: middle;
}

.video-js .vjs-custom-control-spacer {
  display: none;
}

.video-js .vjs-progress-control {
  cursor: pointer;
  flex: auto;
  display: flex;
  align-items: center;
  min-width: 4em;
  touch-action: none;
}

.video-js .vjs-progress-control.disabled {
  cursor: default;
}

.vjs-live .vjs-progress-control {
  display: none;
}

.vjs-no-flex .vjs-progress-control {
  width: auto;
}

.video-js .vjs-progress-holder {
  flex: auto;
  transition: all 0.2s;
  height: 0.3em;
}

.video-js .vjs-progress-control .vjs-progress-holder {
  margin: 0 10px;
}

.video-js .vjs-progress-control:hover .vjs-progress-holder {
  font-size: 1.6666666667em;
}

.video-js .vjs-progress-control:hover .vjs-progress-holder.disabled {
  font-size: 1em;
}

.video-js .vjs-progress-holder .vjs-play-progress,
.video-js .vjs-progress-holder .vjs-load-progress,
.video-js .vjs-progress-holder .vjs-load-progress div {
  position: absolute;
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 0;
}

.video-js .vjs-play-progress {
  background-color: #fff;
}

.video-js .vjs-play-progress:before {
  font-size: 0.9em;
  position: absolute;
  right: -0.5em;
  top: -0.3333333333em;
  z-index: 1;
}

.video-js .vjs-load-progress {
  background: rgba(115, 133, 159, 0.5);
}

.video-js .vjs-load-progress div {
  background: rgba(115, 133, 159, 0.75);
}

.video-js .vjs-time-tooltip {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0.3em;
  color: #000;
  float: right;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  padding: 6px 8px 8px 8px;
  pointer-events: none;
  position: relative;
  top: -3.4em;
  visibility: hidden;
  z-index: 1;
}

.video-js .vjs-progress-holder:focus .vjs-time-tooltip {
  display: none;
}

.video-js .vjs-progress-control:hover .vjs-time-tooltip,
.video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip {
  display: block;
  font-size: 0.6em;
  visibility: visible;
}

.video-js .vjs-progress-control.disabled:hover .vjs-time-tooltip {
  font-size: 1em;
}

.video-js .vjs-progress-control .vjs-mouse-display {
  display: none;
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #000;
  z-index: 1;
}

.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  z-index: 0;
}

.video-js .vjs-progress-control:hover .vjs-mouse-display {
  display: block;
}

.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display {
  visibility: hidden;
  opacity: 0;
  transition: visibility 1s, opacity 1s;
}

.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  display: none;
}

.vjs-mouse-display .vjs-time-tooltip {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
}

.video-js .vjs-slider {
  position: relative;
  cursor: pointer;
  padding: 0;
  margin: 0 0.45em 0 0.45em;
  /* iOS Safari */
  -webkit-touch-callout: none;
  /* Safari */
  -webkit-user-select: none;
  /* Konqueror HTML */
  /* Firefox */
  -moz-user-select: none;
  /* Internet Explorer/Edge */
  -ms-user-select: none;
  /* Non-prefixed version, currently supported by Chrome and Opera */
  user-select: none;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
}

.video-js .vjs-slider.disabled {
  cursor: default;
}

.video-js .vjs-slider:focus {
  text-shadow: 0em 0em 1em white;
  box-shadow: 0 0 1em #fff;
}

.video-js .vjs-mute-control {
  cursor: pointer;
  flex: none;
}

.video-js .vjs-volume-control {
  cursor: pointer;
  margin-right: 1em;
  display: flex;
}

.video-js .vjs-volume-control.vjs-volume-horizontal {
  width: 5em;
}

.video-js .vjs-volume-panel .vjs-volume-control {
  visibility: visible;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin-left: -1px;
}

.video-js .vjs-volume-panel {
  transition: width 1s;
}

.video-js .vjs-volume-panel:hover .vjs-volume-control,
.video-js .vjs-volume-panel:active .vjs-volume-control,
.video-js .vjs-volume-panel:focus .vjs-volume-control,
.video-js .vjs-volume-panel .vjs-volume-control:hover,
.video-js .vjs-volume-panel .vjs-volume-control:active,
.video-js .vjs-volume-panel .vjs-mute-control:hover ~ .vjs-volume-control,
.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active {
  visibility: visible;
  opacity: 1;
  position: relative;
  transition: visibility 0.1s, opacity 0.1s, height 0.1s, width 0.1s, left 0s, top 0s;
}

.video-js .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel .vjs-volume-control:hover.vjs-volume-horizontal,
.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal,
.video-js .vjs-volume-panel .vjs-mute-control:hover ~ .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal {
  width: 5em;
  height: 3em;
}

.video-js .vjs-volume-panel.vjs-volume-panel-horizontal:hover, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active {
  width: 9em;
  transition: width 0.1s;
}

.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-mute-toggle-only {
  width: 4em;
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
  height: 8em;
  width: 3em;
  left: -3.5em;
  transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s;
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
  transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s;
}

.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
  width: 5em;
  height: 3em;
  visibility: visible;
  opacity: 1;
  position: relative;
  transition: none;
}

.video-js.vjs-no-flex .vjs-volume-control.vjs-volume-vertical,
.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
  position: absolute;
  bottom: 3em;
  left: 0.5em;
}

.video-js .vjs-volume-panel {
  display: flex;
}

.video-js .vjs-volume-bar {
  margin: 1.35em 0.45em;
}

.vjs-volume-bar.vjs-slider-horizontal {
  width: 5em;
  height: 0.3em;
}

.vjs-volume-bar.vjs-slider-vertical {
  width: 0.3em;
  height: 5em;
  margin: 1.35em auto;
}

.video-js .vjs-volume-level {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
}

.video-js .vjs-volume-level:before {
  position: absolute;
  font-size: 0.9em;
}

.vjs-slider-vertical .vjs-volume-level {
  width: 0.3em;
}

.vjs-slider-vertical .vjs-volume-level:before {
  top: -0.5em;
  left: -0.3em;
}

.vjs-slider-horizontal .vjs-volume-level {
  height: 0.3em;
}

.vjs-slider-horizontal .vjs-volume-level:before {
  top: -0.3em;
  right: -0.5em;
}

.video-js .vjs-volume-panel.vjs-volume-panel-vertical {
  width: 4em;
}

.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
  height: 100%;
}

.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
  width: 100%;
}

.video-js .vjs-volume-vertical {
  width: 3em;
  height: 8em;
  bottom: 8em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
}

.video-js .vjs-volume-horizontal .vjs-menu {
  left: -2em;
}

.vjs-poster {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-color: #000000;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
}

.vjs-has-started .vjs-poster {
  display: none;
}

.vjs-audio.vjs-has-started .vjs-poster {
  display: block;
}

.vjs-using-native-controls .vjs-poster {
  display: none;
}

.video-js .vjs-live-control {
  display: flex;
  align-items: flex-start;
  flex: auto;
  font-size: 1em;
  line-height: 3em;
}

.vjs-no-flex .vjs-live-control {
  display: table-cell;
  width: auto;
  text-align: left;
}

.video-js .vjs-time-control {
  flex: none;
  font-size: 1em;
  line-height: 3em;
  min-width: 2em;
  width: auto;
  padding-left: 1em;
  padding-right: 1em;
}

.vjs-live .vjs-time-control {
  display: none;
}

.video-js .vjs-current-time,
.vjs-no-flex .vjs-current-time {
  display: none;
}

.video-js .vjs-duration,
.vjs-no-flex .vjs-duration {
  display: none;
}

.vjs-time-divider {
  display: none;
  line-height: 3em;
}

.vjs-live .vjs-time-divider {
  display: none;
}

.video-js .vjs-play-control .vjs-icon-placeholder {
  cursor: pointer;
  flex: none;
}

.vjs-text-track-display {
  position: absolute;
  bottom: 3em;
  left: 0;
  right: 0;
  top: 0;
  pointer-events: none;
}

.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
  bottom: 1em;
}

.video-js .vjs-text-track {
  font-size: 1.4em;
  text-align: center;
  margin-bottom: 0.1em;
}

.vjs-subtitles {
  color: #fff;
}

.vjs-captions {
  color: #fc6;
}

.vjs-tt-cue {
  display: block;
}

video::-webkit-media-text-track-display {
  -webkit-transform: translateY(-3em);
  transform: translateY(-3em);
}

.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
  -webkit-transform: translateY(-1.5em);
  transform: translateY(-1.5em);
}

.video-js .vjs-fullscreen-control {
  cursor: pointer;
  flex: none;
}

.vjs-playback-rate > .vjs-menu-button,
.vjs-playback-rate .vjs-playback-rate-value {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vjs-playback-rate .vjs-playback-rate-value {
  pointer-events: none;
  font-size: 1.5em;
  line-height: 2;
  text-align: center;
}

.vjs-playback-rate .vjs-menu {
  width: 4em;
  left: 0em;
}

.vjs-error .vjs-error-display .vjs-modal-dialog-content {
  font-size: 1.4em;
  text-align: center;
}

.vjs-error .vjs-error-display:before {
  color: #fff;
  content: "X";
  font-family: Arial, Helvetica, sans-serif;
  font-size: 4em;
  left: 0;
  line-height: 1;
  margin-top: -0.5em;
  position: absolute;
  text-shadow: 0.05em 0.05em 0.1em #000;
  text-align: center;
  top: 50%;
  vertical-align: middle;
  width: 100%;
}

.vjs-loading-spinner {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.85;
  text-align: left;
  border: 6px solid rgba(43, 51, 63, 0.7);
  box-sizing: border-box;
  background-clip: padding-box;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  visibility: hidden;
}

.vjs-seeking .vjs-loading-spinner,
.vjs-waiting .vjs-loading-spinner {
  display: block;
  -webkit-animation: 0s linear 0.3s forwards vjs-spinner-show;
  animation: 0s linear 0.3s forwards vjs-spinner-show;
}

.vjs-loading-spinner:before,
.vjs-loading-spinner:after {
  content: "";
  position: absolute;
  margin: -6px;
  box-sizing: inherit;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  opacity: 1;
  border: inherit;
  border-color: transparent;
  border-top-color: white;
}

.vjs-seeking .vjs-loading-spinner:before,
.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:after {
  -webkit-animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
  animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
}

.vjs-seeking .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:before {
  border-top-color: white;
}

.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:after {
  border-top-color: white;
  -webkit-animation-delay: 0.44s;
  animation-delay: 0.44s;
}

@keyframes vjs-spinner-show {
  to {
    visibility: visible;
  }
}
@-webkit-keyframes vjs-spinner-show {
  to {
    visibility: visible;
  }
}
@keyframes vjs-spinner-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes vjs-spinner-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f;
  }
  20% {
    border-top-color: #73859f;
  }
  35% {
    border-top-color: white;
  }
  60% {
    border-top-color: #73859f;
  }
  100% {
    border-top-color: #73859f;
  }
}
@-webkit-keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f;
  }
  20% {
    border-top-color: #73859f;
  }
  35% {
    border-top-color: white;
  }
  60% {
    border-top-color: #73859f;
  }
  100% {
    border-top-color: #73859f;
  }
}
.vjs-chapters-button .vjs-menu ul {
  width: 24em;
}

.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: -0.1em;
}

.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
  font-family: VideoJS;
  content: "\f10d";
  font-size: 1.5em;
  line-height: inherit;
}

.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: -0.1em;
}

.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
  font-family: VideoJS;
  content: " \f11d";
  font-size: 1.5em;
  line-height: inherit;
}

.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-custom-control-spacer {
  flex: auto;
}

.video-js.vjs-layout-tiny:not(.vjs-fullscreen).vjs-no-flex .vjs-custom-control-spacer {
  width: auto;
}

.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-playback-rate, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-progress-control,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-control,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-descriptions-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-subtitles-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-audio-button {
  display: none;
}

.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-control,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-descriptions-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-subtitles-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-audio-button {
  display: none;
}

.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-volume-control,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-descriptions-button, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-subtitles-button .vjs-audio-button {
  display: none;
}

.vjs-modal-dialog.vjs-text-track-settings {
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.75);
  color: #fff;
  height: 70%;
}

.vjs-text-track-settings .vjs-modal-dialog-content {
  display: table;
}

.vjs-text-track-settings .vjs-track-settings-colors,
.vjs-text-track-settings .vjs-track-settings-font,
.vjs-text-track-settings .vjs-track-settings-controls {
  display: table-cell;
}

.vjs-text-track-settings .vjs-track-settings-controls {
  text-align: right;
  vertical-align: bottom;
}

@supports (display: grid) {
  .vjs-text-track-settings .vjs-modal-dialog-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr auto;
  }
  .vjs-text-track-settings .vjs-track-settings-colors {
    display: block;
    grid-column: 1;
    grid-row: 1;
  }
  .vjs-text-track-settings .vjs-track-settings-font {
    grid-column: 2;
    grid-row: 1;
  }
  .vjs-text-track-settings .vjs-track-settings-controls {
    grid-column: 2;
    grid-row: 2;
  }
}
.vjs-track-setting > select {
  margin-right: 5px;
}

.vjs-text-track-settings fieldset {
  margin: 5px;
  padding: 3px;
  border: none;
}

.vjs-text-track-settings fieldset span {
  display: inline-block;
}

.vjs-text-track-settings legend {
  color: #fff;
  margin: 0 0 5px 0;
}

.vjs-text-track-settings .vjs-label {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  display: block;
  margin: 0 0 5px 0;
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.vjs-track-settings-controls button:focus,
.vjs-track-settings-controls button:active {
  outline-style: solid;
  outline-width: medium;
  background-image: linear-gradient(0deg, #fff 88%, #73859f 100%);
}

.vjs-track-settings-controls button:hover {
  color: rgba(43, 51, 63, 0.75);
}

.vjs-track-settings-controls button {
  background-color: #fff;
  background-image: linear-gradient(-180deg, #fff 88%, #73859f 100%);
  color: #2B333F;
  cursor: pointer;
  border-radius: 2px;
}

.vjs-track-settings-controls .vjs-default-button {
  margin-right: 1em;
}

@media print {
  .video-js > *:not(.vjs-tech):not(.vjs-poster) {
    visibility: hidden;
  }
}
.vjs-resize-manager {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  visibility: hidden;
}

.video-js {
  width: 100% !important;
  height: 100% !important;
}

.video-js .vjs-tech {
  position: static;
}

.video-js.vjs-fullscreen video {
  max-height: 100%;
}

.video-js .vjs-progress-control, .video-js .vjs-time-control, .video-js .vjs-fullscreen-control, .video-js .vjs-volume-panel .vjs-volume-control {
  display: none;
}

button.vjs-play-control.vjs-control.vjs-button {
  display: none;
}

.video-js .vjs-volume-panel {
  /* position: absolute;
   left: 0;*/
}

.vjs-playing .vjs-big-play-button {
  pointer-events: none;
}

.vjs-paused .vjs-big-play-button, .vjs-paused.vjs-has-started .vjs-big-play-button {
  display: block;
}
.vjs-paused .vjs-big-play-button .vjs-icon-placeholder:before, .vjs-paused.vjs-has-started .vjs-big-play-button .vjs-icon-placeholder:before {
  content: "\f103";
}

.vjs-playing .vjs-big-play-button, .vjs-playing.vjs-has-started .vjs-big-play-button {
  display: block;
}
.vjs-playing .vjs-big-play-button .vjs-icon-placeholder:before, .vjs-playing.vjs-has-started .vjs-big-play-button .vjs-icon-placeholder:before {
  content: "\f103";
}

.vjs-icon-play:before, .video-js.vjs-paused .vjs-big-play-button .vjs-icon-placeholder:before, .video-js.vjs-paused .vjs-play-control .vjs-icon-placeholder:before {
  content: "\f101";
}

.vjs-volume-panel.vjs-control.vjs-volume-panel-horizontal {
  position: relative;
  bottom: 15px;
}

@media screen and (max-width: 767px) {
  .vjs-text-track-display {
    z-index: 500;
  }
}
/*
video::-webkit-media-controls{
  display: none;
  -webkit-appearance: none;
}*/
video::-webkit-media-controls-overlay-play-button {
  display: none;
  -webkit-appearance: none;
}

.arrow-text {
  display: none;
}

#header .tt-title-vehicles {
  display: none;
}

.row-no-padding [class*=col] {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: auto;
  margin-right: auto;
}

.desktop-only {
  display: block !important;
}

.mobile-only {
  display: none !important;
}

/* LARGE DESKTOP */
@media screen and (min-width: 1600px) {
  .banner-full .banner-height {
    max-height: initial;
  }
  .error-page {
    max-height: initial;
  }
}
/* LAPTOPS */
@media screen and (max-width: 1366px) {
  .hero-offers .img-cnt img {
    width: auto;
    height: 100%;
  }
  .tt-latest-models-box .banner-upper {
    top: 152px;
  }
  .spotlight.caption-left .caption .pricing {
    margin: 30px 0 20px;
  }
}
@media screen and (min-width: 992px) {
  .inpage-nav-sec > .container {
    padding: 0;
  }
  .tt-links-box.no-border.tt-split-four.swiper-container > ul > li {
    height: auto;
  }
  .model-specs-sec .tt-car-item {
    min-height: 100%;
    padding-bottom: 10px;
  }
  body .link-list-carousel .tt-car-item {
    padding-bottom: 0;
    overflow: visible;
    position: static;
  }
  .tt-car-item .pricing .label {
    display: inline-block;
  }
}
/* LANDSCAPE */
@media screen and (min-width: 769px) and (max-width: 1024px) and (orientation: landscape) {
  .cover-banner {
    height: calc(88vh - 102px);
  }
  .tt-latest-models-box .banner-upper {
    top: 90px;
  }
  .spotlight .caption {
    margin-top: 100px;
  }
  header .tt-top-bar .tt-menu ul li:before {
    margin-right: 15px;
    margin-left: 15px;
  }
  .tt-story-box .tt-story-content-box {
    max-width: 300px;
    height: 550px;
  }
  .hub-item.hub-item-half .image, .hub-item.hub-item-half .content {
    width: 50%;
  }
  .hub-item.hub-item-full .image {
    max-width: 66.66%;
  }
  .hub-item.hub-item-full .content {
    width: 33.3%;
  }
  .tt-latest-models-box .swiper-button-prev, .tt-latest-models-box .swiper-button-next {
    margin-top: -40px;
  }
  #content .spotlight.caption-left h3, #content .spotlight.caption-center h3 {
    font-size: 40px !important;
    line-height: 50px !important;
  }
  #footer .tt-client-logos li {
    margin-left: 15px;
    margin-right: 0px;
  }
  .tt-footer-list {
    padding: 0 30px 0 0;
  }
  .tt-indicators-sec .tt-indicators .indicators {
    max-width: unset !important;
    margin-right: auto;
    margin-left: auto;
    min-width: 50%;
  }
}
/* PORTRAIT */
@media screen and (min-width: 768px) and (max-width: 992px) {
  .tt-page-features .component.promo-feature.tt-promo-listing-box {
    margin: 0 -15px;
    width: auto;
    padding: 0;
  }
  .content-hub-detail .tt-gallery-block.has-slider .swiper-container .swiper-slide .gallery-item img {
    height: 190px;
    width: auto;
  }
  .campaign-highlights .padded {
    box-shadow: none;
  }
  .tt-page-findacenter .ui-autocomplete, .tt-page-findcenter .ui-autocomplete {
    width: 100%;
  }
  .mob-filter-show header {
    display: none;
  }
  .tt-latest-models-box .banner-upper {
    top: 125px;
  }
  .tt-latest-models-box .banner-upper img {
    width: 90%;
  }
  .tt-split-four > ul > li {
    /*  max-width: 270px;
      padding-right: 20px;*/
  }
  header .login {
    height: 40px;
    margin-top: 15px;
  }
  header .login:after {
    top: 13px;
  }
  header .login ul li.init {
    height: 40px;
  }
  .spotlight .caption span {
    padding-top: 10px;
  }
  .tt-story-box .tt-banner-bg .tt-story-content-box h3 {
    top: -200px !important;
  }
  .inpage-nav a {
    margin: 0 10px;
  }
  .color-selector .color-list li {
    margin-right: 0;
  }
  .btn.has-icon.btn-black {
    padding-right: 8px;
  }
  .spec-highlights .spec-details {
    width: 50%;
  }
  .container {
    padding: 0;
  }
  .component.promo.tt-simple-promo {
    padding: 50px 15px;
  }
  .tt-promo-feature-item {
    width: 100%;
    max-width: 480px;
    margin-right: auto;
    margin-left: auto;
  }
  .tt-promo-feature-item.tt-promo-large {
    max-width: 100%;
  }
  .hero-offers .offer-card {
    width: 50%;
  }
  /*  .desktop-only {
      display: none !important;
    }

    .mobile-only {
      display: block !important;

    }*/
  .cover-banner, .spotlight {
    height: 50vh;
  }
  #content .spotlight .banner-image img, #content .spotlight .banner-image video {
    width: auto;
    height: 80vh;
  }
  #content .spotlight.caption-center .caption {
    margin-top: 70px;
    z-index: 101;
  }
  .tt-available-offers-box .tt-links-box [class^=col]:last-child {
    display: none;
  }
  .tt-gray-box {
    margin: 50px 0;
  }
  #content .tt-latest-models-box .content-box {
    margin-top: 60px;
  }
  #footer .footer-bottom {
    width: 100%;
    text-align: right;
    padding: 0;
    margin: 0;
  }
  .swiper-pagination.swiper-pagination-bullets {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    line-height: 1;
    bottom: 30px !important;
    height: auto;
  }
  #footer .footer-contact {
    height: auto;
  }
  #footer .component.link-list.tt-link-list-inline ul li {
    margin: 0 0 5px 10px !important;
  }
  #footer .component.link-list.tt-link-list-inline p {
    margin: 10px 0 10px;
  }
  .inpage-nav-sec .car-title img {
    max-width: 120px;
  }
  .spec-highlights .container {
    overflow: hidden;
  }
  .inpage-nav-sec .car-title {
    left: 0;
  }
  .hero-offers .white-bg {
    left: 200px;
  }
  .link-list-carousel .swiper-button-next {
    right: -25px;
    left: auto;
  }
  .link-list-carousel .swiper-button-prev {
    left: -25px;
    right: auto;
  }
  .spec-highlights .container {
    height: 530px;
  }
  .spotlight .caption-validity p {
    display: none;
  }
  #content .tt-specs-compare .tt-car-item {
    padding: 0 20px;
  }
  #content .tt-specs-compare .tt-car-item .pricing .label, #content .tt-specs-compare .tt-car-item .pricing .price-tag h4 {
    display: block;
    margin: 0;
  }
  .tt-indicators-sec .tt-indicators .indicators {
    max-width: unset !important;
    margin-right: auto;
    margin-left: auto;
    min-width: 50%;
  }
  #content .spotlight .banner-image img, .spotlight .banner-image video {
    height: auto;
    max-height: 80vh;
  }
}
@media screen and (max-width: 1199px) {
  .vbox-title {
    padding-left: 100px;
    padding-right: 100px;
  }
  .video-gallery-full .video-box {
    margin-bottom: 20px;
  }
  .campaign-highlights .padded {
    padding: 50px 50px;
  }
  .campaign-highlights .info-padd {
    padding-right: 0;
  }
  .video-gallery-full.has-video-icons .video-box .poster:after {
    width: 50px;
    height: 50px;
  }
  .tt-gallery-block.has-youtube-video .youtube-iframe, .tt-gallery-block.has-youtube-video .image {
    min-height: 505px;
  }
  .tt-specs-compare .tt-car-item {
    padding: 0 10px;
  }
  .tt-specs-compare .tt-car-item .info {
    padding: 0 8px 0 15px;
  }
}
@media screen and (max-width: 992px) {
  .video-gallery-full .container.nested-container {
    margin: 0;
    width: auto;
    max-width: 100%;
  }
  .hero-offers {
    display: none;
  }
  .campaign-highlights .video-sec {
    padding-left: 20px;
  }
  .tt-offer-item .image-box .tags-box {
    left: 30px;
  }
  #content .spotlight:after {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /*background: rgba(0, 0, 0, 0.3);*/
    content: "";
    display: block;
    z-index: 20;
  }
  #content .spotlight.caption-video:after {
    display: none;
  }
  .btn:not(.btn-link) {
    padding: 13px 25px;
    font-size: 10px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.5px;
  }
  .mobile-nav-box {
    display: block;
  }
  .tt-single-slider.video {
    height: 390px;
  }
  .tt-gallery-block.has-youtube-video .youtube-iframe, .tt-gallery-block.has-youtube-video .image {
    min-height: 400px;
  }
  /*
  h1 {
    // font-family: "Helvetica";
    font-size: 36px;
    font-family: $ToyotaText-Regular;
    margin: 0 0 10px;
    color: #d40618;
  }

  h2 {
    font: bold 38px $ToyotaText-Bold;
    margin: 0 0 10px;
    letter-spacing: 8px;
    color: #000;
  }
  h3 {
    font-size: 25px;
    line-height: 1.4;
    letter-spacing: 5px;
  }

  h4 {
    font-size: 20px;
    line-height: normal;
    letter-spacing: 3.2px;
  }

  h5 {
    font-weight: bold;
    font-size: 15px;
    margin: 0 0 10px;
  }

  h6 {
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 10px;
  }
  */
  .tt-content-hub .hub-item.hub-item-half .image img, .tt-content-hub .hub-item.hub-item-full .image img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .tt-latest-models-box .banner-behind {
    max-width: 620px;
  }
  footer .footer-bottom .tt-link-list-inline ul li:before {
    margin-right: 15px;
    margin-left: 15px;
  }
  #footer .footer-bottom {
    height: 155px;
  }
  #footer .tt-copyright p {
    text-align: center;
  }
  .tt-nav-section {
    border-bottom: 1px solid #f3f3f3;
  }
  /* nav only */
  header .tt-nav-section nav > .container {
    padding: 0 0;
    width: 100%;
  }
  header .tt-nav-section nav > .container .logo {
    margin-right: 15px;
    margin-left: 15px;
  }
  header .tt-top-bar, header nav ul.mega-menu {
    display: none;
  }
  /* nav only */
  .tt-latest-models-box .banner-upper {
    top: 145px;
  }
  .tt-latest-models-box .banner-upper img {
    width: 90%;
    height: auto;
  }
  .swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 0;
    width: 100%;
  }
  .tt-story-box .tt-banner-bg .tt-story-content-box h1, .tt-story-box .tt-banner-bg .tt-story-content-box h2, .tt-story-box .tt-banner-bg .tt-story-content-box h3, .main-heading h1, .main-heading h2, .main-heading h3 {
    font: normal 25px/1.4 "toyota_textbold", "Tohama", "Arial";
    letter-spacing: 5px;
  }
  .tt-carousel .swiper-slide.swiper-slide-active .content-box .pull-left, .tt-carousel .swiper-slide.swiper-slide-active .content-box .pull-right {
    float: left;
    display: block;
    clear: both;
    padding-top: 25px;
  }
  .tt-latest-models-box .content-box {
    margin-top: 120px;
    margin-bottom: 50px;
  }
  #content .tt-content-hub .row {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  #content .tt-content-hub .row [class*=col] {
    width: 100%;
    display: block;
    max-width: 100%;
    margin: 0;
    padding: 0;
  }
  #content .tt-content-hub .hub-item {
    width: 100%;
    height: auto;
    max-width: 375px;
    margin-right: auto;
    margin-left: auto;
  }
  #content .tt-content-hub .hub-item .image {
    width: 100% !important;
    min-height: 330px;
    height: auto;
    max-height: 330px;
    max-width: 100%;
  }
  #content .tt-content-hub .hub-item .image.desktop-only {
    display: none !important;
  }
  #content .tt-content-hub .hub-item .image.mobile-only {
    display: block !important;
  }
  #content .tt-content-hub .hub-item .image img {
    width: 100%;
  }
  #content .tt-content-hub .hub-item .content {
    width: 100%;
    /* height: 330px;
     max-height: 330px;*/
    min-height: 330px;
    height: auto;
    max-height: initial;
    padding: 100px 40px 70px;
    position: relative;
  }
  #content .tt-content-hub .hub-item .content .tags-box {
    padding: 5px 0;
  }
  #content .tt-content-hub .hub-item.hub-item-full img {
    min-height: 300px;
    height: 100%;
    width: 100%;
  }
  #content .tt-content-hub .hub-item.hub-item-video .image {
    position: absolute;
  }
  .tt-carousel .swiper-button-prev, .tt-carousel .swiper-button-next {
    display: none;
  }
  .tt-carousel .swiper-carousel .swiper-slide {
    width: 80%;
  }
  #content .spotlight.caption-left .caption {
    height: 400px;
    top: 50%;
    padding: 0 25px;
    margin: -150px 70px 0;
    max-width: 80%;
    width: 100%;
  }
  #content .spotlight.caption-left .caption .pricing {
    margin: 10px 0;
  }
  #content .spotlight.caption-left .caption .pricing .label {
    margin: 0;
    padding: 0 0 3px;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
  }
  #content .spotlight.caption-left .caption .pricing .price-tag, #content .spotlight.caption-left .caption .pricing .price-tag h4 {
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 2.4px;
    text-align: left;
    color: #d40618;
  }
  #content .spotlight.caption-left .caption span {
    padding-left: 0;
    padding-right: 0;
  }
  #content .spotlight .caption-validity {
    padding: 0 100px;
    max-width: 80%;
    width: 100%;
  }
  #content .spotlight.caption-video .caption {
    /*          vertical-align: middle;
              height: 100%;
              margin: 0;
              padding: 0;
              top: 0;
              bottom: 0;
              left: 0;
              right: 0;
              display: flex;
              align-items: center;
              justify-content: center;
              width: 100%;
              flex-basis: auto;
              flex-direction: column;*/
    position: absolute;
    left: 50%;
    top: 50%;
    right: auto;
    transform: translate(-50%, -50%);
    z-index: 21;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    margin: 0;
  }
  #content .spotlight.caption-video .caption h3 {
    margin: 0;
    padding: 0 10px;
    font-size: 20px;
    display: block;
    clear: both;
    float: none;
  }
  #content .spotlight.space-none-bottom {
    padding-bottom: 0;
  }
  #content .spotlight.caption-center .caption {
    margin-top: 30px;
  }
  #content .spotlight .caption h2, #content .spotlight .caption h3, #content .spotlight .caption h4 {
    color: inherit;
  }
  #content .spotlight .caption h2 a, #content .spotlight .caption h3 a, #content .spotlight .caption h4 a {
    color: inherit;
    text-decoration: none;
  }
  #content .spotlight .caption h1 {
    line-height: 1.43;
    letter-spacing: 10px;
    font-size: 28px;
    padding-bottom: 10px;
  }
  #content .spotlight .caption h2 {
    line-height: 1.43;
    letter-spacing: 10px;
    font-size: 28px;
    padding-bottom: 10px;
  }
  #content .spotlight .caption h3 {
    line-height: 1.43;
    letter-spacing: 10px;
    font-size: 28px;
    padding-bottom: 10px;
  }
  #content .spotlight .caption h4 {
    line-height: 1.43;
    letter-spacing: 10px;
    font-size: 28px;
  }
  #content .spotlight .caption p {
    padding: 0;
    line-height: 1.43;
    letter-spacing: 1.4px;
    font-size: 12px;
  }
  #content .spotlight .caption span {
    clear: left;
    float: left;
    font: normal 18px "toyota_textregular", "Tohama", "Arial";
    color: inherit;
    padding: 0 15px 10px;
    margin: 0;
  }
  #content .tt-tabs-box .tabs-menu li:before {
    margin-left: 20px;
    margin-right: 20px;
  }
  body footer {
    background: #333;
  }
  body footer .tt-copyright {
    text-align: right;
    float: right;
    padding: 30px 0 30px;
  }
  body footer .footer-bottom {
    margin: 0 0 !important;
    padding: 0 15px;
    height: auto;
    text-align: left;
    width: calc(100% + 30px);
  }
  body footer .footer-contact {
    padding: 40px 0 30px;
  }
  body footer .tt-footer-list {
    text-align: left;
    float: left;
    margin: 0 0 15px;
    padding: 0;
    max-width: 100%;
  }
  body footer .tt-footer-list li {
    float: left;
    margin: 0 25px 10px 0 !important;
  }
  body footer .tt-footer-list .tt-link-list-line ul, body footer .tt-footer-list .tt-link-list-inline ul {
    margin-top: 20px;
  }
  body footer .tt-footer-list .tt-link-list-line ul li a img, body footer .tt-footer-list .tt-link-list-inline ul li a img {
    height: 18px;
  }
  body footer .footer-cols {
    background: #f8f8f8;
    padding: 0 15px;
  }
  body footer .tt-client-logos li {
    float: right;
    margin: 20px 20px 20px 0;
  }
  .tt-latest-models-box .content-box .tt-links-box {
    margin-top: 0;
  }
  .tt-gallery-block .gallery-item .image {
    min-height: auto;
  }
  /*#content {
    .tt-short-gallery-block {
      .main-row {
        display: block;
        [class^=col] {
          margin-right: auto;
          margin-left: auto;
        }
      }
    }

  }*/
  .tt-gallery-block.tt-short-gallery-block .gallery-item .content {
    padding-right: 20px;
    padding-left: 20px;
  }
  .tt-gallery-block.tt-short-gallery-block .gallery-item .content h3 {
    margin: 0;
    font-size: 20px;
    line-height: normal;
    letter-spacing: 3.2px;
  }
  .tt-gallery-block.tt-short-gallery-block .gallery-item .content p {
    display: none;
  }
  .component.promo.tt-simple-promo {
    padding: 30px 10px 50px;
    margin: 0;
  }
  .component.promo.tt-simple-promo .dashed.centered:before {
    margin-bottom: 10px;
  }
  .component.promo.tt-simple-promo .promo-img {
    width: 32px;
    height: 32px;
    margin-bottom: 11px;
  }
  .component.promo.tt-simple-promo p, .component.promo.tt-simple-promo .btn {
    display: none;
  }
  .component.promo.tt-simple-promo h3 {
    font-size: 8px;
    line-height: normal;
    letter-spacing: 1.3px;
    margin-bottom: 0;
    color: inherit;
  }
  .tt-promo-feature-item.tt-promo-large .content {
    padding: 30px 20px;
    overflow: hidden;
  }
  .tt-promo-feature-item.tt-promo-large .content .content-left {
    width: 45%;
  }
  .tt-promo-feature-item.tt-promo-large .content .content-right {
    width: 54%;
    padding-right: 0;
    padding-left: 50px;
  }
  .specs-list.specs-two-col-list li, .two-col-list li {
    line-height: normal;
    width: 100%;
    padding-right: 0;
  }
  .tt-show-2-on-portrait [class*=col]:last-child {
    display: none;
  }
  .tt-specs-compare .price-tag h4 {
    font-size: 15px;
    letter-spacing: 1.8px;
    margin: 0;
  }
  .tt-links-box.tt-links-radio > ul > li {
    width: calc(33% - 10px);
  }
  .overlay-content {
    width: 100%;
  }
  .tt-links-box.tt-links-radio > ul > li:nth-child(3n+2) {
    margin-left: 15px;
    margin-right: 15px;
  }
  .model-specs-sec .tt-split-four > ul > li {
    width: 33.2%;
  }
  #content .banner-image {
    height: auto;
  }
  .tt-gallery-block.tt-short-gallery-block.has-youtube-video .gallery-item.gallery-item-image, .tt-gallery-block.tt-short-gallery-block.has-video .gallery-item.gallery-item-image {
    margin: 0 -1px;
  }
  .tt-gallery-block.tt-short-gallery-block.has-youtube-video .gallery-item.gallery-item-image .image, .tt-gallery-block.tt-short-gallery-block.has-video .gallery-item.gallery-item-image .image {
    min-height: 400px;
  }
  .tt-maps-accordion .accordion-inner .tt-heading-box {
    position: relative;
    padding-right: 30px;
    padding-left: 30px;
  }
  .tt-maps-accordion .accordion-inner .tt-heading-box:before {
    display: none;
  }
  .inpage-nav-sec {
    position: relative;
    text-align: left;
    background-color: #fff;
    overflow: visible;
    z-index: 5;
    /*    .container{
      z-index:1;
    }
    &.whitebg{
      &:before{
        height:100vh;
        transition:all .5s ease 0s
      }
    }
    &:before{
      transition:all .5s ease .2s;
      z-index:1;
      left:0;
      right:0;
      top:0;
      position:absolute;
      content:'';
      display:block;
      background-color:white;
      width:100%;
      height:1px;
    }*/
  }
  .inpage-nav-sec .container {
    min-height: 0;
  }
  .inpage-nav-sec .right-btn {
    display: none;
  }
  .inpage-nav-sec .inpage-nav {
    display: none;
  }
  .inpage-nav-sec .car-title {
    display: block;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    padding: 13px 20px 13px;
    background-color: #f8f8f8;
    margin: 0 -25px;
  }
  .inpage-nav-sec .car-title img {
    display: none;
  }
  .inpage-nav-sec .car-title .textual {
    display: none;
    text-transform: uppercase;
    font-family: "toyota_textbold", "Tohama", "Arial";
    font-size: 11px;
    font-weight: normal;
    line-height: 1;
    letter-spacing: 1.3px;
    color: #000000;
    margin-bottom: 7px;
  }
  .inpage-nav-sec .car-title .selected {
    font-family: "toyota_textregular", "Tohama", "Arial";
    font-size: 16px;
    font-weight: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #888888;
    display: block;
    padding: 10px 0;
  }
  .inpage-nav-sec .car-title:after {
    transform: rotate(180deg);
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    right: 21px;
    left: auto;
    background: url("../images/arrows/menu-arrow-active-mob.svg") no-repeat center;
    width: 10px;
    height: 100%;
  }
  .inpage-nav-sec .car-title.opened:after {
    transform: rotate(0);
    top: -2px;
  }
  .inpage-nav-sec .car-title .arrow-text {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    right: 38px;
    left: auto;
    height: 100%;
    padding: 20px 0;
    line-height: 20px;
    text-transform: uppercase;
    color: #d50519;
    font: 12px/22px "toyota_textbold", "Tohama", "Arial";
  }
  .inpage-nav-sec .car-title .arrow-text .collapsed {
    display: none;
  }
  .inpage-nav-sec .car-title .arrow-text .expanded {
    display: block;
  }
  .inpage-nav-sec .car-title.opened .arrow-text .collapsed {
    display: block;
  }
  .inpage-nav-sec .car-title.opened .arrow-text .expanded {
    display: none;
  }
  .inpage-nav-sec .inpage-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    background: white;
    z-index: 1;
    height: calc(100vh - 60px);
    overflow: auto;
  }
  .inpage-nav-sec .inpage-nav li {
    display: block;
  }
  .inpage-nav-sec .inpage-nav li:before {
    display: none;
  }
  .inpage-nav-sec .inpage-nav li.active a {
    color: #d40618;
  }
  .inpage-nav-sec .inpage-nav li a {
    border-bottom: 1px solid #f3f3f3;
    display: block;
    margin: 0 20px;
    padding: 26px 21px 24px;
    color: #000;
  }
  .inpage-nav-sec .inpage-nav li a:after {
    content: none;
    display: none;
  }
  .inpage-nav-sec > .container {
    width: 100%;
    padding: 0 20px;
  }
  .sticky-nav-two {
    padding-top: 60px !important;
  }
  .tt-gallery-block.has-slider .no-slider .swiper-slide {
    min-width: 178.5px;
  }
  .tt-content-hub .hub-item.hub-item-video h4 {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 15px;
  }
  .tt-specs-compare .tt-car-item .info {
    padding: 0;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 767px) {
  .is-android .car-colours-sec .offer-available {
    padding: 7px 10px 5px 10px;
    line-height: 1;
  }
  .is-android .tag {
    padding-bottom: 0;
    padding-top: 0;
    line-height: 26px;
  }
  .tt-content-hub .hub-item .tags-box .tag {
    padding-bottom: 0;
    padding-top: 0;
    line-height: 26px;
  }
}
/* MOBILES */
@media screen and (max-width: 767px) {
  .tt-tabs-box .tabs-menu li a {
    font-size: 11px;
  }
  .sitemap.sitemap-v2 .col-list-item {
    width: 100%;
    max-width: 100%;
  }
  .spec-highlights .tags-box {
    left: 40px;
    right: auto;
  }
  #content .tt-short-gallery-block .main-row {
    display: block;
  }
  #content .tt-short-gallery-block .main-row [class^=col] {
    margin-right: auto;
    margin-left: auto;
    min-width: calc(100% - 40px);
    max-width: calc(100% - 40px);
    margin-bottom: 20px;
  }
  .model-specs-sec .swiper-slide-active.active-tt-style:before, .model-specs-sec .swiper-slide-active.active-tt-style:after {
    content: none;
    display: none;
  }
  .model-gallery-sec {
    padding-top: 20px;
  }
  .tt-offer-listing-box .row.row-eq-height [class^=col] {
    margin-top: 20px;
  }
  .tt-offer-listing-box > .row > .col:only-child {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  #contentHubListingComponent .tt-hub-tabs-box {
    margin: 0 -15px;
  }
  #mainContainer #articleContainer .tt-offer-item {
    /*margin-left: -10px;
    margin-right: -10px;*/
  }
  .tt-gallery-block.has-slider .swiper-button-prev, .tt-gallery-block.has-slider .swiper-button-next {
    display: none;
  }
  .tt-tabs-box .tabs-menu li:before {
    top: -1px;
  }
  .campaign-highlights {
    margin-bottom: 20px;
  }
  .tt-gallery-block.tt-gallery-block-fullpage .no-slider .swiper-slide {
    width: 100%;
  }
  .tt-tabs-box .tabs-menu li:before {
    top: -1px;
  }
  .tt-tabs.tt-tabs-centered .tt-tabs-box .tabs-menu li a {
    padding: 5px 0 7px;
    line-height: 20px;
  }
  .articles {
    margin-top: 50px;
  }
  .content-hub-detail .testimony {
    margin: 18px 0 51px 0;
  }
  .content-hub-detail .tt-single-slider {
    overflow: visible;
  }
  .tt-gallery-block.has-slider .container {
    padding: 0;
    margin: 0;
  }
  .testimony {
    padding-left: 33px;
  }
  .testimony .message h1 {
    line-height: 1.5;
    letter-spacing: 0.7px;
    font-size: 20px;
    margin-bottom: 31px;
  }
  .testimony .message:before {
    left: -33px;
  }
  .testimony .t-name {
    font-size: 15px;
    line-height: 2;
    letter-spacing: 0.5px;
    font-family: "toyota_textregular", "Tohama", "Arial";
    margin-bottom: 4px;
  }
  .tt-single-slider:not(.video) .swiper-container {
    margin-bottom: 66px;
  }
  .tt-single-slider:not(.video) .swiper-container.no-slider {
    margin-bottom: 20px;
  }
  .tt-single-slider:not(.video) .slider-arrow-right, .tt-single-slider:not(.video) .slider-arrow-left {
    display: none;
  }
  .tt-single-slider:not(.video) .swiper-container, .tt-single-slider:not(.video) .tt-single-slider {
    overflow: visible;
  }
  #content .tt-gallery-block.has-slider {
    margin-bottom: 38px;
  }
  #content .content-hub-detail .offer-listing {
    padding-bottom: 30px;
  }
  .content-hub-detail .tt-gallery-block.has-slider .swiper-container .swiper-slide .gallery-item img {
    width: 100%;
    height: auto;
  }
  #content .tt-single-slider .swiper-slide img, #content .tt-gallery-block.has-slider .gallery-item.gallery-item-image .image img {
    width: auto;
    height: 375px;
    min-width: 425px;
  }
  .tt-single-slider:not(.video) .fraction-pagination .swiper-pagination-bullet, .tt-gallery-block.has-slider .fraction-pagination .swiper-pagination-bullet {
    background-color: #333333;
    opacity: 0.5;
  }
  .tt-single-slider:not(.video) .fraction-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, .tt-gallery-block.has-slider .fraction-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
  }
  .tt-single-slider:not(.video) .swiper-pagination, .tt-gallery-block.has-slider .swiper-pagination {
    margin: 0;
    bottom: -38px;
  }
  .tt-gallery-block.has-slider .swiper-container {
    overflow: visible;
    width: 100%;
  }
  .tt-accordion.tt-accordion-faqs.tt-accordion-large h4 {
    word-break: break-word;
  }
  .tt-branch-locator-form-sec .tt-form-input-inline:nth-child(2) .bh-sl-filters li {
    width: calc(100% + 20px) !important;
  }
  .tt-branch-locator-form-sec .tt-form-input-inline:nth-child(2) .bh-sl-filters li:last-child {
    border-bottom: 1px solid #f3f3f3;
  }
  .tt-branch-locator-form-sec .tt-form-input-inline:nth-child(2) .bh-sl-filters li .form-check-input:checked ~ .form-check-label::before {
    margin-right: 50px;
    margin-left: 0;
  }
  .offer-sec .number sup {
    right: -11px;
  }
  .tt-offer-item .offer-sec ul {
    margin-bottom: 14px;
  }
  .vbox-title {
    display: none !important;
  }
  .vbox-content {
    overflow: visible;
  }
  .vbox-content > img {
    max-height: 260px;
  }
  .vbox-title.mobile {
    display: block !important;
    position: absolute !important;
    background: transparent;
    bottom: 0;
    width: 100%;
    margin: 0;
    padding: 10px 20px 0;
    font-family: "toyota_textregular", "Tohama", "Arial";
    font-size: 14px;
    font-weight: normal;
    line-height: 1.79;
    letter-spacing: 0.5px;
    text-align: center;
    color: #ffffff;
    transform: translateY(100%);
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .swiper-pagination.swiper-pagination-bullets {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    line-height: 1;
    bottom: 20px;
    height: auto;
  }
  #content .tt-offer-listing-box .btn-align {
    text-align: center;
    margin: 20px auto;
  }
  .vbox-content {
    padding-left: 0;
    padding-right: 0;
  }
  .sitemap-head {
    margin: 32px 0;
  }
  .sitemap-head h2 {
    font-size: 25px;
    line-height: 1.4;
    letter-spacing: 5px;
  }
  .sitemap {
    padding: 46px 53px 71px 53px;
  }
  #header .tt-title-vehicles {
    display: block;
  }
  #content .tt-hub-tabs-box {
    margin-top: 0;
    margin-bottom: 0;
  }
  #content .tt-tabs {
    margin-top: 0;
    margin-bottom: 0;
  }
  .car-colours-sec .cars-colored {
    width: calc(100% + 40px);
    margin-left: -20px;
    overflow: hidden;
  }
  .car-colours-sec .offer-available {
    float: right;
    margin: -29px 0 0 0;
    padding: 6px 10px 6px 10px;
    line-height: 1;
    height: auto;
  }
  .car-colours-sec .cars-colored img {
    width: calc(100% + 40px);
    max-width: none;
    margin-left: -20px;
  }
  .car-colours-sec .color-selector .color-info {
    margin-top: 10px;
  }
  #footer .footer-contact {
    height: auto;
    padding: 40px 0;
  }
  .tt-gallery-block.has-youtube-video .youtube-iframe, .tt-gallery-block.has-youtube-video .image {
    min-height: 60vw;
  }
  .car-selected-block .image {
    float: none;
    text-align: center;
    width: 50%;
    display: inline-block;
    margin: 0;
    vertical-align: middle;
  }
  .car-selected-block .image img {
    width: 100%;
  }
  .car-selected-block .content {
    display: inline-block;
    vertical-align: middle;
    width: 49%;
    float: none;
    padding-left: 10px;
    box-sizing: border-box;
  }
  .splash-screen {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
    margin: 2px 0 0 0;
    height: 100%;
  }
  .splash-screen .main-heading h2, .splash-screen .main-heading h3 {
    margin-bottom: 19px;
  }
  .splash-screen .main-heading {
    padding: 0 30px;
  }
  .splash-screen .component.link {
    margin: 0;
  }
  .splash-screen .btn-side-info {
    display: none;
  }
  .tt-form-input .radio-strip.content-width .radio span {
    padding: 12px 13px 11px;
  }
  .swiper-slide .tt-form-input .radio-strip.current-radio-strip .form-check-input:checked ~ span {
    box-shadow: none;
  }
  .tt-form-input .form-check .mini-label {
    margin-bottom: 15px;
  }
  .tt-form-input .radio-strip .radio.checkbox-selection span {
    background-color: #888888 !important;
  }
  .form-group.radio-group .col {
    padding: 0;
    margin: 0;
  }
  .form-group.radio-group .alert-message, .form-group.radio-group .field-validation-error {
    margin-right: 0;
  }
  .tt-form-input .radio-strip .radio {
    margin-right: 20px;
  }
  .tt-form-input .radio-strip.content-width {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .tt-form-input .radio-strip.content-width .radio {
    margin-right: 0;
    display: inline-flex;
  }
  .tt-forms {
    padding: 78px 4px 78px;
  }
  .tt-forms .controls-box {
    top: -62px;
  }
  .tt-forms .swiper-container {
    width: 100%;
  }
  .tt-forms .component.link {
    margin: 0;
  }
  .tt-forms .btn-side-info {
    display: none;
  }
  .tt-forms .show-on-type {
    visibility: visible;
    opacity: 1;
  }
  .tt-forms .tt-form-input .text-field-controls {
    padding-top: 5px;
  }
  .tt-forms .tt-form-input .text-field-controls .btn {
    min-width: 150px;
    box-sizing: border-box;
  }
  .tt-forms .tt-form-input .d-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .tt-forms .tt-form-input .d-flex .col {
    min-height: auto;
    padding: 0;
  }
  .tt-form-input .form-check-input:focus ~ .form-check-label:before {
    border: 1px solid #e4e5e6 !important;
  }
  .swiper-slide.last-slide {
    padding-bottom: 0;
  }
  .banner-full .banner-height {
    height: 350px;
    width: 100%;
    max-height: none;
    position: relative;
  }
  .banner-full .banner-height img {
    position: absolute;
    top: 50%;
    left: 50%;
    height: auto;
    width: 100%;
    transform: translateX(-50%) translateY(-50%);
  }
  .spec-highlights.tt-content-specs .btn-content {
    margin-top: 24px;
  }
  .spec-highlights.tt-content-specs {
    margin-top: 0;
  }
  #content .spec-highlights.tt-content-specs .img-placeholder {
    z-index: -1;
  }
  #content .spec-highlights.tt-content-specs .spec-details {
    position: relative;
    top: -43px;
    padding: 64px 30px 16px 30px;
    height: auto;
    min-height: auto;
  }
  #content .spec-highlights.tt-content-specs .nested-container {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  #content .spec-highlights.tt-content-specs .img-placeholder {
    margin-top: 0;
    height: 212px;
  }
  #content .spec-highlights.tt-content-specs .img-placeholder img {
    height: 100%;
    width: 100%;
  }
  .model-specs-sec .swiper-slide-active .tt-car-item:before, .model-specs-sec .swiper-slide-active .tt-car-item:after {
    content: none;
    display: none;
  }
  .model-specs-sec .tt-car-item:hover:after, .model-specs-sec .tt-car-item.active:after, .model-specs-sec .swiper-slide-active.active-tt-style:after, .model-specs-sec .swiper-slide-active:not(.active-tt-style) .tt-car-item:after,
  .model-specs-sec .tt-car-item:hover:before, .model-specs-sec .tt-car-item.active:before, .model-specs-sec .swiper-slide-active.active-tt-style:before, .model-specs-sec .swiper-slide-active:not(.active-tt-style) .tt-car-item:before {
    content: none;
    display: none;
  }
  .tt-car-item .price-tag {
    position: relative;
    top: -2px;
  }
  .link-box-space {
    padding-top: 25px;
  }
  .tt-links-box.tt-links-radio {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
  .tt-links-box.tt-links-radio > ul {
    display: block;
    white-space: nowrap;
    overflow-x: auto;
    width: 100%;
    padding: 0 15px;
  }
  .tt-links-box.tt-links-radio > ul > li {
    width: 71vw;
    max-width: 270px;
    min-width: 250px;
    display: inline-block;
    float: none;
    margin-right: 30px;
    margin-bottom: 46px;
    margin-top: 5px;
  }
  .tt-links-box.tt-links-radio > ul > li:nth-child(3n+2) {
    margin: 0;
  }
  .tt-links-box.tt-links-radio > ul > li {
    vertical-align: top;
    margin: 20px 20px 20px 0 !important;
  }
  .figlio {
    box-shadow: none;
  }
  .vbox-overlay.theme-white .vbox-content h3.main {
    font-size: 20px;
  }
  .vbox-close {
    top: 26px;
  }
  .vbox-overlay.content-sized .vbox-inline {
    padding-top: 79px !important;
    padding-bottom: 20px;
  }
  .overlay-content .btn-bar {
    text-align: center !important;
  }
  .overlay-content {
    padding: 0 20px;
  }
  .tt-car-item .pricing .label {
    font-size: 13px;
    white-space: normal;
    margin-right: 3px;
  }
  #content .tt-specs-compare .tt-car-item .pricing * {
    line-height: normal;
  }
  .tt-specs-compare {
    margin-top: 49px;
  }
  .tt-specs-compare > ul > li:first-child {
    margin-left: 0;
  }
  .tt-specs-compare > ul > li:nth-child(n+3) {
    display: none;
  }
  .tt-specs-compare .tt-car-item {
    padding: 0 10px;
    overflow: visible;
  }
  .tt-specs-compare .tt-car-item .title h3 {
    margin-bottom: 7px;
  }
  .tt-specs-compare .tt-car-item .image {
    margin-bottom: 0;
    height: 100px;
  }
  .tt-specs-compare .tt-car-item .info {
    padding: 0 9px;
    white-space: normal;
  }
  .tt-specs-compare li a.btn-cmd {
    line-height: normal;
    margin-bottom: 3px;
  }
  .table-st1-responsive tbody td:nth-child(n+4) {
    display: none;
  }
  .table-st1-responsive tbody .td-title {
    display: none;
  }
  .table-st1-responsive tbody td {
    border-right: 1px solid rgba(236, 235, 233, 0.6);
  }
  .table-st1-responsive .tr-full-title {
    display: table-row;
  }
  .table-st1-responsive .tr-full-title td {
    background-color: #fcfcfc;
  }
  .tt-accordion .accordion-inner > h4.active:before {
    margin-top: 2px;
  }
  .desktop-only {
    display: none !important;
  }
  .mobile-only {
    display: block !important;
  }
  .spotlight.caption-video .caption {
    max-width: 100%;
    padding: 0 20px;
    width: auto;
    margin-top: -55px;
  }
  #footer .tt-client-logos {
    margin: 25px 0 0;
  }
  #footer .tt-client-logos li {
    float: left;
    margin-left: 0;
    margin-right: 40px;
  }
  .container {
    width: 100%;
    max-width: 100%;
  }
  #content .hero-offers .container, #content .inpage-nav-sec .container, #content .car-colours-sec .container, #content .model-specs-sec .container, #content .model-gallery-sec .container, #content .spec-highlights .container, #content .tt-gallery-block.tt-short-gallery-block .container, #content .tt-hub-tabs-box .container, #content .tt-vehicle-gallery .container, #content .tt-vehicle-available-offers-sec .container, #content .tt-vehicle-compare-sec .container, #content .tt-offer-details-sec .container {
    padding-right: 0;
    padding-left: 0;
  }
  #content .tt-story-box .tt-banner-bg {
    height: 246px;
  }
  #content .tt-story-box .tt-story-content-box {
    height: auto;
    position: relative;
    text-align: center;
    margin: 246px auto 0;
    padding: 30px 0 30px;
    float: none;
    display: inline-block;
    width: 100%;
  }
  #content .tt-story-box .tt-story-content-box h3 {
    position: absolute;
    top: -160px;
    z-index: 10;
    width: 100%;
    font-size: 25px;
    line-height: 1.4;
    letter-spacing: 5px;
  }
  #content .tt-story-box .tt-story-content-box h3.dashed.white:before {
    margin-right: auto;
    margin-left: auto;
  }
  #content .tt-story-box .tt-story-content-box p {
    color: #000;
  }
  #content .tt-story-box.tt-story-feature-box .tt-story-content-box {
    text-align: left;
  }
  #content .tt-story-box.tt-story-feature-box .tt-story-content-box h3 {
    padding: 0 0 0 35px;
    font-size: 20px;
    max-width: 90%;
    letter-spacing: 3.2px;
  }
  #content .tt-story-box.tt-story-feature-box .tt-story-content-box h3.dashed.white:before {
    margin-right: 0;
    margin-left: 0;
  }
  #content .tt-story-box.tt-story-feature-box .tt-story-content-box .content {
    padding: 0 35px;
  }
  .pricing .label {
    font-size: 12px;
  }
  header .tt-nav-section nav > .container {
    padding: 0;
  }
  header .branding-box .logo {
    display: table-cell;
    height: 60px;
    vertical-align: middle;
    float: none;
    padding: 0 20px;
    max-width: 160px;
  }
  header .branding-box .logo img {
    max-width: 100%;
  }
  .content-hub-bg {
    padding-bottom: 30px;
    padding-top: 10px;
  }
  .main-heading {
    padding: 0 20px;
    margin: 30px 0;
  }
  .tt-latest-models-box .main-heading h4 {
    font-size: 12px;
    letter-spacing: 1px;
  }
  .content-hub {
    margin: 0 5px;
  }
  body #footer {
    background: #333;
  }
  body #footer .tt-copyright {
    text-align: left;
    float: none;
    padding: 10px 15px 30px;
  }
  body #footer .foot-item {
    margin-bottom: 30px;
    max-width: 100%;
    padding: 0;
  }
  body #footer .foot-item .heading h3 {
    margin-bottom: 5px;
  }
  body #footer .foot-item .heading p {
    margin: 0;
  }
  .tt-banner-bg .tt-story-content-box {
    margin-top: 246px !important;
  }
  .tt-banner-bg .tt-story-content-box h3 {
    top: -150px !important;
  }
  #content .tt-offer-details-sec .tt-links-box {
    padding: 0 20px;
  }
  #content .tt-accordion .tt-links-box {
    padding: 0;
  }
  #content .tt-promo-listing-box [class^=col] {
    margin-bottom: 0;
    margin-top: 0;
  }
  #content .white-space-pre {
    white-space: initial;
  }
  #content .tt-tabs-box {
    white-space: nowrap;
    overflow-x: auto;
    padding: 0 20px;
    text-align: center;
  }
  #content .tt-tabs-box .tabs-menu {
    width: auto;
  }
  #content .tt-links-box {
    white-space: nowrap;
    overflow-x: auto;
    padding: 0 0;
    display: block;
    width: max-content;
    opacity: 1;
  }
  #content .tt-links-box ul {
    display: block;
    width: inherit;
  }
  #content .tt-links-box ul li {
    width: auto;
    float: initial;
    vertical-align: top;
  }
  #content .tt-specs-compare {
    padding: 0;
    width: 100%;
  }
  #content .tt-specs-compare > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #content .spec-highlights .img-placeholder {
    margin-top: 370px;
    min-height: auto;
    margin-right: -15px;
    margin-left: -15px;
  }
  #content .spec-highlights .img-placeholder img {
    width: 100%;
  }
  #content .spec-highlights .spec-details {
    width: calc(100% - 40px);
    box-shadow: 5px 2px 30px 0 rgba(0, 0, 0, 0.12);
    min-height: 410px;
    height: 1px;
    margin: 0 20px;
    top: 220px;
  }
  #content .spec-highlights .container:before {
    display: none;
  }
  #content .model-specs-sec, #content .car-colours-sec {
    margin-right: 20px;
    margin-left: 20px;
  }
  #content .model-specs-sec {
    padding-bottom: 0;
  }
  #content .model-specs-sec {
    margin-top: 0;
  }
  #content .specs-list li {
    line-height: normal;
    width: 100%;
    padding-right: 0;
    padding-left: 12px;
  }
  #content .offer-listing, #content .promo-feature {
    margin: 0;
    padding: 0;
  }
  #content .offer-listing .row, #content .promo-feature .row {
    display: block;
    overflow: hidden;
  }
  #content .spotlight.caption-left .caption p {
    padding: 0;
    display: none;
  }
  #content .spotlight .caption-validity {
    display: none;
  }
  #content .spotlight .banner-image img {
    width: 100%;
    max-height: 365px;
    height: auto;
  }
  #content .spotlight .banner-image video {
    height: 100%;
    width: 100%;
    min-height: 363px;
  }
  #content .spotlight.caption-left .caption {
    margin-right: auto;
    margin-left: auto;
    height: 300px;
    margin-top: -125px;
    max-width: 85%;
  }
  #content .tt-tabs.tt-tabs-centered .tt-tabs-box .tabs-menu {
    margin: 30px 0 30px;
  }
  #content .tt-vehicle-gallery {
    margin-top: 0;
  }
  #content #content .tt-tabs.tt-tabs-centered .tt-tabs-box .tabs-menu {
    margin: 30px 0 30px;
  }
  #content .spotlight.caption-center .caption {
    z-index: 21;
  }
  #content .tt-gallery-block {
    margin: 0 0;
    width: auto;
  }
  #content .tt-gallery-block .cols-3 > [class*=col] {
    width: 33.3%;
  }
  #content .tt-gallery-block-fullpage:not(.has-slider) .col-md-4 > a:before {
    display: none;
    content: none;
  }
  #content .tt-gallery-block-fullpage:not(.has-slider) .main-row [class*=col] {
    margin-bottom: 1px;
  }
  #content .tt-gallery-block-fullpage:not(.has-slider) .cols-3 > [class*=col]:nth-child(3n+3) > a:after {
    content: none;
  }
  #content .tt-offer-item .image-box img {
    width: 100%;
    min-width: 100%;
    height: auto;
  }
  #content .tt-promo-listing-box .btn:not(.btn-link).has-icon {
    margin: 30px 0 25px 20px;
  }
  #content .tt-promo-feature-item.tt-promo-large .content .content-left, #content .tt-promo-feature-item.tt-promo-large .content .content-right {
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
    border: none;
  }
  #content .tt-gray-box {
    padding: 40px 20px;
    margin: 50px 20px;
  }
  #content .tt-gray-box.side-padd-1 {
    padding: 40px 5px;
  }
  #content .sub-heading {
    width: auto;
    margin: 0 20px 20px;
  }
  #content .tt-offer-item, #content .tt-promo-feature-item {
    margin: 0px 5px 20px;
    width: calc(100% - 10px);
  }
  #content .tt-promo-listing-box.tt-offer-details-box .component.promo-feature.tt-promo-feature-item.tt-promo-large {
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
    min-height: auto;
  }
  #content .tt-offer-item .content {
    padding-right: 30px;
    padding-left: 30px;
    padding-top: 30px;
  }
  #content .tt-promo-feature-item .content {
    padding: 30px;
  }
  #content .tt-promo-feature-item.tt-promo-large .content {
    padding: 30px 20px;
  }
  #content .hero-offers {
    display: none;
  }
  #footer .tt-client-logos li {
    float: left;
    margin-left: 0;
    margin-right: 45px;
    margin-bottom: 0;
  }
  #footer .tt-footer-list.pull-left ul {
    display: none;
  }
  #footer .tt-footer-list.pull-right {
    height: 110px;
  }
  #footer .tt-footer-list.pull-right .tt-link-list-inline h4 {
    margin-left: 50px;
    font: bold 14px "toyota_textregular", "Tohama", "Arial";
    /*margin-top: 7px;*/
  }
  #footer .tt-footer-list.pull-right .tt-link-list-inline p {
    position: absolute;
    left: 15px;
    margin: 0;
    padding: 0;
    top: 50px;
  }
  #footer .tt-footer-list.pull-right .tt-link-list-inline ul {
    position: absolute;
    left: 15px;
    margin: 0;
    padding: 0;
    top: 80px;
  }
  #content .tt-offer-item .image-box {
    height: auto;
  }
  #content .tt-offer-item .content .btn-content {
    width: calc(100% - 60px);
    left: 30px;
  }
  #content .car-colours-sec .buttons {
    display: block;
    text-align: center;
    margin: 0;
    /*
    .has-icon.btn-black {
      position: absolute;
      top: 75px;
      margin: 0;
      right: 50%;
      left: auto;
      transform: translateX(50%);
    }
    */
  }
  #content .car-colours-sec .color-selector .color-info {
    margin-bottom: 20px;
    text-align: center;
  }
  #content .car-colours-sec .color-selector .color-info .availability {
    display: none;
  }
  #content .car-colours-sec .color-selector .color-list {
    position: static;
    width: 80%;
    margin: 0 auto 20px;
    text-align: center;
  }
  #content .car-colours-sec .color-selector .color-list li {
    float: none;
    margin: 0 auto;
    display: inline-block;
  }
  #content .car-colours-sec .color-selector .color-list li .tt-color {
    width: 45px;
    height: 45px;
  }
  #content .car-colours-sec .color-selector .color-list li .tt-color span {
    width: 35px;
    height: 35px;
  }
  #content .car-colours-sec .color-selector h4 {
    display: none;
  }
  #content .tt-promo-listing-box.tt-offer-details-box {
    margin: 0 0 20px;
    padding: 0;
  }
  #content .tt-promo-listing-box.tt-offer-details-box .tt-promo-feature-item.tt-promo-large .content h1, #content .tt-promo-listing-box.tt-offer-details-box .tt-promo-feature-item.tt-promo-large .content h2, #content .tt-promo-listing-box.tt-offer-details-box .tt-promo-feature-item.tt-promo-large .content h3 {
    font-size: 25px;
    line-height: 1.4;
    letter-spacing: 5px;
  }
  .vbox-overlay .vbox-top-name {
    padding: 32px 120px 0 20px;
    left: 0;
    top: 0;
    text-align: left;
  }
  .vbox-overlay .vbox-num {
    width: 100%;
    background: none !important;
    text-align: center;
    left: 0;
    right: 0;
  }
  #footer .tt-link-list h4, #footer .tt-link-list-line h4, #footer .tt-link-list-inline h4 {
    margin-top: 0;
  }
  #content .tt-specs-compare > ul > li {
    width: 50%;
  }
  .tt-links-box.tt-links-radio .tt-car-item .radio-sec {
    padding-top: 13px;
  }
  #content .link-list-carousel .swiper-container {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
  #content .link-list-carousel .swiper-wrapper {
    width: calc(100% - 50px);
    padding-left: 10px;
  }
  #content .link-list-carousel .swiper-wrapper > li {
    float: none;
    width: 71vw;
    max-width: 300px;
    min-width: 250px;
  }
  .spec-heading, .spec-tabs {
    display: block;
  }
  .spec-tabs.spec-margin-adjust {
    margin-top: 0;
  }
  .model-specs-sec .tt-car-item {
    min-height: auto;
    margin-top: 20px;
    margin-bottom: 0;
  }
  .model-specs-sec .btn-bar {
    margin-top: 21px;
  }
  body .tt-car-item {
    max-width: 280px;
    margin-right: 20px;
  }
  .tt-available-offers-box, .tt-promo-listing-box {
    overflow: auto;
  }
  .car-colours-sec .car-info h3, .car-colours-sec .car-info h2 {
    font: normal 17px "toyota_textbold", "Tohama", "Arial";
    line-height: 1.71;
    letter-spacing: 2.7px;
  }
  .car-colours-sec .car-info .price-tag-big {
    font: normal 20px "toyota_textbold", "Tohama", "Arial";
    line-height: normal;
    letter-spacing: 2.4px;
  }
  #content .tt-gallery-block.tt-short-gallery-block.has-youtube-video .gallery-item.gallery-item-image .image, #content .tt-gallery-block.tt-short-gallery-block.has-video .gallery-item.gallery-item-image .image {
    min-height: 240px;
  }
  #content .tt-gallery-block.tt-short-gallery-block.has-youtube-video .gallery-item.gallery-item-image h3.dashed.white.centered.video-icon, #content .tt-gallery-block.tt-short-gallery-block.has-video .gallery-item.gallery-item-image h3.dashed.white.centered.video-icon {
    font-size: 0;
  }
  #content .tt-gallery-block.tt-short-gallery-block.has-youtube-video .gallery-item.gallery-item-image h3.dashed.white.centered.video-icon:before, #content .tt-gallery-block.tt-short-gallery-block.has-video .gallery-item.gallery-item-image h3.dashed.white.centered.video-icon:before {
    margin-bottom: 0;
    width: 60px;
    background-size: 100%;
    height: 60px;
  }
  /*.side-padd-100 {
    padding-left: 100px;
    padding-right: 100px;
  }*/
  .video-slider .container {
    padding: 0;
  }
  .video-slider .local-video.video-playing:hover:after {
    display: none;
  }
  .campaign-highlights .padded {
    padding: 10px 0;
    box-shadow: none;
  }
  .campaign-highlights .video-sec {
    padding: 0;
    margin-top: 45px;
  }
  .video-sec .yt-btn {
    top: -13px;
  }
  .tt-single-slider.video {
    height: 56vw;
  }
  .tt-single-slider.video .swiper-button-prev, .tt-single-slider.video .swiper-button-next, .tt-single-slider.video .swiper-pagination {
    display: none;
  }
  .content-hub-detail .main-heading {
    padding: 0 20px;
    margin: 20px 0;
  }
  #content .side-padd-100 {
    padding: 0 20px;
  }
  #content .side-padd-100.main-heading {
    margin-top: 30px;
    text-align: center;
  }
  .content-hub-detail .side-padd-20 {
    padding: 0;
  }
  .ui-widget.ui-widget-content {
    max-height: 141px;
    overflow-y: auto;
  }
  .tt-page-findacenter .ui-autocomplete.ui-widget.ui-widget-content, .tt-page-findcenter .ui-autocomplete.ui-widget.ui-widget-content {
    max-height: 100%;
    max-width: 100%;
    position: fixed;
    z-index: 100;
    width: 100% !important;
    left: 0 !important;
    right: 0 !important;
    top: 130px !important;
    box-shadow: none;
    border-top: 1px solid #ecebe9;
  }
  .tt-forms .grey-bg {
    background-color: #fff;
  }
  .splash-screen.form-response {
    min-height: calc(100vh - 60px);
    padding: 20px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
  }
  .tt-story-box.tt-story-feature-box {
    margin-top: 0;
    margin-bottom: 0;
  }
  .tt-form-input .radio-strip.mobile-full {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .tt-form-input .radio-strip.mobile-full .radio {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .tt-form-input .radio-strip .radio .text {
    position: static;
    padding: 10px 0 5px 0;
    font-size: 12px;
  }
  .sm-lists {
    padding-bottom: 10px;
  }
  .sm-lists li {
    margin-bottom: 10px;
  }
  .sitemap.sitemap-v2 .sm-lists {
    margin-bottom: 30px;
    padding-bottom: 0;
  }
  .col-list-item {
    margin-bottom: 0;
  }
  .sitemap .border-row {
    margin: -10px 0 30px 0;
  }
  .sitemap .bordered-col:after {
    left: -17px;
    right: -19px;
  }
  .sitemap h3 {
    margin-bottom: 30px !important;
  }
  .sitemap.sitemap-v2 .sm-lists li a {
    color: #000;
  }
  .tt-latest-models-box .tt-model-item .pricing .label {
    color: #a3a6a0;
  }
  .tt-latest-models-box .content-box {
    margin-top: 38px;
  }
  .tt-latest-models-box .banner-upper {
    top: 180px;
  }
  .tt-latest-models-box.tt-carousel .swiper-slide.swiper-slide-active .content-box .pull-right {
    padding-top: 22px;
  }
  .tt-latest-models-box {
    padding-top: 20px;
  }
  .tt-forms {
    transition: all 0.3s ease;
  }
  .tt-forms.review-bar-mobile {
    padding-top: 222px;
  }
  .tt-forms.review-bar-mobile .controls-footer-box {
    display: block;
    width: calc(100% + 40px);
    margin-left: -20px;
    padding: 20px;
    max-width: 100vw;
  }
  /*.splash-screen *{
    display:none;
  }*/
  .controls-footer-box .error-details, .controls-footer-box {
    display: block;
  }
  .controls-footer-box .form-group {
    padding-bottom: 0;
    padding-top: 9px;
  }
  .error-details {
    text-align: center;
    border-radius: 4px;
  }
  .tt-forms .swiper-slide {
    overflow-y: auto;
  }
  .controls-footer-box {
    transition: all 0.5s ease;
    opacity: 0;
    display: none;
    padding: 22px 0 0 0;
    bottom: auto;
    top: -222px;
  }
  .controls-footer-box .error-details .alert-message {
    padding: 5px 0 !important;
  }
  .controls-footer-box .alert-message, .controls-footer-box .field-validation-error {
    font-size: 10px;
  }
  .controls-footer-box .form-group h4 {
    margin-bottom: 0;
    display: none;
  }
  .controls-footer-box .text-field-controls {
    padding-top: 5px;
    margin: 0 auto;
  }
  .tt-accordion.tt-accordion-faqs {
    margin: 0 0 50px;
  }
  #content .tt-accordion.tt-accordion-faqs.tt-accordian-adjust-1 {
    margin-bottom: 50px;
    margin-top: 0;
  }
  #content .sub-heading {
    width: auto;
    margin: 0 !important;
    padding: 0 0 30px;
    text-align: center;
  }
  #content .sub-heading h4 {
    font-family: "toyota_textbold", "Tohama", "Arial";
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 3.2px !important;
    text-align: center;
    color: #000000;
  }
  .offer-sec .number {
    line-height: 1.5;
  }
  .tt-short-splash-screen h3 {
    text-align: center;
    width: calc(100vw - 40px);
    padding: 0;
    margin: 0;
  }
  .video-sec {
    /*margin-right: 5px;
    margin-left: 5px;*/
  }
  .video-sec .col-sm-12:last-child .video-box {
    margin-bottom: 0;
  }
  .video-gallery-full .container {
    padding: 0;
    margin: 0;
  }
  .video-gallery-full .container .row {
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow-y: auto;
    margin: 0 0px 0 20px;
  }
  .video-gallery-full .container .row .col-4 {
    display: inline-block;
    width: 80%;
    max-width: 80%;
    margin: 0 20px 0 0;
    padding: 0;
  }
  .video-gallery-full .container .row .col-4:last-child {
    margin-right: 40px;
  }
  .video-gallery-full .container .row .col-4:last-child .video-box {
    /*margin-bottom: 0px;*/
  }
  .video-gallery-full .load-btn-bar {
    display: block;
    width: 100%;
    margin: 30px 0 20px 0;
  }
  .video-gallery-full.has-video-icons .row {
    display: block;
    margin: 0;
    overflow: hidden;
    white-space: initial;
    width: 100%;
    max-width: 100%;
  }
  .video-gallery-full.has-video-icons .row .col-4 {
    margin: 0;
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0 0;
  }
  .video-gallery-full.has-video-icons .row .col-4 .video-box {
    margin-bottom: 30px;
  }
  .video-gallery-full.has-video-icons .row .col-4 .video-box .poster {
    width: calc(100% - 40px);
    margin-right: auto;
    margin-left: auto;
  }
  .video-gallery-full.has-video-icons .row .col-4 .video-box .title-bar {
    margin: 0 30px;
  }
  #content .tt-short-gallery-block .main-row [class^=col] {
    margin-right: auto;
    margin-left: auto;
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .mob-filter-show header {
    display: none;
  }
  .tt-story-feature-box .btn-content {
    text-align: left;
    padding: 0 35px;
  }
  .bh-sl-loc-list.no-result-found {
    margin-top: 0;
    height: 100vh !important;
  }
  .bh-sl-loc-list.no-result-found .bh-no-result {
    position: absolute;
    top: 220px;
    transform: translateY(-50%);
  }
  .inpage-nav-sec .car-title {
    margin: 0;
  }
  #content .content-hub-detail .tt-gallery-block.tt-short-gallery-block.has-youtube-video .video-icon, #content .content-hub-detail .tt-gallery-block.tt-short-gallery-block.has-video .video-icon {
    min-width: auto;
  }
  .tt-page-contactus #content .offer-listing .row {
    margin: 0px -15px 35px;
  }
  .tt-page-contactus #content .offer-listing .row .tt-offer-item.tt-get {
    margin-bottom: 30px;
  }
  #content #offersListingContainer .tt-offer-item {
    margin-right: 20px;
    margin-left: 20px;
    width: calc(100% - 40px);
  }
  #content .content-hub-detail > .component.content {
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #content .tt-filter-categories ul li {
    margin: 0 5px;
  }
  #content .tt-maps-accordion .accordion-inner.list-focus .tt-content .tt-filter-categories .c-label {
    font-size: 12px;
  }
  #content .model-specs-sec .tt-links-box.no-border.tt-split-four.swiper-container > ul > li {
    border: none;
  }
  #content .finance-tabs .spec-highlights.tt-content-specs .img-placeholder {
    margin: 0;
  }
  #content .spec-highlights.tt-content-specs .img-placeholder {
    height: 100%;
    width: 100%;
  }
  #content .spec-highlights.tt-content-specs .img-placeholder img {
    width: 100%;
  }
  .force-show-list .ui-autocomplete {
    display: block !important;
  }
  /*
  .scroll-attached{
    .tt-branch-locator-form-sec{
      .form-input:first-child{
        position:relative;
        &:before{
          content:'';
          display:block;
          width:100%;
          height:100%;
          background-color:blue;
          position:absolute;
          top:0;
          left:0;
          z-index:2;
          opacity:.2;
        }
      }
      .bh-sl-address{
        //pointer-events:none;
        &.pointer-allow{
          //pointer-events:all;
        }
      }
    }
  }
  */
  /*.force-show-autocomplete{
    .ui-autocomplete{
      display:block !important;
    }

    &.mob-filters-open, &.force-error-top{
      .ui-autocomplete{
        display:none !important;
      }
    }
  }*/
  .tt-form-input.slide-textarea .d-flex {
    margin-top: -30px;
  }
  .specs-list.specs-two-col-list, .two-col-list {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    column-gap: 30px;
  }
  .content-hub-detail .tt-gallery-block.has-youtube-video .youtube-iframe {
    min-height: auto;
    height: 217px;
  }
  #contentModelBox3Container {
    display: none !important;
  }
  #content .offers.benefits-handler {
    padding-bottom: 50px;
  }
  #content .tt-tabs-box .tabs-menu li:before {
    margin-left: 10px;
    margin-right: 10px;
  }
  #content .tt-indicators-sec {
    padding-right: 0;
    padding-left: 0;
  }
  #content .tt-indicators-sec .tt-indicators .indicators {
    max-width: unset !important;
    flex: 0 0 50%;
    padding: 0 8px;
    margin-bottom: 16px;
  }
  #content .tt-indicators-sec .indicators-dialog .caption {
    max-width: 100%;
  }
  #content .tt-indicators-sec .indicators-dialog p {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    column-gap: 0;
  }
  #content .tt-indicators-sec .indicators-dialog .btn-align {
    margin-top: 20px;
  }
  #content .tt-indicators-sec .indicators-dialog .btn-align .btn {
    margin-top: 20px;
    margin-right: 10px;
  }
  #content .tt-indicators-sec .indicators-dialog .btn-align .btn:last-child {
    margin-right: 0;
  }
  #content .tt-indicators-sec .indicators-dialog .btn-align .btn + .btn {
    margin-left: 0;
  }
  #content .tt-indicators-sec .indicators-dialog:before {
    content: "";
    border-top: solid 1px #ecebe9;
    content: "";
    display: inline-block;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 15px;
  }
  #content .container .tt-gray-box.no-margin {
    padding-right: 0;
    padding-left: 0;
  }
  #content .tt-indicators-sec {
    max-width: unset !important;
    margin-right: auto;
    margin-left: auto;
    min-width: 50%;
    padding-top: 50px;
  }
  #content .tt-indicators-sec .tt-indicators .indicators-item {
    max-width: 300px;
  }
  #content .tt-promo-listing-box #AwardContainer [class^=col] {
    margin-bottom: 20px;
  }
  .vbox-next, .vbox-prev {
    top: 44vh;
  }
  .tt-page-warrantyupdated #content .tt-promo-listing-box.tt-offer-details-box {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  .vbox-content > img {
    max-height: calc(100vh - 200px);
  }
  .vbox-num {
    bottom: 10px;
    padding: 0;
    height: 22px;
  }
  .vbox-title.mobile {
    padding: 2px 15px 0;
  }
  #content .tt-offer-details-sec .link-list-carousel .tt-links-box.no-border.tt-split-four.swiper-container > ul > li {
    min-width: 300px;
  }
  #content .spotlight .banner-image video, #content .spotlight .banner-image img {
    max-height: 100% !important;
    width: 100% !important;
  }
  #content .tt-single-slider .swiper-slide img, #content .tt-gallery-block.has-slider .gallery-item.gallery-item-image .image img {
    width: 100%;
    height: auto;
  }
  .tt-carousel .swiper-carousel .swiper-slide {
    width: 70%;
  }
  #content .spotlight {
    height: 100%;
    max-height: 100%;
  }
  #content .tt-story-box .tt-banner-bg {
    background-size: cover !important;
  }
  #content .tt-content-hub .hub-item {
    max-width: 330px;
  }
  .vbox-num {
    bottom: -12px !important;
  }
  .tt-short-splash-screen .scroll-to-continue-btn {
    position: static;
    margin-top: 15px;
  }
  .tt-branch-locator-form-sec .tt-form-search-box-init {
    left: 50px;
    right: 50px;
    width: calc(100vw - 100px);
  }
  #content .tt-content-hub .hub-item.hub-item-full img {
    height: auto;
    /* position: relative;
     top: -57%;*/
  }
  .tt-carousel.tt-banner-t1 .mobile-only {
    position: relative;
    top: -240px;
  }
  #content .tt-offer-item, #content .tt-promo-feature-item {
    width: 330px;
    margin: 0 auto;
    float: none;
    margin-bottom: 20px;
  }
  .video-sec {
    max-width: 380px;
    margin: 45px auto 0 auto;
  }
  .tt-maps-accordion .accordion-inner.list-focus .tt-content.list-details {
    max-height: calc(100vh - 70px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 520px) {
  .tt-latest-models-box .banner-upper img {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 425px) {
  #content .tt-indicators-sec .tt-indicators .indicators-item {
    max-width: 200px;
  }
  .tt-latest-models-box .banner-upper {
    top: 105px;
  }
  .tt-latest-models-box .banner-upper img {
    padding-bottom: 40px;
    width: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 375px) {
  .tt-banner-bg .tt-story-content-box h3 {
    top: -160px !important;
  }
  header .branding-box .logo {
    max-width: 140px;
  }
  .car-selected-block .image {
    width: 40%;
  }
  .car-selected-block .content {
    width: 59%;
  }
  #content .tt-story-box.tt-story-feature-box .tt-story-content-box h3 {
    padding: 0 10px 0 10px;
    font-size: 20px;
    max-width: 100%;
    letter-spacing: 3.2px;
  }
  #content .tt-maps-accordion .accordion-inner.list-focus .tt-content .tt-filter-categories .c-label {
    font-size: 10px;
  }
  #content .tt-story-box.tt-story-feature-box .tt-story-content-box .content, .tt-story-feature-box .btn-content {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 374px) {
  .short-top-nav li:first-child {
    padding-right: 20px;
    padding-left: 20px;
  }
  header .tt-nav-section nav > .container .logo {
    max-width: 100px;
    padding: 0 10px;
  }
  #content .spotlight .banner-image img, #content .spotlight .banner-image video {
    height: 340px;
    min-height: auto;
  }
  #content .tt-content-hub .hub-item .image img {
    height: 100%;
    width: auto;
  }
  .tt-latest-models-box .banner-upper {
    top: 90px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .tt-footer-list {
    padding-left: 0;
    padding-right: 15px;
  }
}
@media screen and (min-width: 992px) {
  .component.promo.tt-simple-promo .promo-img a {
    pointer-events: none;
  }
  .tt-offer-item.tt-get .content h3 a, .tt-offer-item.tt-get .content h4 a {
    pointer-events: none;
  }
}
@media screen and (min-width: 768px) {
  #footer .tt-footer-list .component.link-list.tt-link-list:first-child ul li {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .tt-book-a-services .main-heading {
    margin-top: 50px;
  }
  .tt-book-a-services .btn-align {
    margin-bottom: 50px;
  }
  .tt-book-a-services .heroImage {
    padding: 0 20px;
  }
  #content .tt-how-to-video .tab-content, #content .tt-hub-tabs-box .tab-content {
    margin-top: 20px;
  }
  #content .tt-how-to-video .tab-content .video-gallery-full.has-video-icons, #content .tt-hub-tabs-box .tab-content .video-gallery-full.has-video-icons {
    margin-top: 0;
  }
  #content .tt-how-to-video .tab-content .video-gallery-full.has-video-icons .row .col-4 .video-box .poster, #content .tt-hub-tabs-box .tab-content .video-gallery-full.has-video-icons .row .col-4 .video-box .poster {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .tt-page-warranty #content .tt-promo-listing-box.tt-offer-details-box {
    margin-bottom: 51px;
  }
  #content .component.tt-promo-listing-box.tt-awards {
    padding-top: 20px;
    margin-top: -50px;
  }
  .tt-indicators {
    padding-right: 12px;
    padding-left: 12px;
  }
  .tt-indicators-sec .tt-note {
    padding: 0 20px;
  }
  .component.promo-feature.tt-warranty.tt-promo-feature-item.tt-promo-large {
    min-height: auto;
  }
  .tt-page-videos #content .tt-hub-tabs-box .tab-content .video-gallery-full.has-video-icons .row .col-4 .video-box .poster {
    width: calc(100% - 40px);
    margin-right: auto;
    margin-left: auto;
  }
}

#header nav ul.mega-menu li:last-child {
  margin-right: 0px;
}
#header nav ul.mega-menu li.icons-main-li .listing li {
  margin: 0 8px !important;
}
#header nav ul.mega-menu li.icons-main-li .listing li:last-child {
  margin-right: -15px !important;
}
#header nav ul.mega-menu li.icons-main-li .listing li:before {
  background: none;
}
#header .tt-top-bar .tt-links-box.tt-menu {
  margin-right: -2px !important;
}

ul.nav-top-header {
  padding-bottom: 5px;
}
ul.nav-top-header li:before {
  background: none;
}

.mobile-header-icons-wrapper {
  width: calc(100% - 62px);
  padding-left: 10px;
}

.mobile-header-icons-handler {
  height: 100%;
}

.mobile-header-icons-branding-box {
  width: 100%;
  height: 100%;
}

.mobile-header-icons-row {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  justify-content: space-between;
  flex-wrap: nowrap;
}

.mobile-header-icons-logo {
  padding-right: 0px !important;
  padding-top: 0;
  float: none;
  padding-left: 0px !important;
  padding-bottom: 0px !important;
  max-width: 160px !important;
}

.mobile-header-icons-topheader {
  list-style: none;
  display: flex;
  align-items: center;
  margin: 0;
}

.mobile-header-icons-li {
  padding: 0 5px;
}

.mobile-header-icons-ul-short-top {
  float: left !important;
}

.mobile-header-icons-ul-short-top-li {
  padding-left: 20px;
  padding-right: 20px;
}

.mobile-reskinned-top-wrapper {
  width: calc(100% - 60px) !important;
  padding-left: 20px !important;
}
.mobile-reskinned-top-wrapper .branding-box {
  position: relative;
  top: 0px !important;
}

.icons-main-li {
  width: max-content;
  height: max-content;
}

.vehicles-li {
  margin: 0 22px !important;
}

.short-top-nav li:first-child {
  padding-right: 20px;
  padding-left: 20px;
}

.notification-ui_dd {
  padding: 0;
  border-radius: 10px;
  border: 0;
  max-width: 400px;
  margin-left: -196px !important;
}
.notification-ui_dd:after {
  content: "";
  position: absolute;
  top: -30px;
  left: calc(50% - 7px);
  border-top: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #fff;
  border-left: 15px solid transparent;
}
.notification-ui_dd .notification-ui_dd-content {
  max-height: 550px;
  overflow: auto;
  padding: 24px 28px 0 28px;
}
.notification-ui_dd .notification-ui_dd-content .notification-ui_dd-content-item {
  display: flex;
  margin-bottom: 16px;
}
.notification-ui_dd .notification-ui_dd-content .notification-ui_dd-content-item:not(:last-child) {
  border-bottom: 1px solid grey;
}
.notification-ui_dd .notification-ui_dd-content .notification-ui_dd-content-item .notification-ui_dd-content-item-bell {
  width: 48px;
}
.notification-ui_dd .notification-ui_dd-content .notification-ui_dd-content-item .notification-ui_dd-content-item-summary-timespan {
  width: 100%;
}
.notification-ui_dd .notification-ui_dd-content .notification-ui_dd-content-item .notification-ui_dd-content-item-summary-timespan a {
  padding: 0;
}
.notification-ui_dd .notification-ui_dd-content .notification-ui_dd-content-item .notification-ui_dd-content-item-summary-timespan p {
  line-height: 100%;
  margin-bottom: 12px;
  font-family: "toyota_textregular", "Tohama", "Arial";
  padding-left: 16px;
  padding-right: 16px;
}
.notification-ui_dd .notification-ui_dd-content .notification-ui_dd-content-item .notification-ui_dd-content-item-unread-close {
  width: 10px;
  padding-top: 4px;
  margin-left: auto;
}
.notification-ui_dd .notification-ui_dd-content .notification-ui_dd-content-item .notification-ui_dd-content-item-unread-close .notification-ui_dd-content-item-read {
  content: "";
  width: 6px;
  height: 6px;
  display: block;
  margin-bottom: 16px;
}
.notification-ui_dd .notification-ui_dd-content .notification-ui_dd-content-item .notification-ui_dd-content-item-unread-close .notification-ui_dd-content-item-unread {
  content: "";
  width: 6px;
  height: 6px;
  display: block;
  margin-bottom: 16px;
  background: red;
  border-radius: 50%;
}
.notification-ui_dd .notification-ui_dd-content .notification-ui_dd-content-item .notification-ui_dd-content-item-unread-close .notification-ui_dd-content-item-unread .notification-ui_dd-content-item-close {
  font-size: 20px;
  font-weight: bold;
  line-height: 18px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
  text-decoration: none;
  display: inline;
  font-size: 1.6rem;
}
.notification-ui_dd .notification-list {
  display: flex;
  justify-content: space-between;
  padding: 20px 25px;
  border-bottom: 1px solid #ddd;
}
.notification-ui_dd .notification-ui_dd-footer {
  padding-left: 16px;
  padding-right: 16px;
}
.notification-ui_dd .notification-ui_dd-footer a {
  border: gray solid;
  text-transform: none;
  margin-bottom: 16px;
}
.notification-ui_dd .notification-ui_dd-footer div {
  display: none;
  height: 60px;
}
.notification-ui_dd .notification-ui_dd-footer div span {
  display: flex;
  justify-content: center;
}

.mobile-notification-box {
  z-index: 50 !important;
  background-color: white !important;
}

.hide-dd {
  display: none !important;
}

#login {
  display: none;
}

#logout {
  display: none;
}

.mobile-logo-icon-div {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.branding-box {
  padding: 0px !important;
}

.mobile-header-icons-logo-span {
  margin-left: 0px !important;
  padding-top: 5px;
}

@media screen and (max-width: 1350px) {
  #header nav ul.mega-menu {
    padding-bottom: 5px;
  }
  #header nav ul.mega-menu li {
   /* margin: 0 11px !important; */
  }
  #header ul.mega-menu > li {
    margin: 0 12px;
  }
}
@media (min-width: 993px) {
  .notification-ui_dd {
    min-width: 400px;
    position: absolute;
    top: 70px;
    margin-left: inherit;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 992px) {
  .notification-ui_dd {
    margin-left: auto !important;
    max-width: inherit;
    border-top: none;
    max-height: inherit;
    box-shadow: none;
  }
  .notification-ui_dd .notification-ui_dd-footer a {
    font-size: 14px;
  }
}
@media screen and (min-width: 376px) and (max-width: 395px) {
  #header .branding-box .logo {
    max-width: 142px;
    padding: 0px !important;
    width: auto !important;
    height: auto !important;
  }
}
@media (min-width: 280px) {
  .mobile-header-icons-li a img {
    width: 20px !important;
  }
}
@media screen and (min-width: 993px) and (max-width: 1349px) {
  #header nav ul.mega-menu li {
    margin: 0 4px !important;
   /* margin: 0 7px !important; */
  }
}
.container-alert {
  display: flex;
  justify-content: center;
  position: fixed;
  margin-top: 50px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  max-width: 480px;
  z-index: 40;
  flex-wrap: wrap;
}

.alert.alert-light {
  border: none;
  width: 90%;
  text-align: center;
  border: 1px solid #C4C4C4;
  background-color: #fff;
  border-radius: 12px;
  margin-bottom: 0.5rem;
  position: relative;
  font: normal 14px/20px "toyota_textregular", "Tohama", "Arial";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  display: flex;
  justify-content: space-between;
}

.alert-light a {
  color: red;
  text-decoration: underline;
  padding: 0 4px;
}

.alert-light img {
  left: 13px;
  top: 5px;
}

@media (min-width: 993px) {
  #header ul.mega-menu li .dropdown-menu {
    z-index: 9999 !important;
  }
  #header ul.mega-menu li .dropdown-menu .notification-ui_dd-content {
    max-height: 400px;
    height: auto;
  }
}
.notification-alert {
  display: flex;
  width: 100%;
  align-items: center;
}

.notification-alert-span {
  width: 100%;
  text-align: left;
  padding-left: 10px;
}

/* moved to _function.scss */
/*.content-box-hero {
    display: none;

    &_image {
        margin: 0;
        padding: 0;

        img {
            width: 100%;
        }
    }

    .offer-card {
        padding: 30px 20px 21px;
        width: 100%;

        p {
            font-size: 15px;
        }

        h3 {
            font-size: 20px;
            margin-bottom: 10px;
        }
    }
}

@media screen and (max-width: 992px) {
    .content-box-hero {
        display: block;
    }
}*/
@media screen and (max-width: 1024px) {
  .container-nav-width {
    width: 800px !important;
  }
}
.vehicle-design-component {
  padding: 90px 0px;
}
.vehicle-design-component .main-container {
  box-sizing: border-box;
  margin: 0px auto;
  padding: 0px;
}
.vehicle-design-component .main-container .heading {
  margin: 0px 0px 43px;
  text-align: center;
  font-weight: normal;
  font-family: "toyota_textbold", "Tohama", "Arial";
  letter-spacing: 0.04em;
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
}
.vehicle-design-component .main-container .design-container {
  width: 100%;
  margin: auto;
  flex-direction: row-reverse;
  display: flex;
  max-height: 1360px;
}
.vehicle-design-component .main-container .design-container .container-media {
  display: none;
  width: 100%;
  max-width: fit-content;
  position: relative;
  /*max-height: 726px;*/
  max-height: 540px;
}
.vehicle-design-component .main-container .design-container .container-media img {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  object-fit: cover;
}
@media screen and (min-width: 641px) and (max-width: 991px) {
  .vehicle-design-component .main-container .design-container .container-media img {
    height: auto;
  }
}
.vehicle-design-component .main-container .design-container .container-media video {
  width: 100%;
  display: block;
  position: relative;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 640px) {
  .vehicle-design-component .main-container .design-container .container-media_img {
    display: block;
  }
}
.vehicle-design-component .main-container .design-container .container-media_video {
  display: block;
}
@media screen and (max-width: 641px) {
  .vehicle-design-component .main-container .design-container .container-media_video {
    display: none;
  }
}
@media screen and (min-width: 991px) {
  .vehicle-design-component .main-container .design-container .container-media_video {
    min-height: 540px;
    height: 100%;
  }
}
.vehicle-design-component .main-container .design-container .container-media.active {
  display: block;
  max-height: 540px;
  min-height: 540px;
}
@media screen and (max-width: 641px) {
  .vehicle-design-component .main-container .design-container .container-media.active {
    min-height: auto;
  }
}
.vehicle-design-component .main-container .design-container .content-container {
  max-width: 375px;
  width: 100%;
  display: flex;
  padding-right: 40px;
  flex-direction: column;
  justify-content: space-between;
  /*padding-top: 55px;*/
}
.vehicle-design-component .main-container .design-container .content-container .details {
  width: 100%;
  display: none;
}
.vehicle-design-component .main-container .design-container .content-container .details h6 {
  margin: 0px 0px 15px;
  font-weight: 600;
  font-family: "toyota_textregular", "Tohama", "Arial";
  letter-spacing: 0.04em;
  font-size: 16px;
  line-height: 24px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 641px) {
  .vehicle-design-component .main-container .design-container .content-container .details h6 {
    text-align: center;
    margin: 20px 0px 10px;
  }
}
.vehicle-design-component .main-container .design-container .content-container .details .data {
  text-align: left;
  font-weight: normal;
  font-family: "toyota_textregular", "Tohama", "Arial";
  margin: 0px;
  letter-spacing: 0.04em;
  font-size: 14px;
  line-height: 20px;
  max-width: 275px;
  max-height: 250px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 12;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 641px) {
  .vehicle-design-component .main-container .design-container .content-container .details .data {
    max-width: none;
    text-align: center;
  }
}
@media screen and (min-width: 641px) and (max-width: 991px) {
  .vehicle-design-component .main-container .design-container .content-container {
    padding-top: 0px;
  }
}
@media screen and (max-width: 641px) {
  .vehicle-design-component .main-container .design-container .content-container {
    max-width: none;
    padding: 0px;
  }
}
.vehicle-design-component .main-container .design-container .content-container .details.active {
  display: block;
  animation: fadeInAnimation ease 1s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (max-width: 641px) {
  .vehicle-design-component .main-container .design-container {
    width: 100%;
  }
}
.vehicle-design-component .main-container .show-none {
  display: none;
}
@media screen and (min-width: 641px) {
  .vehicle-design-component .main-container .show-none {
    display: none !important;
  }
}
@media screen and (max-width: 640px) {
  .vehicle-design-component .main-container .show-none {
    display: block;
  }
}
.vehicle-design-component .main-container .featured-wrapper {
  margin-top: 40px;
}
.vehicle-design-component .main-container .featured-tab-wrapper {
  text-align: center;
  display: block;
  margin: auto;
  max-width: 500px;
}
@media screen and (max-width: 641px) {
  .vehicle-design-component .main-container .featured-tab-wrapper {
    max-width: none;
  }
}
.vehicle-design-component .main-container .featured-tabs {
  margin: 0;
  padding: 0;
  display: flex;
  font-family: monospace;
  justify-content: center;
  flex-direction: column;
}
.vehicle-design-component .main-container .featured-tab-link {
  border-bottom: 1px solid rgb(217, 217, 217);
  list-style: none;
  font-size: 13px;
  cursor: pointer;
  box-sizing: border-box;
  padding: 15px 20px;
  transform: scale3d(1, 1, 1);
  position: relative;
  z-index: 2;
  text-align: left;
  transition: all ease 0.5s;
  letter-spacing: 1px;
  font-weight: 900;
  font: normal 13px "toyota_textbold", "Tohama", "Arial";
}
.vehicle-design-component .main-container .featured-tab-link:before {
  background: none;
}
.vehicle-design-component .main-container .featured-tab-link:hover {
  background-color: #f5f5f5;
}
@media screen and (max-width: 641px) {
  .vehicle-design-component .main-container .featured-tab-link {
    text-align: center;
  }
}
.vehicle-design-component .main-container .featured-tab-link.active {
  color: #333;
  font-weight: 900;
  border-left: solid 4px #eb0a1e;
  background-color: #f5f5f5;
}
.vehicle-design-component .main-container .content-wrapper {
  padding: 40px 80px;
}
.vehicle-design-component .main-container .tab-content {
  display: none;
  text-align: center;
  color: #000000;
  font-weight: 300;
  font-size: 15px;
  opacity: 0;
  transform: translateY(15px);
  animation: fadeIn 0.5s ease 1 forwards;
}
@media screen and (max-width: 641px) {
  .vehicle-design-component .main-container .design-container {
    display: block;
  }
}
@media screen and (max-width: 641px) {
  .vehicle-design-component .main-container {
    padding: 0px 20px;
  }
}
@keyframes slideup {
  100% {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
  }
}

.vehicle-hero-component * {
  margin: 0;
  padding: 0;
  font-family: "toyota-font-Regular", "Tohama", "Arial";
}
.vehicle-hero-component .main {
  position: relative;
}
.vehicle-hero-component .main .image-container {
  height: 600px;
}
@media (max-width: 641px) {
  .vehicle-hero-component .main .image-container {
    min-height: 360px;
  }
}
.vehicle-hero-component .main .image-container .image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.vehicle-hero-component .main .image-container .image-mob {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: none;
}
@media (max-width: 641px) {
  .vehicle-hero-component .main .image-container .image-mob {
    display: block;
  }
}
.vehicle-hero-component .main .image-container .video-enabled {
  display: none;
}
@media (max-width: 641px) {
  .vehicle-hero-component .main .image-container .video-enabled {
    display: block;
  }
}
@media (max-width: 641px) {
  .vehicle-hero-component .main .image-container .mobile-video-enabled {
    display: none !important;
  }
}
.vehicle-hero-component .main .image-container video {
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 641px) {
  .vehicle-hero-component .main .image-container video {
    display: none;
  }
}
.vehicle-hero-component .main .image-container .video-tag-mobile {
  display: none;
}
@media (max-width: 641px) {
  .vehicle-hero-component .main .image-container .video-tag-mobile {
    display: block;
  }
}
.vehicle-hero-component .main .container {
  position: absolute;
  top: 0;
  bottom: 50px;
  width: 100%;
  height: 100%;
  color: white;
}
@media (max-width: 641px) {
  .vehicle-hero-component .main .container {
    position: static;
  }
}
.vehicle-hero-component .main .container .content {
  max-width: 1280px;
  margin: auto;
  padding: 43px 20px;
}
@media (max-width: 1001px) and (min-width: 641px) {
  .vehicle-hero-component .main .container .content {
    max-width: 1440px;
    padding: 16px 20px 0;
  }
}
@media (max-width: 641px) {
  .vehicle-hero-component .main .container .content {
    position: absolute;
    bottom: 70px;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 1440px;
    padding: 16px 20px 25px;
  }
}
.vehicle-hero-component .main .container .content .upper .upper-text {
  margin-bottom: 8px;
  font-family: "toyota-font-Regular", "Tohama", "Arial";
  font-weight: bold;
  font-size: 12px;
  line-height: 10px;
  letter-spacing: 0.125em;
  z-index: 100;
  position: relative;
}
@media (max-width: 1001px) and (min-width: 641px) {
  .vehicle-hero-component .main .container .content .upper .upper-text {
    margin-bottom: 7px;
  }
}
@media (max-width: 641px) {
  .vehicle-hero-component .main .container .content .upper .upper-text {
    margin-bottom: 7px;
  }
}
.vehicle-hero-component .main .container .content .upper .upper-head {
  display: inline-block;
}
.vehicle-hero-component .main .container .content .upper .upper-head span {
  font-family: "toyota-font-Regular", "Tohama", "Arial";
  letter-spacing: 0.125em;
  display: inline-block;
  margin-left: -4px;
  font-size: 71px;
  line-height: 53px;
  margin-bottom: 10px;
  max-height: 55px;
}
@media (max-width: 1001px) {
  .vehicle-hero-component .main .container .content .upper .upper-head span {
    font-size: 50px;
    line-height: 40px;
    margin-bottom: 9px;
  }
}
.vehicle-hero-component .main .container .content .upper .upper-head .border-line {
  margin-bottom: 14px;
  background: rgb(255, 255, 255);
  width: calc(100% - 12px);
  height: 5px;
}
@media (max-width: 1001px) {
  .vehicle-hero-component .main .container .content .upper .upper-head .border-line {
    margin-bottom: 10px;
  }
}
.vehicle-hero-component .main .container .content .lower {
  font-family: "toyota-font-Regular", "Tohama", "Arial";
}
.vehicle-hero-component .main .container .content .lower .lower-text {
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.025em;
  margin-bottom: 6px;
}
.vehicle-hero-component .main .container .content .lower .lower-head {
  font-family: "toyota-font-Regular", "Tohama", "Arial";
  font-size: 36px;
  line-height: 36px;
  letter-spacing: 0.025em;
  margin-bottom: 6px;
  color: #FFF;
}
.vehicle-hero-component .main .container .content .lower .lower-head span {
  position: relative;
}
.vehicle-hero-component .main .container .content .lower .lower-head span button {
  background: none;
  border: none;
  padding: 0px;
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 1;
}
.vehicle-hero-component .main .container .content .lower .lower-price {
  font-family: "toyota-font-Regular", "Tohama", "Arial";
  font-size: 10px;
  line-height: 10px;
  letter-spacing: 0.1em;
}
.vehicle-hero-component .main .container .content .lower .lower-price span {
  position: relative;
}
.vehicle-hero-component .main .container .content .lower .lower-price span button {
  background: none;
  border: none;
  padding: 0px;
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 1;
}
.vehicle-hero-component .main .container .btn-container {
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  gap: 10px;
}
@media (max-width: 641px) {
  .vehicle-hero-component .main .container .btn-container {
    bottom: unset;
    margin: 20px 0;
    position: relative;
  }
}
.vehicle-hero-component .main .container .btn-container .cta-button a {
  text-decoration: none;
  color: #ffffff;
  min-width: 220px;
  padding: 0 30px;
  background-color: #eb0a1e;
  letter-spacing: 0.04em;
  transition: all 150ms cubic-bezier(0.335, 0.015, 0.46, 0.995) 0s;
  box-sizing: border-box;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  appearance: none;
  border: 2px solid rgb(235, 10, 30);
  text-transform: uppercase;
}
@media (max-width: 1001px) and (min-width: 641px) {
  .vehicle-hero-component .main .container .btn-container .cta-button a {
    padding: 0px 20px;
    min-width: 150px;
  }
}
@media (max-width: 641px) {
  .vehicle-hero-component .main .container .btn-container .cta-button a {
    padding: 0px 10px;
    min-width: auto;
    width: 150px;
    border: 2px solid #eb0a1e;
    pointer-events: none;
  }
}
.vehicle-hero-component .main .container .btn-container .cta-button a:hover {
  background: transparent;
  color: white;
}
@media (max-width: 641px) {
  .vehicle-hero-component .main .container .btn-container .cta-button a:hover {
    color: black;
  }
}
.vehicle-hero-component .lower-head-warpper {
  display: flex;
  flex-direction: row;
}
.vehicle-hero-component .asterisk-wrapper {
  position: absolute;
  width: 100%;
  display: flex;
  align-items: center;
  top: 70px;
  z-index: 1;
}
@media screen and (min-width: 642px) and (max-width: 992px) {
  .vehicle-hero-component .asterisk-wrapper {
    top: 30px;
  }
}
@media screen and (max-width: 661px) {
  .vehicle-hero-component .asterisk-wrapper {
    top: -74px;
    height: 180px;
  }
}
.vehicle-hero-component .tooltip {
  border: 1px solid #000;
  display: inline-block;
  padding: 20px;
  margin-top: 10px;
  background-color: #000;
  color: #fff;
  margin-left: 20px;
  width: 225px;
  -webki-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  visibility: hidden;
  opacity: 0;
  position: relative;
  max-height: 200px;
  height: 190px;
}
@media screen and (max-width: 661px) {
  .vehicle-hero-component .tooltip {
    min-width: 200px;
    top: -70px;
  }
}
@media screen and (max-width: 391px) {
  .vehicle-hero-component .tooltip {
    top: -60px;
    margin-left: 0px;
  }
}
.vehicle-hero-component .show-container {
  visibility: visible;
  opacity: 1;
}
.vehicle-hero-component .asterisk-btn {
  font-size: 25px;
  cursor: pointer;
}
.vehicle-hero-component .tooltip:after {
  content: " ";
  left: -15px;
  border-top: 15px solid transparent;
  border-right: 15px solid rgb(0, 0, 0);
  border-left: none;
  border-bottom: 15px solid transparent;
  text-align: center;
  position: absolute;
  top: 50%;
  margin: auto;
  transform: translateY(-50%);
}
@media screen and (max-width: 661px) {
  .vehicle-hero-component .tooltip:after {
    top: 85%;
  }
}
.vehicle-hero-component .asterisk-close {
  position: absolute !important;
  top: -8px;
  right: 10px;
  font-size: 25px;
  cursor: pointer;
}
.vehicle-hero-component .scrollbar-div {
  min-height: 150px;
  min-width: 100%;
  max-height: 150px;
  max-width: 100%;
  overflow: auto;
  background-attachment: local, local, scroll, scroll;
  --thumbBG: rgb(48, 48, 48);
}
.vehicle-hero-component .scrollbar-div::-webkit-scrollbar {
  width: 6px;
}
.vehicle-hero-component .scrollbar-div::-webkit-scrollbar-thumb {
  background-color: var(--thumbBG);
  border-radius: 6px;
}
@media screen and (max-width: 661px) {
  .vehicle-hero-component .div-two {
    position: relative;
  }
}

.custom-popover .popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  width: max-content;
  /*max-width: 276px;*/
  padding: 1px;
  font-family: "toyota-font-Regular", "Tohama", "Arial";
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 14px;
  background-color: #000;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  color: #fff;
}
.custom-popover .popover_arrow {
  border-width: 11px;
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.custom-popover .popover_arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  content: "";
  border-width: 10px;
}
.custom-popover .popover_arrow_top {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 11px;
}
.custom-popover .popover_arrow_top:after {
  content: "";
  border-width: 10px;
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid #000;
}
.custom-popover .right {
  margin-left: 20px;
}
.custom-popover .right .popover_arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}
.custom-popover .right .popover_arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #000;
  border-left-width: 0;
}
.custom-popover .right .popover_arrow_top {
  bottom: -30px;
  margin-left: 44%;
  content: " ";
  border-top-color: #000;
  border-bottom-width: 0;
}
.custom-popover .right .popover_arrow_top:after {
  bottom: -30px;
  margin-left: -10px;
  content: " ";
  border-top-color: #000;
  border-bottom-width: 0;
}
.custom-popover .popover-close {
  float: right;
  cursor: pointer;
  font-size: 25px;
  margin-top: -15px;
  color: #fff;
}
.custom-popover .popover-title {
  padding: 2px 8px;
  margin: 0;
  font-size: 14px;
  border-radius: 5px 5px 0 0;
  background-color: #000000;
  border-bottom: 1px solid #000000;
}
.custom-popover .popover-content {
  padding: 0px 20px 10px;
}
.custom-popover .fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.custom-popover .in {
  opacity: 1;
}

.car-colours-sec .modal-grade-container-tab :is(li) {
  text-transform: uppercase;
}
.car-colours-sec .modal-grade-container-tab .tab-wrapper {
  max-width: 100%;
}

.vehicle-gallery-section {
  margin-top: 5rem;
  /*.swiper-button-next::after {
      content: '';
  }*/
  /*.swiper-button-prev::after {
      content: '';
  }*/
  /*.swiper-container-gallery [class^="swiper-button-"] {
      color: white;
  }*/
}
.vehicle-gallery-section_title {
  text-align: center;
  font-weight: normal;
  font-size: 20px;
  line-height: 1;
  /*font-family: toyota_textregular;*/
  text-transform: uppercase;
}
.vehicle-gallery-section .vehicle-gallery-container {
  min-height: 500px;
}
@media screen and (max-width: 641px) {
  .vehicle-gallery-section .vehicle-gallery-container {
    min-height: 150px;
  }
}
@media screen and (min-width: 642px) and (max-width: 768px) {
  .vehicle-gallery-section .vehicle-gallery-container {
    min-height: 390px;
  }
}
@media screen and (min-width: 991px) {
  .vehicle-gallery-section .vehicle-gallery-container {
    min-height: 500px;
  }
}
.vehicle-gallery-section .swiper-container-gallery {
  width: 100%;
  margin: 40px 0;
  padding: 45px 0;
}
@media screen and (max-width: 641px) {
  .vehicle-gallery-section .swiper-container-gallery {
    padding: 0;
    margin: 40px 0 0;
  }
}
.vehicle-gallery-section .swiper-slide-gallery {
  overflow: hidden;
  transition: 0.7s;
  width: 100%;
}
.vehicle-gallery-section .swiper-slide-gallery img {
  width: 100%;
}
.vehicle-gallery-section .swiper-slide-active {
  opacity: 1;
  z-index: 1;
  transform: scale(1.5);
  position: relative;
}
@media screen and (max-width: 641px) {
  .vehicle-gallery-section .swiper-slide-active {
    transform: initial;
  }
}
.vehicle-gallery-section .swiper-slide-active > span {
  visibility: visible;
}
.vehicle-gallery-section .swiper-button-prev {
  background-color: #000;
  opacity: 0.3;
  background-position: center;
  background-size: 20px;
  background-repeat: no-repeat;
  padding: 30px 30px;
  color: #FFFFFF;
  display: block;
  left: calc(10% + 110px);
  background: rgb(0, 0, 0) url(../images/arrows/carousel-arrow-left.svg) no-repeat center;
}
@media screen and (max-width: 641px) {
  .vehicle-gallery-section .swiper-button-prev {
    display: none;
  }
}
@media screen and (min-width: 642px) and (max-width: 768px) {
  .vehicle-gallery-section .swiper-button-prev {
    left: calc(0% + 110px);
  }
}
.vehicle-gallery-section .swiper-button-next {
  background-color: #000;
  opacity: 0.3;
  background-position: center;
  background-size: 20px;
  background-repeat: no-repeat;
  padding: 30px 30px;
  color: #FFFFFF;
  display: block;
  right: calc(10% + 110px);
  background: rgb(0, 0, 0) url(../images/arrows/carousel-arrow-right.svg) no-repeat center;
}
@media screen and (max-width: 641px) {
  .vehicle-gallery-section .swiper-button-next {
    display: none;
  }
}
@media screen and (min-width: 642px) and (max-width: 768px) {
  .vehicle-gallery-section .swiper-button-next {
    right: calc(0% + 110px);
  }
}
.vehicle-gallery-section .swiper-button-next::after {
  content: "";
}
.vehicle-gallery-section .swiper-button-prev::after {
  content: "";
}
.vehicle-gallery-section .img-disclaimer {
  position: absolute;
  z-index: 1;
  bottom: 52px;
  display: inherit;
  color: #fff;
  font-size: 7px;
  right: 5px;
  font-weight: normal;
  font-family: toyota_textregular;
  margin: 0px;
  letter-spacing: 0.04em;
  line-height: 12px;
  visibility: hidden;
}
@media screen and (max-width: 641px) {
  .vehicle-gallery-section .img-disclaimer {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .vehicle-gallery-section .img-disclaimer {
    bottom: 18px;
  }
}
@media screen and (min-width: 991px) {
  .vehicle-gallery-section .img-disclaimer {
    bottom: 35px;
  }
}
@media screen and (min-width: 1440px) {
  .vehicle-gallery-section .img-disclaimer {
    bottom: 65px;
  }
}
@media screen and (min-width: 1920px) {
  .vehicle-gallery-section .img-disclaimer {
    bottom: 92px;
  }
}
.vehicle-gallery-section .carousel-counter-container {
  display: block;
  text-align: center;
  width: 100%;
  min-height: 50px;
}
.vehicle-gallery-section .carousel-counter {
  font-weight: normal;
  font-family: toyota_textregular;
  margin: 0px;
  letter-spacing: 0.1em;
  font-size: 15px;
  line-height: 18px;
}
.vehicle-gallery-section .carousel-counter-slide {
  font-weight: 600;
}
@media screen and (max-width: 641px) {
  .vehicle-gallery-section {
    min-height: 200px;
  }
}
@media screen and (min-width: 642px) and (max-width: 768px) {
  .vehicle-gallery-section {
    min-height: 390px;
  }
}
@media screen and (min-width: 991px) {
  .vehicle-gallery-section {
    min-height: 500px;
  }
}

.one-up-note-component {
  margin: 5rem 0px;
}
.one-up-note-component .head-section {
  margin-left: 25%;
  width: 50%;
  margin-bottom: 25px;
  font-weight: normal;
  font-family: "toyota_textregular", "Tohama", "Arial";
  letter-spacing: 0.04em;
  font-size: 14px;
  line-height: 20px;
}
.one-up-note-component .head-section_wrapper {
  text-align: center;
  margin-bottom: 25px;
}
.one-up-note-component .head-section_desc {
  margin: 0px 10%;
  font-weight: normal;
  font-family: "toyota-font-Regular";
  letter-spacing: 0.04em;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}
@media screen and (max-width: 641px) {
  .one-up-note-component .head-section {
    margin-left: 8.33%;
    width: 83.33%;
  }
}
.one-up-note-component .head-section-title {
  display: inline-block;
  text-align: center;
  font-weight: normal;
  margin: 0px 0px 25px;
  letter-spacing: 0.04em;
  font-size: 20px;
  line-height: 30px;
  font-family: "toyota-font-Bold";
  width: 100%;
}
.one-up-note-component .head-section-top {
  margin-top: 25px;
}
.one-up-note-component .img-section {
  min-height: 250px;
  position: relative;
  margin: 0px auto;
  width: 100%;
  display: block;
  box-sizing: border-box;
  max-width: 1440px;
  padding: 0px 20px;
}
.one-up-note-component .img-section_wrapper {
  min-height: 100px;
  overflow: hidden;
}
.one-up-note-component .img-section_wrapper img {
  width: 100%;
  object-fit: cover;
}
.one-up-note-component .img-section_wrapper video {
  width: 100%;
  object-fit: cover;
  overflow: hidden;
  max-height: 500px;
}
@media screen and (max-width: 641px) {
  .one-up-note-component .img-section_wrapper video {
    max-height: 250px;
  }
}
.one-up-note-component .img-section_wrapper_video {
  display: none;
}
.one-up-note-component .img-section_wrapper_disc-text {
  position: absolute;
  font-size: 10px;
  font-family: "toyota_textregular", "Tohama", "Arial";
  bottom: 5px;
  width: 85%;
  right: 30px;
  text-align: right;
}
@media screen and (max-width: 641px) {
  .one-up-note-component .img-section_wrapper_disc-text {
    font-size: 8px;
  }
}
@media screen and (max-width: 991px) {
  .one-up-note-component .img-section {
    min-height: 100px;
  }
}
@media screen and (max-width: 641px) {
  .one-up-note-component {
    margin: 2rem 0;
  }
}
@media screen and (min-width: 641px) and (max-width: 991px) {
  .one-up-note-component {
    margin: 2rem 0;
  }
}

.feature-carousel-card-component .container {
  padding: 0px 20px;
}
.feature-carousel-card-component .card-section-toggle {
  display: block;
  text-align: center;
}
.feature-carousel-card-component .card-section-toggle_btn {
  background: none;
  border: none;
  margin: 0px auto;
  display: block;
  text-align: center;
  cursor: pointer;
  transform: scale3d(1, 1, 1);
  font-size: 13px;
  line-height: 18px;
  font-weight: normal;
  font: normal 13px "toyota_textbold", "Tohama", "Arial";
  font-weight: 700;
}
.feature-carousel-card-component .card-section-toggle .arrow-svg {
  width: 15px;
  margin: 15px auto;
  display: block;
  fill: var(--app-primary-text-color, #000);
  transform: rotateX(0turn);
  transition: all 500ms ease 0s;
}
.feature-carousel-card-component .card-section-toggle .arrow-svg-open {
  width: 15px;
  margin: 15px auto;
  display: block;
  fill: var(--app-primary-text-color, #000);
  transform: rotateX(0.5turn);
  transition: all 500ms ease 0s;
}
.feature-carousel-card-component .card-section-toggle-container {
  display: none;
}
.feature-carousel-card-component .card-section-btn-container {
  display: block;
  text-align: center;
}
.feature-carousel-card-component .slide-container {
  max-width: 1120px;
  width: 100%;
  padding: 40px 0;
}
.feature-carousel-card-component .swiper-card-section {
  margin-bottom: 30px;
  position: relative;
}
.feature-carousel-card-component .slide-content {
  margin: 0 15px;
  overflow: hidden;
}
.feature-carousel-card-component .slide-content_wrapper {
  align-items: flex-start;
  max-width: 1120px;
  width: 100%;
  padding: 7px 0;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.feature-carousel-card-component .swiper-slide {
  float: left;
  width: auto;
}
.feature-carousel-card-component .swiper-slide_card {
  width: 100%;
  box-sizing: border-box;
  padding: 0px 3px;
  height: 100%;
  display: flex;
  flex-direction: column;
  max-width: 475px;
}
.feature-carousel-card-component .swiper-slide_card_image {
  display: block;
  position: relative;
  overflow: hidden;
}
.feature-carousel-card-component .swiper-slide_card_image img {
  display: block;
  width: 100%;
  transition: all 0.3s ease 0s;
  height: 100%;
  object-fit: cover;
}
.feature-carousel-card-component .swiper-slide_card_text {
  z-index: 1;
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 0px 8px 5px;
  color: rgb(255, 255, 255);
  box-sizing: border-box;
  width: 100%;
  text-align: end;
}
.feature-carousel-card-component .swiper-slide_card_body {
  margin: 0px auto;
  text-align: left;
  color: rgb(0, 0, 0);
  padding: 30px 10px 0px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.3s ease 0s;
  opacity: 1;
}
.feature-carousel-card-component .swiper-slide_card_body_title {
  margin: 0px 0px 15px;
  font-weight: normal;
  font-family: "toyota_textregular", "Tohama", "Arial";
  letter-spacing: 0.04em;
  font-size: 14px;
  line-height: 20px;
}
.feature-carousel-card-component .swiper-slide_card_body_desc {
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
  font-family: "toyota_textregular", "Tohama", "Arial";
  margin: 0px;
  letter-spacing: 0.04em;
}
.feature-carousel-card-component .swiper-button-next {
  background-color: transparent;
  padding: 0;
  background-image: none;
  right: -5px;
}
.feature-carousel-card-component .swiper-button-next:hover {
  opacity: 1;
}
.feature-carousel-card-component .swiper-button-prev {
  background-color: transparent;
  padding: 0;
  background-image: none;
  left: -5px;
}
.feature-carousel-card-component .swiper-button-prev:hover {
  opacity: 1;
}
.feature-carousel-card-component .swiper-button-prev:after, .feature-carousel-card-component .swiper-button-next:after {
  font-size: 20px !important;
  font-weight: 600;
  color: #000;
  opacity: 1;
}
.feature-carousel-card-component .swiper-button-disabled {
  display: none;
}

#footer .tt-copyright {
  padding: 20px 50px !important;
  float: right !important;
}
#footer .footer-contact {
  background-color: #323232 !important;
  padding: 20px 34px !important;
}
#footer .container-fluid {
  padding: 0;
}
#footer .tt-link-list ul li a {
  color: rgb(196, 196, 196) !important;
}
#footer .tt-link-list ul li a:hover {
  color: #fe0b0b !important;
}
#footer .component .tt-link-list, #footer .tt-link-list-inline > ul li a:hover {
  color: #fe0b0b !important;
}
#footer .component.tt-link-list, #footer .tt-link-list-inline > ul li a {
  color: rgb(196, 196, 196) !important;
}
#footer .footer-cols {
  background: #323232 !important;
}
#footer .footer-bottom .tt-link-list-inline ul li:before {
  height: 12px;
  margin: 0px;
  top: 1px;
}
#footer .footer-bottom .tt-link-list-inline ul li a, #footer .tt-link-list-inline ul li a {
  color: rgb(196, 196, 196) !important;
}
#footer .footer-bottom .tt-link-list-inline {
  margin: 0px;
}
#footer .tt-copyright p, #footer span, #footer div {
  color: rgb(196, 196, 196) !important;
}
#footer .footer-bottom .tt-link-list-inline ul li a:hover {
  color: #fe0b0b !important;
}
#footer .tt-copyright p {
  font-size: 12px;
}

@media only screen and (min-width: 993px) and (max-width: 1200px) {
  #footer .footer-bottom .tt-link-list-inline ul {
    margin-left: 15%;
  }
  #footer .tt-link-list-inline .tt-client-logos {
    margin-top: 50px;
  }
  #footer .tt-copyright {
    margin-right: 2%;
    padding: 11px 0 0 0 !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  #footer .footer-bottom {
    height: auto !important;
  }
  #footer .component.link-list.tt-link-list-inline ul li {
    margin: 0px !important;
  }
}
@media only screen and (min-width: 1201px) {
  #footer .footer-bottom .tt-link-list-inline ul {
    margin-left: 24%;
  }
  #footer .tt-copyright {
    padding-top: 11px !important;
  }
}
@media only screen and (min-width: 1401px) {
  #footer .tt-copyright {
    margin-right: 5%;
    padding-top: 11px !important;
  }
}
@media screen and (max-width: 992px) {
  #footer .footer-bottom {
    height: auto;
  }
}

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